How on earth did I miss this?
This commit is contained in:
parent
3ecb967b91
commit
fd4162aa32
@ -4,17 +4,8 @@ namespace SrcMod.Shell;
|
|||||||
|
|
||||||
internal static class Tools
|
internal static class Tools
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD
|
|
||||||
public static JsonSerializer Serializer { get; private set; }
|
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()
|
static Tools()
|
||||||
{
|
{
|
||||||
Serializer = JsonSerializer.Create(new()
|
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)
|
public static void DisplayWithPages(IEnumerable<string> lines, ConsoleColor? color = null)
|
||||||
{
|
{
|
||||||
int written = 0;
|
int written = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user