mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Added a new PlayerActionPacket constant
thanks @jojoe77777
This commit is contained in:
@ -34,6 +34,8 @@ class InteractPacket extends DataPacket{
|
||||
const ACTION_LEAVE_VEHICLE = 3;
|
||||
const ACTION_MOUSEOVER = 4;
|
||||
|
||||
const ACTION_OPEN_INVENTORY = 6;
|
||||
|
||||
public $action;
|
||||
public $target;
|
||||
|
||||
|
Reference in New Issue
Block a user