mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Merge remote-tracking branch 'kahrl/dissector'
This commit is contained in:
commit
4af1f2963c
3 changed files with 1293 additions and 4 deletions
|
@ -165,8 +165,12 @@ enum ToClientCommand
|
|||
TOCLIENT_PLAYERITEM = 0x36,
|
||||
/*
|
||||
u16 command
|
||||
u16 peer id
|
||||
string serialized item
|
||||
u16 count of player items
|
||||
for all player items {
|
||||
u16 peer id
|
||||
u16 length of serialized item
|
||||
string serialized item
|
||||
}
|
||||
*/
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue