Files
crystall-punk-14/Content.Shared/_CP14/LockKey/Components/CP14KeyRingComponent.cs
2024-04-20 11:51:04 +03:00

10 lines
276 B
C#

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