I made a level editor for a game. It consists of a bunch of different arrays that store values about the level. Here's a screenshot
imgur.com/a/siGinkG
each array adjusts its size depending on the amount of game objects.
I want to make a campaign mode to my game that is made of levels, so how do I store values from all these arrays into base game levels?