Move mailbox closing to its script (#740)

This commit is contained in:
David Markowitz
2022-08-18 19:42:52 -07:00
committed by GitHub
parent c05562a227
commit ceb374591f
3 changed files with 9 additions and 6 deletions

View File

@@ -12,4 +12,5 @@ public:
* @param user The user that interacted with this Entity.
*/
void OnUse(Entity* self, Entity* user) override;
void OnFireEventServerSide(Entity* self, Entity* sender, std::string args, int32_t param1, int32_t param2, int32_t param3) override;
};