You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you run a New Game or New Game+, there is specific code to wipe your stored data, while storing some data to be used again. Each persistent key is defined as a call to a StoreInfo method, which just seems really messy.
Currently, when you run a New Game or New Game+, there is specific code to wipe your stored data, while storing some data to be used again. Each persistent key is defined as a call to a
StoreInfo
method, which just seems really messy.I think instead it would be better to have list of persisted values and just run the required methods in a loop or something.
The text was updated successfully, but these errors were encountered: