Tiny change.
This commit is contained in:
parent
4d2e98ce42
commit
d8df50a928
@ -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;
|
||||
|
||||
@ -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<string> lines, ConsoleColor? color = null)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user