Esempio n. 1
0
    public static bool ShowYUEKAPreviewUI(ShopTemplate shopT)
    {
        UI_YueKaPreviewMgr.SetShopTemplate(shopT);
        UI_HomeControler.Inst.AddUI(UI_YueKaPreviewMgr.UI_ResPath);

        return(true);
    }
Esempio n. 2
0
    bool ShowYUEKAPreviewUI(MonthcardTemplate exchangeT)
    {
        UI_YueKaPreviewMgr.SetMonthTemplate(exchangeT);
        UI_HomeControler.Inst.AddUI(UI_YueKaPreviewMgr.UI_ResPath);

        return(true);
    }