Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/虫顎D.cs
2025-05-07 10:45:18 -07:00

30 lines
549 B
C#

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