rock-mod
Version:
Rock-Mod is a powerful framework designed for creating and managing mods for Grand Theft Auto (GTA) games.
7 lines (6 loc) • 323 B
TypeScript
import { type IRageWorldObjectOptions, RageWorldObject } from "../worldObject/RageWorldObject";
export interface IRageColshapeOptions extends IRageWorldObjectOptions<ColshapeMp> {
}
export declare abstract class RageColshape extends RageWorldObject<ColshapeMp> {
protected constructor(options: IRageColshapeOptions);
}