Recipe prep
This commit is contained in:
4
scripts/Cooking/RecipeIngredient.gd
Normal file
4
scripts/Cooking/RecipeIngredient.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
class_name RecipeIngredient extends Resource
|
||||
|
||||
@export var thing:int = 0
|
||||
@export var count:int = 1
|
Reference in New Issue
Block a user