Ejemplo n.º 1
0
 static UInt16ReflectedStat GetReflectedStat(StatsRecord stats, StatsBoostTypeEnum type)
 {
     var fieldInfo = StatsRecord.GetFieldInfo("Base"+type.ToString());
     return new UInt16ReflectedStat(fieldInfo, stats);
 }
        static UInt16ReflectedStat GetReflectedStat(StatsRecord stats, StatsBoostTypeEnum type)
        {
            var fieldInfo = StatsRecord.GetFieldInfo("Base" + type.ToString());

            return(new UInt16ReflectedStat(fieldInfo, stats));
        }