|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Component representing an entity's health. More...
#include <Health.hpp>
Public Attributes | |
| int | currentHealth {100} |
| Current health value. | |
| int | maxHealth {100} |
| Maximum health value. | |
Component representing an entity's health.
Definition at line 15 of file Health.hpp.
| int rtp::ecs::components::Health::currentHealth {100} |
Current health value.
Definition at line 16 of file Health.hpp.
| int rtp::ecs::components::Health::maxHealth {100} |
Maximum health value.
Definition at line 17 of file Health.hpp.