namespace Content.Client.UserInterface.Fragments; /// /// The component used for defining a ui fragment to attach to an entity /// /// /// This is used primarily for PDA cartridges. /// /// [RegisterComponent] public sealed class UIFragmentComponent : Component { [DataField("ui", true)] public UIFragment? Ui; }