예제 #1
0
파일: Base.cs 프로젝트: KeplerVK/Unity3d
 public void moveToPosition(Vector3 destination)
 {
     //getBoatAction.setGameObject(character);
     getBoatAction.setDestination(destination);
     // moveableScript.setDestination(destination);
 }