public void ExecuteDeath(IAttacker dealer, int value, DamageType type) { DeathEvent.Call(new DeathEventArgs(this, dealer, value, type)); }