Пример #1
0
 public void PriPotInput(InputAction.CallbackContext context)
 {
     if (context.performed)
     {
         genericCharacter.PriPotInput(context);
     }
 }