Example #1
0
 public AIMediumPlayer(BattleShipsGame controller) :
     base(controller)
 {
 }
Example #2
0
 public AIEasyPlayer(BattleShipsGame controller) : base(controller)
 {
 }
Example #3
0
 public AIPlayer(BattleShipsGame game) : base(game)
 {
 }