Files
53bd0569eafee46771fcfcf28b507ede15896e8d
10 lines
269 B
C#
10 lines
269 B
C#
using Robust.Shared.GameStates;
|
|||
|
|||
namespace Content.Shared.StepTrigger.Components;
|
|||
|
|||
/// <summary>
|
|||
/// Grants the attached entity to step triggers.
|
|||
/// </summary>
|
|||
[RegisterComponent, NetworkedComponent]
|
|||
public sealed partial class StepTriggerImmuneComponent : Component;
|