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) 350 B
import { type IRageColshapeOptions, RageColshape } from "./RageColshape"; import { type ICircleColshape } from "../../common"; export interface IRageCircleColshapeOptions extends IRageColshapeOptions { } export declare class RageCircleColshape extends RageColshape implements ICircleColshape { constructor(options: IRageCircleColshapeOptions); }