C# Class SadConsoleEditor.FileLoaders.Zones

Inheritance: IFileLoader
显示文件 Open project: Thraka/SadConsoleEditor

Public Methods

Method Description
Load ( string file ) : object
Save ( object spots, string file ) : void

Method Details

Load() public method

public Load ( string file ) : object
file string
return object

Save() public method

public Save ( object spots, string file ) : void
spots object
file string
return void