forked from openrs2/openrs2
parent
4d5c9153ab
commit
484c52af8e
@ -0,0 +1,8 @@ |
||||
package org.openrs2.protocol.login |
||||
|
||||
import org.openrs2.protocol.EmptyPacketCodec |
||||
|
||||
public object InitJaggrabConnectionCodec : EmptyPacketCodec<LoginRequest.InitJaggrabConnection>( |
||||
packet = LoginRequest.InitJaggrabConnection, |
||||
opcode = 17 |
||||
) |
Loading…
Reference in new issue