7 lines
157 B
TypeScript
7 lines
157 B
TypeScript
import InputPacket from '@lastres/input-packet';
|
|
export default class InputPacketPong extends InputPacket {
|
|
identifier() {
|
|
return 'pong'
|
|
}
|
|
}
|