Ready for alpha 0.4.0 (the final alpha version (hopefully)) #72
@ -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;
|
||||||
|
|||||||
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user