PlayerStats Structure

The players current and modded stats structure information; part of the PlayerInfo structure.

struct PlayerStats
{
    short Strength;
    short Dexterity;
    short Vitality;
    short Agility;
    short Intelligence;
    short Mind;
    short Charisma;
};