Inheritance: UnityEngine.MonoBehaviour
Esempio n. 1
0
 public void Start()
 {
     INSTANCE = this;
     GameObject.DontDestroyOnLoad(this);
     MonoBehaviour.print("SSTUVesselStats Start");
     guiOpen = true;
 }