Пример #1
0
 public HumanPlayer(GameBoard.Piece p, string name) : base(p, name)
 {
 }
Пример #2
0
 public ComputerPlayer(GameBoard.Piece p) : base(p)
 {
 }
Пример #3
0
 public HumanPlayer(GameBoard.Piece p) : base(p)
 {
 }
Пример #4
0
 public ComputerPlayer(GameBoard.Piece p, string name) : base(p, name)
 {
 }