8
scripts/Cooking/Recipe/CookingRecipe.gd
Normal file
8
scripts/Cooking/Recipe/CookingRecipe.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
class_name CookingRecipe
|
||||
const ItemStack = preload("res://scripts/Item/ItemStack.gd")
|
||||
|
||||
func _init() -> void:
|
||||
pass
|
||||
|
||||
func getIngredients() -> Array[ItemStack]:
|
||||
return []
|
Reference in New Issue
Block a user