Exemplo n.º 1
0
 public RelJugadorMapa(int nivel1, int nivel2, int nivel3, int nivel4, int nivel5, string coord, Jugador j)
 {
     this.nivel1 = nivel1;
     this.nivel2 = nivel2;
     this.nivel3 = nivel3;
     this.nivel4 = nivel4;
     this.nivel5 = nivel5;
     this.coord  = coord;
     this.j      = j;
 }
 public RelJugadorAlianza(Alianza alianza, Jugador miembro, bool activo)
 {
     this.alianza = alianza;
     this.miembro = miembro;
     this.activo = activo;
 }