Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
Loading...
Searching...
No Matches
serverevents.hpp
Go to the documentation of this file.
1
12#ifndef MINESERVER_SERVEREVENTS_H
13#define MINESERVER_SERVEREVENTS_H
14
15#include <plugins/event.h>
16
32class ServerStartEvent : public IEvent<ServerStartEvent>
33{
34};
35
36#endif // MINESERVER_SERVEREVENTS_H
Event interface.
Definition event.h:28
Event for a server starting.
Definition serverevents.hpp:33
The header-only containing event logic.