C# Class CEngineSharp_Editor.World.Item

Show file Open project: JohnLamontagne/CEngineSharp Class Usage Examples

Public Methods

Method Description
Load ( string filePath ) : Item
Save ( string filePath ) : void

Method Details

Load() public static method

public static Load ( string filePath ) : Item
filePath string
return Item

Save() public method

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