Exemplo n.º 1
0
 public virtual bool OnDeath(Unit attacker, uint damage, DamageType type)
 {
     return false;
 }
Exemplo n.º 2
0
 public virtual bool OnAttack(Unit victim, uint damage, DamageType type, bool victimKilled)
 {
     return false;
 }