This commit is contained in:
2026-06-04 13:57:53 +08:00
parent 1e442c6bb3
commit 3fe5251b55
76 changed files with 612 additions and 824 deletions
+3 -3
View File
@@ -1659,10 +1659,10 @@ namespace BingoBrain
}
public static bool isRDExchangeMode()
{
return false;//zhushi
return true;//zhushi
// return false;//zhushi
//return true;//zhushi
return SaveData.GetSaveobject().ExchangeModeToggle == 1;
}
}
public static string getDesByKey(string key)
{
Debug.Log(key);