Fixed up the idea for having dynamic callbacks on devices. Might become the new way to do stuff but not sure.
This commit is contained in:
parent
d2162910f6
commit
e30c18fbdf
6 changed files with 74 additions and 39 deletions
|
@ -9,8 +9,4 @@ namespace Events {
|
|||
int player_did;
|
||||
int enemy_did;
|
||||
};
|
||||
|
||||
struct Death {
|
||||
int placeholder = 0;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue