Enhance paperwork UI (#16006)

This commit is contained in:
Echo
2023-05-06 00:35:22 -07:00
committed by GitHub
parent 77edd7e666
commit 68eb28ac95
5 changed files with 23 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ namespace Content.Server.Paper
public string Content { get; set; } = "";
[DataField("contentSize")]
public int ContentSize { get; set; } = 1000;
public int ContentSize { get; set; } = 6000;
[DataField("stampedBy")]
public List<string> StampedBy { get; set; } = new();