FTLSmashImmuneComponent.cs 277 B

123456789
  1. using Robust.Shared.GameStates;
  2. namespace Content.Shared.Shuttles.Components;
  3. /// <summary>
  4. /// Makes the entity immune to FTL arrival landing AKA smimsh.
  5. /// </summary>
  6. [RegisterComponent, NetworkedComponent]
  7. public sealed partial class FTLSmashImmuneComponent : Component;