Exemple #1
0
 private void CaptureSheep(Sheep sheep)
 {
     currentSheep = sheep;
     sheep.Captured();
     StartCoroutine(Capture(sheep));
 }