6
StarHorizon_Public/Content.Client/Access/IdCardConsoleSystem.cs
2025-12-27 15:27:38 +03:00

14 lines
350 B
C#

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.
}
}