Beispiel #1
0
 public ulong GetBattlePower()
 {
     return(DBBattlePower.CalBattlePowerByAttrs(this));
 }
Beispiel #2
0
 public DBBattlePower(string strName, string strPath) :
     base(strName, strPath)
 {
     mInstance = this;
 }