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