Space Kudzu (#5472)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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 class SlowsOnContactComponent : Component
|
||||
{
|
||||
public override string Name => "SlowsOnContact";
|
||||
}
|
||||
Reference in New Issue
Block a user