C# Class MTMCL.Customize.TileColor

Show file Open project: cvronmin/metocraft Class Usage Examples

Public Methods

Method Description
Load ( string file ) : TileColor
QuickChange ( string name, object value ) : void
Save ( ) : void
Save ( TileColor cfg = null, string file = null ) : void
Save ( string file ) : void

Method Details

Load() public static method

public static Load ( string file ) : TileColor
file string
return TileColor

QuickChange() public method

public QuickChange ( string name, object value ) : void
name string
value object
return void

Save() public method

public Save ( ) : void
return void

Save() public static method

public static Save ( TileColor cfg = null, string file = null ) : void
cfg TileColor
file string
return void

Save() public method

public Save ( string file ) : void
file string
return void