Esempio n. 1
0
 public void CreateStable()
 {
     //Create a stable basic swarm
     gameScreen.UpdatePopulation(StockRecipies.Stable_A, false);
 }
Esempio n. 2
0
 public void CreateStableSwarm()
 {
     swarmScreen.UpdatePopulation(StockRecipies.Stable_A, false);
 }