10 lines
236 B
C#
10 lines
236 B
C#
namespace Content.Server._NF.Shuttles.Components;
|
|
|
|
/// <summary>
|
|
/// Denotes an entity as being immune from knockdown on FTL
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class FTLKnockdownImmuneComponent : Component
|
|
{
|
|
}
|