using UnityEngine; using System.Collections.Generic; public static class GlobalGameSettings { public static GameObject Player1Prefab; public static List LevelData = new List(); public static int currentLevelId = 0; }