extends Control @export var production: Production func _ready() -> void: %Name.text = production.currency.name %Amount.text = str(production.amount)