UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

10 lines (9 loc) 385 B
import { CharacterEvent } from './base/character.event'; import { PS2Events } from '../../stream'; export declare class PlayerFacilityCapture extends CharacterEvent<PS2Events.PlayerFacilityCapture> { readonly emit = "playerFacilityCapture"; readonly event_name: 'PlayerFacilityCapture'; readonly facility_id: string; readonly outfit_id: string; toHash(): string; }