Interface ISavableEntityComponent
Namespace: RTSEngine.Save.Game.EntityComponent
Assembly: cs.temp.dll.dll
Syntax
public interface ISavableEntityComponent : IEntityComponent
Methods
Load(String)
Declaration
void Load(string data)
Parameters
| Type | Name | Description |
|---|---|---|
| String | data |
Save()
Declaration
string Save()
Returns
| Type | Description |
|---|---|
| String |