|
GPR5100 - Rollback
|
JoinPacket is a TCP Packet that is sent by a client to the server to join a game. More...
#include <packet_type.h>


Public Attributes | |
| std::array< std::uint8_t, sizeof(ClientId)> | clientId {} |
| std::array< std::uint8_t, sizeof(unsigned long)> | startTime {} |
Public Attributes inherited from game::Packet | |
| PacketType | packetType = PacketType::NONE |
JoinPacket is a TCP Packet that is sent by a client to the server to join a game.