public void RoundStart() { playerGun.StartRound(); BlackScreenAnim.Play("StartRound"); gameObject.GetComponent <AmmoCount>().Reset(); EnemyScript.Roundstart(); Gun.PlayerHealth = 100; Sıfırlama = false; if (!nextLevelCheck) { timer.StartCoroutine("TimerIE"); } }