|
group2 0.1.0
CSE 125 Group 2
|
ECS component: world weapon pickup point with respawn cooldown. More...
#include <HealthPackSpawner.hpp>
Public Attributes | |
| float | healAmount = 75.0f |
| float | spawnCooldown = 0 |
| Seconds remaining before the weapon reappears. | |
| bool | hasPack = false |
| True if a weapon is available for pickup. | |
ECS component: world weapon pickup point with respawn cooldown.
| bool HealthPackSpawner::hasPack = false |
True if a weapon is available for pickup.
| float HealthPackSpawner::healAmount = 75.0f |
| float HealthPackSpawner::spawnCooldown = 0 |
Seconds remaining before the weapon reappears.