using Godot; public abstract class Ingredient { public string name; public int currentAmount; public int stackSize; }