Aura.Channel.Skills.Life.PotionMaking.CheckCategory C# (CSharp) Метод

CheckCategory() защищенный Метод

protected CheckCategory ( Creature creature, ProductionCategory category ) : bool
creature Aura.Channel.World.Entities.Creature
category ProductionCategory
Результат bool
		protected override bool CheckCategory(Creature creature, ProductionCategory category)
		{
			return (category == ProductionCategory.PotionMaking);
		}