示例#1
0
 public ComputerPlayer(Pieces.PieceColor color) : base(color)
 {
 }
示例#2
0
 public HumanPlayer(Pieces.PieceColor color) : base(color)
 {
 }