예제 #1
0
파일: Bird.java 프로젝트: Omniwrath/Team7
 public String getMyPicture() {
   return myPicture.getBirdPictureLocation();
 }