C# 클래스 WarTornLands.Entities.Modules.Think.Parts.InteractAbility

상속: BaseAbility
파일 보기 프로젝트 열기: floAr/WarTornLands 1 사용 예제들

공개 메소드들

메소드 설명
InteractAbility ( int range = 50 ) : System
SetOwner ( System.Entity owner ) : void
TryCancel ( ) : bool
TryExecute ( ) : bool
Update ( GameTime gameTime ) : void

메소드 상세

InteractAbility() 공개 메소드

public InteractAbility ( int range = 50 ) : System
range int
리턴 System

SetOwner() 공개 메소드

public SetOwner ( System.Entity owner ) : void
owner System.Entity
리턴 void

TryCancel() 공개 메소드

public TryCancel ( ) : bool
리턴 bool

TryExecute() 공개 메소드

public TryExecute ( ) : bool
리턴 bool

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void