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