Prepared for Lifebuoy PowerUp.

This commit is contained in:
PlatinumSkink
2015-10-08 11:51:13 +02:00
parent d038855fb7
commit b5ae490b23
6 changed files with 45 additions and 15 deletions
+25
View File
@@ -0,0 +1,25 @@
//
// Created by Adniklastrator on 2015-09-17.
//
#ifndef DAYDREAM_ELIFEBUOY_H
#define DAYDREAM_ELIFEBUOY_H
#include "Core/EventBroker.h"
namespace dd
{
namespace Events
{
struct Lifebuoy : Event
{
Components::Transform* Transform;
};
}
}
#endif //DAYDREAM_ELIFEBUOY_H