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

@@ -1,38 +1,39 @@
using System;
namespace SlaveMatrix;
[Serializable]
public struct M_ドレス情報
namespace SlaveMatrix
{
public bool ;
[Serializable]
public struct M_ドレス情報
{
public bool ;
public bool ;
public bool ;
public bool 1;
public bool 1;
public bool 2;
public bool 2;
public bool 3;
public bool 3;
public bool IsShow
{
get
{
if (! && ! && !1 && !2)
{
return 3;
}
return true;
}
}
public bool IsShow
{
get
{
if (! && ! && !1 && !2)
{
return 3;
}
return true;
}
}
public void SetDefault()
{
= true;
= true;
1 = true;
2 = true;
3 = true;
}
public void SetDefault()
{
= true;
= true;
1 = true;
2 = true;
3 = true;
}
}
}