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