Files
tbd-station-14/Content.Shared/Clothing/Components/AntiGravityClothingComponent.cs
2024-06-14 20:43:23 -07:00

10 lines
292 B
C#

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