Example #1
0
        public virtual void InGameStart()
        {
            Init();


            while (true)
            {
                m_CurrentKeyInfo = null;
                GetInputKey();
                LoopInputFN();

                LoopDraw();

                m_Buffer.Print();
                m_Buffer.Clear();
            }

            Release();
        }