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

Component representing an entity's score. More...

#include <Score.hpp>

Collaboration diagram for rtp::ecs::components::Score:

Public Attributes

int value {0}
 Current score value.
 

Detailed Description

Component representing an entity's score.

Definition at line 15 of file Score.hpp.

Member Data Documentation

◆ value

int rtp::ecs::components::Score::value {0}

Current score value.

Definition at line 16 of file Score.hpp.

Referenced by rtp::client::ScoreSystem::update().


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