コード例 #1
0
ファイル: Round.cs プロジェクト: batuxyilmaz/Gungslinger
 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");
     }
 }