Examples of BibliotecaModel


Examples of modelo.BibliotecaModel

 
  //Action para dar una carta de la biblioteca
  public void libraryCardAction() {
    System.out.print("\n\tEstas En la Biblioteca ");
    System.out.print("\n\tDebes cojer una carta especial de aqui y cumplir su penitencia");
    BibliotecaModel p = partida.getLastLibrary();
    System.out.print("\n\tTu Carta es : " + p.toString() );
    System.out.print("\n\tPresciona 1 para continuar");
    validarEntrada(1,1);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.