Docs
This commit is contained in:
10
docs/gamepackets/JoinParty.txt
Normal file
10
docs/gamepackets/JoinParty.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Server: Len 7
|
||||
07 00
|
||||
3A
|
||||
00 00 00 00 // response
|
||||
|
||||
protected final void writeImpl()
|
||||
{
|
||||
writeC(0x3a);
|
||||
writeD(_response);
|
||||
}
|
Reference in New Issue
Block a user