Auto comp (#6416)
This commit is contained in:
@@ -14,13 +14,11 @@ namespace Content.Server.Kitchen.Components
|
||||
[Friend(typeof(ReagentGrinderSystem))]
|
||||
public class ExtractableComponent : Component
|
||||
{
|
||||
public override string Name => "Extractable";
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("juiceSolution")]
|
||||
[DataField("juiceSolution")]
|
||||
public Solution? JuiceSolution;
|
||||
|
||||
[ViewVariables]
|
||||
[ViewVariables]
|
||||
[DataField("grindableSolutionName")]
|
||||
public string? GrindableSolution;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user