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) • 387 B
TypeScript
import { type ICCMPColshapeOptions, CCMPColshape } from "./CCMPColshape";
import { type ICylinderColshape } from "../../common/colshape/ICylinderColshape";
export interface ICCMPCylinderColshapeOptions extends ICCMPColshapeOptions {
}
export declare class CCMPCylinderColshape extends CCMPColshape implements ICylinderColshape {
constructor(options: ICCMPCylinderColshapeOptions);
}