Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
rtp::ecs::components::RoomId Struct Reference

Component representing a network identifier for an entity. More...

#include <RoomId.hpp>

Collaboration diagram for rtp::ecs::components::RoomId:

Public Attributes

uint32_t id
 Unique network identifier for the entity.
 

Detailed Description

Component representing a network identifier for an entity.

Definition at line 22 of file RoomId.hpp.

Member Data Documentation

◆ id

uint32_t rtp::ecs::components::RoomId::id

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