示例#1
0
 void StartofTurn()
 {
     finances.StartofTurn();
     worldPopulation.StartofTurn();
     workforce.UpdatePlanning(0);
 }