C# Class BiomePainter.Settings

Show file Open project: mblaine/BiomePainter

Public Methods

Method Description
AddRecentWorld ( String path, String name ) : void
ClearRecentWorlds ( ) : void
RemoveRecentWorld ( String path ) : void
Save ( ) : void

Private Methods

Method Description
Read ( ) : void
Settings ( ) : System

Method Details

AddRecentWorld() public static method

public static AddRecentWorld ( String path, String name ) : void
path String
name String
return void

ClearRecentWorlds() public static method

public static ClearRecentWorlds ( ) : void
return void

RemoveRecentWorld() public static method

public static RemoveRecentWorld ( String path ) : void
path String
return void

Save() public static method

public static Save ( ) : void
return void