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


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