Now when you loot an item the loot UI works.

This commit is contained in:
Zed A. Shaw 2025-06-11 23:49:37 -04:00
parent 38159a5f84
commit 86eabed3db
8 changed files with 66 additions and 119 deletions

View file

@ -95,8 +95,6 @@ namespace components {
struct Device {
json config;
std::vector<std::string> events;
void configure_events(std::vector<std::string> &event_names);
};
struct Sprite {