1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 16:14:22 +00:00

Add eaten signal to Edible

This commit is contained in:
Steffo 2024-04-14 00:23:33 +02:00
parent 9dd74c154c
commit 6939796cdf
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -2,4 +2,7 @@ extends Node
class_name Edible class_name Edible
signal eaten(tag: StringName)
@export var tag: StringName @export var tag: StringName