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::DebugModePayload Struct Reference

Debug mode toggle data Server OpCode. More...

#include <Packet.hpp>

Collaboration diagram for rtp::net::DebugModePayload:

Public Attributes

uint8_t enabled
 1 if debug mode enabled
 

Detailed Description

Debug mode toggle data Server OpCode.

Definition at line 436 of file Packet.hpp.

Member Data Documentation

◆ enabled

uint8_t rtp::net::DebugModePayload::enabled

1 if debug mode enabled

Definition at line 437 of file Packet.hpp.


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