Make AdminLogsSystem an IoC manager (#8492)
* Make log not entity system * Fixes
This commit is contained in:
10
Content.Shared/Administration/Logs/ISharedAdminLogManager.cs
Normal file
10
Content.Shared/Administration/Logs/ISharedAdminLogManager.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Content.Shared.Database;
|
||||
|
||||
namespace Content.Shared.Administration.Logs;
|
||||
|
||||
public interface ISharedAdminLogManager
|
||||
{
|
||||
void Add(LogType type, LogImpact impact, ref LogStringHandler handler);
|
||||
|
||||
void Add(LogType type, ref LogStringHandler handler);
|
||||
}
|
||||
Reference in New Issue
Block a user