chenxin
2020-11-27 2a1575f0dd35ad089de454588b19b8504d13acb4
Assets/Scripts/Json/JsonDataCenter.cs
@@ -263,13 +263,11 @@
        {
            int guide = PlayerPrefs.GetInt("GemBattleGuide");
            GameConfig.IsNewbie = guide == 0;
            // 必须在EndlessPortData初始化之前
            GameConfig.IsNewbieStart = GameConfig.IsNewbie;
            EndlessEnemyData.Init();
            EndlessPortData.Init();
            EndlessBuffData.Init();
            EndlessBossData.Init();
            EndlessBossSkillData.Init();
            //EventCenter.Ins.BroadCast((int)KTGMGemClient.EventType.JsonDataReadDone);
            GameConfig.JsonReadDone = true;
        }
    }