Exemple #1
0
 void Update()
 {
     if (playerInput.IsAttack())
     {
         StartCoroutine(playerShot.GenerateBullet());
     }
     if (!BulletCount.IsBullet())
     {
         playerMover.ShotDirection();
     }
 }