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

상속: PowerScript
파일 보기 프로젝트 열기: GrindFest/GrindFest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Timeout float

공개 메소드들

메소드 설명
OnUpdate ( System.TimeSpan deltaTime ) : void
TickTimer ( Skill scriptContainer, float timeout ) : Server.Game.Components

메소드 상세

OnUpdate() 공개 메소드

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

TickTimer() 공개 메소드

public TickTimer ( Skill scriptContainer, float timeout ) : Server.Game.Components
scriptContainer Skill
timeout float
리턴 Server.Game.Components

프로퍼티 상세

Timeout 공개적으로 프로퍼티

public float Timeout
리턴 float