예제 #1
0
 public virtual bool OnDeath(Unit attacker, uint damage, DamageType type)
 {
     return false;
 }
예제 #2
0
 public virtual bool OnAttack(Unit victim, uint damage, DamageType type, bool victimKilled)
 {
     return false;
 }