|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Ping request/response payload Client/Server /Pong OpCodes. More...
#include <Packet.hpp>
Public Attributes | |
| uint64_t | clientTimeMs |
| Client timestamp in ms. | |
Ping request/response payload Client/Server /Pong OpCodes.
Definition at line 426 of file Packet.hpp.
| uint64_t rtp::net::PingPayload::clientTimeMs |
Client timestamp in ms.
Definition at line 427 of file Packet.hpp.