extends Building
func place() -> void:
super()
$DetectionArea.active_state = DetectionArea.ActiveState.PREVIEW
func build() -> void:
$DetectionArea.active_state = DetectionArea.ActiveState.ACTIVE