Пример #1
0
 public void SpecialPotInput(InputAction.CallbackContext context)
 {
     if (context.performed)
     {
         if (screensTransitionManager.GetScreenNum() == 4)
         {
             //podiumOverlayController.UpdateReady();
         }
         else
         {
             genericCharacter.SpecialPotInput(context);
         }
     }
 }