Aura.Channel.Skills.Base.MagicBolt.GetDamage C# (CSharp) Method

GetDamage() protected abstract method

Returns damage for attacker using skill.
protected abstract GetDamage ( Creature attacker, Skill skill ) : float
attacker Aura.Channel.World.Entities.Creature
skill Skill
return float
		protected abstract float GetDamage(Creature attacker, Skill skill);