コード例 #1
0
ファイル: Player.cs プロジェクト: cymheart/ChessAutoStepTest
 public Player(Chessboard board)
 {
     chessBoard = board;
 }