mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Remove unused IPlayerInput interface
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
using Robust.Shared.Input;
|
||||
using Robust.Shared.Input.Binding;
|
||||
|
||||
namespace Robust.Server.Player
|
||||
{
|
||||
public interface IPlayerInput
|
||||
{
|
||||
BoundKeyState GetKeyState(BoundKeyFunction function);
|
||||
bool GetKeyStateBool(BoundKeyFunction function);
|
||||
|
||||
InputCmdHandler GetCommand(BoundKeyFunction function);
|
||||
void SetCommand(BoundKeyFunction function, InputCmdHandler cmdHandler);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user