SharpQuake.MenuBase.Show C# (CSharp) Méthode

Show() public méthode

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