Ejemplo n.º 1
0
        /// <summary>
        /// 전체 드로잉
        /// </summary>
        public void Draw()
        {
            StageDraw();
            BlockDraw();
            HelpDraw();

            MyBuffer.Print();
            MyBuffer.Clear();
        }