Add readonly where it is missing and fix those field names according to their modifiers (#2589)
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Content.Client.ParticleAccelerator
|
||||
{
|
||||
public sealed class ParticleAcceleratorControlMenu : BaseWindow
|
||||
{
|
||||
private ShaderInstance _greyScaleShader;
|
||||
private readonly ShaderInstance _greyScaleShader;
|
||||
|
||||
private readonly ParticleAcceleratorBoundUserInterface Owner;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user