Aura.Channel.World.Entities.Creature.ShouldSurvive C# (CSharp) 메소드

ShouldSurvive() 보호된 추상적인 메소드

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
리턴 bool
		protected abstract bool ShouldSurvive(float damage, Creature from, float lifeBefore);