Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/汗D.cs
2026-06-13 22:38:57 -05:00

29 lines
573 B
C#

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