Client UI Worker
The ClientUIWorker
is responsible for managing user interface (UI) related tasks within the game client.
Methods
public void ChangeWelcomeScreen()
: Transitions the game to the welcome screen by loading the scene with a build index of 1.
Last updated