mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Added ACTION_JUMP
Thanks @thebigsmileXD
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user