Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/ぶっかけ_大D.cs
2025-05-07 10:45:18 -07:00

22 lines
425 B
C#

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