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