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