namespace Content.Client.PDA; /// /// Used for specifying the pda windows border colors /// [RegisterComponent] public sealed class PdaBorderColorComponent : Component { [DataField("borderColor", required: true)] public string? BorderColor; [DataField("accentHColor")] public string? AccentHColor; [DataField("accentVColor")] public string? AccentVColor; }