mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-22 22:54:21 +00:00
default initialize
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -976,8 +976,8 @@ namespace GameMessages {
|
|||||||
struct NotifyCombatAIStateChange : public GameMsg {
|
struct NotifyCombatAIStateChange : public GameMsg {
|
||||||
NotifyCombatAIStateChange() : GameMsg(MessageType::Game::NOTIFY_COMBAT_AI_STATE_CHANGE) {}
|
NotifyCombatAIStateChange() : GameMsg(MessageType::Game::NOTIFY_COMBAT_AI_STATE_CHANGE) {}
|
||||||
|
|
||||||
AiState newState;
|
AiState newState{};
|
||||||
AiState prevState;
|
AiState prevState{};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#endif // GAMEMESSAGES_H
|
#endif // GAMEMESSAGES_H
|
||||||
|
|||||||
Reference in New Issue
Block a user