暂时禁用TapSDK

This commit is contained in:
2026-06-15 18:19:18 +08:00
parent 2b9f134e5f
commit d98253e7ff

View File

@@ -65,11 +65,11 @@ namespace IchniOnline.Online.Logic
preferredLanguage = TapTapLanguageType.en,
enableLog = true
};
// TapSDK 初始化
// TapSDK 初始化但是这玩意目前极易崩unity
#if false
TapTapSDK.Init(coreOptions);
_initialized = true;
#endif
}
/// <summary>