everything_has_a_price_jam/currency/production.gd
2026-09-26 10:54:26 -06:00

5 lines
95 B
GDScript

extends Resource
class_name Production
@export var currency: Currency
@export var amount: int