6
2026-01-24 12:49:55 +03: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;
}
}