Interface ISavableGameService
Namespace: RTSEngine.Save.Game.Service
Assembly: cs.temp.dll.dll
Syntax
public interface ISavableGameService : IGameService
Properties
SaveCode
Declaration
string SaveCode { get; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
Load(String)
Declaration
void Load(string data)
Parameters
| Type | Name | Description |
|---|---|---|
| String | data |
Save()
Declaration
string Save()
Returns
| Type | Description |
|---|---|
| String |