C# Class MCDawn.Properties

Afficher le fichier Open project: jonnyli1125/MCDawn

Méthodes publiques

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

Method Details

Load() public static méthode

public static Load ( string givenPath, bool skipsalt = false ) : void
givenPath string
skipsalt bool
Résultat void

Save() public static méthode

public static Save ( string givenPath ) : void
givenPath string
Résultat void

ValidString() public static méthode

public static ValidString ( string str, string allowed ) : bool
str string
allowed string
Résultat bool