MapData.js 485 B

123456789101112131415161718
  1. var t = require;
  2. var e = module;
  3. var i = exports;
  4. Object.defineProperty(i, "__esModule", {value: !0});
  5. const s = t("MapType");
  6. i.default = class {
  7. constructor() {
  8. (this.name = ""),
  9. (this.bgName = ""),
  10. (this.type = s.MapType.angle45),
  11. (this.mapWidth = 0),
  12. (this.mapHeight = 0),
  13. (this.nodeWidth = 0),
  14. (this.nodeHeight = 0),
  15. (this.roadDataArr = []),
  16. (this.mapItem = []);
  17. }
  18. };