mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 23:54:23 +00:00
Add eaten
signal to Edible
This commit is contained in:
parent
9dd74c154c
commit
6939796cdf
1 changed files with 3 additions and 0 deletions
|
@ -2,4 +2,7 @@ extends Node
|
|||
class_name Edible
|
||||
|
||||
|
||||
signal eaten(tag: StringName)
|
||||
|
||||
|
||||
@export var tag: StringName
|
||||
|
|
Loading…
Reference in a new issue