FastEngine 0.9.4
A multiplayer oriented 2D engine made with Vulkan.
Loading...
Searching...
No Matches
fge::net::ProtocolPacket::Option Struct Reference

Public Member Functions

constexpr Option (Options option, std::size_t argument=0)

Public Attributes

Options _option
 The option to send the packet with.
std::size_t _argument
 The option argument.

Member Data Documentation

◆ _argument

std::size_t fge::net::ProtocolPacket::Option::_argument

The option argument.

◆ _option

Options fge::net::ProtocolPacket::Option::_option

The option to send the packet with.


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