Beispiel #1
0
 protected override void Effect(UnitPack unit_pack)
 {
     unit_pack.ApplyEffect(x => x.ReciveDamage(damageValue));
 }
Beispiel #2
0
 protected override void Effect(UnitPack unit_pack)
 {
     unit_pack.ApplyEffect(x => x.ReciveHeal(healValue));
 }