// // Created by Adniklastrator on 2015-09-30. // #ifndef DAYDREAM_EPAUSE_H #define DAYDREAM_EPAUSE_H #include "Core/EventBroker.h" namespace dd { namespace Events { struct Pause : Event { std::string Type; }; } } #endif //DAYDREAM_EPAUSE_H