add PredictComma,d

This commit is contained in:
2025-07-28 14:28:29 +02:00
parent 4128b7fbb7
commit 4f0a81d670
2 changed files with 8 additions and 2 deletions

View File

@@ -43,6 +43,11 @@ struct PlayerLeave {
PlayerID m_PlayerId;
};
struct PredictCommand {
std::unique_ptr<CommandBase> m_Command;
std::uint16_t m_FrameNumber;
};
/** Keep alive */
struct KeepAlive {
std::uint64_t m_KeepAliveId;