Feature: Implement and test clear target functionality for player start actions
This commit is contained in:
@@ -660,6 +660,8 @@ function getPlayerStartInputActionLabel(
|
||||
return "Crouch";
|
||||
case "interact":
|
||||
return "Interact";
|
||||
case "clearTarget":
|
||||
return "Clear Target";
|
||||
case "pauseTime":
|
||||
return "Pause";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user