| System/KnapSack/Logic/PackModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/KnapSack/Logic/PackModel.cs
@@ -660,19 +660,6 @@ } } public List<ItemModel> GetItemsByType(PackType packType, int itemType) { if (playerPackDict.ContainsKey(packType)) { var singlePack = playerPackDict[packType]; return singlePack.GetItemsByType(itemType); } else { return null; } } public List<ItemModel> GetItems(PackType packType, SinglePack.FilterParams param) { if (playerPackDict.ContainsKey(packType))