mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Added encode and decode methods for more packets
This commit is contained in:
@ -31,7 +31,7 @@ class AnimatePacket extends DataPacket{
|
||||
|
||||
public $action;
|
||||
public $eid;
|
||||
public $float; //Boat rowing time?
|
||||
public $float; //TODO (Boat rowing time?)
|
||||
|
||||
public function decode(){
|
||||
$this->action = $this->getVarInt();
|
||||
|
Reference in New Issue
Block a user