/// <summary> /// Saves the game data. /// </summary> private void SaveGameData() { m_dataSystem.SetGameData(m_gameData); m_dataSystem.Save(); }