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