123456789101112131415161718 |
- var t = require;
- var e = module;
- var i = exports;
- Object.defineProperty(i, "__esModule", {value: !0});
- const s = t("MapType");
- i.default = class {
- constructor() {
- (this.name = ""),
- (this.bgName = ""),
- (this.type = s.MapType.angle45),
- (this.mapWidth = 0),
- (this.mapHeight = 0),
- (this.nodeWidth = 0),
- (this.nodeHeight = 0),
- (this.roadDataArr = []),
- (this.mapItem = []);
- }
- };
|