Cleaned up code.

This commit is contained in:
2018-12-29 00:29:53 -06:00
parent eedc083e03
commit fd4f2f7124
2 changed files with 10 additions and 19 deletions

View File

@@ -52,10 +52,7 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
/// Runs the command.
/// </summary>
/// <param name="arguments">arguments to be used. May be null.</param>
public virtual void Run(string[] arguments = null)
{
}
public abstract void Run(string[] arguments = null);
/// <summary>
/// Check if given argument is viable for command.