Exemple #1
0
 public void CaptureTile()
 {
     if (unitHasMoved == true)
     {
         capturePoints = 0;
     }
     decidedToCapture = true;
     capturePoints   += hp;
     if (capturePoints >= 20)
     {
         possibleDestination.ChangePropietary(propietary);
     }
 }