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

33 lines
701 B
C#

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