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