Esempio n. 1
0
 public void OnReload(InputAction.CallbackContext value)
 {
     if (value.started)
     {
         _shooting.Reload();
     }
 }