Esempio n. 1
0
 public bool Released(ControlsInput.GameplayActions gameplayAction)
 => GameInput.Released(ID, gameplayAction);
Esempio n. 2
0
 public bool Released(ControlsInput.MenuActions menuAction)
 => GameInput.Released(ID, menuAction);
Esempio n. 3
0
 public bool Released(string actionName)
 => GameInput.Released(ID, actionName);