Added new var to SendProp

This commit is contained in:
Matt Woodrow 2009-08-14 15:16:11 +12:00
parent 168e6792f9
commit 9bec59d99d

View File

@ -261,6 +261,7 @@ public:
const char *m_pParentArrayPropName; const char *m_pParentArrayPropName;
}; };
void *m_pUnknown;
const char *m_pVarName; const char *m_pVarName;
float m_fHighLowMul; float m_fHighLowMul;