Have a struct or array of structs in a Save Game object and save that:
Don’t think of it as of a Save Game in a traditional sense, just some saved data. It’s the most common practice to pack a bunch of data into a struct and save that.
Have a struct or array of structs in a Save Game object and save that:
Don’t think of it as of a Save Game in a traditional sense, just some saved data. It’s the most common practice to pack a bunch of data into a struct and save that.