예제 #1
0
파일: AIController.cs 프로젝트: zeatful/RPG
 private void CycleWaypoint()
 {
     currentWaypointIndex = patrolPath.GetNexWayPointIndex(currentWaypointIndex);
 }