]> jfr.im git - z_archive/kelsier.git/blob - IModule.cs
Adding auth
[z_archive/kelsier.git] / IModule.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5
6 namespace Kelsier.Common {
7 public delegate void HookCallback(Command ci);
8 public interface IModule {
9
10 }
11 }