public void Start()
 {
     if (switcher == null)
     {
         switcher = GetComponent <MoveenRagdollSwitch>();
     }
     if (bones == null)
     {
         bones = GetComponent <MoveenSkelWithBones>();
     }
 }