fix: ape anchor not respawning

This commit is contained in:
David Markowitz
2025-11-14 21:01:09 -08:00
parent ca60787055
commit 3fe1b431de
6 changed files with 26 additions and 1 deletions

View File

@@ -937,5 +937,11 @@ namespace GameMessages {
LWOOBJID lootID{};
LWOOBJID lootOwnerID{};
};
struct ChildRemoved : public GameMsg {
ChildRemoved() : GameMsg(MessageType::Game::CHILD_REMOVED) {}
LWOOBJID childID{};
};
};
#endif // GAMEMESSAGES_H