Exemple #1
0
 private static void MapValue(Stat stat)
 {
     stat.StatValue = MapValue(stat.StatCode, stat.StatValue);
     return;
 }
Exemple #2
0
 private static bool NeedValueMapping(Stat stat)
 {
     return ((stat.Product == "est" || stat.Product == "ewm") && NeedValueMapping(stat.StatValue));
 }