UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

8 lines (7 loc) 217 B
import { Player } from "./models/Player"; export declare class GameConstants { private static player; static readonly PlayerId: number; static readonly ServerId: number; static get Player(): Player; }