Add logs for research (#18388)
* Add logs for research * Update Content.Server/Research/Systems/ResearchSystem.Technology.cs Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com> * dumb but ok * wacka wacka * Update LogType.cs --------- Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Linq;
|
||||
using Content.Server.Administration.Logs;
|
||||
using Content.Shared.Access.Systems;
|
||||
using Content.Shared.Popups;
|
||||
using Content.Shared.Research.Components;
|
||||
@@ -13,6 +14,7 @@ namespace Content.Server.Research.Systems
|
||||
[UsedImplicitly]
|
||||
public sealed partial class ResearchSystem : SharedResearchSystem
|
||||
{
|
||||
[Dependency] private readonly IAdminLogManager _adminLog = default!;
|
||||
[Dependency] private readonly IGameTiming _timing = default!;
|
||||
[Dependency] private readonly AccessReaderSystem _accessReader = default!;
|
||||
[Dependency] private readonly UserInterfaceSystem _uiSystem = default!;
|
||||
|
||||
Reference in New Issue
Block a user