Fix some warnings relating to fields being unused.
This commit is contained in:
@@ -11,8 +11,6 @@ namespace Content.Client.Parallax
|
||||
public class ParallaxOverlay : Overlay
|
||||
{
|
||||
[Dependency] private readonly IParallaxManager _parallaxManager = default!;
|
||||
[Dependency] private readonly IEyeManager _eyeManager = default!;
|
||||
[Dependency] private readonly IClyde _displayManager = default!;
|
||||
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
|
||||
|
||||
private const float Slowness = 0.5f;
|
||||
|
||||
Reference in New Issue
Block a user