mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
13 lines
274 B
C#
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;
|
|
}
|
|
}
|