no more windows??

This commit is contained in:
lewd-alt
2025-05-07 10:45:18 -07:00
parent eecd2a0399
commit 9d89d2cb6a
933 changed files with 408908 additions and 407973 deletions

View File

@@ -2,34 +2,35 @@ using System;
using System.Collections.Generic;
using _2DGAMELIB;
namespace SlaveMatrix;
[Serializable]
public class _肢系D : D
namespace SlaveMatrix
{
public bool _表示 = true;
[Serializable]
public class _肢系D : D
{
public bool _表示 = true;
public List<EleD> _接続 = new List<EleD>();
public List<EleD> _接続 = new List<EleD>();
public _肢系D()
{
ThisType = GetType();
}
public _肢系D()
{
ThisType = GetType();
}
public void (EleD e)
{
_接続.Add(e);
e.Par = this;
e. = ConnectionInfo._肢系_肢_接続;
}
public void (EleD e)
{
_接続.Add(e);
e.Par = this;
e. = ConnectionInfo._肢系_肢_接続;
}
public EleD SetRandom()
{
return this;
}
public EleD SetRandom()
{
return this;
}
public override Ele GetEle(double DisUnit, Med Med, )
{
return new _肢系(DisUnit, , , Med, this);
}
public override Ele GetEle(double DisUnit, Med Med, )
{
return new _肢系(DisUnit, , , Med, this);
}
}
}