class_name HitBox extends Area3D
func _init() -> void:
collision_layer = 2
collision_mask = 2
func get_damage() -> int:
return owner.damage