UNPKG

rock-mod

Version:

Rock-Mod is a powerful framework designed for creating and managing mods for Grand Theft Auto (GTA) games.

8 lines (7 loc) 365 B
import { type IRectangleColshape } from "../../common"; import { AltVColshape, type IAltVColshapeOptions } from "./AltVColshape"; export interface IAltVRectangleColshapeOptions extends IAltVColshapeOptions { } export declare class AltVRectangleColshape extends AltVColshape implements IRectangleColshape { constructor(options: IAltVRectangleColshapeOptions); }