A little bit nicer but ultimately the way the system talks to the GUI needs a redesign to be more 'coarse grain'

This commit is contained in:
Zed A. Shaw 2024-11-07 01:00:17 -05:00
parent 0a268591c2
commit 011fee4872
4 changed files with 37 additions and 31 deletions

View file

@ -2,6 +2,6 @@
namespace Events {
enum GUI {
START, HIT, MISS, DEAD
START, HIT, MISS, DEAD, LOOT
};
}