Example #1
0
 void ChangeTarget(int deadHeroView)
 {
     Pathfinding.ChoosingHeroToChase(deadHeroView);
     Debug.Log("hedef değişti");
 }