Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/ハンドD.cs
Absolutely disgusting 8e015aa5c9 Added mouse hide
2025-11-04 12:19:57 +04:00

50 lines
1.0 KiB
C#

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, ModeEventDispatcher Med, )
{
return new (DisUnit, , , Med, this);
}
}
}