10 lines
162 B
C#
10 lines
162 B
C#
namespace SlaveMatrix
|
|
{
|
|
public class LowerArm : Element
|
|
{
|
|
public Element[] 手_接続;
|
|
|
|
public virtual bool 肘部_外線 { get; set; }
|
|
}
|
|
}
|