Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -12,7 +12,6 @@ namespace Content.Shared.Materials
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class MaterialComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
[DataField("materials", customTypeSerializer:typeof(PrototypeIdDictionarySerializer<int, MaterialPrototype>))]
|
||||
// ReSharper disable once CollectionNeverUpdated.Local
|
||||
public readonly Dictionary<string, int> _materials = new();
|
||||
|
||||
Reference in New Issue
Block a user