import InputPacket from '@lastres/input-packet'; export default class InputPacketPong extends InputPacket { identifier() { return 'pong' } }