Aura.Channel.Skills.Base.ProductionSkill.CheckCategory C# (CSharp) Méthode

CheckCategory() protected abstract méthode

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
Résultat bool
		protected abstract bool CheckCategory(Creature creature, ProductionCategory category);