changhong_newclient/xcode/Libraries/Il2CppOptions.cpp

3 lines
111 B
C++
Raw Normal View History

2025-06-20 11:52:54 +08:00
bool il2cpp_no_exceptions = false;
extern "C" bool Unity_il2cppNoExceptions() { return il2cpp_no_exceptions; }