少年修仙传客户端基础资源
hch
2024-07-29 52bf5736f64611d8d0dd33bd727933b3b7ee5121
0312 新方法设置分支
1个文件已修改
7 ■■■■■ 已修改文件
Assets/Launch/ResourcesModel.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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");