using System.Collections.Generic; using UnityEngine; public class EpisodeLevels : MonoBehaviour { public List m_levels = new List(); public List Levels { get { return m_levels; } } }