NScumm.Scumm.ScummEngine.ShowMenu C# (CSharp) 메소드

ShowMenu() 보호된 메소드

protected ShowMenu ( ) : void
리턴 void
        protected void ShowMenu()
        {
            var eh = ShowMenuDialogRequested;
            if (eh != null)
            {
                eh(this, EventArgs.Empty);
            }
        }
ScummEngine