mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
Lots of new things...
This commit is contained in:
@ -79,25 +79,43 @@ $pstruct = array(
|
||||
"magic",
|
||||
"string", //Data
|
||||
),
|
||||
|
||||
0x80 => array(
|
||||
"triad",
|
||||
"triad",
|
||||
"customData",
|
||||
),
|
||||
|
||||
0x84 => array(
|
||||
"ubyte",
|
||||
"ubyte",
|
||||
"special1",
|
||||
"triad",
|
||||
"triad",
|
||||
"customData",
|
||||
),
|
||||
|
||||
0x88 => array(
|
||||
"triad",
|
||||
"triad",
|
||||
"customData",
|
||||
),
|
||||
|
||||
0x8c => array(
|
||||
"ubyte",
|
||||
"ubyte",
|
||||
"special1",
|
||||
"triad",
|
||||
"triad",
|
||||
"customData",
|
||||
),
|
||||
|
||||
0xa0 => array(
|
||||
6,
|
||||
"short",
|
||||
"bool",
|
||||
"triad",
|
||||
"special1",
|
||||
),
|
||||
|
||||
0xc0 => array(
|
||||
6,
|
||||
"short",
|
||||
"bool",
|
||||
"triad",
|
||||
"special1",
|
||||
),
|
||||
|
||||
);
|
Reference in New Issue
Block a user