Files
OldThink/Content.Shared/_White/_Engi/BucketHelmet/PreventStrippingFromEarsComponent.cs
2024-11-24 21:44:35 +03:00

12 lines
260 B
C#

namespace Content.Shared._White._Engi.BucketHelmet;
/// <summary>
/// WD.
/// This is used to block stripping headsets when bucket helmet is on.
/// </summary>
[RegisterComponent]
public sealed partial class PreventStrippingFromEarsComponent : Component
{
}