2021-12-16 23:42:02 +13:00
|
|
|
using Content.Shared.Access.Systems;
|
2021-11-24 20:03:07 +13:00
|
|
|
using JetBrains.Annotations;
|
|
|
|
|
|
|
|
|
|
namespace Content.Client.Access
|
|
|
|
|
{
|
|
|
|
|
[UsedImplicitly]
|
|
|
|
|
public sealed class IdCardConsoleSystem : SharedIdCardConsoleSystem
|
|
|
|
|
{
|
|
|
|
|
// one day, maybe bound user interfaces can be shared too.
|
|
|
|
|
// then this doesn't have to be like this.
|
|
|
|
|
// I hate this.
|
|
|
|
|
}
|
|
|
|
|
}
|