Remove hardcoded ghosting from MoverSystem.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Robust.Server.Interfaces.Player;
|
||||
|
||||
namespace Content.Server.Interfaces.GameObjects.Components.Movement
|
||||
{
|
||||
public interface IRelayMoveInput
|
||||
{
|
||||
void MoveInputPressed(IPlayerSession session);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user