Files
node-metaverse/dist/events/MapInfoRangeReply.js

9 lines
258 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class MapInfoRangeReply {
constructor() {
this.regions = [];
}
}
exports.MapInfoRangeReply = MapInfoRangeReply;
//# sourceMappingURL=MapInfoRangeReply.js.map