mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Added ACTION_JUMP
Thanks @thebigsmileXD
This commit is contained in:
parent
ed9888a2cb
commit
068ad5e924
@ -29,6 +29,7 @@ class InteractPacket extends DataPacket{
|
||||
|
||||
const ACTION_LEFT_CLICK = 1;
|
||||
const ACTION_RIGHT_CLICK = 2;
|
||||
const ACTION_JUMP = 3;
|
||||
|
||||
public $action;
|
||||
public $eid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user