Interface ISaveStore
- Namespace
- Aarthificial.Safekeeper.Stores
- Assembly
- Aarthificial.Safekeeper.dll
public interface ISaveStore
Methods
OnLoad(SaveControllerBase)
Invoked when the data is loaded from the memory.
void OnLoad(SaveControllerBase save)
Parameters
save
SaveControllerBaseThe current save controller.
OnSave(SaveControllerBase)
Invoked right before the data is saved to the memory.
void OnSave(SaveControllerBase save)
Parameters
save
SaveControllerBaseThe current save controller.