Files
node-metaverse/dist/events/ScriptDialogEvent.js
hintswen c7be7a380c Tried to add a ScriptDialog event...
It's currently not working, not sure what I missed.
2018-10-07 22:26:39 +11:00

6 lines
197 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class ScriptDialogEvent {
}
exports.ScriptDialogEvent = ScriptDialogEvent;
//# sourceMappingURL=ScriptDialogEvent.js.map