Example #1
0
 public function appendString(string $string)
 {
     $this->packet .= HabboEncoding::encodeString($string);
 }