Update Jogador.java

This commit is contained in:
Felipe Domingos 2020-09-27 15:53:48 -03:00 committed by GitHub
parent cf5b866efa
commit 696fd6ba8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
public class Jogador {
int id;
String nome;
int id;
String nome;
int altura;
int peso;
String universidade;