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

24 lines
450 B
C#

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