using Godot; using System.Linq; public partial class PartyHUD : CanvasLayer { [Export] public NodePath PartyManagerPath { get; set; } private PartyManager? _party; private Label _label = null!; public override void _Ready() { _label = GetNode