Skip to content

Commit

Permalink
fix clrf
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimeMoot authored Jan 4, 2025
1 parent a70d58d commit 54254a7
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Content.Server._Cats.FTLKnockdownImmune;

/// <summary>
/// Denotes an entity as being immune from knockdown on FTL
/// </summary>
[RegisterComponent]
namespace Content.Server._Cats.FTLKnockdownImmune;

/// <summary>
/// Denotes an entity as being immune from knockdown on FTL
/// </summary>
[RegisterComponent]
public sealed partial class FTLKnockdownImmuneComponent : Component;

0 comments on commit 54254a7

Please sign in to comment.