Enhance paperwork UI (#16006)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user