@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
13 lines (11 loc) • 334 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
class ModuleConfig {
constructor() {
this.permissionsAllowedModules = [];
}
}
exports.default = ModuleConfig;
//# sourceMappingURL=../maps/local/ModuleConfig.js.map