public void OnPointerEnter(PointerEventData eventData)
 {
     isHovering = true;
     if (!finishing)
     {
         infoGO.SetActive(true);
         infoInstance.UpdateTs(prefab.GetComponent <TowerStats>());
     }
 }