Can we get another void champ?
Been while since we got one
Maybe another female void champion ( So far only rek'sai )
Been while since we got one
Maybe another female void champion ( So far only rek'sai )
public class Champion { private String name;
public Champion(String n) { name=n; }
}
public static void main(String [ ] args) { Champion c = new Champion("void"); }
Done m8.