ActionAdventureKit 1.7.3
|
base class for behaviours that actually commit the persistence data to disk(or whatever else is used to save data these days)
this logic is seperated from the persistence container so it can easily be replaced by some custom save logic for cloud or some platform specific use case
Public Member Functions | |
void | Save (string key, PersistenceData data) |
PersistenceData | Load (string key) |
void | Delete (string key) |
virtual string | Export (string key) |
virtual void | Import (string key, string data) |