Add readonly where it is missing and fix those field names according to their modifiers (#2589)
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Content.Client.GameObjects.Components.VendingMachines
|
||||
{"broken", VendingMachineVisualLayers.Unlit},
|
||||
};
|
||||
|
||||
private Dictionary<string, Animation> _animations = new Dictionary<string, Animation>();
|
||||
private readonly Dictionary<string, Animation> _animations = new Dictionary<string, Animation>();
|
||||
|
||||
public override void LoadData(YamlMappingNode node)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user