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