Example #1
0
 public CultTrackBonus(int targetValue, IReadOnlyResource bonus)
 {
     this.TargetValue = targetValue;
     this.Boon        = bonus;
 }
Example #2
0
 public static Cost ToCost(this IReadOnlyResource resource)
 {
     return(new Cost(resource));
 }