Aura.Channel.Skills.Combat.MagnumShot.Complete C# (CSharp) Метод

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

Completes skill, stopping the aim meter and disabling the fire effect.
public Complete ( Creature creature, Skill skill, Packet packet ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Packet
Результат void
		public void Complete(Creature creature, Skill skill, Packet packet)
		{
			this.Cancel(creature, skill);
			Send.SkillComplete(creature, skill.Info.Id);
		}