everything_has_a_price_jam/currency/currency.gd
2026-09-25 21:22:03 -06:00

5 lines
105 B
GDScript

extends Resource
class_name Currency
@export var name: String
@export var production: Array[Production]