Fix compiler warnings.
This commit is contained in:
@@ -30,7 +30,6 @@ namespace Content.Server.GameObjects.Components.Singularity
|
||||
public class SingularityComponent : Component, ICollideBehavior
|
||||
{
|
||||
[Dependency] private IEntityManager _entityManager = null!;
|
||||
[Dependency] private IMapManager _mapManager = null!;
|
||||
[Dependency] private IRobustRandom _random = null!;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user