Advertisement
vamc

Untitled

Jun 7th, 2021
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. string[] ControlName = {
  2. "headControl","neckControl","chestControl","abdomen2Control",
  3. "abdomenControl","pelvisControl","hipControl",
  4. "lShoulderControl","lArmControl","lElbowControl","lHandControl",
  5. "lThighControl","lKneeControl","lFootControl","lToeControl","lNippleControl",
  6. "rShoulderControl","rArmControl","rElbowControl","rHandControl",
  7. "rThighControl","rKneeControl","rFootControl","rToeControl","rNippleControl"
  8. };
  9.  
  10. string[] ControlLRName = {
  11. "NippleControl","ShoulderControl","ArmControl","ElbowControl","HandControl",
  12. "ThighControl","KneeControl","FootControl","ToeControl"
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement