//This file generated automatically from the MARIUS LP system, please do not edit.

public class EstacionEspacial {

   public void lanzar(CoheteIF ch) {
     ch.volar();
   }

} //End of class EstacionEspacial
