Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/Leg_鳥D.cs

47 lines
910 B
C#

using System;
using _2DGAMELIB;
namespace SlaveMatrix
{
[Serializable]
public class Leg_鳥D : D
{
public bool Leg_表示 = true;
public bool _表示;
public bool _革_表示;
public bool _金具1_表示;
public bool _金具2_表示;
public bool _金具3_表示;
public bool _金具左_表示;
public bool _金具右_表示;
public bool ;
public bool ;
public Leg_鳥D()
{
ThisType = GetType();
}
public override void (EleD e)
{
_接続.Add(e);
e.Par = this;
e. = ConnectionInfo.Leg_鳥_足_接続;
}
public override Ele GetEle(double DisUnit, ModeEventDispatcher Med, BodyColorSet )
{
return new Leg_鳥(DisUnit, , , Med, this);
}
}
}