// Called in AnimationEvent
 public void FireAcid()
 {
     _spider.FireAcidBall();
 }