hch
1 天以前 a80d9e64b60403c71ff7ff32c9e94e6833f50ace
Main/System/KnapSack/PackManager.cs
@@ -434,8 +434,9 @@
            if (itemGUIDDict[guid].packType == type)
            {
                itemGUIDDict.Remove(guid);
                DeleteItemEvent?.Invoke(type, guid, itemID, index, clearType);
            }
            //只是背包转移,不删除但也要通知
            DeleteItemEvent?.Invoke(type, guid, itemID, index, clearType);
        }
    }