]> jfr.im git - z_archive/kelsier.git/blame - Kelsier.Common/ModuleList.cs
Adding auth
[z_archive/kelsier.git] / Kelsier.Common / ModuleList.cs
CommitLineData
e5993b94
JR
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace Kelsier.Common {
7 public class ModuleList {
8 static public ModuleList() {
9 modules = new Dictionary<string, IModule>();
10 hooks = new Dictionary<string, Hook>();
11 }
12 }
13}