C# 클래스 Oddmatics.RozWorld.Client.RwClient

상속: IRwClient
파일 보기 프로젝트 열기: rozniak/RozWorld 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DIRECTORY_RENDERERS string
FILE_CONFIG string

공개 메소드들

메소드 설명
Run ( ) : bool

Runs this client instance.

비공개 메소드들

메소드 설명
LoadConfigs ( IList file ) : void

Loads a client configuration from a file on disk.

MakeDefaultConfigs ( string targetFile ) : void

Writes the default client configuration file to the disk.

메소드 상세

Run() 공개 메소드

Runs this client instance.
public Run ( ) : bool
리턴 bool

프로퍼티 상세

DIRECTORY_RENDERERS 공개적으로 정적으로 프로퍼티

The renderers directory.
public static string DIRECTORY_RENDERERS
리턴 string

FILE_CONFIG 공개적으로 정적으로 프로퍼티

The config file for client variables.
public static string FILE_CONFIG
리턴 string