1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 07:44:17 +00:00
swear-jar/value/valuable.gd

11 lines
127 B
GDScript3
Raw Normal View History

extends Node
class_name Valuable
@export var value: int
#signal object_value
#
#
#func collect():
# emit_signal("collected")