コード例 #1
0
ファイル: OBCHealth.hpp プロジェクト: SuperV1234/SSVBloodshed
 OBCHealth(Entity& mE, float mHealth) noexcept : Component{mE},
                                                 health{mHealth},
                                                 maxHealth{mHealth}
 {
     tckCooldown.setLoop(false);
 }