Beispiel #1
0
        public bool makeJoints(GeListNode node, DescriptionCommand desc)
        {
            CharakterHuman Main = new CharakterHuman(node, desc);

            this.wtagGlob = Main.getwtagJoint();
            return(true);
        }
Beispiel #2
0
 public bool makeJoints(GeListNode node, DescriptionCommand desc)
 {
     CharakterHuman Main = new CharakterHuman(node, desc);
     this.wtagGlob = Main.getwtagJoint();
     return true;
 }