Enable nullability in Content.Client (#3257)
* Enable nullability in Content.Client * Remove #nullable enable * Merge fixes * Remove Debug.Assert * Merge fixes * Fix build * Fix build
This commit is contained in:
@@ -15,7 +15,8 @@ namespace Content.Client.Graphics.Overlays
|
||||
[Dependency] private readonly IPlayerManager _playerManager = default!;
|
||||
|
||||
public override OverlaySpace Space => OverlaySpace.WorldSpace;
|
||||
private readonly ShaderInstance _gradientCircleShader, _glowingBorderShader;
|
||||
private readonly ShaderInstance _gradientCircleShader;
|
||||
private readonly ShaderInstance? _glowingBorderShader;
|
||||
|
||||
public CritOverlay()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user