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