Files
OldThink/Content.Shared/Access/Systems/SharedIdCardSystem.cs

9 lines
207 B
C#
Raw Normal View History

2021-12-16 23:42:02 +13:00
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?
}