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