|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Component representing a network identifier for an entity. More...
#include <NetworkId.hpp>
Public Attributes | |
| uint32_t | id |
| Unique network identifier for the entity. | |
Component representing a network identifier for an entity.
Definition at line 22 of file NetworkId.hpp.
| uint32_t rtp::ecs::components::NetworkId::id |
Unique network identifier for the entity.
Definition at line 23 of file NetworkId.hpp.