Added some translation to Arm

This commit is contained in:
Adel
2026-01-09 12:09:46 +05:00
parent 1adfa3bc7e
commit 55c6ca48e7
66 changed files with 2919 additions and 2921 deletions

View File

@@ -0,0 +1,9 @@
namespace SlaveMatrix
{
public class LowerArm : Ele
{
public Ele[] _接続;
public virtual bool _外線 { get; set; }
}
}