Files
Dawn-Godot/scripts/Singleton/Recipe.gd

12 lines
109 B
GDScript

class_name RecipeSystem extends Node
enum Type {
ASH_BAKED_SWEET_POTATO,
}
func _init() -> void:
pass