Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/飛沫_獣D.cs
2025-05-07 10:45:18 -07:00

42 lines
711 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);
}
}
}