Example #1
0
 public function appendBoolean(bool $bool)
 {
     $this->packet .= HabboEncoding::encodeBoolean($bool);
 }