Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/汗D.cs
2025-05-05 19:40:03 -07:00

27 lines
446 B
C#

using System;
using _2DGAMELIB;
namespace SlaveMatrix;
[Serializable]
public class D : EleD
{
public bool 0_ = true;
public bool 1_ = true;
public bool _表示 = true;
public bool 0_表示 = true;
public D()
{
ThisType = GetType();
}
public override Ele GetEle(double DisUnit, Med Med, )
{
return new (DisUnit, , , Med, this);
}
}