Adapted Escape the Dawn engine.
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
#ifndef Components_Stat_h__
|
||||
#define Components_Stat_h__
|
||||
|
||||
#include "Component.h"
|
||||
|
||||
namespace Components
|
||||
{
|
||||
|
||||
struct Stat : Component
|
||||
{
|
||||
float Health;
|
||||
bool Destroyable;
|
||||
};
|
||||
|
||||
}
|
||||
#endif // !Components_Stat_h__
|
||||
Reference in New Issue
Block a user