示例#1
0
 public void ParseXML(XMLNode x)
 {
     MaxHealth = x.SelectInt("maxhealth");
     MaxPower  = x.SelectInt("maxpower");
     Level     = x.SelectUShort("level");
     initialize();
 }