Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/LowerArm_蹄D.cs

33 lines
700 B
C#

using System;
using _2DGAMELIB;
namespace SlaveMatrix
{
[Serializable]
public class LowerArm_蹄D : LowerArmD
{
public bool LowerArm_表示 = true;
public bool _筋肉下_表示;
public bool _筋肉上_表示;
public LowerArm_蹄D()
{
ThisType = GetType();
}
public override void (ElementData e)
{
_接続.Add(e);
e.Par = this;
e. = ConnectionInfo.LowerArm_蹄_手_接続;
}
public override Element GetEle(double DisUnit, ModeEventDispatcher Med, BodyColorSet )
{
return new LowerArm_蹄(DisUnit, , , Med, this);
}
}
}