Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -10,11 +10,9 @@ namespace Content.Server.Kitchen.Components
|
||||
[Access(typeof(ReagentGrinderSystem))]
|
||||
public sealed class ExtractableComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
[DataField("juiceSolution")]
|
||||
public Solution? JuiceSolution;
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("grindableSolutionName")]
|
||||
public string? GrindableSolution;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user