49 $this->actorRuntimeId =
CommonTypes::getActorRuntimeId($in);
50 $this->head = CommonTypes::getItemStackWrapper($in);
51 $this->chest = CommonTypes::getItemStackWrapper($in);
52 $this->legs = CommonTypes::getItemStackWrapper($in);
53 $this->feet = CommonTypes::getItemStackWrapper($in);
54 $this->body = CommonTypes::getItemStackWrapper($in);
58 CommonTypes::putActorRuntimeId($out, $this->actorRuntimeId);
59 CommonTypes::putItemStackWrapper($out, $this->head);
60 CommonTypes::putItemStackWrapper($out, $this->chest);
61 CommonTypes::putItemStackWrapper($out, $this->legs);
62 CommonTypes::putItemStackWrapper($out, $this->feet);
63 CommonTypes::putItemStackWrapper($out, $this->body);