Exemplo n.º 1
0
 public void PushMove(InputAction action)
 {
     move.SetValueAndForceNotify(action);
 }
Exemplo n.º 2
0
 public void PushCommand(InputAction action)
 {
     command.SetValueAndForceNotify(action);
 }