Exemplo n.º 1
0
 public BaseChar(String n) {
   name = n;
   boostAttributes();
 }
Exemplo n.º 2
0
 public BaseChar() {
   name = "DEFAULT";
   boostAttributes();
 }