void OnMouseDown() { LevelManager.SetTower(this, true); }
public void OnPointerDown(PointerEventData eventData) { LevelManager.SetTower(this); }