Add SaveLoadSavePrototype test (#18859)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Server.DeviceLinking.Components;
|
||||
[RegisterComponent]
|
||||
public sealed class AutoLinkReceiverComponent : Component
|
||||
{
|
||||
[DataField("channel", required: true, readOnly: true)]
|
||||
[DataField("channel", required: true)]
|
||||
public string AutoLinkChannel = default!;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user