public void RemoveAttackIndicator(GameObject attackObject)
 {
     playerUIScript.RemoveAttackInRange(attackObject.transform);
 }