Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/腿_竜D.cs
Absolutely disgusting 011dc69d0f Added rename Leg
2025-11-04 08:51:30 +04:00

51 lines
1.0 KiB
C#

using System;
using _2DGAMELIB;
namespace SlaveMatrix
{
[Serializable]
public class _竜D : D
{
public bool _表示 = true;
public bool _鱗下_鱗1_表示;
public bool _鱗下_鱗2_表示;
public bool _鱗下_鱗3_表示;
public bool _鱗下_鱗4_表示;
public bool _鱗下_鱗5_表示;
public bool _鱗下_鱗6_表示;
public bool _鱗上_鱗1_表示;
public bool _鱗上_鱗2_表示;
public bool _鱗上_鱗3_表示;
public bool _鱗上_鱗4_表示;
public bool _表示;
public _竜D()
{
ThisType = GetType();
}
public override void Leg接続(EleD e)
{
Leg_接続.Add(e);
e.Par = this;
e. = ConnectionInfo._竜_Leg_接続;
}
public override Ele GetEle(double DisUnit, Med Med, )
{
return new _竜(DisUnit, , , Med, this);
}
}
}