hch
2025-09-02 c5adf3e22a5cdfb185a4befc22ef0cd079a7eb33
Main/System/HeroUI/HeroUIManager.cs
@@ -39,6 +39,7 @@
        var config = FuncConfigConfig.Get("HeroRebirth");
        payBackMoneyType = int.Parse(config.Numerical1);
        rebornAwakeHeroMaxCount = int.Parse(config.Numerical2);
        ParseGiftConfig();
    }
    public void OnBeforePlayerDataInitialize()