[6.6] Save Character to Local Storage #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User Story
As a player, I want my character auto-saved to local storage.
Acceptance Criteria
EXAMPLE_CHARACTERif none savedDataLoader.serialize()/deserialize()into persistenceNotes
Depends on 6.1 (ViewModel). KStore and kotlinx.serialization already in the project.
DataLoaderalready provides serialize/deserialize.