Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/ドレス情報.cs
2025-05-07 10:45:18 -07:00

41 lines
647 B
C#

using System;
namespace SlaveMatrix
{
[Serializable]
public struct
{
public T_ドレス情報 T;
public M_ドレス情報 M;
public ;
public bool IsShow
{
get
{
if (!T.IsShow)
{
return M.IsShow;
}
return true;
}
}
public void SetDefault()
{
T.SetDefault();
M.SetDefault();
.SetDefault();
}
public static GetDefault()
{
result = default();
result.SetDefault();
return result;
}
}
}