Remove ghost compref (#19478)

This commit is contained in:
metalgearsloth
2023-08-25 18:50:46 +10:00
committed by GitHub
parent 7c4564adcc
commit 0b542098db
33 changed files with 191 additions and 211 deletions

View File

@@ -26,8 +26,7 @@ using Robust.Shared.Timing;
namespace Content.Server.Ghost
{
[UsedImplicitly]
public sealed class GhostSystem : SharedGhostSystem
public sealed partial class GhostSystem : SharedGhostSystem
{
[Dependency] private readonly IGameTiming _gameTiming = default!;
[Dependency] private readonly IPlayerManager _playerManager = default!;