Remove IMoveSpeedModifier in favor of events (#5212)
* Remove IMoveSpeedModifier * fucking magboots * yope * rabiews
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Shared.Pulling.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(SharedPullingStateManagementSystem))]
|
||||
public class SharedPullerComponent : Component, IMoveSpeedModifier
|
||||
public class SharedPullerComponent : Component
|
||||
{
|
||||
public override string Name => "Puller";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user