设置相关功能
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
using FairyGUI;
|
||||
using NBC;
|
||||
using NBF;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
using UnityEngine.Video;
|
||||
|
||||
namespace NBF
|
||||
@@ -120,9 +116,9 @@ namespace NBF
|
||||
PermanentCommon.Init();
|
||||
InputDef.LoadIcon();
|
||||
// UI.Inst.OpenUI<FishingShopPanel>();
|
||||
UI.Inst.OpenUI<SettingPanel>();
|
||||
// UI.Inst.OpenUI<SettingPanel>();
|
||||
LoadData();
|
||||
// Fishing.Inst.Go(1);
|
||||
Fishing.Inst.Go(1);
|
||||
}
|
||||
|
||||
private void LoadData()
|
||||
|
||||
Reference in New Issue
Block a user