feat: implement a bunch of basic scripts that don't really do anything

None of these do anything noticeable or break anything
This commit is contained in:
David Markowitz
2026-06-16 00:55:56 -07:00
parent c0d055e66e
commit 26f388eaed
6 changed files with 34 additions and 4 deletions

View File

@@ -962,5 +962,12 @@ namespace GameMessages {
LWOOBJID childID{};
};
struct ObjectLoaded : public GameMsg {
ObjectLoaded() : GameMsg(MessageType::Game::OBJECT_LOADED) {}
LWOOBJID objectID{};
LOT lot{};
};
};
#endif // GAMEMESSAGES_H