From b4f99f038d5570cbc21941455e93f68d219a075c Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 26 十一月 2025 17:09:13 +0800
Subject: [PATCH] 0312 增加部分基础音效 音乐

---
 Main/System/KnapSack/Logic/CommonGetItemWin.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Main/System/KnapSack/Logic/CommonGetItemWin.cs b/Main/System/KnapSack/Logic/CommonGetItemWin.cs
index a2ebe00..1c97908 100644
--- a/Main/System/KnapSack/Logic/CommonGetItemWin.cs
+++ b/Main/System/KnapSack/Logic/CommonGetItemWin.cs
@@ -14,6 +14,7 @@
         ItemLogicUtility.Instance.OnGetItemShowEvent += OnGetItemShowEvent;
         scroller.OnRefreshCell += OnRefreshCell;
         CreateScroller();
+        SoundPlayer.Instance.PlayUIAudio(20);
     }
 
 

--
Gitblit v1.8.0