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