Example #1
0
 public override void Disable()
 {
     AnimationController.SetBool("InShoot", false);
 }
Example #2
0
 public override void Enable()
 {
     AnimationController.SetBool("InShoot", true);
 }