|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Generic boolean response payload. More...
#include <Packet.hpp>
Public Attributes | |
| uint8_t | status |
| Status code. | |
Generic boolean response payload.
Definition at line 182 of file Packet.hpp.
| uint8_t rtp::net::BooleanPayload::status |
Status code.
Definition at line 183 of file Packet.hpp.