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