Tiny change.

This commit is contained in:
That-One-Nerd 2023-04-24 17:33:51 -04:00
parent 4d2e98ce42
commit d8df50a928
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
namespace SrcMod.Shell; namespace SrcMod.Shell;
internal static class LoadingBar public static class LoadingBar
{ {
public static int position = -1; public static int position = -1;
public static int bufferSize = 0; public static int bufferSize = 0;

View File

@ -1,8 +1,6 @@
using System.Text; namespace SrcMod.Shell;
namespace SrcMod.Shell; public static class Tools
internal static class Tools
{ {
public static void DisplayWithPages(IEnumerable<string> lines, ConsoleColor? color = null) public static void DisplayWithPages(IEnumerable<string> lines, ConsoleColor? color = null)
{ {