Files
Tron.io/server/dist/models/Wall.js
2021-01-28 17:49:49 +01:00

11 lines
238 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Wall = void 0;
class Wall {
constructor(x, y) {
this.x = x;
this.y = y;
}
}
exports.Wall = Wall;
//# sourceMappingURL=Wall.js.map