mirror of
https://github.com/tonytins/citylimits
synced 2025-05-05 14:14:49 -04:00
8 lines
211 B
GDScript
8 lines
211 B
GDScript
extends Resource
|
|
class_name Structure
|
|
|
|
@export_subgroup("Model")
|
|
@export var model:PackedScene # Model of the structure
|
|
|
|
@export_subgroup("Gameplay")
|
|
@export var price:int # Price of the structure when building
|