Пример #1
0
 // Add the bonuses conferred by the hex to this unit
 public void GetHexEffects(Hex hex)
 {
     effects_on_unit.AddRange(hex.GetEffectsOnHex(this));
     EvaluateEffects();
 }