コード例 #1
0
 /// <summary>
 ///     Advances the month number of the current game.
 /// </summary>
 public void AdvanceMonth()
 {
     governmentService.AdvanceMonth();
 }