UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

18 lines (17 loc) 367 B
export declare enum Faction { NONE = "0", VS = "1", NC = "2", TR = "3", NSO = "4" } export declare enum Loadout { Infiltrator = 0, LightAssault = 1, Medic = 2, Engineer = 3, HeavyAssault = 4, MAX = 5 } export declare const loadoutFactionMap: Map<string, Faction>; export declare const loadoutTypeMap: Map<string, Loadout>;