mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 16:14:22 +00:00
8 lines
93 B
GDScript
8 lines
93 B
GDScript
extends Node
|
|
class_name Edible
|
|
|
|
|
|
signal eaten(tag: StringName)
|
|
|
|
|
|
@export var tag: StringName
|