implement KeepAlive packet
This commit is contained in:
@@ -32,7 +32,9 @@ struct ServerTps {};
|
||||
|
||||
struct UpdateGameState {};
|
||||
|
||||
struct KeepAlive {};
|
||||
struct KeepAlive {
|
||||
std::uint64_t m_KeepAliveId;
|
||||
};
|
||||
|
||||
struct Disconnect {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user