Aura.Channel.Skills.Base.ProductionSkill.CheckCategory C# (CSharp) Method

CheckCategory() protected abstract method

Checks if category can be handled by this skill, returns false if not.
protected abstract CheckCategory ( Creature creature, ProductionCategory category ) : bool
creature Aura.Channel.World.Entities.Creature
category ProductionCategory
return bool
		protected abstract bool CheckCategory(Creature creature, ProductionCategory category);