UNPKG

@nativewrappers/redm

Version:

Native wrappers and utilities for use with RedM.

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