Beispiel #1
0
 public bool Held(ControlsInput.GameplayActions gameplayAction)
 => GameInput.Held(ID, gameplayAction);
Beispiel #2
0
 public bool Held(ControlsInput.MenuActions menuAction)
 => GameInput.Held(ID, menuAction);
Beispiel #3
0
 public bool Held(string actionName)
 => GameInput.Held(ID, actionName);