프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DebugEnabled | bool | ||
MaxMaps | byte | ||
MaxPlayers | byte | ||
PublicServer | bool | ||
ServerName | string | ||
ServerPort | int | ||
VerifyNames | bool |
메소드 | 설명 | |
---|---|---|
Load ( string givenPath, bool skipsalt = false ) : void | ||
ValidString ( string str, string allowed ) : bool |
메소드 | 설명 | |
---|---|---|
Save ( string givenPath ) : void |
public static Load ( string givenPath, bool skipsalt = false ) : void | ||
givenPath | string | |
skipsalt | bool | |
리턴 | void |
public static ValidString ( string str, string allowed ) : bool | ||
str | string | |
allowed | string | |
리턴 | bool |