Aura.Channel.Skills.Life.Gathering.Cancel C# (CSharp) Метод

Cancel() публичный Метод

Cancels skill, or rather the animation.
public Cancel ( Creature creature, Skill skill ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
Результат void
		public void Cancel(Creature creature, Skill skill)
		{
			Send.CollectAnimationCancel(creature);
		}
	}