Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -15,7 +15,6 @@ namespace Content.Shared.Construction
|
||||
[DataField("completed", serverOnly: true)]
|
||||
private IGraphAction[] _completed = Array.Empty<IGraphAction>();
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("to", required:true)]
|
||||
public string Target { get; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user