Walls are now destroyable!
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef Events_OnDead_h__
|
||||
#define Events_OnDead_h__
|
||||
#include "Entity.h"
|
||||
#include "EventBroker.h"
|
||||
|
||||
namespace Events
|
||||
{
|
||||
struct OnDead : Event
|
||||
{
|
||||
EntityID Entity;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif // Events_OnDead_h__
|
||||
Reference in New Issue
Block a user