fix predictpacket serialization

This commit is contained in:
2025-07-31 15:07:34 +02:00
parent 02d872c49b
commit c8159bae6e
6 changed files with 10 additions and 36 deletions

View File

@@ -44,7 +44,7 @@ struct PlayerLeave {
};
struct PredictCommand {
std::unique_ptr<CommandBase> m_Command;
CommandPtr m_Command;
std::uint16_t m_FrameNumber;
};