Bricklayer.Client.Interface.GameScreen.Show C# (CSharp) Метод

Show() публичный Метод

Called when we recieve the Init packet, meaning we can now show game UI and hide the loading message
public Show ( ) : void
Результат void
        public void Show()
        {
            ChatBox.Visible = PlayerList.Visible = Sidebar.Visible = true;
        }