Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/飛沫_人D.cs
2025-05-05 19:40:03 -07:00

41 lines
617 B
C#

using System;
using _2DGAMELIB;
namespace SlaveMatrix;
[Serializable]
public class _人D : D
{
public bool _表示;
public bool 1_;
public bool 2_;
public bool 3_;
public bool 4_;
public bool 5_;
public bool 6_;
public bool 7_;
public bool 8_;
public bool 9_;
public bool 10_;
public _人D()
{
ThisType = GetType();
}
public override Ele GetEle(double DisUnit, Med Med, )
{
return new _人(DisUnit, , , Med, this);
}
}