mirror of
https://github.com/Steffo99/hella-farm.git
synced 2025-03-11 02:47:27 +00:00
6 lines
61 B
GDScript3
6 lines
61 B
GDScript3
|
extends Node
|
||
|
class_name Edible
|
||
|
|
||
|
|
||
|
@export var tag: StringName
|