IEnumerator LevelSelect_()
 {
     StartCoroutine(ToLevelExclusive(levelName));
     while (inLoad)
     {
         yield return(null);
     }
     CurrentlySelecting.Init(); // TODO: Make this a general call to LevelSelectUI init or something
 }
Ejemplo n.º 2
0
 void Start()
 {
     instance = this;
 }