public void Start()
        {
            Instance = this;
            FindAllCourseConfigs(); //find all applicable configs
            GenerateOfferedCourses(); //turn the configs into offered courses

        }
Example #2
0
 protected void Awake()
 {
     Instance = this;
 }