r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
ecs::Enemy Struct Referencefinal

#include <Component.hpp>

+ Inheritance diagram for ecs::Enemy:
+ Collaboration diagram for ecs::Enemy:

Public Attributes

float health
 
float max_health
 
float damage
 
float speed
 
float last_shot_time
 
float shoot_cooldown
 
- Public Attributes inherited from ecs::IComponent
std::string id
 

Detailed Description

Definition at line 116 of file Component.hpp.

Member Data Documentation

◆ damage

float ecs::Enemy::damage

Definition at line 120 of file Component.hpp.

◆ health

float ecs::Enemy::health

Definition at line 118 of file Component.hpp.

◆ last_shot_time

float ecs::Enemy::last_shot_time

Definition at line 122 of file Component.hpp.

◆ max_health

float ecs::Enemy::max_health

Definition at line 119 of file Component.hpp.

◆ shoot_cooldown

float ecs::Enemy::shoot_cooldown

Definition at line 123 of file Component.hpp.

◆ speed

float ecs::Enemy::speed

Definition at line 121 of file Component.hpp.


The documentation for this struct was generated from the following file: