Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/耳_長D.cs
2025-05-05 19:40:03 -07:00

25 lines
409 B
C#

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