Assets/Launch/ResourcesModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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");