Bricklayer.Client.Interface.GameScreen.Show C# (CSharp) Method

Show() public method

Called when we recieve the Init packet, meaning we can now show game UI and hide the loading message
public Show ( ) : void
return void
        public void Show()
        {
            ChatBox.Visible = PlayerList.Visible = Sidebar.Visible = true;
        }