Well Done

This commit is contained in:
2026-03-20 19:26:33 +02:00
parent f123690cb4
commit ac183f8eb6
9 changed files with 231 additions and 70 deletions

View File

@@ -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);
}