Main/System/KnapSack/Logic/ItemLogicUtility.cs
@@ -1185,6 +1185,7 @@ public Dictionary<int, Item> totalShowItems = new Dictionary<int, Item>(); public event Action OnGetItemShowEvent; private string getItemEventName; public string sourceTip; //领奖原因 // 通用显示获得的物品 @@ -1215,6 +1216,14 @@ } } if (GeneralDefine.commonAwardTipDict.ContainsKey(eventName)) { sourceTip = GeneralDefine.commonAwardTipDict[eventName]; } else { sourceTip = ""; } this.isNameShow = isNameShow; OnGetItemShowEvent?.Invoke();