Пример #1
0
 public void StopAnim()
 {
     anim.Play("Shoot");
     //anim.SetBool(shootBool, false);
     playerController.EnableShoot(this);
 }