Add printing regions

This commit is contained in:
Matt Nadareski
2022-12-02 20:09:55 -08:00
parent 5b4a8d5775
commit cee7f12974
5 changed files with 17 additions and 1 deletions

View File

@@ -463,6 +463,8 @@ namespace BurnOutSharp.Wrappers
}
}
#region Printing
/// <summary>
/// Pretty print the New Executable information
/// </summary>
@@ -1886,5 +1888,7 @@ namespace BurnOutSharp.Wrappers
Console.WriteLine();
}
#endregion
}
}