SharpQuake.MenuBase.Show C# (CSharp) Method

Show() public method

public Show ( ) : void
return void
        public virtual void Show()
        {
            Menu.EnterSound = true;
            Key.Destination = keydest_t.key_menu;
            _CurrentMenu = this;
        }