Files
tbd-station-14/Content.Shared/Access/Systems/SharedIdCardSystem.cs
2022-05-13 17:59:03 +10:00

7 lines
173 B
C#

namespace Content.Shared.Access.Systems;
public abstract class SharedIdCardSystem : EntitySystem
{
// this class just exists to make friends. Will you be its friend?
}