Loading...
Searching...
No Matches
AdventureCore.PersistenceSaverBase Class Referenceabstract

Detailed Description

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

https://adventure.softleitner.com/manual/persistence

Inheritance diagram for AdventureCore.PersistenceSaverBase:
AdventureCore.PlayerPrefSaver

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)