Project Alice
Loading...
Searching...
No Matches
network::client_handshake_data Struct Reference

#include <network.hpp>

Public Attributes

sys::player_name nickname
 
sys::player_password_raw player_password
 
uint8_t lobby_password [16] = {0}
 
uint8_t reserved [24] = {0}
 

Detailed Description

Definition at line 34 of file network.hpp.

Member Data Documentation

◆ lobby_password

uint8_t network::client_handshake_data::lobby_password[16] = {0}

Definition at line 37 of file network.hpp.

◆ nickname

sys::player_name network::client_handshake_data::nickname

Definition at line 35 of file network.hpp.

◆ player_password

sys::player_password_raw network::client_handshake_data::player_password

Definition at line 36 of file network.hpp.

◆ reserved

uint8_t network::client_handshake_data::reserved[24] = {0}

Definition at line 38 of file network.hpp.


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