Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/肛門精液_獣D.cs
2025-05-07 10:45:18 -07:00

22 lines
421 B
C#

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