Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -9,7 +9,6 @@ namespace Content.Server.Construction.Components
|
||||
[RegisterComponent]
|
||||
public sealed class ComputerBoardComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
[DataField("prototype", customTypeSerializer:typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
public string? Prototype { get; private set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user