UNPKG

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) 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AltVCylinderColshape = void 0; const AltVColshape_1 = require("./AltVColshape"); class AltVCylinderColshape extends AltVColshape_1.AltVColshape { constructor(options) { super(options); } } exports.AltVCylinderColshape = AltVCylinderColshape;