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:
parent
0a268591c2
commit
011fee4872
4 changed files with 37 additions and 31 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
namespace Events {
|
||||
enum GUI {
|
||||
START, HIT, MISS, DEAD
|
||||
START, HIT, MISS, DEAD, LOOT
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue