game_server->uuid); } /** * Get the data to broadcast. * * @return array */ public function broadcastWith(): array { return [ 'severity' => [ 'event' => $this->severity->event(), 'color' => (string) $this->severity->color()->toHex() ], 'timestamp' => $this->timestamp->format('n/j/Y g:i:s A'), 'output' => $this->output, 'blur' => $this->blur ]; } }