Example #1
0
 public HackGameAgent_Player(HackGameBoard board)
     : base(board)
 {
     board.SetPlayer(this);
 }