C# Class BiomePainter.Settings

Afficher le fichier Open project: mblaine/BiomePainter

Méthodes publiques

Méthode Description
AddRecentWorld ( String path, String name ) : void
ClearRecentWorlds ( ) : void
RemoveRecentWorld ( String path ) : void
Save ( ) : void

Private Methods

Méthode Description
Read ( ) : void
Settings ( ) : System

Method Details

AddRecentWorld() public static méthode

public static AddRecentWorld ( String path, String name ) : void
path String
name String
Résultat void

ClearRecentWorlds() public static méthode

public static ClearRecentWorlds ( ) : void
Résultat void

RemoveRecentWorld() public static méthode

public static RemoveRecentWorld ( String path ) : void
path String
Résultat void

Save() public static méthode

public static Save ( ) : void
Résultat void