|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Component representing an entity's score. More...
#include <Score.hpp>
Public Attributes | |
| int | value {0} |
| Current score 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().