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

        }
Esempio n. 2
0
 protected void Awake()
 {
     Instance = this;
 }