Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/BackHair1_結2パツD.cs
Absolutely disgusting 8e015aa5c9 Added mouse hide
2025-11-04 12:19:57 +04:00

51 lines
1.1 KiB
C#

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, ModeEventDispatcher Med, )
{
return new BackHair1_結2パツ(DisUnit, , , Med, this);
}
}
}