예제 #1
0
 public string TryToFly()
 {
     return(flyType.fly());
 }
예제 #2
0
 public string tryToFly()
 {
     return(flyingType.fly());
 }