using Godot; using System; public partial class ContextMeuItem : Panel { [Export] private string _ItemText; public string ItemText { get => _ItemText; set { _ItemText = value; if (IsNodeReady()) PropogateText(); } } private void PropogateText() { GetNode