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