Components + almost AABB
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef Stat_h__
|
||||
#define Stat_h__
|
||||
|
||||
#include "Component.h"
|
||||
|
||||
namespace Components
|
||||
{
|
||||
|
||||
struct Stat : Component
|
||||
{
|
||||
int Health;
|
||||
bool Destroyable;
|
||||
};
|
||||
REGISTER_COMPONENT("Stat", Stat);
|
||||
|
||||
}
|
||||
#endif // !Stat_h__
|
||||
Reference in New Issue
Block a user