Skip to content

Commit

Permalink
removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tfloxolodeiro committed Jun 5, 2023
1 parent 638709d commit 1a7c71a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/escenas/libroPrimaria/EscenaDesdeMapa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ class GeneradorDeCasillaMaybe implements GeneradorDeCasilla {
return 0 < proba && proba < 1;
}
}
//TODO: se asume que siempre es un simple
class GeneradorDeCasillaAnd implements GeneradorDeCasilla {
constructor(private generador1 : GeneradorDeCasilla, private generador2: GeneradorDeCasilla) {}

Expand Down

0 comments on commit 1a7c71a

Please sign in to comment.