Delta-v/Content.Shared/Access/Systems/SharedIdCardSystem.cs

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