public static void SetupGameData()
 {
     MapLoader.LoadMapData(GameData.GameData.ActiveMap);
     PlayerManager.LoadPlayerData();
 }