Add microwave recipes to the guidebook (#34105)
This commit is contained in:
committed by
GitHub
parent
55e22b6a94
commit
b7414d85b4
@@ -19,6 +19,9 @@ namespace Content.Shared.Kitchen
|
||||
[DataField("name")]
|
||||
private string _name = string.Empty;
|
||||
|
||||
[DataField]
|
||||
public string Group = "Other";
|
||||
|
||||
[DataField("reagents", customTypeSerializer:typeof(PrototypeIdDictionarySerializer<FixedPoint2, ReagentPrototype>))]
|
||||
private Dictionary<string, FixedPoint2> _ingsReagents = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user