コード例 #1
0
ファイル: Board.php プロジェクト: hafeez3000/lichess
 public function add(Piece $piece)
 {
     $this->pieces[$piece->getSquareKey()] = $piece;
 }