Beispiel #1
0
 /// <summary>
 ///     Applies the effects of a decision on the groups popularity and strength with the costs of treasury.
 /// </summary>
 /// <param name="decision">The decision whose effects will be apply.</param>
 public void ApplyDecisionEffects(Decision decision)
 {
     decisionService.ApplyDecisionEffects(decision);
 }