fork from 1.3
This commit is contained in:
9
FreeSR.Shared/Command/ICommandCategory.cs
Normal file
9
FreeSR.Shared/Command/ICommandCategory.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace FreeSR.Shared.Command
|
||||
{
|
||||
using FreeSR.Shared.Command.Context;
|
||||
|
||||
public interface ICommandCategory
|
||||
{
|
||||
CommandResult Invoke(ICommandContext context, string[] parameters, uint depth);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user