mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Resolved #3684
This commit is contained in:
@ -27,6 +27,9 @@ namespace pocketmine\network\protocol;
|
||||
class InteractPacket extends DataPacket{
|
||||
const NETWORK_ID = Info::INTERACT_PACKET;
|
||||
|
||||
const ACTION_LEFT_CLICK = 1;
|
||||
const ACTION_RIGHT_CLICK = 2;
|
||||
|
||||
public $action;
|
||||
public $eid;
|
||||
public $target;
|
||||
|
Reference in New Issue
Block a user