FSO.Client.GameController.ShowLotDebug C# (CSharp) 메소드

ShowLotDebug() 공개 메소드

public ShowLotDebug ( ) : void
리턴 void
        public void ShowLotDebug()
        {
            var screen = new CoreGameScreen(); //new LotDebugScreen();
            GameFacade.Screens.RemoveCurrent();
            GameFacade.Screens.AddScreen(screen);
            //screen.InitTestLot();
            //screen.ZoomLevel = 1;
        }