예제 #1
0
 @Override
 public int[] getBreathables() {
   return (breathables != null) ? breathables : myRace.getBreathables();
 }