11-10-2013, 09:44 PM
Hmm, I see. I feel that you should call this Stat, and rename your enums to something else. Personally I tend to do something like "StatEnum" or "StatType", since that essentially is what the enum is; an identifier for the type of stat, not the stat itself.
In the case that this isn't an option, maybe something like "StatHolder" or "StatVal" would work.
In the case that this isn't an option, maybe something like "StatHolder" or "StatVal" would work.