1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2025-02-16 17:13:58 +00:00
hella-farm/behaviours/edible.gd

9 lines
93 B
GDScript3
Raw Normal View History

extends Node
class_name Edible
2024-04-14 00:23:33 +02:00
signal eaten(tag: StringName)
@export var tag: StringName