UNPKG

mdx-m3-viewer

Version:

A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.

14 lines 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const agent_1 = require("./agent"); /** * type region */ class JassRegion extends agent_1.default { constructor() { super(...arguments); this.rects = new Set(); } } exports.default = JassRegion; //# sourceMappingURL=region.js.map