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

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

공개 메소드들

메소드 설명
Cancel ( Creature creature, Skill skill ) : void

Cancels skill.

Complete ( Creature creature, Skill skill, Packet packet ) : void

Completes skill, placing the stone.

Prepare ( Creature creature, Skill skill, Packet packet ) : bool

Prepares skill.

Use ( Creature creature, Skill skill, Packet packet ) : void

Uses skill, attempting to place the stone.

메소드 상세

Cancel() 공개 메소드

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

Complete() 공개 메소드

Completes skill, placing the stone.
public Complete ( Creature creature, Skill skill, Packet packet ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Packet
리턴 void

Prepare() 공개 메소드

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

Use() 공개 메소드

Uses skill, attempting to place the stone.
public Use ( Creature creature, Skill skill, Packet packet ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Packet
리턴 void