using Godot; public partial class EnemyArea : Area2D { [Export] public Enemy Enemy { get; set; } }