class_name Building extends Resource @export var atlas_texture: AtlasTexture @export var name: String @export var description: String @export var cost: Dictionary func ready(building: BuildingBase) -> void: pass