6
2025-11-11 11:18:56 +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;
}
}