UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

14 lines (13 loc) 739 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.ProjectInfoSuite = void 0; var ProjectInfoSuite; (function (ProjectInfoSuite) { ProjectInfoSuite[ProjectInfoSuite["defaultInDevelopment"] = 0] = "defaultInDevelopment"; ProjectInfoSuite[ProjectInfoSuite["currentPlatformVersions"] = 1] = "currentPlatformVersions"; ProjectInfoSuite[ProjectInfoSuite["cooperativeAddOn"] = 2] = "cooperativeAddOn"; ProjectInfoSuite[ProjectInfoSuite["sharing"] = 3] = "sharing"; ProjectInfoSuite[ProjectInfoSuite["sharingStrict"] = 4] = "sharingStrict"; })(ProjectInfoSuite || (exports.ProjectInfoSuite = ProjectInfoSuite = {}));