@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
14 lines (12 loc) • 634 B
JavaScript
;
// 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["default"] = 0] = "default";
ProjectInfoSuite[ProjectInfoSuite["currentPlatformVersions"] = 1] = "currentPlatformVersions";
ProjectInfoSuite[ProjectInfoSuite["cooperativeAddOn"] = 2] = "cooperativeAddOn";
})(ProjectInfoSuite = exports.ProjectInfoSuite || (exports.ProjectInfoSuite = {}));
//# sourceMappingURL=../maps/info/IProjectInfoData.js.map