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

@@ -33,10 +33,10 @@ namespace _2DGAMELIB
public int Index;
public JointS(Difs Difs, Par Par, int Index)
public JointS(Difs Difs, ShapePart ShapePart, int Index)
{
this.Difs = Difs;
Path = Par.GetPath();
Path = ShapePart.GetPath();
this.Index = Index;
}
}