implement KeepAlive packet

This commit is contained in:
2024-07-21 13:34:25 +02:00
parent a789cf9b1a
commit 36a2e67ac4
2 changed files with 9 additions and 3 deletions

View File

@@ -32,7 +32,9 @@ struct ServerTps {};
struct UpdateGameState {};
struct KeepAlive {};
struct KeepAlive {
std::uint64_t m_KeepAliveId;
};
struct Disconnect {};