C# 클래스 Aura.Channel.Skills.Hidden.Blessing

상속: IPreparable, ICompletable, ICancelable
파일 보기 프로젝트 열기: aura-project/aura

공개 메소드들

메소드 설명
Cancel ( Creature creature, Skill skill ) : void
Complete ( Creature creature, Skill skill, Aura.Shared.Network.Packet packet ) : void
Prepare ( Creature creature, Skill skill, Aura.Shared.Network.Packet packet ) : bool

메소드 상세

Cancel() 공개 메소드

public Cancel ( Creature creature, Skill skill ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
리턴 void

Complete() 공개 메소드

public Complete ( Creature creature, Skill skill, Aura.Shared.Network.Packet packet ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Aura.Shared.Network.Packet
리턴 void

Prepare() 공개 메소드

public Prepare ( Creature creature, Skill skill, Aura.Shared.Network.Packet packet ) : bool
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Aura.Shared.Network.Packet
리턴 bool