Antura.GamesSelector.GameSelectorScene.Start C# (CSharp) 메소드

Start() 보호된 메소드

protected Start ( ) : void
리턴 void
        protected override void Start()
        {
            base.Start();
            GlobalUI.ShowPauseMenu(false);
            GlobalUI.ShowBackButton(true);

            DebugManager.OnSkipCurrentScene += HandleSceneSkip;
        }