Files
tbd-station-14/Content.Shared/Slippery/NoSlipComponent.cs
2024-07-27 23:17:06 -07:00

10 lines
170 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Slippery;
[RegisterComponent, NetworkedComponent]
public sealed partial class NoSlipComponent : Component
{
}