Ejemplo n.º 1
0
 public int GetLevelFromExp(int exp)
 {
     return(Math.Min(ArtifactData.StaticCalcLevelFromExp(exp), this.GetLevelCap()));
 }