48        $this->playerActorRuntimeId = 
CommonTypes::getActorRuntimeId($in);
 
   50        for($i = 0, $len = VarInt::readUnsignedInt($in); $i < $len; ++$i){
 
   51            $this->emoteIds[] = CommonTypes::getUUID($in);
 
 
   56        CommonTypes::putActorRuntimeId($out, $this->playerActorRuntimeId);
 
   57        VarInt::writeUnsignedInt($out, count($this->emoteIds));
 
   58        foreach($this->emoteIds as $emoteId){
 
   59            CommonTypes::putUUID($out, $emoteId);