@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
11 lines (10 loc) • 536 B
JavaScript
;
// 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 = PrepareAndStartResultType = {}));