1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

Added Configuration manager class

This commit is contained in:
RaidMax
2017-06-12 19:24:12 -05:00
parent 5d1c9bd218
commit 45cb985701
8 changed files with 68 additions and 68 deletions

View File

@ -73,7 +73,7 @@
<Compile Include="Exceptions\NetworkException.cs" />
<Compile Include="Exceptions\SerializationException.cs" />
<Compile Include="Exceptions\ServerException.cs" />
<Compile Include="Helpers\Configuration.cs" />
<Compile Include="Helpers\ConfigurationManager.cs" />
<Compile Include="Interfaces\ILogger.cs" />
<Compile Include="Interfaces\IManager.cs" />
<Compile Include="Interfaces\IPenaltyList.cs" />