public Casa() { this.mano = new Mano(); this.cartera = new Cartera(); }
public Jugador() { this.mano = new Mano(); this.cartera = new Cartera(); IniciarCartera(); }