Revert "Revert "Tried to add a ScriptDialog event...""

This reverts commit 91117fea5c.
This commit is contained in:
hintswen
2018-10-08 00:56:33 +11:00
parent 91117fea5c
commit 377096a045
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;