UNPKG

rock-mod

Version:

Rock-Mod is a powerful framework designed for creating and managing mods for Grand Theft Auto (GTA) games.

6 lines (5 loc) 161 B
import { type IEntity, type IEntityOptions } from "../entity"; export interface IPedOptions extends IEntityOptions { } export interface IPed extends IEntity { }