WiP movement prediction.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.Players;
|
||||
|
||||
namespace Content.Shared.GameObjects.Components.Movement
|
||||
{
|
||||
public interface IRelayMoveInput
|
||||
{
|
||||
void MoveInputPressed(ICommonSession session);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user