namespace Content.Shared._CP14.LockKey.Components;
/// <summary>
/// A component that allows you to track a ring of keys to quickly open and lock doors with the entire bunch.
/// </summary>
[RegisterComponent]
public sealed partial class CP14KeyRingComponent : Component
{
}