コード例 #1
0
ファイル: Game.cs プロジェクト: AnkitaKhurana/repos_backup
 Piece findPiece(Coordinate point)
 {
     return(board.AtXY(point));
 }