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