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

50 lines
973 B
C#

using System;
using _2DGAMELIB;
namespace SlaveMatrix;
[Serializable]
public class 1_2D : 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 1_2D()
{
ThisType = GetType();
}
public 1_2D 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_2(DisUnit, , , Med, this);
}
}