Initial Commit

This commit is contained in:
lewd-alt
2025-05-05 19:40:03 -07:00
parent b8812f4d8d
commit 2e6d5ccc6d
1025 changed files with 540249 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
using System;
using _2DGAMELIB;
namespace SlaveMatrix;
[Serializable]
public class D : EleD
{
public bool _表示 = true;
public bool _表示 = true;
public bool _表示 = true;
public bool _表示 = true;
public bool _表示 = true;
public bool _表示 = true;
public bool _輪1_輪外_表示 = true;
public bool _輪1_輪内_表示 = true;
public bool _輪2_輪外_表示 = true;
public bool _輪2_輪内_表示 = true;
public bool _輪3_輪外_表示 = true;
public bool _輪3_輪内_表示 = true;
public bool _鎖1_表示 = true;
public bool _鎖2_表示 = true;
public bool _鎖3_表示 = true;
public D()
{
ThisType = GetType();
}
public override Ele GetEle(double DisUnit, Med Med, )
{
return new (DisUnit, , , Med, this);
}
}