Aura.Channel.Skills.Life.PotionMaking.CheckCategory C# (CSharp) Method

CheckCategory() protected method

protected CheckCategory ( Creature creature, ProductionCategory category ) : bool
creature Aura.Channel.World.Entities.Creature
category ProductionCategory
return bool
		protected override bool CheckCategory(Creature creature, ProductionCategory category)
		{
			return (category == ProductionCategory.PotionMaking);
		}