UNPKG

@nativewrappers/redm

Version:

Native wrappers and utilities for use with RedM.

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