|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Represents a network event containing session ID and packet data. More...
#include <INetwork.hpp>
Public Attributes | |
| uint32_t | sessionId |
| Packet | packet |
Represents a network event containing session ID and packet data.
Definition at line 34 of file INetwork.hpp.
| Packet rtp::net::NetworkEvent::packet |
Definition at line 36 of file INetwork.hpp.
Referenced by rtp::client::NetworkSyncSystem::handleEvent().
| uint32_t rtp::net::NetworkEvent::sessionId |
Definition at line 35 of file INetwork.hpp.