예제 #1
0
파일: Drone.java 프로젝트: forgodsake/FUAV
 /** @deprecated Use {@link FollowApi#disableFollowMe()} instead. */
 public void disableFollowMe() {
   FollowApi.getApi(this).disableFollowMe();
 }
예제 #2
0
파일: Drone.java 프로젝트: forgodsake/FUAV
 /** @deprecated Use {@link FollowApi#enableFollowMe(FollowType)} instead. */
 public void enableFollowMe(FollowType followType) {
   FollowApi.getApi(this).enableFollowMe(followType);
 }