Files
tbd-station-14/Content.Shared/Access/Systems/SharedIdCardSystem.cs
2021-12-16 21:42:02 +11:00

9 lines
207 B
C#

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