コード例 #1
0
 /// <summary>
 ///     Applies the effects of a threat of war with leftoto, which results in an increase of the player's popularity amongst the army,
 ///     peasants, landowners and secret police.
 /// </summary>
 public void ApplyThreatOfWarEffects()
 {
     warService.ApplyThreatOfWarEffects();
 }