Table of Contents

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 SaveControllerBase

The current save controller.

OnSave(SaveControllerBase)

Invoked right before the data is saved to the memory.

void OnSave(SaveControllerBase save)

Parameters

save SaveControllerBase

The current save controller.