yyl
2025-10-21 4779ce18e856a5e9156de41c2c7f610f7ddb2755
Main/System/HeroUI/HeroUIManager.cs
@@ -69,6 +69,10 @@
        config = FuncConfigConfig.Get("HeroOnTeam");
        lockHeroCountLimit = JsonMapper.ToObject<int[][]>(config.Numerical1);
        teamSortByJob = JsonMapper.ToObject<int[]>(config.Numerical2);
        onekeyGuideID = int.Parse(config.Numerical3);
        onekeyGuideFirstPos = int.Parse(config.Numerical4);
    }
    public void OnBeforePlayerDataInitialize()