Aura.Channel.Skills.Life.Herbalism.Init C# (CSharp) Method

Init() public method

Subscribes to events required for training.
public Init ( ) : void
return void
		public void Init()
		{
			ChannelServer.Instance.Events.CreatureGathered += this.OnCreatureGathered;
		}