Hacked in serverside effects

This commit is contained in:
2016-01-25 11:56:40 +01:00
parent 4245264029
commit b6fd18baed
5 changed files with 19 additions and 22 deletions
+2
View File
@@ -2,6 +2,7 @@
#define Events_InputCommand_h__
#include "Core/EventBroker.h"
#include "Core/EntityWrapper.h"
namespace Events
{
@@ -10,6 +11,7 @@ struct InputCommand : Event
{
/** Numerical ID of the player. */
int PlayerID;
EntityWrapper Player;
/** The command that was sent. */
std::string Command;
/** The value of the command. */