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) {