mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-26 21:03:45 +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_LEFT_CLICK = 1;
|
||||||
const ACTION_RIGHT_CLICK = 2;
|
const ACTION_RIGHT_CLICK = 2;
|
||||||
|
const ACTION_JUMP = 3;
|
||||||
|
|
||||||
public $action;
|
public $action;
|
||||||
public $eid;
|
public $eid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user