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

public class CoheteAuto implements CoheteAutoIF {

  private Cohete _coh= new Cohete();
  private Auto _aut = new Auto();
  public void correr() { _aut.correr(); }
  public void volar() { _coh.volar();}

} //End of class CoheteAuto
