Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
rtp::net::RegisterPayload Struct Reference

Player registration data sended by client Client OpCode. More...

#include <Packet.hpp>

Collaboration diagram for rtp::net::RegisterPayload:

Public Attributes

char username [32]
 Player username.
 
char password [32]
 Player password.
 

Detailed Description

Player registration data sended by client Client OpCode.

Definition at line 205 of file Packet.hpp.

Member Data Documentation

◆ password

char rtp::net::RegisterPayload::password[32]

◆ username

char rtp::net::RegisterPayload::username[32]

The documentation for this struct was generated from the following file: