protected override Boolean TryPlayAnimation(GameObject gameObject)
 {
     return(EnemyAnimator.PlayDeathAfterBang(gameObject));
 }