2021-10-22 05:31:07 +03:00
|
|
|
using Content.Server.Access.Systems;
|
2021-12-16 23:42:02 +13:00
|
|
|
using Content.Shared.Access.Components;
|
2019-09-06 08:12:44 +02:00
|
|
|
|
2023-02-05 21:02:28 +01:00
|
|
|
namespace Content.Server.Access.Components;
|
2021-10-22 05:31:07 +03:00
|
|
|
|
2023-02-05 21:02:28 +01:00
|
|
|
[RegisterComponent]
|
|
|
|
|
[ComponentReference(typeof(SharedIdCardConsoleComponent))]
|
|
|
|
|
[Access(typeof(IdCardConsoleSystem))]
|
|
|
|
|
public sealed class IdCardConsoleComponent : SharedIdCardConsoleComponent
|
|
|
|
|
{
|
2019-09-06 08:12:44 +02:00
|
|
|
}
|