#include <Component.hpp>
Inheritance diagram for ecs::Health:
Collaboration diagram for ecs::Health:Public Attributes | |
| float | current |
| float | max |
Public Attributes inherited from ecs::IComponent | |
| std::string | id |
Definition at line 40 of file Component.hpp.
| float ecs::Health::current |
Definition at line 42 of file Component.hpp.
| float ecs::Health::max |
Definition at line 43 of file Component.hpp.