Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -6,7 +6,6 @@ namespace Content.Server.Containers
|
||||
[RegisterComponent]
|
||||
public sealed class EmptyOnMachineDeconstructComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
[DataField("containers")]
|
||||
public HashSet<string> Containers { get; set; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user