UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

15 lines 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FishScan = void 0; const character_event_1 = require("./base/character.event"); class FishScan extends character_event_1.CharacterEvent { constructor() { super(...arguments); this.emit = 'fishScan'; } toHash() { return `FishScan:${this.character_id}:${this.fish_id}:${this.timestamp}`; } } exports.FishScan = FishScan; //# sourceMappingURL=fish-scan.event.js.map