Added a new PlayerActionPacket constant

thanks @jojoe77777
This commit is contained in:
Dylan K. Taylor 2017-06-05 18:37:53 +01:00
parent e83ffd5afe
commit 55c4e35407

View File

@ -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;