Files
OldThink/Content.Client/Access/IdCardConsoleSystem.cs

14 lines
350 B
C#
Raw Permalink Normal View History

2021-12-16 23:42:02 +13:00
using Content.Shared.Access.Systems;
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.
}
}