WIP now subscribing to the created event in game.cpp.

This commit is contained in:
stiffly
2016-03-10 14:34:13 +01:00
parent d7f166b8ae
commit 0ee3385e96
4 changed files with 27 additions and 19 deletions
+2 -2
View File
@@ -6,9 +6,9 @@
namespace Events
{
struct BecomeServer : public Event { };
struct BecomeServer : public Event
{ };
}
#endif