enum class WeaponAttackType_t : int32
{
    eInvalid = -1,
    ePrimary = 0,
    eSecondary = 1,
    eCount = 2,
};