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