m-button is MultiBall powerup. Still needs fine-tuning.

This commit is contained in:
PlatinumSkink
2015-09-17 18:09:22 +02:00
parent 692e0ca9df
commit 761631c4a6
6 changed files with 114 additions and 53 deletions
+26
View File
@@ -0,0 +1,26 @@
//
// Created by Adniklastrator on 2015-09-17.
//
#ifndef DAYDREAM_EMULTIBALL_H
#define DAYDREAM_EMULTIBALL_H
#include "Core/EventBroker.h"
#include "Core/Entity.h"
namespace dd
{
namespace Events
{
struct MultiBall : Event
{
};
}
}
#endif //DAYDREAM_EMULTIBALL_H