Property | Type | Description | |
---|---|---|---|
AssemblyVersion | string | ||
ContentPacks | List |
||
Directories | string>.Dictionary | ||
MainDirectory | string |
Method | Description | |
---|---|---|
CheckFiles ( ) : void |
Checks to make sure the application files are there, if not it will create them
|
|
LoadContentPacks ( |
Finds content packs and loads the selected one
|
|
LoadSettings ( |
Opens the settings file and loads the values
|
|
ReadServers ( ) : List |
Reads a list of servers from the json server config file
|
|
SaveSettings ( |
Saves settings to the settings file
|
|
WriteServers ( List |
Save servers into a configurable json file
|
Method | Description | |
---|---|---|
ApplySettings ( |
Applies loading settings (Handles logic)
|
|
CreateDefaultServer ( ) : |
||
IO ( ) : System | ||
SaveAndApplyDefault ( |
public static LoadContentPacks ( |
||
game | ||
return | void |
public static LoadSettings ( |
||
game | ||
return | void |
public static SaveSettings ( |
||
settings | ||
return | void |
public static WriteServers ( List |
||
servers | List |
|
return | void |
public static Dictionary |
||
return | string>.Dictionary |