C# Class SadConsoleEditor.FileLoaders.Animation

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

Public Methods

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

Method Details

Load() public method

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

Save() public method

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