mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
-reconfigured solution and projects to be correct debug/release and files copy properly
-started working on more advanced statistics
This commit is contained in:
@ -8,8 +8,8 @@ namespace SharedLibrary.Interfaces
|
||||
void Start();
|
||||
void Stop();
|
||||
ILogger GetLogger();
|
||||
List<Server> GetServers();
|
||||
List<Command> GetCommands();
|
||||
IList<Server> GetServers();
|
||||
IList<Command> GetCommands();
|
||||
IPenaltyList GetClientPenalties();
|
||||
ClientsDB GetClientDatabase();
|
||||
AliasesDB GetAliasesDatabase();
|
||||
|
Reference in New Issue
Block a user