Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Shared.Crayon
|
||||
{
|
||||
public string SelectedState { get; set; } = string.Empty;
|
||||
|
||||
[ViewVariables] [DataField("color")] public Color Color;
|
||||
[DataField("color")] public Color Color;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum CrayonUiKey : byte
|
||||
|
||||
Reference in New Issue
Block a user