Tried to add a ScriptDialog event...

It's currently not working, not sure what I missed.
This commit is contained in:
hintswen
2018-10-07 22:26:39 +11:00
parent 6e6cedae70
commit c7be7a380c
12 changed files with 48 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ class ClientEvents {
this.onGroupChatSessionJoin = new Subject_1.Subject();
this.onGroupChatAgentListUpdate = new Subject_1.Subject();
this.onFriendResponse = new Subject_1.Subject();
this.onScriptDialog = new Subject_1.Subject();
}
}
exports.ClientEvents = ClientEvents;