bug修改

This commit is contained in:
2026-06-02 17:12:08 +08:00
parent 9a93ae4b19
commit 9ee7fabfc1
6 changed files with 17 additions and 11 deletions
+2 -2
View File
@@ -1659,10 +1659,10 @@ namespace BingoBrain
}
public static bool isRDExchangeMode()
{
// return false;//zhushi
return false;//zhushi
return true;//zhushi
return SaveData.GetSaveobject().ExchangeModeToggle == 1;
}
}
public static string getDesByKey(string key)
{
Debug.Log(key);