10 lines
276 B
C#
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
|
|
{
|
|
}
|