Fix RA0032 (#32514)
This commit is contained in:
@@ -31,7 +31,6 @@ public abstract partial class SharedToolSystem : EntitySystem
|
||||
[Dependency] private readonly SharedTransformSystem _transformSystem = default!;
|
||||
[Dependency] private readonly TileSystem _tiles = default!;
|
||||
[Dependency] private readonly TurfSystem _turfs = default!;
|
||||
[Dependency] protected readonly SharedSolutionContainerSystem SolutionContainer = default!;
|
||||
|
||||
public const string CutQuality = "Cutting";
|
||||
public const string PulseQuality = "Pulsing";
|
||||
|
||||
Reference in New Issue
Block a user