rock-mod
Version:
Rock-Mod is a powerful framework designed for creating and managing mods for Grand Theft Auto (GTA) games.
11 lines (10 loc) • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AltVColshape = void 0;
const AltVWorldObject_1 = require("../worldObject/AltVWorldObject");
class AltVColshape extends AltVWorldObject_1.AltVWorldObject {
constructor(options) {
super(options);
}
}
exports.AltVColshape = AltVColshape;