MCPcopy Create free account
hub / github.com/JerePrograma/FullStackEgg / Juego

Method Juego

Etapa2POO/Ejercicio3Extra/src/entidad/Juego.java:16–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 private int numeroIngresado;
15
16 public Juego() {
17 }
18
19 public Juego(int cantidadIntentos, int numeroAdivinar, int numeroIngresado) {
20 this.cantidadIntentos = cantidadIntentos;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected