Files
crystall-punk-14/Content.Shared/_CP14/LockKey/Components/CP14KeyRingComponent.cs

10 lines
276 B
C#
Raw Permalink Normal View History

2024-04-20 11:51:04 +03:00
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]
2024-04-20 11:51:04 +03:00
public sealed partial class CP14KeyRingComponent : Component
{
}