示例#1
0
    private void Start()
    {
        _mgr = ScreenManag.Instance;

        _mgr.Push(new ScreenGO(mainGame));
    }
示例#2
0
    private void Awake()
    {
        Instance = this;

        _stack = new Stack <IScreen>();
    }