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