]> jfr.im git - z_archive/kelsier.git/blobdiff - IModule.cs
preparing for modules!
[z_archive/kelsier.git] / IModule.cs
diff --git a/IModule.cs b/IModule.cs
new file mode 100644 (file)
index 0000000..312e643
--- /dev/null
@@ -0,0 +1,11 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Kelsier.Common {
+    public delegate void HookCallback(Command ci);
+    public interface IModule {
+
+    }
+}