Exemple #1
0
 public void OnDrag(PointerEventData data)
 {
     if (gc.HasHeldPiece())
     {
         ghost.position = data.position;
     }
 }