populate missing array value types in network namespace

This commit is contained in:
Dylan K. Taylor
2020-01-30 21:12:00 +00:00
parent a5764b3ae9
commit fc0619ee6e
10 changed files with 25 additions and 10 deletions

View File

@ -42,7 +42,7 @@ class AddItemActorPacket extends DataPacket{
public $position;
/** @var Vector3|null */
public $motion;
/** @var array */
/** @var mixed[][] */
public $metadata = [];
/** @var bool */
public $isFromFishing = false;