UNPKG

tsinsim

Version:

An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.

10 lines (9 loc) 290 B
import { Struct } from "../utilities/index.js"; import { PlayerHCapFlags } from "../enums/index.js"; export declare class PlayerHCap extends Struct { constructor(options?: Partial<PlayerHCap>); PLID: number; Flags: PlayerHCapFlags | 0; H_Mass: number; H_TRes: number; }