예제 #1
0
파일: AIBrain.cs 프로젝트: bryandejong/AWAR
 public void SetMovementTarget(Vector3 targetPos)
 {
     _aiCharacter.SetTarget(targetPos);
 }