2022-05-21 14:19:02 +10:00
|
|
|
using Content.Shared.Access.Components;
|
|
|
|
|
|
|
|
|
|
namespace Content.Client.Access.Components;
|
|
|
|
|
|
|
|
|
|
[RegisterComponent]
|
2022-05-28 16:29:12 +02:00
|
|
|
[ComponentReference(typeof(SharedIdCardConsoleComponent))]
|
2022-05-21 14:19:02 +10:00
|
|
|
public sealed class IdCardConsoleComponent : SharedIdCardConsoleComponent {}
|