C# Class MCDawn.Properties

显示文件 Open project: jonnyli1125/MCDawn

Public Methods

Method Description
Load ( string givenPath, bool skipsalt = false ) : void
Save ( string givenPath ) : void
ValidString ( string str, string allowed ) : bool

Method Details

Load() public static method

public static Load ( string givenPath, bool skipsalt = false ) : void
givenPath string
skipsalt bool
return void

Save() public static method

public static Save ( string givenPath ) : void
givenPath string
return void

ValidString() public static method

public static ValidString ( string str, string allowed ) : bool
str string
allowed string
return bool