Exemplo n.º 1
0
 public AIPlayer(BattleShipsGame game) : base(game)
 {
 }
Exemplo n.º 2
0
 public AIEasyPlayer(BattleShipsGame controller) : base(controller)
 {
 }
Exemplo n.º 3
0
 public AIMediumPlayer(BattleShipsGame controller) : base(controller)
 {
 }