Translated Head, Neck, BackHair1 and BackHair0

This commit is contained in:
Absolutely disgusting
2025-10-25 16:27:11 +04:00
parent eb1875ccf4
commit 96a4535aa1
91 changed files with 604 additions and 603 deletions

View File

@@ -0,0 +1,50 @@
using System;
using _2DGAMELIB;
namespace SlaveMatrix
{
[Serializable]
public class BackHair1_結2パツD : D
{
public bool _表示 = true;
public bool _髪左根_表示 = true;
public bool _髪左1_表示 = true;
public bool _髪左2_表示 = true;
public bool _髪右根_表示 = true;
public bool _髪右1_表示 = true;
public bool _髪右2_表示 = true;
public double ;
public double ;
public double ;
public double ;
public BackHair1_結2パツD()
{
ThisType = GetType();
}
public BackHair1_結2パツD SetRandom()
{
= RNG.XS.NextDouble();
= RNG.XS.NextDouble();
= RNG.XS.NextDouble();
= RNG.XS.NextDouble();
return this;
}
public override Ele GetEle(double DisUnit, Med Med, )
{
return new BackHair1_結2パツ(DisUnit, , , Med, this);
}
}
}