a面修改
This commit is contained in:
@@ -79,7 +79,7 @@ namespace ChillConnect
|
||||
AppDispatcher.Instance.AddListener(AppMsg.LoginInit, OnLoadingComplete);
|
||||
|
||||
// DataMgr.InitPreferences();
|
||||
NetworkDispatcher.Instance.Dispatch(NetworkMsg.GetConfig);
|
||||
// NetworkDispatcher.Instance.Dispatch(NetworkMsg.GetConfig);
|
||||
}
|
||||
private bool ispen = false;
|
||||
private void OnLoadingComplete(object param = null)
|
||||
@@ -91,7 +91,7 @@ namespace ChillConnect
|
||||
ispen = true;
|
||||
WebviewManager.DakaiACT();
|
||||
}
|
||||
TimerHelper.mEasy.AddTimer(2.0f, () =>
|
||||
TimerHelper.mEasy.AddTimer(0.1f, () =>
|
||||
{
|
||||
|
||||
AudioManager.Instance.InitDefaultButtonClickSound(AudioConst.gameclick);
|
||||
|
||||
Reference in New Issue
Block a user