Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/性器精液_人D.cs
2026-06-13 22:38:57 -05:00

27 lines
543 B
C#

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