// // Created by Adniklastrator on 2015-10-08. // #ifndef DAYDREAM_CLIFEBUOY_H #define DAYDREAM_CLIFEBUOY_H #include "Core/Component.h" namespace dd { namespace Components { struct Lifebuoy : Component { int Hits = 4; }; } } #endif //DAYDREAM_CLIFEBUOY_H