4 using System.Collections.Generic;
30 Screen.SetResolution(Width, Height,
false);
31 Screen.showCursor =
true;
51 Screen.showCursor =
true;
static bool IsVisible
Gets whether or not the overlay is currently visible.
Game client launch screen.
int Height
The height of the launch screen.
An overlay for displaying game status on the game client.
void ConnectToWorldServer()
Connect to the world server specified in the network configuration.
int Width
The width of the launch screen.
static bool UpToDate
Whether or not the game is up to date.
ClientConfig Config
Gets the configuration for this client.
static GameClient Instance
Gets the sole instance of the game client.