Beispiel #1
0
 //START A BATTLE
 //we need to pass the FLEET LIST & HERD LIST
 public void startABattle()
 {
     while (runGame == true)
     {
         runGame = battlefieldClass.startABattle(difficulty, fleet.fleetOfRobots, herdClass.herdOFDinos, battlefieldEnvironmentPicked, gamemode, runGame);
     }
 }