"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Inventory { constructor(clientEvents) { this.main = { skeleton: [] }; this.library = { skeleton: [] }; this.clientEvents = clientEvents; } } exports.Inventory = Inventory; //# sourceMappingURL=Inventory.js.map