Well Done
This commit is contained in:
@@ -4,5 +4,6 @@ public interface IModule
|
||||
{
|
||||
string Name { get; }
|
||||
string[] GetCommands();
|
||||
object Execute(string command, object[] args);
|
||||
void Settings(object[] args);
|
||||
object Execute(string command);
|
||||
}
|
||||
Reference in New Issue
Block a user