class CPhysicsBodyGameMarkup
{
public:
// MPropertyDescription = The name for the body (bone) that we're targeting.
CUtlString m_ TargetBody;
// MPropertyDescription = An identifier for this physics body.
CGlobalSymbol m_ Tag;
};KV3 Class Defaults
{
m_ TargetBody = ""
m_ Tag = ""
}