hch
2025-09-11 9a831340e3613c255badb6ee6b11827517fb76dd
Main/System/HeroUI/HeroUIManager.cs
@@ -58,11 +58,6 @@
        ParseGiftConfig();
        config = FuncConfigConfig.Get("HeroBook");
        var arr = JsonMapper.ToObject<int[]>(config.Numerical1);
        bookMoneyType = arr[0];
        bookMoneyValue = arr[1];
        config = FuncConfigConfig.Get("HeroRedpoint");
        heroRedpointItemList = JsonMapper.ToObject<int[]>(config.Numerical1);
    }