Crew monitor revisit (#22240)
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
using Content.Shared.Roles;
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Server.Access.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed partial class PresetIdCardComponent : Component
|
||||
{
|
||||
[DataField("job")]
|
||||
public ProtoId<JobPrototype>? JobName;
|
||||
namespace Content.Server.Access.Components;
|
||||
|
||||
[DataField("name")]
|
||||
public string? IdName;
|
||||
}
|
||||
[RegisterComponent]
|
||||
public sealed partial class PresetIdCardComponent : Component
|
||||
{
|
||||
[DataField("job")]
|
||||
public ProtoId<JobPrototype>? JobName;
|
||||
|
||||
[DataField("name")]
|
||||
public string? IdName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user