Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/鼻肌D.cs
2025-05-07 10:45:18 -07:00

44 lines
871 B
C#

using System;
using _2DGAMELIB;
namespace SlaveMatrix
{
[Serializable]
public class D : EleD
{
public bool _紋左_紋1_表示;
public bool _紋左_紋2_表示;
public bool _紋左_紋3_表示;
public bool _紋左_紋4_表示;
public bool _紋左_紋5_表示;
public bool _紋右_紋1_表示;
public bool _紋右_紋2_表示;
public bool _紋右_紋3_表示;
public bool _紋右_紋4_表示;
public bool _紋右_紋5_表示;
public bool I_表示;
public double I右濃度 = 1.0;
public D()
{
ThisType = GetType();
}
public override Ele GetEle(double DisUnit, Med Med, )
{
return new (DisUnit, , , Med, this);
}
}
}