Files
tbd-station-14/Content.Shared/Slippery/NoSlipComponent.cs

8 lines
134 B
C#

namespace Content.Shared.Slippery
{
[RegisterComponent]
public sealed partial class NoSlipComponent : Component
{
}
}