C# 클래스 StatChange, SRPGCK

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

공개 프로퍼티들

프로퍼티 타입 설명
changeType StatChangeType
statName string

공개 메소드들

메소드 설명
StatChange ( string stat, StatChangeType change ) : System.Collections.Generic

메소드 상세

StatChange() 공개 메소드

public StatChange ( string stat, StatChangeType change ) : System.Collections.Generic
stat string
change StatChangeType
리턴 System.Collections.Generic

프로퍼티 상세

changeType 공개적으로 프로퍼티

public StatChangeType changeType
리턴 StatChangeType

statName 공개적으로 프로퍼티

public string statName
리턴 string