extends Area3D class_name ExplosionHurtbox @export var damage : float = 100 func _ready() -> void: get_tree().create_timer(1).timeout.connect(free)