Exemple #1
0
 void Awake()
 {
     if (!validScenes.Contains(HighLogic.LoadedScene))
     {
         Destroy(this);
     }
     Instance = this;
 }
 void Awake()
 {
     if (!validScenes.Contains(HighLogic.LoadedScene))
     {
         Destroy(this);
     }
     Instance = this;
 }