Files
ss14-wega/Content.Server/_Wega/Printer/PrinterComponent.cs
2025-02-07 00:36:01 +03:00

13 lines
274 B
C#

namespace Content.Server.PrinterInsert
{
[RegisterComponent]
public sealed partial class PrinterComponent : Component
{
[DataField]
public string UserName = string.Empty;
[DataField]
public string UserJob = string.Empty;
}
}