using System.Collections.Generic; public class RecipeOutputRebirth { public string recipeName = ""; public string craftingArea = ""; public List OutputItems = new List(); }