예제 #1
0
파일: Movement.cs 프로젝트: Expsy/Bman2033
 void ChangeTarget(int deadHeroView)
 {
     Pathfinding.ChoosingHeroToChase(deadHeroView);
     Debug.Log("hedef değişti");
 }