Re-organize all projects (#4166)
This commit is contained in:
10
Content.Shared/Movement/Components/IRelayMoveInput.cs
Normal file
10
Content.Shared/Movement/Components/IRelayMoveInput.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
#nullable enable
|
||||
using Robust.Shared.Players;
|
||||
|
||||
namespace Content.Shared.Movement.Components
|
||||
{
|
||||
public interface IRelayMoveInput
|
||||
{
|
||||
void MoveInputPressed(ICommonSession session);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user