Esempio n. 1
0
 OBCHealth(Entity& mE, float mHealth) noexcept : Component{mE},
                                                 health{mHealth},
                                                 maxHealth{mHealth}
 {
     tckCooldown.setLoop(false);
 }