예제 #1
0
 public void agregarAlHistorial(string mensaje)
 {
     historial.agregarAlHistorial(mensaje, _nombreJugador.text);
 }