Aura.Tests.Channel.World.Entities.CreatureTests.TestCreature.ShouldSurvive C# (CSharp) Method

ShouldSurvive() protected method

protected ShouldSurvive ( float damage, Creature from, float lifeBefore ) : bool
damage float
from Aura.Channel.World.Entities.Creature
lifeBefore float
return bool
			protected override bool ShouldSurvive(float damage, Creature from, float lifeBefore)
			{
				throw new NotImplementedException();
			}
CreatureTests.TestCreature