mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 16:14:22 +00:00
6 lines
61 B
GDScript3
6 lines
61 B
GDScript3
|
extends Node
|
||
|
class_name Edible
|
||
|
|
||
|
|
||
|
@export var tag: StringName
|