Beispiel #1
0
 protected abstract void ApplyExperienceLoot(AttackableUnit source);
Beispiel #2
0
 public virtual void OnRevive(AttackableUnit source)
 {
     Alive = true;
     OnReviveEvent?.Invoke(this, source);
 }
Beispiel #3
0
 protected abstract void ApplyGoldLoot(AttackableUnit source);