UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

13 lines (11 loc) 596 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.PrepareAndStartResultType = void 0; var PrepareAndStartResultType; (function (PrepareAndStartResultType) { PrepareAndStartResultType[PrepareAndStartResultType["error"] = 0] = "error"; PrepareAndStartResultType[PrepareAndStartResultType["started"] = 1] = "started"; })(PrepareAndStartResultType = exports.PrepareAndStartResultType || (exports.PrepareAndStartResultType = {})); //# sourceMappingURL=../maps/app/IMinecraft.js.map