C# Class Oddmatics.RozWorld.Client.RwClient

Inheritance: IRwClient
Datei anzeigen Open project: rozniak/RozWorld Class Usage Examples

Public Properties

Property Type Description
DIRECTORY_RENDERERS string
FILE_CONFIG string

Public Methods

Method Description
Run ( ) : bool

Runs this client instance.

Private Methods

Method Description
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.

Method Details

Run() public method

Runs this client instance.
public Run ( ) : bool
return bool

Property Details

DIRECTORY_RENDERERS public_oe static_oe property

The renderers directory.
public static string DIRECTORY_RENDERERS
return string

FILE_CONFIG public_oe static_oe property

The config file for client variables.
public static string FILE_CONFIG
return string