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

@ -32,7 +32,7 @@ class SetActorDataPacket extends DataPacket{
/** @var int */
public $entityRuntimeId;
/** @var array */
/** @var mixed[][] */
public $metadata;
protected function decodePayload(){