everything_has_a_price_jam/currency/currency.gd
2026-09-26 12:37:45 -06:00

6 lines
170 B
GDScript

extends Resource
class_name Currency
@export var name: String
@export var production: Array[Production]
@export_multiline var description = "no description of currency"