C# 클래스 Common.Settings

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

공개 프로퍼티들

프로퍼티 타입 설명
defaultCharacterId string
waterLevel float

공개 메소드들

메소드 설명
GetServerPath ( ) : string
Instance ( ) : Settings

메소드 상세

GetServerPath() 공개 정적인 메소드

public static GetServerPath ( ) : string
리턴 string

Instance() 공개 정적인 메소드

public static Instance ( ) : Settings
리턴 Settings

프로퍼티 상세

defaultCharacterId 공개적으로 프로퍼티

public string defaultCharacterId
리턴 string

waterLevel 공개적으로 프로퍼티

public float waterLevel
리턴 float