class AimCameraOpFixedSettings_ t
{
public:
int32 m_ nChainIndex;
int32 m_ nCameraJointIndex;
int32 m_ nPelvisJointIndex;
int32 m_ nClavicleLeftJointIndex;
int32 m_ nClavicleRightJointIndex;
int32 m_ nDepenetrationJointIndex;
CUtlVector<int32> m_ propJoints;
};KV3 Class Defaults
{
m_ nChainIndex = -1
m_ nCameraJointIndex = -1
m_ nPelvisJointIndex = -1
m_ nClavicleLeftJointIndex = -1
m_ nClavicleRightJointIndex = -1
m_ nDepenetrationJointIndex = -1
m_ propJoints = [ ]
}