C# 클래스 statusEffect, JRPG

파일 보기 프로젝트 열기: seanlazaro/JRPG 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
debuff bool
limitedDuration bool
name string
numberOfTurnsRemaining int
startedDuration bool

공개 메소드들

메소드 설명
statusEffect ( string name, bool limitedDuration, bool startedDuration, int numberOfTurnsRemaining, bool debuff ) : System

메소드 상세

statusEffect() 공개 메소드

public statusEffect ( string name, bool limitedDuration, bool startedDuration, int numberOfTurnsRemaining, bool debuff ) : System
name string
limitedDuration bool
startedDuration bool
numberOfTurnsRemaining int
debuff bool
리턴 System

프로퍼티 상세

debuff 공개적으로 프로퍼티

public bool debuff
리턴 bool

limitedDuration 공개적으로 프로퍼티

public bool limitedDuration
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

numberOfTurnsRemaining 공개적으로 프로퍼티

public int numberOfTurnsRemaining
리턴 int

startedDuration 공개적으로 프로퍼티

public bool startedDuration
리턴 bool