Stat
Stat is an object that represents a stat. It contains both a StatType and a numerical value corresponding to the amount of that stat.
Class attributes
Stat.StatType : StatType - StatType of this stat.
Stat.Value : int - Value of the stat.
Class functions