Files
tbd-station-14/Content.Shared/Movement/Components/SlowsOnContactComponent.cs
2022-02-16 18:23:23 +11:00

13 lines
300 B
C#

using Robust.Shared.GameObjects;
using Robust.Shared.GameStates;
namespace Content.Shared.Movement.Components;
/// <summary>
/// Exists just to listen to a single event. What a life.
/// </summary>
[NetworkedComponent, RegisterComponent]
public sealed class SlowsOnContactComponent : Component
{
}