Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/涙D.cs

30 lines
542 B
C#

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