Allow solutions to store extra reagent data (#19323)
This commit is contained in:
@@ -33,6 +33,7 @@ namespace Content.Shared.Kitchen
|
||||
|
||||
public string Name => Loc.GetString(_name);
|
||||
|
||||
// TODO Turn this into a ReagentQuantity[]
|
||||
public IReadOnlyDictionary<string, FixedPoint2> IngredientsReagents => _ingsReagents;
|
||||
public IReadOnlyDictionary<string, FixedPoint2> IngredientsSolids => _ingsSolids;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user