Beispiel #1
0
 public Casa()
 {
     this.mano    = new Mano();
     this.cartera = new Cartera();
 }
Beispiel #2
0
 public Jugador()
 {
     this.mano    = new Mano();
     this.cartera = new Cartera();
     IniciarCartera();
 }