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
The "Load Game" option on the menu should list the characters that are located in the "characters.json" file. The code should read the file, use JSON.NET by Newtonsoft (add the dependency) to reserialize the JSON, and then list each JSON object (character) to the player with a number attached. The number is for the player to choose which character to load.
The text was updated successfully, but these errors were encountered:
The "Load Game" option on the menu should list the characters that are located in the "characters.json" file. The code should read the file, use JSON.NET by Newtonsoft (add the dependency) to reserialize the JSON, and then list each JSON object (character) to the player with a number attached. The number is for the player to choose which character to load.
The text was updated successfully, but these errors were encountered: