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