Exemplo n.º 1
0
 void Update()
 {
     if (InputMgr.GetDPadRightDown())
     {
         playerAnimator.SetTrigger("switchWeapon");
     }
 }