Skip to content

Instantly share code, notes, and snippets.

View Tefferson's full-sized avatar
💭
busy

Tefferson Tefferson

💭
busy
View GitHub Profile
public class Elfo {
private String nome;
private int flechas;
private int experiencia;
public Elfo(String n, int flech) {
nome = n;
flechas = flech;
experiencia = 0;