mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-25 06:00:17 +00:00
add resetting
This commit is contained in:
@@ -829,6 +829,10 @@ namespace GameMessages {
|
||||
|
||||
int32_t soundID{ -1 };
|
||||
};
|
||||
|
||||
struct ResetModelToDefaults : public GameMsg {
|
||||
ResetModelToDefaults() : GameMsg(MessageType::Game::RESET_MODEL_TO_DEFAULTS) {}
|
||||
};
|
||||
};
|
||||
|
||||
#endif // GAMEMESSAGES_H
|
||||
|
||||
Reference in New Issue
Block a user