Getting Sticky after Ink Blaster now works.

This commit is contained in:
PlatinumSkink
2015-10-08 21:51:27 +02:00
parent 3793515968
commit f6f74c659f
6 changed files with 85 additions and 20 deletions
+25
View File
@@ -0,0 +1,25 @@
//
// Created by Adniklastrator on 2015-10-08.
//
#ifndef DAYDREAM_EINKBLASTEROVER_H
#define DAYDREAM_EINKBLASTEROVER_H
#include "Core/EventBroker.h"
namespace dd
{
namespace Events
{
struct InkBlasterOver : Event
{
EntityID Ball;
};
}
}
#endif //DAYDREAM_EINKBLASTEROVER_H