namespace TP_Blazor.Components; public class CraftingRecipe { public Item Give { get; set; } public List> Have { get; set; } }