ICustomSaveData<'a> Type
Implement if you want your class to be able to store persistent data.
The save & load methods should return and accept a class marked with SerializableAttribute.
Instance members
Instance member | Description |
|
You should usually implement this function as follows:
|
Full Usage:
this.Load
Parameters:
'a
Modifiers: abstract |
|
Full Usage:
this.Save
Returns: 'a
Modifiers: abstract |