UNPKG

@overextended/ox_lib

Version:
7 lines (6 loc) 196 B
import { GameEntity } from '../Entity'; export declare class Prop extends GameEntity { readonly type: string; constructor(handle: number); setOnGround(): boolean | Promise<boolean>; }