AntiGravityClothingComponent.cs 292 B

123456789
  1. using Robust.Shared.GameStates;
  2. namespace Content.Shared.Clothing.Components;
  3. /// <summary>
  4. /// This is used for clothing that makes an entity weightless when worn.
  5. /// </summary>
  6. [RegisterComponent, NetworkedComponent]
  7. public sealed partial class AntiGravityClothingComponent : Component;