Ejemplo n.º 1
0
 //once map is generated find objects
 public void mapGenerated()
 {
     PLT.moveToStart();
     AIT.moveToStart();
     Buildings.SetUpMap();
     //StartGame();
     //GenerateAI();
     UI.ShowStart();
 }