Example #1
0
 public void ChopWood()
 {
     homeCity.IncreaseWood();
     homeCity.printWood();
     homeCity.Pause();
 }