6
2025-12-13 13:46:17 +03:00

12 lines
291 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Movement.Components;
/// <summary>
/// Special component to allow an entity to navigate kudzu without slowdown.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class IgnoreKudzuComponent : Component
{
}