Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/潮吹_小_獣D.cs
2025-05-07 10:45:18 -07:00

22 lines
410 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);
}
}
}