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

12
dist/events/ScriptDialogEvent.d.ts vendored Normal file
View File

@@ -0,0 +1,12 @@
import { UUID, Vector3 } from '..';
export declare class ScriptDialogEvent {
ObjectID: UUID;
FirstName: string;
LastName: string;
ObjectName: Vector3;
Message: string;
ChatChannel: number;
ImageID: UUID;
Buttons: string;
OwnerID: UUID;
}