[BREAKING CHANGES] - Add new commands module for the Friends list, add new events for friends online/offline, friend rights management, friend map lookup

This commit is contained in:
Casper Warden
2018-10-12 14:34:43 +01:00
parent 375abc433e
commit 2a0c4dc3e8
86 changed files with 1406 additions and 330 deletions

View File

@@ -18,6 +18,9 @@ class ClientEvents {
this.onFriendResponse = new Subject_1.Subject();
this.onScriptDialog = new Subject_1.Subject();
this.onEventQueueStateChange = new Subject_1.Subject();
this.onFriendOnline = new Subject_1.Subject();
this.onFriendRights = new Subject_1.Subject();
this.onFriendRemoved = new Subject_1.Subject();
}
}
exports.ClientEvents = ClientEvents;