PointClickEngine::Core::IGameStateManager
Interface for game state persistence
Instance methods
delete_save(slot : String) : Result(Nil, SaveGameError)
Sourcehas_save?(slot : String) : Bool
Sourcelist_saves
Sourceload_state(slot : String) : Result(Nil, SaveGameError)
Sourcesave_state(slot : String) : Result(Nil, SaveGameError)
Source