From d8df50a928ac94e4929aaf6bb7fa4dda5aa46552 Mon Sep 17 00:00:00 2001 From: That-One-Nerd Date: Mon, 24 Apr 2023 17:33:51 -0400 Subject: [PATCH] Tiny change. --- SrcMod/Shell/LoadingBar.cs | 2 +- SrcMod/Shell/Tools.cs | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/SrcMod/Shell/LoadingBar.cs b/SrcMod/Shell/LoadingBar.cs index f658c8e..b4102e8 100644 --- a/SrcMod/Shell/LoadingBar.cs +++ b/SrcMod/Shell/LoadingBar.cs @@ -1,6 +1,6 @@ namespace SrcMod.Shell; -internal static class LoadingBar +public static class LoadingBar { public static int position = -1; public static int bufferSize = 0; diff --git a/SrcMod/Shell/Tools.cs b/SrcMod/Shell/Tools.cs index ef6cc12..34c63b5 100644 --- a/SrcMod/Shell/Tools.cs +++ b/SrcMod/Shell/Tools.cs @@ -1,8 +1,6 @@ -using System.Text; +namespace SrcMod.Shell; -namespace SrcMod.Shell; - -internal static class Tools +public static class Tools { public static void DisplayWithPages(IEnumerable lines, ConsoleColor? color = null) {