6
2026-01-13 18:31:02 +02:00

10 lines
222 B
C#

namespace Content.Server._NF.Books.Components
{
[RegisterComponent]
public sealed partial class HyperlinkBookComponent : Component
{
[DataField("url")]
public string URL = string.Empty;
}
}