mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
5 lines
57 B
GDScript3
5 lines
57 B
GDScript3
|
extends Node
|
||
|
class_name Valuable
|
||
|
|
||
|
@export var value: int
|