Example #1
0
 void Update()
 {
     if (Input.GetButtonDown("Fire1"))
     {
         Shoot();
         AnimationTrigger.FireTriggered();
         // ShootingFire.Play("ShootingFireAnimation");
     }
 }