6
2025-12-13 13:46:17 +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;
}
}