UNPKG

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) 302 B
import { type IPed } from "../../common/ped/IPed"; import { MockEntity, type IMockEntityOptions } from "../entity/MockEntity"; export interface IMockPedOptions extends IMockEntityOptions { } export declare class MockPed extends MockEntity implements IPed { constructor(options: IMockPedOptions); }