コード例 #1
0
ファイル: AIPlayer.cs プロジェクト: james1708/Battleships
 public AIPlayer(BattleShipsGame game) : base(game)
 {
 }
コード例 #2
0
 public AIEasyPlayer(BattleShipsGame controller) : base(controller)
 {
 }
コード例 #3
0
ファイル: AIMediumPlayer.cs プロジェクト: 7662823/BattleShip
 public AIMediumPlayer(BattleShipsGame controller) : base(controller)
 {
 }