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