improved command argument system.

This commit is contained in:
2018-12-28 18:52:52 -06:00
parent d2ac5196cb
commit 960bf76802
8 changed files with 191 additions and 152 deletions

View File

@@ -8,12 +8,7 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor.Commands
{
public ClearConsoleCommand() : base("clear")
{
}
public override string Help(string argument = null)
{
return "Clears the console.";
help = "Clears the console.";
}
public override void Run(string[] arguments = null)