Keybind to stop pulling. (#2094)

* keybind to stop pulling.

* smug
This commit is contained in:
derek
2020-09-16 14:58:50 -07:00
committed by GitHub
parent 84230a47ad
commit 158f765895
6 changed files with 20 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ namespace Content.Shared.Input
public static readonly BoundKeyFunction ThrowItemInHand = "ThrowItemInHand";
public static readonly BoundKeyFunction TryPullObject = "TryPullObject";
public static readonly BoundKeyFunction MovePulledObject = "MovePulledObject";
public static readonly BoundKeyFunction ReleasePulledObject = "ReleasePulledObject";
public static readonly BoundKeyFunction ToggleCombatMode = "ToggleCombatMode";
public static readonly BoundKeyFunction MouseMiddle = "MouseMiddle";
public static readonly BoundKeyFunction OpenEntitySpawnWindow = "OpenEntitySpawnWindow";