public override void onShowed() { instance = this; base.onShowed(); txt.gameObject.SetActive(false); msg.SetActive(false); }
public override void onClosed() { instance = null; base.onClosed(); }
public override void onShowed() { debug.instance = this; base.onShowed(); this.txt.gameObject.SetActive(false); }