Example #1
0
        public static void Show()
        {
            m_instance = new MyGuiScreenConsole();
            m_instance.RecreateControls(true);

            MyGuiSandbox.AddScreen(m_instance);
        }
        public static void Show()
        {
            m_instance = new MyGuiScreenConsole();
            m_instance.RecreateControls(true);

            MyGuiSandbox.AddScreen(m_instance);
        }