public void ShootingPlayerSimple_fire() { logic.IsPlayerFire(true, 0); shootingView.Received(1).PlayerShootingBullet(); }
private void Update() { logicShooting.IsPlayerFire(input.GetButton("Fire"), GameObject.FindGameObjectsWithTag("BalaPlayer").Length); }