Files
node-metaverse/dist/enums/ParcelInfoFlags.js
Casper Warden ad559567b3 This commit demonstrates how to add a new client command to node-metaverse.
It also shows how to add a new command category (ParcelCommands)

Everything under dist/ is auto-generated with "npm run build".
2018-10-06 17:18:46 +01:00

7 lines
321 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ParcelInfoFlags;
(function (ParcelInfoFlags) {
ParcelInfoFlags[ParcelInfoFlags["mature"] = 1] = "mature";
})(ParcelInfoFlags = exports.ParcelInfoFlags || (exports.ParcelInfoFlags = {}));
//# sourceMappingURL=ParcelInfoFlags.js.map