7 lines
165 B
TypeScript
7 lines
165 B
TypeScript
|
import InputPacket from '@lastres/input-packet'
|
||
|
export default class InputPacketInfo extends InputPacket {
|
||
|
identifier (): string {
|
||
|
return 'info'
|
||
|
}
|
||
|
}
|