C# Class Common.Settings

Exibir arquivo Open project: gamemachine/gamemachine Class Usage Examples

Public Properties

Property Type Description
defaultCharacterId string
waterLevel float

Public Methods

Method Description
GetServerPath ( ) : string
Instance ( ) : Settings

Method Details

GetServerPath() public static method

public static GetServerPath ( ) : string
return string

Instance() public static method

public static Instance ( ) : Settings
return Settings

Property Details

defaultCharacterId public_oe property

public string defaultCharacterId
return string

waterLevel public_oe property

public float waterLevel
return float