@@ -12,7 +12,7 @@ public sealed partial class PaperComponent : Component
|
|||||||
public string Content { get; set; } = "";
|
public string Content { get; set; } = "";
|
||||||
|
|
||||||
[DataField("contentSize")]
|
[DataField("contentSize")]
|
||||||
public int ContentSize { get; set; } = 6000;
|
public int ContentSize { get; set; } = 10000;
|
||||||
|
|
||||||
[DataField("stampedBy"), AutoNetworkedField]
|
[DataField("stampedBy"), AutoNetworkedField]
|
||||||
public List<StampDisplayInfo> StampedBy { get; set; } = new();
|
public List<StampDisplayInfo> StampedBy { get; set; } = new();
|
||||||
|
|||||||
Reference in New Issue
Block a user