Traveller/scripts/inventory
Cold-Mint b9a9349596
Fixed an issue where two items would be selected at the same time when the player picked up the item and re-selected it.
修复玩家捡起物品后,重新选中物品,会有两个物品同时被选择的问题。
2024-09-25 21:56:54 +08:00
..
HotBar.cs Use placeholders to resolve the problem that an empty slot cannot be selected in the shortcut bar. 2024-09-23 23:17:57 +08:00
IItem.cs Item containers maintain item collections, not item slots. 2024-09-22 16:51:42 +08:00
IItemContainer.cs Use placeholders to resolve the problem that an empty slot cannot be selected in the shortcut bar. 2024-09-23 23:17:57 +08:00
IItemContainerDisplay.cs Bind the item container to the item container display. 2024-09-22 23:13:59 +08:00
IItemDisplay.cs Bind the item container to the item container display. 2024-09-22 23:13:59 +08:00
ItemContainerDisplayTemplate.cs Fixed an issue where two items would be selected at the same time when the player picked up the item and re-selected it. 2024-09-25 21:56:54 +08:00
ItemSlotContainerDisplay.cs Bind the item container to the item container display. 2024-09-22 23:13:59 +08:00
ItemSlotNode.cs Add an event where item data changes. 2024-09-23 21:03:39 +08:00
ItemType.cs Item ids can only be specified in yaml files. 2024-08-01 23:30:28 +08:00
ItemTypeManager.cs Item ids can only be specified in yaml files. 2024-08-01 23:30:28 +08:00
ItemTypeRegister.cs Item ids can only be specified in yaml files. 2024-08-01 23:30:28 +08:00
Packsack.cs Use placeholders to resolve the problem that an empty slot cannot be selected in the shortcut bar. 2024-09-23 23:17:57 +08:00
PlaceholderItem.cs Use placeholders to resolve the problem that an empty slot cannot be selected in the shortcut bar. 2024-09-23 23:17:57 +08:00
UniversalItemContainer.cs Fixed an issue where two items would be selected at the same time when the player picked up the item and re-selected it. 2024-09-25 21:56:54 +08:00