I tell you, I have this class on one side
static class Item implements Serializable {
int Id;
String nombre, descripcion;
int tipo; //{1-armas, 2-armadura, 3-miscelánea}
int experiencia;
} //fin clase Item
I also have a meth...
asked by
15.12.2018 / 10:32