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) • 360 B
TypeScript
import { type ICylinderColshape } from "../../common";
import { type IRageColshapeOptions, RageColshape } from "./RageColshape";
export interface IRageCylinderColshapeOptions extends IRageColshapeOptions {
}
export declare class RageCylinderColshape extends RageColshape implements ICylinderColshape {
constructor(options: IRageCylinderColshapeOptions);
}