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