Created ELifeLost event. It works.

This commit is contained in:
PlatinumSkink
2015-09-15 15:00:12 +02:00
parent c6c3602aae
commit d06cd54c2a
-27
View File
@@ -1,27 +0,0 @@
//
// Created by Adniklastrator on 2015-09-14.
//
#ifndef DAYDREAM_EBALLFELLOFFSTAGE_H
#define DAYDREAM_EBALLFELLOFFSTAGE_H
#include "Core/EventBroker.h"
#include "Core/Entity.h"
namespace dd
{
namespace Events
{
struct BallFellOffStage : Event
{
EntityID entity;
};
}
}
#endif //DAYDREAM_EBALLFELLOFFSTAGE_H