How on earth did I miss this?

This commit is contained in:
That_One_Nerd 2023-04-18 08:52:04 -04:00
parent 3ecb967b91
commit fd4162aa32

View File

@ -4,17 +4,8 @@ namespace SrcMod.Shell;
internal static class Tools
{
<<<<<<< HEAD
public static JsonSerializer Serializer { get; private set; }
private static int loadingPosition = -1;
private static int lastLoadingBufferSize = 0;
private static int lastLoadingValue = -1;
private static float loadingBarValue = 0;
private static ConsoleColor loadingBarColor = Console.ForegroundColor;
public static bool LoadingBarEnabled { get; private set; }
static Tools()
{
Serializer = JsonSerializer.Create(new()
@ -24,8 +15,6 @@ internal static class Tools
});
}
=======
>>>>>>> origin/shell-systems
public static void DisplayWithPages(IEnumerable<string> lines, ConsoleColor? color = null)
{
int written = 0;