Added rename Chest

This commit is contained in:
Absolutely disgusting
2025-11-04 09:39:25 +04:00
parent b7cd096825
commit b8fb901c18
23 changed files with 481 additions and 481 deletions

View File

@@ -2129,7 +2129,7 @@ namespace SlaveMatrix
}
}
public JointS _接続点 => new JointS(, X0Y0_腰, 0);
public JointS Torso_接続点 => new JointS(, X0Y0_腰, 0);
public JointS _接続点 => new JointS(, X0Y0_腰, 1);
@@ -2523,7 +2523,7 @@ namespace SlaveMatrix
f = g.GetEle(DisUnit, Med, );
f.Par = 2;
f.ConnectionType = ConnectionInfo.Waist_Torso_接続;
f.(2._接続点);
f.(2.Torso_接続点);
return f;
}).ToArray();
}