Commit 8685dd91 authored by shujianhe's avatar shujianhe

2

parent 7cb9ac67
...@@ -23,7 +23,7 @@ public class gameUserInfos : MonoBehaviour, IEventHandler ...@@ -23,7 +23,7 @@ public class gameUserInfos : MonoBehaviour, IEventHandler
onEvent("inGameLoadingBarEnd", onInGameLoadingBarEndEvent); onEvent("inGameLoadingBarEnd", onInGameLoadingBarEndEvent);
utilsTools.addTimer_Update(gameObject,"first", (string name) => utilsTools.addTimer_Update(gameObject,"first", (string name) =>
{ {
if (utilsTools.ContainsKeyGDataByKey("nowUseGameId") == false) if (utilsTools.ContainsKeyGDataByKey("NativeGameData") == false)
{ {
loadTest(); loadTest();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment