Add readonly where it is missing and fix those field names according to their modifiers (#2589)
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Content.Client.UserInterface
|
||||
|
||||
[Dependency] private readonly IPrototypeManager _protoMan = default!;
|
||||
|
||||
private ShaderInstance _shader;
|
||||
private readonly ShaderInstance _shader;
|
||||
|
||||
public CooldownGraphic()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user