AnyOtherPacket
ruvyrias / AnyOtherPacket
Interface: AnyOtherPacket
Defined in: src/Ruvyrias.ts:75
Represents a packet of any other type not explicitly defined.
Properties
d
d:
any
Defined in: src/Ruvyrias.ts:79
The data payload containing arbitrary information.
op
op:
number
Defined in: src/Ruvyrias.ts:77
The opcode for this packet type.
t
t:
string
Defined in: src/Ruvyrias.ts:81
The type identifier for this packet.