Files
OldThink/Content.Shared/_White/_Engi/Limping/LimpingHelperComponent.cs

12 lines
226 B
C#
Raw Permalink Normal View History

2025-01-05 23:35:08 +03:00
namespace Content.Shared._White._Engi.Limping;
/// <summary>
/// WD.
/// This is used for the Limping trait to reduce it.
/// </summary>
[RegisterComponent]
public sealed partial class LimpingHelperComponent : Component
{
}