10 lines
222 B
C#
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;
|
|
}
|
|
}
|