Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -43,7 +43,6 @@ namespace Content.Shared.Humanoid.Markings
|
||||
/// ID of the marking prototype.
|
||||
/// </summary>
|
||||
[DataField("markingId")]
|
||||
[ViewVariables]
|
||||
public string MarkingId { get; } = default!;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user