Aura.Channel.Skills.Combat.CombatMastery.Init C# (CSharp) Méthode

Init() public méthode

Subscribes skill to events needed for training.
public Init ( ) : void
Résultat void
		public void Init()
		{
			ChannelServer.Instance.Events.CreatureAttackedByPlayer += this.OnCreatureAttackedByPlayer;
		}