Dev Task: User data versioning #191
Labels
enhancement
New feature or request
game logic
game logic related tickets
good first issue
Good for newcomers
Each version of saved user data should also specify a version to track it's format, this would allow creating a script that can update user's data to the new format when required based on the version.
Each new script can pass it's result to the next one in line until the data is up to the server's format.
A simple int would be enough to track which format is being used.
The text was updated successfully, but these errors were encountered: