using System.Diagnostics; using Godot; using Godot.Collections; namespace BITKit; public partial class UXContainer:Control { [Export] public Label label; [Export] public RichTextLabel richTextLabel; [Export] public Label titleLabel; [Export] public TextureRect icon; [Export] public Node contextContainer; [ExportCategory(nameof(Label))] [Export] public Array