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

31 lines
491 B
C#

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