Aura.Channel.World.Entities.Creature.ShouldSurvive C# (CSharp) Method

ShouldSurvive() protected abstract method

Returns true if creature should go into deadly by the attack.
protected abstract ShouldSurvive ( float damage, Creature from, float lifeBefore ) : bool
damage float
from Creature
lifeBefore float
return bool
		protected abstract bool ShouldSurvive(float damage, Creature from, float lifeBefore);