Transferred Ball-stuff into BallSystem.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user