Add barebone nuke (#5242)
Co-authored-by: Alexander Evgrashin <evgrashin.adl@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Content.Server.Paper
|
||||
{
|
||||
private PaperAction _mode;
|
||||
[DataField("content")]
|
||||
public string Content { get; private set; } = "";
|
||||
public string Content { get; set; } = "";
|
||||
|
||||
[ViewVariables] private BoundUserInterface? UserInterface => Owner.GetUIOrNull(PaperUiKey.Key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user