9 lines
439 B
JavaScript
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
|