#include <Component.hpp>
Public Types | |
enum | Type { BASIC , SUPERCHARGED } |
Public Attributes | |
Type | type |
float | damage |
float | lifetime |
float | current_lifetime |
![]() | |
std::string | id |
Definition at line 86 of file Component.hpp.
Enumerator | |
---|---|
BASIC | |
SUPERCHARGED |
Definition at line 88 of file Component.hpp.
float ecs::Projectile::current_lifetime |
Definition at line 96 of file Component.hpp.
float ecs::Projectile::damage |
Definition at line 94 of file Component.hpp.
float ecs::Projectile::lifetime |
Definition at line 95 of file Component.hpp.
Type ecs::Projectile::type |
Definition at line 93 of file Component.hpp.