public MeleeJointPath(DatPath jobj, string ParentBone)
 {
     ImageKey         = "anim";
     SelectedImageKey = "anim";
     Path             = jobj;
     this.ParentBone  = ParentBone;
 }
 public MeleeJointPath(DatPath jobj)
 {
     ImageKey         = "anim";
     SelectedImageKey = "anim";
     Path             = jobj;
 }