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

@@ -7,7 +7,8 @@ import {
InstantMessageEvent,
InventoryOfferedEvent,
LureEvent,
TeleportEvent
TeleportEvent,
ScriptDialogEvent
} from '..';
@@ -26,4 +27,5 @@ export class ClientEvents
onGroupChatSessionJoin: Subject<GroupChatSessionJoinEvent> = new Subject<GroupChatSessionJoinEvent>();
onGroupChatAgentListUpdate: Subject<GroupChatSessionAgentListEvent> = new Subject<GroupChatSessionAgentListEvent>();
onFriendResponse: Subject<FriendResponseEvent> = new Subject<FriendResponseEvent>();
onScriptDialog: Subject<ScriptDialogEvent> = new Subject<ScriptDialogEvent>();
}