@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
13 lines (11 loc) • 521 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.FolderErrorStatus = void 0;
var FolderErrorStatus;
(function (FolderErrorStatus) {
FolderErrorStatus[FolderErrorStatus["none"] = 0] = "none";
FolderErrorStatus[FolderErrorStatus["unreadable"] = 1] = "unreadable";
})(FolderErrorStatus = exports.FolderErrorStatus || (exports.FolderErrorStatus = {}));
//# sourceMappingURL=../maps/storage/IFolder.js.map