Castle.GameMenuConsole.DrawCommands C# (CSharp) Method

DrawCommands() private method

private DrawCommands ( ) : void
return void
        private void DrawCommands()
        {
            for (int x = 0; x < 39; x++)
            {
                SetGlyph(x, 22, 196, Color.White);
            }
            Print(2, 24, "P - to play", Color.White);
            Print(17, 24, "I - for instructions", Color.White);
        }