예제 #1
0
 public Human(PreparingBoard board)
 {
     this.board = GameBoard.PreparedToGameBoard(board);
 }