UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

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