mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 02:09:42 +00:00
Added a new PlayerActionPacket constant
thanks @jojoe77777
This commit is contained in:
parent
e83ffd5afe
commit
55c4e35407
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user