game_server->uuid); } /** * Get the data to broadcast. * * @return array */ public function broadcastWith(): array { return [ 'state' => $this->state->value, 'utc_offset' => $this->game_server->utc_offset, 'friendly_name' => $this->game_server->friendly_name ]; } }