Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/性器精液_人D.cs
2025-05-07 10:45:18 -07:00

26 lines
489 B
C#

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