Shots need more work
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef Events_SetVelocity_h__
|
||||
#define Events_SetVelocity_h__
|
||||
#include "Entity.h"
|
||||
#include "EventBroker.h"
|
||||
|
||||
namespace Events
|
||||
{
|
||||
|
||||
struct SetVelocity : Event
|
||||
{
|
||||
EntityID Entity;
|
||||
glm::vec3 Velocity;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // Events_SetVelocity_h__
|
||||
Reference in New Issue
Block a user