Renamed other Torso like classes. Should reanme Torso pair (how? Idk. Still not working)

This commit is contained in:
Absolutely disgusting
2025-10-25 12:00:24 +04:00
parent ed321a375f
commit 2cb7d3d0da
21 changed files with 128 additions and 137 deletions

View File

@@ -269,17 +269,17 @@ namespace SlaveMatrix.GameClasses
};
}
public static D Set胴(this WaistD )
public static TorsoD Set胴(this WaistD )
{
D D2 = Uni.();
TorsoD D2 = Uni.();
.(D2);
return D2;
}
public static D Set胸R(this D )
public static D Set胸R(this TorsoD )
{
D D2 = Get胸R();
.(D2);
.Torso接(D2);
return D2;
}