Commit 95b0d3b9 authored by Him188's avatar Him188 Committed by Him188moe

Updated readme

parent 3549e666
...@@ -225,7 +225,7 @@ class ServerFriendMessageEventPacket(input: DataInputStream, packetId: ByteArray ...@@ -225,7 +225,7 @@ class ServerFriendMessageEventPacket(input: DataInputStream, packetId: ByteArray
val id1 = FaceID.ofId(readShortVarNumber().toInt())//可能这个是id, 也可能下面那个 val id1 = FaceID.ofId(readShortVarNumber().toInt())//可能这个是id, 也可能下面那个
this.skip(this.readByte().toLong()) this.skip(this.readByte().toLong())
val id2 = this.readShortVarNumber()//某id? this.readShortVarNumber()//某id?
return Face(id1) return Face(id1)
} }
0x06 -> { 0x06 -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment