Add SaveLoadSavePrototype test (#18859)
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Content.Server.UserInterface
|
||||
[DataField("adminOnly")]
|
||||
public bool AdminOnly { get; set; } = false;
|
||||
|
||||
[DataField("key", readOnly: true, required: true)]
|
||||
[DataField("key", required: true)]
|
||||
private string _keyRaw = default!;
|
||||
|
||||
[DataField("verbText")]
|
||||
|
||||
Reference in New Issue
Block a user