Пример #1
0
 public static float getLevelElevation(Level lvl) {
   return lvl == null ? 0f : lvl.getElevation();
 }