Aura.Channel.Skills.Life.Gathering.Cancel C# (CSharp) Method

Cancel() public method

Cancels skill, or rather the animation.
public Cancel ( Creature creature, Skill skill ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
return void
		public void Cancel(Creature creature, Skill skill)
		{
			Send.CollectAnimationCancel(creature);
		}
	}