コード例 #1
0
 public void unStunPlayer()
 {
     isPlayerStunned = false;
     animator.SetTrigger("Unstun");
     playerStress.resetStress();
 }