예제 #1
0
파일: Pets.cs 프로젝트: tsebalj1/rawr
 public float CalcStamina()
 {
     return(StatUtils.CalcStamina(Stats));
 }