Ready for alpha 0.4.0 (the final alpha version (hopefully)) #72

Merged
That-One-Nerd merged 16 commits from shell-configuration into main 2023-04-25 17:42:32 -04:00
2 changed files with 3 additions and 5 deletions
Showing only changes of commit d8df50a928 - Show all commits

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