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

@@ -4,9 +4,9 @@ namespace SlaveMatrix.GameClasses
{
public static class _Con
{
public static D GetR()
public static ChestD GetChestR()
{
D obj = Uni.();
ChestD obj = Uni.Chest();
Sta.SetValuesD(value: RNG.XS.NextDouble(), src: obj.EnumEleD(), s: "バスト");
return obj;
}
@@ -276,17 +276,17 @@ namespace SlaveMatrix.GameClasses
return D2;
}
public static D SetR(this TorsoD )
public static ChestD SetChestR(this TorsoD )
{
D D2 = GetR();
.Torso接続(D2);
return D2;
ChestD ChestD2 = GetChestR();
.Torso接続(ChestD2);
return ChestD2;
}
public static NeckD Set首(this D )
public static NeckD Set首(this ChestD Chest)
{
NeckD D2 = new NeckD();
.(D2);
Chest.(D2);
return D2;
}