2021-11-28 20:25:36 -06:00
|
|
|
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]
|
2022-02-16 00:23:23 -07:00
|
|
|
public sealed class SlowsOnContactComponent : Component
|
2021-11-28 20:25:36 -06:00
|
|
|
{
|
|
|
|
|
}
|