コード例 #1
0
ファイル: AIController.cs プロジェクト: zeatful/RPG
 private void CycleWaypoint()
 {
     currentWaypointIndex = patrolPath.GetNexWayPointIndex(currentWaypointIndex);
 }