Finally unified all of my events into one place.
This commit is contained in:
parent
6c34fea64a
commit
c618a4828f
30 changed files with 215 additions and 216 deletions
|
|
@ -18,6 +18,11 @@ namespace components {
|
|||
using std::string;
|
||||
using namespace nlohmann;
|
||||
|
||||
struct CombatResult {
|
||||
int player_did;
|
||||
int enemy_did;
|
||||
};
|
||||
|
||||
struct InventoryItem {
|
||||
int count;
|
||||
json data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue