mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 23:34:18 +00:00
4 lines
57 B
GDScript
4 lines
57 B
GDScript
extends Node
|
|
class_name Valuable
|
|
|
|
@export var value: int
|