12 lines
160 B
C#
12 lines
160 B
C#
namespace SlaveMatrix
|
|
{
|
|
public struct 翼鳥
|
|
{
|
|
public UpperArm_鳥 UpperArm;
|
|
|
|
public LowerArm_鳥 LowerArm;
|
|
|
|
public 手_鳥 手;
|
|
}
|
|
}
|