Exemple #1
0
 public void OnPointerClick(PointerEventData eventData)
 {
     if (interactable && motherShip.targetTile)
     {
         motherShip.CancelMove();
     }
 }