少年修仙传客户端基础资源
hch
2024-07-29 52bf5736f64611d8d0dd33bd727933b3b7ee5121
Assets/Launch/ResourcesModel.cs
@@ -118,6 +118,13 @@
                        debugBranch = json.branch;
                    }
                }
                else if (LocalSave.GetString("#@#BrancH") != string.Empty)
                {
                    int tmpbranch;
                    int.TryParse(LocalSave.GetString("#@#BrancH").Substring(1), out tmpbranch);
                    if (tmpbranch != 0)
                        debugBranch = tmpbranch;
                }
            }
            Clock.Init();
            Debug.Log("ResourcesModel.Init");