Beispiel #1
0
 public BaseChar(String n) {
   name = n;
   boostAttributes();
 }
Beispiel #2
0
 public BaseChar() {
   name = "DEFAULT";
   boostAttributes();
 }