chenxin
2020-11-27 c49c0e39e4c11a438014a0b0732ecf0968fceb5e
Assets/Scripts/Json/JsonDataCenter.cs
@@ -55,6 +55,8 @@
        // Svn版本信息.
        public static string SVNVERSION_INFO = "";
        public static float DOUBLE_GEM_TIME = 10f;
        /// <summary>
        /// 根据id和Level获取skillLevelInfo数据
        /// </summary>
@@ -188,10 +190,7 @@
                        break;
                    case "doublegem":
                        // 购买宝石直接获取2级宝石的时间
                        if (RandomTower.instanceExists)
                            RandomTower.LEVELUP_TOWER_TIME = tbat.value;
                        else if (EndlessRandomTower.instanceExists)
                            EndlessRandomTower.LEVELUP_TOWER_TIME = tbat.value;
                        DOUBLE_GEM_TIME = tbat.value;
                        break;
                    case "buildtime":
                        GRIDOPEN_CDTIME = tbat.value;