Example #1
0
    override public void QuitGame()
    {
        base.QuitGame();

        InstUtil.Get <LUATest>().Clear();
    }
Example #2
0
 //进入游戏
 override public void EnterGame()
 {
     InstUtil.Get <KUITest>().Setup();
     //InstUtil.Get<BundleTest>().Setup();
 }
Example #3
0
    //进入游戏
    override public void EnterGame()
    {
        //base.EnterGame();

        InstUtil.Get <LUATest>().Setup();
    }