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) 358 B
import { AltVWorldObject, type IAltVWorldObjectOptions } from "../worldObject/AltVWorldObject"; import Colshape = AltVServer.Colshape; export interface IAltVColshapeOptions extends IAltVWorldObjectOptions<Colshape> { } export declare abstract class AltVColshape extends AltVWorldObject<Colshape> { protected constructor(options: IAltVColshapeOptions); }