Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/後髪1_結1カルD.cs
2025-05-05 19:40:03 -07:00

52 lines
997 B
C#

using System;
using _2DGAMELIB;
namespace SlaveMatrix;
[Serializable]
public class 1_1D : D
{
public bool _表示 = true;
public bool _髪根_表示 = true;
public bool _髪左1_表示 = true;
public bool _髪左2_表示 = true;
public bool _髪左3_表示 = true;
public bool _髪右1_表示 = true;
public bool _髪右2_表示 = true;
public bool _髪右3_表示 = true;
public double ;
public double ;
public double ;
public double ;
public 1_1D()
{
ThisType = GetType();
}
public 1_1D 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 1_1(DisUnit, , , Med, this);
}
}