Add microwave recipes to the guidebook (#34105)

This commit is contained in:
pathetic meowmeow
2025-02-23 10:24:44 -05:00
committed by GitHub
parent 55e22b6a94
commit b7414d85b4
25 changed files with 794 additions and 79 deletions

View File

@@ -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();