Example #1
0
 public void StartGame(List <IStatusEntity> cityList, ResearchDevelopmentStatusEntity rdse)
 {
     cityManager.UpdateGame(cityList);
     popularityManager.UpdateGame(cityManager.getCityList());
     researchDevelopmentManager.setResearchAndDevelopment(rdse);
     researchDevelopmentManager.UpdateGame();
 }