using Godot; public class Ingredient { public string item; public int amount; }