Package banco_imobiliario.view

Examples of banco_imobiliario.view.TabuleiroUI.mostrarNoticia()


        controlBancoImobiliario.estebelecerJogadorDaVez(jogador);
    }

    public void mostrarNoticia(Noticia Carta) {
        TabuleiroUI tabuleiro = new TabuleiroUI();
        tabuleiro.mostrarNoticia(Carta);
    }

    public void debitarJogadorDaVez(Jogador jogador, double valor) {
        controlBancoImobiliario.debitarJogadorDaVez(jogador, valor);
    }
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.