WIP trying to get Eventsystem to work in client.

This commit is contained in:
stiffly
2015-12-08 16:13:53 +01:00
parent 8f55e90d2d
commit e92119c99e
4 changed files with 35 additions and 11 deletions
+2
View File
@@ -37,6 +37,8 @@ private:
// Network methods
void NetworkFunction();
// Network events
EventRelay<Client, Events::KeyDown> m_EKeyDown;
};