#include <Component.hpp>
Inheritance diagram for ecs::BeamCharge:
Collaboration diagram for ecs::BeamCharge:Public Attributes | |
| float | current_charge |
| float | max_charge |
Public Attributes inherited from ecs::IComponent | |
| std::string | id |
Definition at line 101 of file Component.hpp.
| float ecs::BeamCharge::current_charge |
Definition at line 103 of file Component.hpp.
Referenced by gme::RTypeServer::handlePlayerShooting().
| float ecs::BeamCharge::max_charge |
Definition at line 104 of file Component.hpp.