示例#1
0
文件: Pets.cs 项目: tsebalj1/rawr
 public float CalcAttackPower()
 {
     return(StatUtils.CalcAttackPower(Stats, 1f, 0f));
 }