Esempio n. 1
0
 public void OnMouseUp()
 {
     isDragging = false;
     SpawnTower.Combine(gameObject);
     transform.position = startPosition;
 }