introduce active and passive events
This commit is contained in:
@@ -12,9 +12,7 @@ class ChatClient : public Archimedes::Module {
|
||||
|
||||
ChatClient() { name = "ChatClient"; }
|
||||
|
||||
~ChatClient() {
|
||||
if(app) {}
|
||||
}
|
||||
~ChatClient();
|
||||
|
||||
void onLoad();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user