Ejemplo n.º 1
0
 public List <float> GetSellValue()
 {
     return(RscManager.ApplyMultiplier(new List <float>(statsList[level].sellValue), RscManager.GetSellMultiplier()));
 }