C# 클래스 Dot, verthex

상속: MonoBehaviour
파일 보기 프로젝트 열기: austinblakeslee/verthex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
damagePerTurn int
turnsRemaining int

공개 메소드들

메소드 설명
Advance ( ) : int
Done ( ) : bool
Dot ( int turns, int damagePerTurn ) : System.Collections

메소드 상세

Advance() 공개 메소드

public Advance ( ) : int
리턴 int

Done() 공개 메소드

public Done ( ) : bool
리턴 bool

Dot() 공개 메소드

public Dot ( int turns, int damagePerTurn ) : System.Collections
turns int
damagePerTurn int
리턴 System.Collections

프로퍼티 상세

damagePerTurn 공개적으로 프로퍼티

public int damagePerTurn
리턴 int

turnsRemaining 공개적으로 프로퍼티

public int turnsRemaining
리턴 int