void Start()
 {
     DontDestroyOnLoad(this.gameObject);
     instance = this;
     Debug.Log("[KSP Interstellar]: MicrowaveSources initialized");
 }
Example #2
0
 void Start()
 {
     DontDestroyOnLoad(this.gameObject);
     instance = this;
     Debug.Log("[KSP Interstellar]: MicrowaveSources initialized");
 }
Example #3
0
 void Start()
 {
     instance = this;
     Debug.Log("[KSP Interstellar]: MicrowaveSources initialized");
 }