Example #1
0
 public HumanPlayer(GameBoard.Piece p, string name) : base(p, name)
 {
 }
Example #2
0
 public ComputerPlayer(GameBoard.Piece p) : base(p)
 {
 }
Example #3
0
 public HumanPlayer(GameBoard.Piece p) : base(p)
 {
 }
Example #4
0
 public ComputerPlayer(GameBoard.Piece p, string name) : base(p, name)
 {
 }