1using System.Collections.Generic;
27 this.m_SceneData = sceneData;
Store all scenes in here. If we have 3 scenes, we have 3 entries.
Dictionary< string, SceneSave > m_SceneData
GameObjectSave(Dictionary< string, SceneSave > sceneData)
A constructor to pass data
GameObjectSave()
Default constructor