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

#include <network.hpp>

Collaboration diagram for network::server_handshake_data:

Public Attributes

sys::checksum_key scenario_checksum
 
sys::checksum_key save_checksum
 
uint32_t seed
 
dcon::nation_id assigned_nation
 
uint8_t reserved [64] = {0}
 

Detailed Description

Definition at line 40 of file network.hpp.

Member Data Documentation

◆ assigned_nation

dcon::nation_id network::server_handshake_data::assigned_nation

Definition at line 44 of file network.hpp.

◆ reserved

uint8_t network::server_handshake_data::reserved[64] = {0}

Definition at line 45 of file network.hpp.

◆ save_checksum

sys::checksum_key network::server_handshake_data::save_checksum

Definition at line 42 of file network.hpp.

◆ scenario_checksum

sys::checksum_key network::server_handshake_data::scenario_checksum

Definition at line 41 of file network.hpp.

◆ seed

uint32_t network::server_handshake_data::seed

Definition at line 43 of file network.hpp.


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