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