Renamed Par -> ShapePart

Renamed ParT -> ShapePartT
This commit is contained in:
2026-06-13 20:45:58 +02:00
parent e424ebc7e9
commit a588c1273b
366 changed files with 14546 additions and 14537 deletions

View File

@@ -14,7 +14,7 @@ namespace _2DGAMELIB
public Difs Difs1;
public JointD(Difs Difs0, Par Par0, int Index, Difs Difs1)
public JointD(Difs Difs0, ShapePart Par0, int Index, Difs Difs1)
{
this.Difs0 = Difs0;
Path0 = Par0.GetPath();