Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/背中_羽D.cs
2025-05-07 10:45:18 -07:00

26 lines
476 B
C#

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