예제 #1
0
파일: Casa.cs 프로젝트: FrogEmperor/21
 public Casa()
 {
     this.mano    = new Mano();
     this.cartera = new Cartera();
 }
예제 #2
0
파일: Jugador.cs 프로젝트: FrogEmperor/21
 public Jugador()
 {
     this.mano    = new Mano();
     this.cartera = new Cartera();
     IniciarCartera();
 }