update to end sequence

This commit is contained in:
2026-04-10 19:36:36 -04:00
parent 365580af47
commit 619d4f143e
10 changed files with 88 additions and 9 deletions
+1
View File
@@ -14,6 +14,7 @@ namespace game::state::play
public:
static constexpr auto LIMIT = 100;
bool isDisabled{};
std::vector<entity::Item> items{};
int heldItemIndex{-1};
int queuedRemoveItemIndex{-1};