public IEnumerator MagicAttackInput(int force) { yield return(new WaitForSeconds(0.2f)); playerInfo.MagicAttackInput(force); }