Files
Dawn-Godot/scripts/Cooking/RecipeIngredient.gd
2025-05-20 15:19:43 -05:00

4 lines
97 B
GDScript

class_name RecipeIngredient extends Resource
@export var thing:int = 0
@export var count:int = 1