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,63 @@
using System;
using _2DGAMELIB;
namespace SlaveMatrix
{
[Serializable]
public class BackHair0_ジグD : D
{
public bool _表示 = true;
public bool _表示 = true;
public bool 1_ = true;
public bool 2_ = true;
public bool 3_ = true;
public bool 4_ = true;
public bool 5_ = true;
public bool 1_ = true;
public bool 2_ = true;
public bool 3_ = true;
public bool 4_ = true;
public bool 5_ = true;
public double 0;
public double 1;
public double ;
public double ;
public bool ;
public BackHair0_ジグD()
{
ThisType = GetType();
}
public BackHair0_ジグD SetRandom()
{
0 = RNG.XS.NextDouble();
1 = RNG.XS.NextDouble();
= RNG.XS.NextDouble();
= RNG.XS.NextDouble();
= RNG.XS.NextBool();
return this;
}
public override Ele GetEle(double DisUnit, Med Med, )
{
return new BackHair0_ジグ(DisUnit, , , Med, this);
}
}
}