Adjusted for merge. 10:16 works. Physics works. Game works. Safety copy made before this merge.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// Created by Adniklastrator on 2015-09-23.
|
||||
//
|
||||
|
||||
#ifndef DAYDREAM_EPOWERUPTAKEN_H
|
||||
#define DAYDREAM_EPOWERUPTAKEN_H
|
||||
|
||||
#include "Core/EventBroker.h"
|
||||
|
||||
namespace dd
|
||||
{
|
||||
|
||||
namespace Events
|
||||
{
|
||||
|
||||
struct PowerUpTaken : Event
|
||||
{
|
||||
std::string Name = "Name";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif //DAYDREAM_EPOWERUPTAKEN_H
|
||||
Reference in New Issue
Block a user