Files
node-metaverse/dist/classes/Inventory.js
2017-12-13 15:23:50 +00:00

15 lines
378 B
JavaScript

"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