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

32 lines
565 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);
}
}
}