EntityLookup as a system for content (#6931)
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Content.Server.Singularity.EntitySystems
|
||||
[UsedImplicitly]
|
||||
public sealed class SingularitySystem : SharedSingularitySystem
|
||||
{
|
||||
[Dependency] private readonly IEntityLookup _lookup = default!;
|
||||
[Dependency] private readonly EntityLookupSystem _lookup = default!;
|
||||
[Dependency] private readonly IMapManager _mapManager = default!;
|
||||
[Dependency] private readonly SharedContainerSystem _container = default!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user