UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

8 lines (7 loc) 299 B
import { CharacterWorldEvent } from './base/character-world.event'; import { PS2Events } from '../../stream'; export declare class PlayerLogout extends CharacterWorldEvent<PS2Events.PlayerLogout> { readonly emit = "playerLogout"; readonly event_name: 'PlayerLogout'; toHash(): string; }