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

9 lines
439 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var GridLayerType;
(function (GridLayerType) {
GridLayerType[GridLayerType["Objects"] = 0] = "Objects";
GridLayerType[GridLayerType["Terrain"] = 1] = "Terrain";
GridLayerType[GridLayerType["LandForSale"] = 2] = "LandForSale";
})(GridLayerType = exports.GridLayerType || (exports.GridLayerType = {}));
//# sourceMappingURL=GridLayerType.js.map