예제 #1
0
파일: TurnManager.cs 프로젝트: dnpi314/LD42
 void StartofTurn()
 {
     finances.StartofTurn();
     worldPopulation.StartofTurn();
     workforce.UpdatePlanning(0);
 }