UrlOpen

class UrlOpen(val url: String) : OutgoingGameMessage

URL open packets are used to open a site on the target's default browser.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard
val url: String

the url to connect to

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String