UNPKG

mdx-m3-viewer

Version:

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

16 lines 375 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const agent_1 = require("./agent"); /** * type location */ class JassLocation extends agent_1.default { constructor(x, y) { super(); this.z = 0; this.x = x; this.y = y; } } exports.default = JassLocation; //# sourceMappingURL=location.js.map