// MNetworkVarNames = int m_iCurrentShotCount
class CCitadel_Ability_Fencer_PrimaryWeapon : public CCitadel_Ability_PrimaryWeapon
{
public:
    // MNetworkEnable
    int32 m_iCurrentShotCount;
};