group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
RespawnTimer Struct Reference

ECS component: countdown until a dead player respawns. More...

#include <RespawnTimer.hpp>

Public Attributes

float timeRemaining
 Seconds remaining until respawn.

Detailed Description

ECS component: countdown until a dead player respawns.

Attached on death, removed by handleRespawn() when the timer expires.

Member Data Documentation

◆ timeRemaining

float RespawnTimer::timeRemaining

Seconds remaining until respawn.


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