C# 클래스 Server.Game.Powers.PowerScript

상속: INotifyCompletion
파일 보기 프로젝트 열기: GrindFest/GrindFest

공개 메소드들

메소드 설명
Complete ( ) : void
GetAwaiter ( ) : PowerScript
GetResult ( ) : void
OnCompleted ( System.Action continuation ) : void
OnUpdate ( System.TimeSpan deltaTime ) : void
PowerScript ( Skill scriptContainer ) : Server.Game.Components

메소드 상세

Complete() 공개 메소드

public Complete ( ) : void
리턴 void

GetAwaiter() 공개 메소드

public GetAwaiter ( ) : PowerScript
리턴 PowerScript

GetResult() 공개 메소드

public GetResult ( ) : void
리턴 void

OnCompleted() 공개 메소드

public OnCompleted ( System.Action continuation ) : void
continuation System.Action
리턴 void

OnUpdate() 공개 메소드

public OnUpdate ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
리턴 void

PowerScript() 공개 메소드

public PowerScript ( Skill scriptContainer ) : Server.Game.Components
scriptContainer Skill
리턴 Server.Game.Components