Transferred Ball-stuff into BallSystem.

This commit is contained in:
PlatinumSkink
2015-09-28 17:24:58 +02:00
parent 90424b8d68
commit fc41727a5d
13 changed files with 238 additions and 1939 deletions
+26
View File
@@ -0,0 +1,26 @@
//
// Created by Adniklastrator on 2015-09-28.
//
#ifndef DAYDREAM_EMULTIBALLLOST_H
#define DAYDREAM_EMULTIBALLLOST_H
#include "Core/EventBroker.h"
#include "Core/Entity.h"
namespace dd
{
namespace Events
{
struct MultiBallLost : Event
{
};
}
}
#endif //DAYDREAM_EMULTIBALLLOST_H