| System/Dungeon/DungeonSweepResultWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Dungeon/DungeonSweepResultWin.cs
@@ -98,7 +98,15 @@ } var cost = model.GetSweepCost(model.currentDungeon); m_SweepCost.SetItem(cost); if (cost.id > 0) { m_SweepCost.gameObject.SetActive(true); m_SweepCost.SetItem(cost); } else { m_SweepCost.gameObject.SetActive(false); } } private void DrawItems() @@ -166,7 +174,7 @@ else { model.RequestSweep(model.currentDungeon); } } } else {