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