Cleaned up code.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user