hch
2026-01-14 b11937d40e53a2606ff7f563c73d9300c8140527
0312 合成增加配置物品id哪些不提醒红点
1个文件已修改
2 ■■■ 已修改文件
Main/System/KnapSack/Logic/ComposeGirdCell.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/KnapSack/Logic/ComposeGirdCell.cs
@@ -33,7 +33,7 @@
        {
            fullImage.SetActive(true);
            fillImage.SetActive(false);
            redImg.SetActive(true);
            redImg.SetActive(!PackManager.Instance.noRedpointComposeItemIDs.Contains(materialID));
        }
        else
        {