예제 #1
0
 public float TotalAttack()
 {
     return((Pokemon_BaseStats.Attack((Pokemon_Names)number)) * level / 50 + 5);
 }