From c28ea8ea4a43ae93cd96d9319bd9f0e660a7a851 Mon Sep 17 00:00:00 2001 From: changyunjia <> Date: Mon, 29 Jun 2026 16:21:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 14340 -> 14340 bytes Assets/AppsFlyer/Plugins/.DS_Store | Bin 0 -> 8196 bytes Assets/AppsFlyer/Plugins/iOS.meta | 8 + .../Editor/Google.VersionHandler.dll | Bin 14848 -> 15360 bytes .../Editor/Google.VersionHandler.dll.meta | 4 +- .../MYp0ZVTT2QSDK/Demo/MYp0ZVTT2QSDKDemo.cs | 35 +- .../Editor/MYp0ZVTT2QSDKConfigEditor.cs.meta | 2 +- .../MYp0ZVTT2QSDK/Plugins/MYp0ZVTT2QSDK.dll | Bin 2165760 -> 2161152 bytes .../Plugins/MYp0ZVTT2QSDK.dll.meta | 2 +- .../com.unity.mobile.notifications@2.3.2.meta | 8 + .../CHANGELOG.md | 374 + .../CHANGELOG.md.meta | 7 + .../Editor.meta | 8 + .../Editor/AndroidExactSchedulingOption.cs | 35 + .../AndroidExactSchedulingOption.cs.meta | 11 + .../AndroidNotificationPostProcessor.cs | 184 + .../AndroidNotificationPostProcessor.cs.meta | 11 + .../Editor/AssembyInfo.cs | 3 + .../Editor/AssembyInfo.cs.meta | 11 + .../Editor/DrawableResourceData.cs | 81 + .../Editor/DrawableResourceData.cs.meta | 11 + .../Editor/NotificationIconType.cs | 18 + .../Editor/NotificationIconType.cs.meta | 11 + .../Editor/NotificationSetting.cs | 26 + .../Editor/NotificationSetting.cs.meta | 11 + .../Editor/NotificationSettings.cs | 300 + .../Editor/NotificationSettings.cs.meta | 11 + .../Editor/NotificationSettingsCollection.cs | 78 + .../NotificationSettingsCollection.cs.meta | 11 + .../Editor/NotificationSettingsManager.cs | 358 + .../NotificationSettingsManager.cs.meta | 11 + .../Editor/NotificationSettingsProvider.cs | 376 + .../NotificationSettingsProvider.cs.meta | 11 + .../Editor/NotificationStyles.cs | 16 + .../Editor/NotificationStyles.cs.meta | 11 + .../Editor/TextureAssetUtils.cs | 118 + .../Editor/TextureAssetUtils.cs.meta | 11 + .../Unity.Mobile.Notifications.Editor.asmdef | 18 + ...ty.Mobile.Notifications.Editor.asmdef.meta | 7 + .../Editor/iOSAuthorizationOption.cs | 18 + .../Editor/iOSAuthorizationOption.cs.meta | 11 + .../Editor/iOSNotificationPostProcessor.cs | 214 + .../iOSNotificationPostProcessor.cs.meta | 11 + .../Editor/iOSPresentationOption.cs | 15 + .../Editor/iOSPresentationOption.cs.meta | 11 + .../LICENSE.md | 5 + .../LICENSE.md.meta | 7 + .../Runtime.meta | 8 + .../Runtime/Android.meta | 8 + .../Runtime/Android/AndroidNotification.cs | 320 + .../Android/AndroidNotification.cs.meta | 11 + .../Android/AndroidNotificationCallback.cs | 28 + .../AndroidNotificationCallback.cs.meta | 11 + .../Android/AndroidNotificationCenter.cs | 1300 + .../Android/AndroidNotificationCenter.cs.meta | 11 + .../Android/AndroidNotificationChannel.cs | 183 + .../AndroidNotificationChannel.cs.meta | 11 + .../Android/AndroidNotificationExtensions.cs | 83 + .../AndroidNotificationExtensions.cs.meta | 11 + .../Android/AndroidNotificationIntentData.cs | 43 + .../AndroidNotificationIntentData.cs.meta | 11 + ...eceivedNotificationMainThreadDispatcher.cs | 76 + ...edNotificationMainThreadDispatcher.cs.meta | 11 + .../Runtime/Android/AssemblyInfo.cs | 3 + .../Runtime/Android/AssemblyInfo.cs.meta | 11 + .../Runtime/Android/NotificationPermission.cs | 92 + .../Android/NotificationPermission.cs.meta | 11 + .../Runtime/Android/Plugins.meta | 8 + .../mobilenotifications.androidlib.meta | 80 + .../build.gradle | 44 + .../proguard-rules.pro | 3 + .../src/main/AndroidManifest.xml | 12 + .../UnityNotificationBackgroundThread.java | 203 + .../UnityNotificationManager.java | 1117 + .../UnityNotificationRestartReceiver.java | 67 + .../UnityNotificationUtilities.java | 652 + .../Unity.Notifications.Android.asmdef | 16 + .../Unity.Notifications.Android.asmdef.meta | 7 + .../Runtime/Unified.meta | 8 + .../Runtime/Unified/Notification.cs | 222 + .../Runtime/Unified/Notification.cs.meta | 11 + .../Runtime/Unified/NotificationCenter.cs | 423 + .../Unified/NotificationCenter.cs.meta | 11 + .../Runtime/Unified/NotificationScheduling.cs | 158 + .../Unified/NotificationScheduling.cs.meta | 11 + .../Unified/NotificationsPermissionRequest.cs | 94 + .../NotificationsPermissionRequest.cs.meta | 11 + .../Unity.Notifications.Unified.asmdef | 21 + .../Unity.Notifications.Unified.asmdef.meta | 7 + .../Runtime/iOS.meta | 8 + .../Runtime/iOS/AssemblyInfo.cs | 4 + .../Runtime/iOS/AssemblyInfo.cs.meta | 11 + .../Runtime/iOS/AuthorizationRequest.cs | 198 + .../Runtime/iOS/AuthorizationRequest.cs.meta | 11 + .../Runtime/iOS/Plugins.meta | 8 + .../UnityAppController+Notifications.h | 22 + .../UnityAppController+Notifications.h.meta | 44 + .../UnityAppController+Notifications.mm | 93 + .../UnityAppController+Notifications.mm.meta | 34 + .../iOS/Plugins/UnityNotificationData.h | 116 + .../iOS/Plugins/UnityNotificationData.h.meta | 44 + .../iOS/Plugins/UnityNotificationData.m | 315 + .../iOS/Plugins/UnityNotificationData.m.meta | 37 + .../iOS/Plugins/UnityNotificationManager.h | 42 + .../Plugins/UnityNotificationManager.h.meta | 44 + .../iOS/Plugins/UnityNotificationManager.m | 420 + .../Plugins/UnityNotificationManager.m.meta | 34 + .../iOS/Plugins/UnityNotificationWrapper.m | 362 + .../Plugins/UnityNotificationWrapper.m.meta | 34 + .../iOS/Unity.Notifications.iOS.asmdef | 16 + .../iOS/Unity.Notifications.iOS.asmdef.meta | 7 + .../Runtime/iOS/iOSNotification.cs | 547 + .../Runtime/iOS/iOSNotification.cs.meta | 11 + .../Runtime/iOS/iOSNotificationAction.cs | 185 + .../Runtime/iOS/iOSNotificationAction.cs.meta | 11 + .../Runtime/iOS/iOSNotificationAttachment.cs | 25 + .../iOS/iOSNotificationAttachment.cs.meta | 11 + .../Runtime/iOS/iOSNotificationCategory.cs | 152 + .../iOS/iOSNotificationCategory.cs.meta | 11 + .../Runtime/iOS/iOSNotificationCenter.cs | 255 + .../Runtime/iOS/iOSNotificationCenter.cs.meta | 11 + .../Runtime/iOS/iOSNotificationSettings.cs | 194 + .../iOS/iOSNotificationSettings.cs.meta | 11 + .../Runtime/iOS/iOSNotificationTriggers.cs | 277 + .../iOS/iOSNotificationTriggers.cs.meta | 11 + .../Runtime/iOS/iOSNotificationsWrapper.cs | 497 + .../iOS/iOSNotificationsWrapper.cs.meta | 11 + .../Tests.meta | 8 + .../Tests/Editor.meta | 8 + .../Tests/Editor/ApiTestsiOS.cs | 45 + .../Tests/Editor/ApiTestsiOS.cs.meta | 11 + .../Tests/Editor/NotificationSettingsTests.cs | 51 + .../Editor/NotificationSettingsTests.cs.meta | 11 + .../Tests/Editor/PostprocessorTests.cs | 209 + .../Tests/Editor/PostprocessorTests.cs.meta | 11 + .../Editor/Unity.Notifications.Tests.asmdef | 21 + .../Unity.Notifications.Tests.asmdef.meta | 7 + .../Tests/Runtime.meta | 8 + .../Tests/Runtime/Android.meta | 8 + .../AndroidNotificationSendingTests.cs | 512 + .../AndroidNotificationSendingTests.cs.meta | 11 + .../Android/AndroidNotificationSimpleTests.cs | 779 + .../AndroidNotificationSimpleTests.cs.meta | 11 + .../Unity.Android.Notifications.Tests.asmdef | 25 + ...ty.Android.Notifications.Tests.asmdef.meta | 7 + .../Android/UnityNotificationTestUtils.java | 200 + .../UnityNotificationTestUtils.java.meta | 71 + .../Tests/Runtime/iOS.meta | 8 + .../iOS/Unity.iOS.Notifications.Tests.asmdef | 26 + .../Unity.iOS.Notifications.Tests.asmdef.meta | 7 + .../Tests/Runtime/iOS/iOSNotificationTests.cs | 501 + .../Runtime/iOS/iOSNotificationTests.cs.meta | 11 + .../Tests/Unified.meta | 8 + .../UnifiedNotificationsSendingTests.cs | 263 + .../UnifiedNotificationsSendingTests.cs.meta | 11 + .../Unity.Notifications.Unified.Tests.asmdef | 29 + ...ty.Notifications.Unified.Tests.asmdef.meta | 7 + .../package.json | 35 + .../package.json.meta | 7 + .../MaxSdk/AppLovin/Editor/Dependencies.xml | 4 +- .../Android/applovin-max-unity-plugin.aar | Bin 42830 -> 42742 bytes .../applovin-max-unity-plugin.aar.meta | 0 .../AppLovin/Plugins/iOS/MAUnityAdManager.m | 2 + .../Plugins/iOS/MAUnityAdManager.m.meta | 0 .../AppLovin/Plugins/iOS/MAUnityPlugin.mm | 2 +- .../Plugins/iOS/MAUnityPlugin.mm.meta | 0 .../BidMachine/Editor/Dependencies.xml | 4 +- .../Mediation/BigoAds/Editor/Dependencies.xml | 4 +- .../ByteDance/Editor/Dependencies.xml | 4 +- .../ByteDance/Editor/Dependencies.xml.meta | 0 .../Chartboost/Editor/Dependencies.xml | 4 +- .../Chartboost/Editor/Dependencies.xml.meta | 0 .../Facebook/Editor/Dependencies.xml | 2 +- .../Mediation/Fyber/Editor/Dependencies.xml | 4 +- .../Mediation/Google/Editor/Dependencies.xml | 4 +- .../GoogleAdManager/Editor/Dependencies.xml | 4 +- .../Mediation/InMobi/Editor/Dependencies.xml | 4 +- .../IronSource/Editor/Dependencies.xml | 4 +- .../Mintegral/Editor/Dependencies.xml | 4 +- .../Mediation/Moloco/Editor/Dependencies.xml | 4 +- .../UnityAds/Editor/Dependencies.xml | 4 +- .../Mediation/Vungle/Editor/Dependencies.xml | 4 +- .../MaxSdk/Resources/AppLovinSettings.asset | 0 .../Editor/AppLovinInitialize.cs | 1 + .../Editor/AppLovinInitialize.cs.meta | 0 .../Editor/AppLovinIntegrationManager.cs | 2 +- .../Editor/AppLovinIntegrationManager.cs.meta | 0 .../Editor/AppLovinPostProcessAndroid.cs | 18 +- .../Editor/AppLovinPostProcessAndroid.cs.meta | 0 .../Editor/AppLovinPostProcessiOS.cs | 2 +- .../Editor/AppLovinPostProcessiOS.cs.meta | 0 .../Editor/AppLovinPreProcess.cs | 4 +- .../Editor/AppLovinPreProcess.cs.meta | 0 Assets/MaxSdk/Scripts/MaxSdk.cs | 2 +- Assets/MaxSdk/Scripts/MaxSdk.cs.meta | 0 Assets/OPS/Obfuscator/Log/iOS.txt | 66911 ++++++++-------- .../res/values/google-services.xml | 12 +- .../res/values/crashlytics_build_id.xml | 2 +- .../Android/baseProjectTemplate.gradle | 38 + .../Android/baseProjectTemplate.gradle.meta | 7 + .../Plugins/Android/gradleTemplate.properties | 3 +- .../Android/gradleTemplate.properties.meta | 0 Assets/Plugins/Android/mainTemplate.gradle | 52 +- .../Plugins/Android/mainTemplate.gradle.meta | 0 .../Plugins/Android/settingsTemplate.gradle | 2 +- .../Android/settingsTemplate.gradle.meta | 0 Assets/Resources/SDKConfig.asset | 2 +- Assets/Resources/SDKConfig.asset.meta | 0 .../google-services-desktop.json | 23 +- .../google-services-desktop.json.meta | 2 +- BingoGrassland.sln | 48 + ProjectSettings/NotificationsSettings.asset | 14 +- UserSettings/Layouts/default-2022.dwlt | 498 +- 213 files changed, 49969 insertions(+), 32706 deletions(-) create mode 100644 Assets/AppsFlyer/Plugins/.DS_Store create mode 100755 Assets/AppsFlyer/Plugins/iOS.meta mode change 100644 => 100755 Assets/ExternalDependencyManager/Editor/Google.VersionHandler.dll mode change 100644 => 100755 Assets/ExternalDependencyManager/Editor/Google.VersionHandler.dll.meta mode change 100644 => 100755 Assets/MYp0ZVTT2QSDK/Plugins/MYp0ZVTT2QSDK.dll mode change 100644 => 100755 Assets/MYp0ZVTT2QSDK/Plugins/MYp0ZVTT2QSDK.dll.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/CHANGELOG.md create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/CHANGELOG.md.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidExactSchedulingOption.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidExactSchedulingOption.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidNotificationPostProcessor.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidNotificationPostProcessor.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AssembyInfo.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AssembyInfo.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/DrawableResourceData.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/DrawableResourceData.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationIconType.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationIconType.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSetting.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSetting.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettings.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettings.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsCollection.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsCollection.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsManager.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsManager.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsProvider.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsProvider.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationStyles.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationStyles.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/TextureAssetUtils.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/TextureAssetUtils.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/Unity.Mobile.Notifications.Editor.asmdef create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/Unity.Mobile.Notifications.Editor.asmdef.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSAuthorizationOption.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSAuthorizationOption.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSNotificationPostProcessor.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSNotificationPostProcessor.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSPresentationOption.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSPresentationOption.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/LICENSE.md create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/LICENSE.md.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotification.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotification.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCallback.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCallback.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCenter.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCenter.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationChannel.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationChannel.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationExtensions.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationExtensions.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationIntentData.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationIntentData.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidReceivedNotificationMainThreadDispatcher.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidReceivedNotificationMainThreadDispatcher.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AssemblyInfo.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AssemblyInfo.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/NotificationPermission.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/NotificationPermission.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/build.gradle create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/proguard-rules.pro create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/AndroidManifest.xml create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationBackgroundThread.java create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationManager.java create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationRestartReceiver.java create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationUtilities.java create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Unity.Notifications.Android.asmdef create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Unity.Notifications.Android.asmdef.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Notification.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Notification.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationCenter.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationCenter.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationScheduling.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationScheduling.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationsPermissionRequest.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationsPermissionRequest.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Unity.Notifications.Unified.asmdef create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Unity.Notifications.Unified.asmdef.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AssemblyInfo.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AssemblyInfo.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AuthorizationRequest.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AuthorizationRequest.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.h create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.h.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.mm create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.mm.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.h create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.h.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.m create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.m.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.h create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.h.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.m create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.m.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationWrapper.m create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationWrapper.m.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Unity.Notifications.iOS.asmdef create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Unity.Notifications.iOS.asmdef.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotification.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotification.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAction.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAction.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAttachment.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAttachment.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCategory.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCategory.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCenter.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCenter.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationSettings.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationSettings.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationTriggers.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationTriggers.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationsWrapper.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationsWrapper.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/ApiTestsiOS.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/ApiTestsiOS.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/NotificationSettingsTests.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/NotificationSettingsTests.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/PostprocessorTests.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/PostprocessorTests.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/Unity.Notifications.Tests.asmdef create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/Unity.Notifications.Tests.asmdef.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSendingTests.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSendingTests.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSimpleTests.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSimpleTests.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/Unity.Android.Notifications.Tests.asmdef create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/Unity.Android.Notifications.Tests.asmdef.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/UnityNotificationTestUtils.java create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/UnityNotificationTestUtils.java.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/Unity.iOS.Notifications.Tests.asmdef create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/Unity.iOS.Notifications.Tests.asmdef.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/iOSNotificationTests.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/iOSNotificationTests.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/UnifiedNotificationsSendingTests.cs create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/UnifiedNotificationsSendingTests.cs.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/Unity.Notifications.Unified.Tests.asmdef create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/Unity.Notifications.Unified.Tests.asmdef.meta create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/package.json create mode 100755 Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/package.json.meta mode change 100644 => 100755 Assets/MaxSdk/AppLovin/Plugins/Android/applovin-max-unity-plugin.aar mode change 100644 => 100755 Assets/MaxSdk/AppLovin/Plugins/Android/applovin-max-unity-plugin.aar.meta mode change 100644 => 100755 Assets/MaxSdk/AppLovin/Plugins/iOS/MAUnityAdManager.m mode change 100644 => 100755 Assets/MaxSdk/AppLovin/Plugins/iOS/MAUnityAdManager.m.meta mode change 100644 => 100755 Assets/MaxSdk/AppLovin/Plugins/iOS/MAUnityPlugin.mm mode change 100644 => 100755 Assets/MaxSdk/AppLovin/Plugins/iOS/MAUnityPlugin.mm.meta mode change 100644 => 100755 Assets/MaxSdk/Mediation/ByteDance/Editor/Dependencies.xml mode change 100644 => 100755 Assets/MaxSdk/Mediation/ByteDance/Editor/Dependencies.xml.meta mode change 100644 => 100755 Assets/MaxSdk/Mediation/Chartboost/Editor/Dependencies.xml mode change 100644 => 100755 Assets/MaxSdk/Mediation/Chartboost/Editor/Dependencies.xml.meta mode change 100755 => 100644 Assets/MaxSdk/Resources/AppLovinSettings.asset mode change 100644 => 100755 Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinInitialize.cs mode change 100644 => 100755 Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinInitialize.cs.meta mode change 100644 => 100755 Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinIntegrationManager.cs mode change 100644 => 100755 Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinIntegrationManager.cs.meta mode change 100644 => 100755 Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessAndroid.cs mode change 100644 => 100755 Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessAndroid.cs.meta mode change 100644 => 100755 Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessiOS.cs mode change 100644 => 100755 Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessiOS.cs.meta mode change 100644 => 100755 Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPreProcess.cs mode change 100644 => 100755 Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPreProcess.cs.meta mode change 100644 => 100755 Assets/MaxSdk/Scripts/MaxSdk.cs mode change 100644 => 100755 Assets/MaxSdk/Scripts/MaxSdk.cs.meta create mode 100755 Assets/Plugins/Android/baseProjectTemplate.gradle create mode 100755 Assets/Plugins/Android/baseProjectTemplate.gradle.meta mode change 100644 => 100755 Assets/Plugins/Android/gradleTemplate.properties mode change 100644 => 100755 Assets/Plugins/Android/gradleTemplate.properties.meta mode change 100644 => 100755 Assets/Plugins/Android/mainTemplate.gradle mode change 100644 => 100755 Assets/Plugins/Android/mainTemplate.gradle.meta mode change 100644 => 100755 Assets/Plugins/Android/settingsTemplate.gradle mode change 100644 => 100755 Assets/Plugins/Android/settingsTemplate.gradle.meta mode change 100644 => 100755 Assets/Resources/SDKConfig.asset.meta diff --git a/.DS_Store b/.DS_Store index cb639bdd642fbf906ac7129620db7a53b134b111..1bef59204aff0ca9658163d5d07428b30a584c3e 100644 GIT binary patch delta 14 VcmZoEXerp>DZDZFPWS_>3pvRju|aIr0vx8SlZFKI2ZE!~!4-Q5}5k?Bm`nceb8 z%@X6=MB^**7xDSCQKJ!KQ1q9HuV@+)NhC&1#6SMx4l( z17QZj41^g7GZ1FrX2<~T*5=U;%5F9=b+!?_M1^(U1f7D;j zkl+~hVFtnsT%Q52d@7j1I#?<@a_#xuG#t0F@hpUj${90fiL=Bi@nCAu9!a?wx8Ni* z`2(KRY1?MDJkDhI8~RAUQrlu%ZpN_myl-G=IxXqzHZ08^N!kTVb9~zrpAaQc>R0NH zA8*>QHXdEGZvALHdVJ&R#(1=O&AQQ1Nt_pJ*u1a*usLMe&+q^cyad?nDFHouH5$_? zw(zeJ6{+knkLFxC8tJwwdA8b}?&+2L(nij1mFgO~R-WHo zG#n#q>Rls-<_`8`oSbfHhBeSjd9_^QkfGI~z*VHXsbjM;DH*ZTp#*Uk z4RVvDI8x_fdidP5Szae9n$%@xvbxDt8|BTSvPbGJ^2oWeR=!u1(m8u*h=OsrE~&PP z%9rAU-i_Nbj@vP;TjigWRCkGDuQQm*>m4IRy|P7{DEbeU^q$Ff&2a6!pN;$LRkg=+ zwN2A>je=fOx3ES{sa>M-1KB8sRWyj~^ei~%#aNkbvBXL~jGfU+{>aa`#B6qgJ;zS657=q;Df@<`!)y{lzY`E2w~s8Z5>VtU?1C(S%Ld zj4jxTJ?KOi_9KhKFk!)li%~p^5>DU=JdYRfB3{C4cmr?ZZM=gqe1uc@7+>Hke2s7M z9nRx-T)-c=h|9QwzlCaHk+4KqDl8KkghpYtutwM+>=gD2JwjF(5C(Y+Lb=cmPQ>I7 zgrfw(Yl8|c`0OW)-MG*qJ9q8APj0*E3+=}_UTNK4J8%Ai=+c!9%^S9Cn;;I->BC=9J6)5?(YvUv$5H@a-Wu=m8kaNo0YLY#}#ZWr_bb$G>Oi*w5?& zyT~qKCaRzyf)%(M&BW;)*hRc0@{o@8NxXg46g6XYjet_;LJ%U-0V`4!2L{FfLx@a50s)OxqeD zO_}kN7vGXn1&^xEJO6K={`>ze8G9I1n1L_@JOij~O|>RzJl(s`J8MVjdWbHsdFx6X yeG}^Z<2a#z94DOkharulwA8an1X$uo8fyRfhk)t-&<^+iaR2wY?Gy7B@BRTqf@P)v literal 0 HcmV?d00001 diff --git a/Assets/AppsFlyer/Plugins/iOS.meta b/Assets/AppsFlyer/Plugins/iOS.meta new file mode 100755 index 0000000..286d70c --- /dev/null +++ b/Assets/AppsFlyer/Plugins/iOS.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d8325c12a80ff4323b82e2833a8fc287 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ExternalDependencyManager/Editor/Google.VersionHandler.dll b/Assets/ExternalDependencyManager/Editor/Google.VersionHandler.dll old mode 100644 new mode 100755 index 65b099b6bfd19b5de6ed4df99fc49e99287021e0..12c150e2ede05b700cccfe4d5ad38d614f78f4e9 GIT binary patch literal 15360 zcmeHueRLbwb?1FEgTY_`LL3YU>Vs5ZS+Ze)qNp#MvJ}_gha}phD3O%q4|yq&7?F@c z3^V{G(@7MnZex3E`^4+iPIT(Vb>sFVU3JsOtv^maoLx7KlQh|E(`}sCuH7`dwo@m^ z$!T-a)>41>&42_&+I3I=Y0v3MxbyDEyYJrn?z`{J035veqofj%hR=lyL{H()*R>M9 zJD3AI{=R48^hD&(E_q4}{MjX=Q-w;Z?75R(ZaOuQE0x@8YTQYAGo@6alpY@;7MNtyMf6o1*aJ@sT^*iNbRo#L(i}dl>uP-J zu4{?9>rmOeisOolZBr;jyE`x+ml6p{{nrD#Q=w*bLw}1rz_JACb(l#rL;6PWSf&kk zm}pTNGJ4Z_Ve0LA8WGcdN;E@ZUslNJ!_+|E4(Lla5Sdcdnofeyrws-vF{6DgRpRKe!8?V{?g}(1jikc=t{+20Z;0&tf4Eb6C6IIrb1Fy})7E4^ zJ4ER)h_1ynJ=1IHZi1U(vcghl+Gfy5y6K6gG`j0S)Yh^z5yw=(J%y&|;M0Uy@_cCYJ={ZxqxW!a%Dg}2 z*4F{j@8jW804)`aWX>VfS_Ly|&LJ`y8gpNo!_;Y%M&_9AdI0a+=;&@h3lqDFydTxn zNa^yokJZg0T-=s)$I z439KOJLX?0?I9|)S zAcNJYZilQ;dn1K0d>ToqQ`Z~F!lf=Ob}?-0NP<;bBWA_gBL*;36~xyvT5jaTw8Hlnwtn7lQBRQ_ z!fvn{+Sib`0fYFfljk;##br`g7p!P%Xtp&nT+|uUj(7b5aw8E>U&Yu8vR1e#gl5v+ z3FxB4n08}8TUkf5EUV={m?1VK-`DYoyNl%#RwBI{4NBT}>NR*^H?`Q!WF_om(r(Fg zSV^nptc~oqY-?ru{gAYpZ@$sC>E#d-=4G;)t)`o~Lks+Bv0AJo{Q4S%HKhD1YgIb} zWZRn6i1~)W*FeG5Jr^!qczH!4em;pQTNA9aNcxx9p4Has_Lb!2mWe}VTZ=!1-uIdN zGoBA5Ix3ZFud&v&M=6pbx41p5 zU|tb)ur4fFf>Fp(&VOj(qS&rA#WJR@xV`8S%aE}VvMM3A&>+W+)(fjK=x=Iru|=DY z!>~1e7g;Y53xY7)THi;>tk9d(ds(>2-NR}T6SfD{lQ7{}Pal8}NnSGA1#q(%JQ;5S|ZDodRgAXFuAa|Ma7I^Ds`uDqW7m$1uEZxCF_w$|hCK#8mGAn5v|&2Q_vY zwMsJ*0L>&n8oPKZx!SfUPI(aMxMTEZqv9wG9f( zlgL%r4BP`Obr3-D&n%{8Vju8F274GBIlezeW}Gq@42%(098KD>OxlWCv9opqSq<(e zsH(3hZpGVm(98_>hZu@8HX zsmY8Qy1x*OYupUSHTN)d#+n+S{YJEGEoq0kuq9x4D|FU|Te^D_7+U&fX7d&s>e|J8 z-Mxh=@aO&lZ?iI2&7>Vk+GdL#g|~J?68q;5+5QGAe%9YTk8mg6GH>Mu_Q~*hjkm`3 zt0`nzXKmZE+ik1SvZc4~e}R;Lp0S&(CWN``QRvgr&wk8`Af6G*d>GosAb0vGfII=) z%~o^!IB(WWx042+3bAFj_fcE}H3w>9r8~|{-Z?jswNj3{a>=N?ORALFWUaK5mWcte zSMc!3$0(y?E01OpWW_;87FZ3K*hWmO6>X1Mk?^*#Wg7A@CU;E^W&?|dAdd94G>Cuf z{Dlh<>`!*9)ymuP!@LfHkWawAN*>^jh^o5|Tib@jXv2P~5tzhDMT+Vk1B+LMie2tH z3hC}72r=EA!cB7v5*`Ok-v-c7D=U%5Y|U_sAO%M^qsh|bFqgI9tk2%*7!FS@T)Rc!t6{ zBotD929(dfh$ZdD2L{TTz;+>aQVu(sq`?%4Lp?u($`AJ^+7)JfaF{+B`e8(;n9i^* z^k8HKg*feLOK63m(=SUnA>q#?{E~#8A$kdD!4_4}pTwW85B-lo`MT3D6Vt zATjq&N&hZJ(dkB@&i3mVZK8^}!hHzYjK;^jGFx5tBsZu1FFQSg+~y zsW5X_VHBPIyKKLxvKPmtwYO{1JJ31$zsCSGejep$D``+R_XOm7C}A3q*gITcy0DfGrVD4_@F z{pwm^O_%!Eo6@XMlS@|pxF%U zwE%k*{Te8Q(n9o*@eKMkP*Z^YPULbePF(@^Y-A6xqQo9Bey(4xt)R~a*sAazU@!TS zbho)$Yos3s*zp)+gaX9=eIPmnY`w%DqC2%innl$B8;Xu=P4w{q>xec3dn&+MB9mG( zwO-+C`3>bZU`2^NL@T4S+A4Z z9{Y;W)o%u`^HlnZ5b8HISv(>674dWB1?_4|NiBY6?OLRB7qv^?op=&^McYN&18gTS zu7QG%>kMa6xdi>CZ2R!k#MJkSqb|kJSgE!66OGPyu)O;Mcf))k3EdrG5Qs89ri75x6)|j2(72Th~7p! z#jnN6pnu9d3HU4GBxS|bu@6$eco;PyMt6kg0P|77?bt^k|3>&;)*O2fl+M^E(0)~W z1oZ!_dzNh3(YFErRPPceu&2FWoDu7y9|V{E+Ab~0iBr(L z9p3eb-O{^H(*<)x+#~J?-y|Lo8+Eqfe?*Up-x7~&lj76jlUfOq?C(zTcx*lN|8}$@ zo)%xw&xkK0GIxtFlNGPVq2i>MdbL?^j-@KFGXI-Nq;A3_TeB7~1{%S>+cZum2|6tbbJ6 zz%%mO%C})*Bl_y>1?<>FU=NAv&QaB0e5H3#cpq2k=?#FO|2%DS`6@dc8yi z>75Yk!4;we7{^-pDWD-?BW+OQ$em+=E9ng2dU{4pP#^sOuwTMKK!py{YoOdDDYr^W zPEuwi-_e65!>_EifstfE0V#v0sL z(w~Uc_^hPoaev+)d-pXv$HsPCIo3(L`%5R?+nkYVu3DJrJL#0F*?fM`sZP21YsPCb zQu?Z8rH7qq_oP$TfyMg!N;A`rmm4oSN4LylRo4TyFISlwajIwy6e@h{FIBf~r9CsH ziKAPow=hvHxTTyo3j|iu?m;&{Q*^GO?xCU4v60c??12OQ`}dCZ3=Ixu_xI8beZwRD zL;J_}0U78U9?Oo5^bK|o+%&d7JJ`2`yQhDkj~QdbeHSY{kR9DeJ=uYQ?rhKXBV!UB znXOcv>5l%PC5rk74-Aa;3}7@Y=IP3W>lF**FnEH3K0R)+=ty5G9ebUU;}s@o(y5O1 zSNu>D!Ym1WB@R=bDqz;yEO>+Cjk^_Rz@41LBUFvUQpY>I=E`NT_7p(H#ErU3$rX&inJOoBe{R|#-z?eWQ16*379}!K%vCC~ zg&50ww{y((oNT4yOph05hwO&)VwcD(9r_pGE~C0#_RX_0IUBvncT zU)9U55;+D}N^B*Y*5gi3=Sum3LdhYt$N7G!RH)AOl@KRiM%uFvQborbMM!1G137&6 z?^FW{+>soP_`*8ypfgvl&fxCPS9h)gwv+QFrr6kOZ?2jfXPQ3|4nZrhVff8=gl57y zRLR>lB?yrVh>&QM_`M>O6%TVD!U>Latc2!x<_KAg0+W-bakjfCDef zh=3=TCUn%XdY$o^$w^L!1@T%?M+?OglU##u+aZ zG3^Un&W;;$#Tkc2y;;n!-$vH?4Q3DLPW3v+a+m|3maj)n%D(;rC)BdTIj@9;B$H>+ z8j|&IF~xs*#Jxz)2@U3|6H^2$veg5*Dq47ZH0sJ6k~kcg;?+;t%4}((Cs!$x-Kg)IyV*pDUe z(ozA3@_<{x@`AQKt~Z^l_T4_=$V3j7d4K7ci{|vW>zMGNykWW2mRHd^T&Pa@6B3kIIeWEo*;~j> zmfQ-;Sw+tGvdQ?)Y06dvIbG8jtnUuLs5st;K+k4ts^F zQ$zgN?RQW4Ge9WU?7CcleAXeiJl1z&277c>w);y?4ePIPJstA;aF(6r^sF6p@cgrF zFS+X6T29#!x>?BaJ9`zQyPmpl(oxzqT50N+kzMH`2oDC{t%vV)39)(ydOb}?J5FWk5^21 zg%@HPt=a_rC-Ez-G4KoU1n-KZ{bG}^B?X*4u7X#yD|L}<9zW73;%9)qCfcw z(GFP2R_BQNmh*{iUa-rl8!;ubrlz^(6|Ly2>w$=0(Icb88FvUh4q#MQW*HXeV#yuD zGD10N(I}*PFmefZ_ICp9BJDwoGn#E;yYa5e%2OW9gZou zniG8@-kj)XFeu`2MTsjRiF1FO(1rluK@m4n#6pq?SuKTkW_S~)#N&`vY{IAtS~eM> z6t&s-1{AEeI7FZrOalXpcsQ&nF<25xfy>NzyfvJHh&A`=aC74QN*q?=he7CoAz&%@ zYSr|_+|%eHT36!5USjT7{r|E%R0?Teh(udFzA4U=P1RvjV(#1MWyJ9Ul8t`> z0Z!x;a1wJb#qlN*R=$e=JOfHNtR}Kb!U;i(1AEnkqpT%8rL?xTwW7s+9VMJn1rt;g zJxt#x1Jfp*i$D)IY{GQ5#o-rBN3>+{Y_dfttSYfqgclS~1s&Y$m+6t<^9RC)yGxB%DDQ zS?!FGn1OBuac^aSo9uc*!WlTtnU^9ti*L)(TU%Fz!-=^wO5y}&5;0I@fX~Du&4~{o za%U1JK(N_c41K~Rl_xyg3bG8PVmx`rksDTRf90O7|N4W&wePJ`zVq2&^*gh=-ka{F zRXF`#m%Ya89&e=exT+_18h#dFUiBF8MiY1tKnTjE#0y?1SX074LoV(xVJTxt^UOPO zqfsCS<7+95hQQsI^Z9M@))=W+SBaSH0;1p@42i)53Mj3hKYI|LZS!oHC4cWEe|P%g zFwu+nQh9i!cclH-|NIXpfAqh4@4n+(-+BAeD+?^Q`A`M#BR1!zb2E6)>}>9JC-DBg zRIO~@Td3}v8Q(0QUpF1kd7JRy;1*9h-sbU{LNUKNc&Z8BV{FFDlg;v7%jRXB?I`ER z7cBhu)f(BC-MZsS3c^$UY7icTdE=`;|E(QwrlR+z&W)bUj4YVl$L-VtUf-(ysfgSRCZnF!F7`8%$I1i2i_TjWLg0uJ#?FZfuxX1siEBb==lk>6~$?WFuyEuFO-*oYvixsbj z`l}a+fL1<1*3QTMIQ{UMhp+Xr*C@Drn#L;z-1$Vx=W74@to9s~3fRO?PJCvYTt?HQ zQl=BnZ2mudw~ZG6LYU*>pQiat9-OMnfGUgMSJ__OfVKfAL){brLwBuY2~qcqSc zzEc$QHuOSk1st}myvX+Y{_p;jORyDncwXn?Gb`J&1tV|8r&E5|2KJ0?@=w|P%u%ef z{=JV~d#2?-IOA_k2jI`7)W%UOrBK zJ^vX*O5*S7qz^-ZexBLoo}w1d!@I|E!IyQ?4*z*Bk0;CtSYJQ4Y{GUK^Tje3NB-it scga2%pVU*xaDL9KJ(Vn-ufXMh+wFk=yU82t_L+a1!vF03A1MO=40=-7dH?_b literal 14848 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 + string payeeName = "testName"; + PaymentTypeCode payCode = PaymentTypeCode.PAYPAL; + ////GOPAY DANA 收款账号需要为电话号码 + //if (payIndex == 1 || payIndex == 0) + //{ + // payCode = payIndex == 1 ? PaymentTypeCode.DANA : payCode; + // payAccount = "0881234567890"; + // accountType = "P"; + //} + //if (payIndex == 2) + //{ + // // PIX 需要填写税号 + // payCode = PaymentTypeCode.PIX; + // taxNo = "99999999999"; + //} + //if (payIndex == 3) payCode = PaymentTypeCode.MERCADOPAGO; + MYp0ZVTT2QSDKHelper.Instance.CreateWithDrawOrder(withDrawSceneId, payCode, payAccount, accountType, payeeName, taxNo, b => { Debug.Log($"CreateWithDrawOrder result : {b}"); }); diff --git a/Assets/MYp0ZVTT2QSDK/Editor/MYp0ZVTT2QSDKConfigEditor.cs.meta b/Assets/MYp0ZVTT2QSDK/Editor/MYp0ZVTT2QSDKConfigEditor.cs.meta index b859535..2eb63f9 100755 --- a/Assets/MYp0ZVTT2QSDK/Editor/MYp0ZVTT2QSDKConfigEditor.cs.meta +++ b/Assets/MYp0ZVTT2QSDK/Editor/MYp0ZVTT2QSDKConfigEditor.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 388c0b17792cece47ba42e51b68fbd6b +guid: 64a340d6f61782b4c8c883b62e1d5534 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/Assets/MYp0ZVTT2QSDK/Plugins/MYp0ZVTT2QSDK.dll b/Assets/MYp0ZVTT2QSDK/Plugins/MYp0ZVTT2QSDK.dll old mode 100644 new mode 100755 index 8e1056d33c709a23c872c80e42cdc26790588c4e..9cffe9fcd1ae4e8d330869acf03c5d3a757c7db0 GIT binary patch literal 2161152 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%0D_w% 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 z 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

1^OT{G&dYgr@n@>?N4^jufZ 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�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%0DB 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 Aga7~l literal 2165760 zcmeEP2YegV{Xd`NlP!`kGhEiL>Z ztdza?2w|_5QuZ)mmDLtHC@oO)|NegO-s$dinwDfaIG_0G?eTlR^?q;M)(bAue43{D z@%O_Insy(4>EB#-(>r}gt`9#@uiaJs;>!0`Z1v*GI~{yT&!nS{iT>o6eUF&5|Gq~a z89jE=eg{rE=C~s#9dhKPjkn!#(h<=E4(zV03$9{Tz1=37wpE2sdw%j~%grclxu&mN zQ&ELZt*mK=jP0Ea|0I=TuJr4&-xN#z=YM_3hj{wu)8?M8X`}gn;@1qyESf;QJCc7c z%2}0|iS)D2%33XcYLRcEEjpujlBQt<*1sx*H?u;T)_v@OCmf6LX}UQs8mrlFl?_Gq z={~0CnEfe&`lkA5Ag}G;T%>d#bKv1oWTd`QpSiAJQoaps#n`(K!4?0gZ@N~g{bJTw z?S#*3vw8hPAR zJmyu!LREz<-PUEai~EsL>;_as1CH^$J&5smHMG=fNOQDv%^=!w!R-#OLAUCCG;3}E z-Q$(lRo??%dA!Ezl#VWfC=0923P|&OWbW(s*bP&A2B0A+L#;*UYFY?nPoBF$^HBW1Kq; zq5~L%qpqh0Q5Oc|sB85>)YYnsAThAi{H=zPslB=8JWTqOm}~y*)`%F92~+*r4X6)b zZtzdmw68br-c>-N8Zoe3KPopGD?}ZdNklg417pE(^+sLPBf&pEj&y&cuE!C?uP;6d zzg1DV!Ty~BorWPGpM&qn8oprr zYO0nsMIdV+sC8|uHg{(YU?czG+Km5`e%F{jUH;_oAJY!K0J&cmjQ~Zb(bPvFOrJ($ zJsyl5n9!id2#(P)$P!xb6aorI*d|er0a*TM6LLteS!66naA`_oSevsJs_p2Id8?u! zq{V1%91%20(Pku7HP5fDGMk`IOn+KuEQ*dpAhh0}xJQImw)xj%5ZnIfc;t{?S)>%KfRQ~d$kf(HDWrFFM1caq&=`M5SeB9Hfi5c{KH3VWy}{o+e+)3l zY=!zU{bf5Qg~n8NtZo*p~V))~-i#~xC!+%W6 zdZEtxyMzD_4MH_;?xV0+1`*aX1yOCJ4|g!xiZ*kSU2r(5@u}ethncz$5ZHcWaRTYm zO?|F0o=`t;_>a*wre{9fWJMTLg$BOK|MX)aWh$cWK-2zF?ftbULoEBnstC5f6G0A= zz4WiHPV<2gR{*oM(WB+E)CHT-6)VJi7X>!kja?yN%O zf7P@C$gBxd3pd{*x;U%+rUG4Fx;WwP$o!1V544$)wQL@1*+TKj&v|{@5eUy00!n2s zsh7PlVE9-6t5h{tBUQ6$z_^oE{m?jry6E7jh*flhoQrB~E4cx>D)d#hb-lLYt)-8; zc?DRDw6^vUHY6tdfSf1W!jn64E-G!JBXXj=<%Ern=l@{^zTrVnqs22w6tq#vG1#E0K%I0-rfRg- z3ZY(+zV0W})&11q>V7<3-A@dz?h%+I<4G~+a=6xAOdK4pbq}6)u!xkriVkrF#UGhd zjjIvQdQf~ncBLdwGPJ6CZJgpst~#(+4Q_`zp3A?Ea_Psg9m^Ql>-NUn;;chMqc$)$ zh^2d@HtB6_|Fs}9D?6SGga^^RS?6e0RL{0Ry~HJ5B>W>&Eh3d}+k)VGKpn}hUjW=O0i%qSvG@ zAv^z~JwV7GnXaEi)o_`}WE|N6Jkbj+Nau@wfqu|GT^xrNJL#O~j^vr7>s+la-bY90 z$EgWjb}~-GiP!^r4BLtRP8>?1UkTpmOtjz_70zB@Gtu8!BY%0%Q5Tz2YjvtNY9^vL zi{H}l=cq0aFy=?DNc2%Q(K8E8#3xacClO%ysM3VUiRKWh68Y`PJLn>c`nn9(i6UY) z!HmGdz#;5=lyIvV*nyB}SuR%z9 zeWh5NQtOR4aS{AV?1>X^u~UIbf0Ec}&Pu{Fz$=K7B(KO5?z!PTS}b>b%o7eT=0umk zzjB9z7d?z7dWck(Jx?ij*pBpXaJoXd!w=-mYFD}U^8%?nb=j0ByRt>X!Bma@25}a- zqTI(*65b6(za;JKRsJ$!1;vNlbZo30^2CP`-AS&U@_=_q^kcp^R?chY6_oyRqYKuh zNAQ8xuq9eIPA&<*gK>uTl(xWH8y9O}ZdwKENOT>TSb`n3Fng^_#um~`;9n2^t}puQ zVN47m^MvU7hk#);_*X!=)fPKeVE?Q=!3VmPiVW zwxiqOgDZ@UwDc<-oP65ZR{v?zq8nl+L(?WoEYM>dw-Mq@@5b!)!jK8+Mk=f8#SI8~ zCk;0va3`%5W9``lHMaFpN^~B)?LZq7Z)R%aw=Ff^WSUPhVP!v`6JW<0fp6*Qf2PD% zUvyJo6cDO(^i&%Dw$Pj7nztWk>ZKcRq3I=4eYx?|;X{9g9(TFdR~kAg9UYWvJelS- zH~G}v6NU)xBWWCI^+jp3GBU^9P1D6B4vv``(DsK+rhno+SlJhv+-Q0Np*P zHS3y&Q&$cCF2gtHAq-59t>&yA8%5X^$L04p{a_mj|9T%@3cZNJVsprq!^IYGgSv5; zI0p5LSJ%++49-8$hF@%n6cbMAz`|)3EW|&pvdIu52${fonSk{#93WQlGA$BI6JqPL~!?d;L}S<&0uqp!50 zcd$qANYOh|B|F)pcd~NtjA-$1>byiF92>Dus~%#2n*&rto2)EGt1gaQZ=NkHQ*gyvNk}SFP*+yMa|_VYpb+7Kz~8D|I;#|vr(=KqBv3; z)SKcI*Ru!wST9%_tDz4V>x0eo>`5B%UX)X8wdJmAto!OM}cC^Skg~TZ#^yX zSc@1<$}el~anj*I+=Sz&F?WT&{x^%`#c=1@$zNINbt~e6bUq)i*>YH}+IlFv^&47X zNN!wweotez@#*5P%NL5*Ex0C25-9p5?oW%T29`rHbF^E0J+WKVDPku3LInb*{DcS| zGj*8I(YG|0UUW3v`(IL;_?hI9UA5xBiZ(*HUO>Duifb1^LJ;CuCW0&!zegaAvFcBh zER9tz`Yt|RpCP_bV@P3ZLyjM-U8LOPOSjN0Cgk9Me^1O|k=Ds&Cu>1t-zVs1q4=u> zf@Cq3zb@SLKo)kV5nVWob$glX!V4Tc?hV4MXxZ3)-z3~FsO|SHs*!EK31RkAJM*5>2)B#wx4Nlz?DR{(fZ=N>n+ZNL8PJzAv;i3q5Is&kuh--z~nfcsFb?l?Yz8p4=P#RgzI(*(RT$Y^?sl)z z+aQX4rmO}0)OKd-M`R0k%w^D8+ZF51!$R@DG)6tPyZ<=np%yx=xtJH}^*j7olLtVpN6#gfEg2R|yVI0fnO_yk-i($aGvvYbe7`4zlwqX>1vO7~|UUsb`)D7vZw9Hyg%yymvi&xSN+UmRD} zaV*=95@hS&2%+e~7%y!72Ov(5Q8xR@?xr{wjN!Jsx+KR{#5O~O&DIY*p~`TiXp|B= zgeTm#%I2zPrxT;V0*XT!5(KWY{E=pnd{k8MZXY>AA2by)9=k@GyFR%q? z(K#(~f34FhtH(A#hFAyR_~Tsi{u+Dv(oq);PoC%PhSwK86r)Rde~rd3p#T$419~g( zuN{UmR`eo@=KE`h+oKP)qK~jg<8wJ??j!BdyHYgYUyItKFSl|Zg=n!lbzYw5#Z#mX zxQ7_vCTQeI)5Ju3g3W}LydCKYtEtqSJkM)O#~nm>+MrA)gEAfIS-!>o%Ma&x9$iU_dd4872C)FLzEO313 zxmn=&x)@=;IKG}$HZzW|Pmq*2J{R8Mh2tAg=Szp<8&Y#Q;JCM*F$>ruTB)i^qSJ() z@xU!}!A6NrNY7Awo9QN@XY`%BY$@xR#pd^;sfU)nWYYtQeAN9HA|iGFg&1jy`!63M zo4gN`=KjkWVxz=#dUAw?qQ%Ogi_w5%oS-A+8QrOI=qJVMC(B#gT4y5qlaNG# zTb|<-j5seoCC^{wT5UScXWqSC)0%*o=M>3(`O^R+`X|bQPdn_pMbV8W6I9G|5MnFB z2eFlu5jOkBN(s=-WwNooOOQeplXvP!{gP9ovnpoZsbeXW@*G5FIn<{=o`oFR1ij8z z4$ZU5W|l*n5_F^-+6>;|C5JYr&X-OOZ9&cDDu=AQos$xs%^D9^MwxgzJjBHk;x=@* zlYX(rAoiTNT)^azqdYv};%ww$|I$*+!-ZmNfWzaC1hMLp$mRsU=@#v3ItkdTQpXhU zv7Il8s7!hcPvvEyFPp1?Y=n<|6Qv|;P`6G}Y#k^8XX3M^hNrE)@uiqQTYGDixV;G_ zZm%Tc^E@k)SuSf!d*)`gfsDxIENmcUE|(LAv?&VzorW~BAzE^KJC#R|Wi7Y2N13#8 zo6aNTi>H@7kcIv@V#mk=Ps`kn(IQp>9^oGImI?(UzIMXRq&<|Bwv7v}&O(>dMqem( zIlNZI|5yttlC8mU4k@GtmbE>x870j7`1#or$5E3ud!o6INR{zkM{((%_RWjGE}lVS zWYbNz7^_n8Vpp5;>si?t%3|)qs?R0S{}cBvO0)Ol)Vs^g4xfq-O{Y1j zblO-yR`G%1#QIA+d#Y_eKc*6HpR)W z-Uec$2JKeR+d$XCOx1G?F^L|^Dc=V2wsgs@WVe}KQhL<3T`1oMV&l7f8;HH0Zv)Z( zC^k1sA&V2X47#hAug<^Zypgr3wVOYv{rNIqo9;5aX)3X_-a&~m=hC{n^t{=&mM@A8 zUhV~z*WQ~={*}arX@hZ5>?M*{7kzz-6?aK=A8Z+vq@7ZY2V`FgS(;eaN}BU{t39)w zx6fFXg)E&3_LcAc>ny8m=Ka^%#3tqb>ss&*ul?6K)cMlwzphQq<+lHtufBEpLnAiU z!suINZezvw1xs+oir;_C7Z=aHGYed70Bz*Uuk7#ITZ^>h^;P170Fqxd4m*A|rnLNu zkFMs%uWWi-@%Kvcu0RQJAKMqhdrh-T$gyTA{+SM}0rTY*^|xiA+l=gCXR$X}=5_+} z`B?MN5sc=JJ?m`}jBYMWUH021sji=hZBZueo;B&*#a`#po6WX1igI?7+Q^r_mMzYL zzDD-mv!Jgs*9*^Z>=Bj0UT6L|E5D1B;cnN6{+I>Mmbv~o2)*Ib2eVjXjOYzn;7FP4 z4ZP=7bUUj1n-9geL4#l0^oF9?`Dq9e3F&Ue{xE$-CzOY);3iH14ufJl|y}Pk=9T zha#{a$vf;LbruAkEk%GQuUl}yPb=UYC0&K;!4W-Q{-$pAG=KzZ7-dGGc5w&{tY%qPlVeGc7`Q) zb9*m7XzL#^u0VY~F(kD0Q3`dhLm1=);Pl~(x)OhU+CIS1dcaP6Q>7WfUP_6cjDmRb zVQ*@gwpyAaMzjxcHJluXo&tYov)Bje0kJRTszQvJ)r{WH5gp=lt{rG=6xwpZO&kQM z1;x)%!Z;5P7*r&_R~(tHPeCC~d+Ncty949<@EKo!WEXb@QAP#Eg=c{aqp6MUk#nud z2#F)9D|Gj|7cVLJ=hPvt=SBc1*xW}EB1-8r&YqRww27Z#FmZY=piP`g-fs3{vppE6 zqeL}EQykiiKfs>>6sIG;YjdOL0K6%~@kWeOqmLs(`lF{<-ZuWoqA_6HKr=+oLx?lr z9NUOt$2(CgDqp~rQ>#|x|3Yq#H)5O`-L{e{Cx7%kq)BgE3{upO%5U|koRaj;F?y5i zlUevoG#(Mv$lui>jv_#i|Gc@@ED+ox;(HvO>Z%b(D@aBJfrGo(IfVfx{ml$9>8}yT zB(mdemSEow)P=rn;P%dkW5d_0sKaL=Pg@_Qh_m5s?xQKRFkt-$m+l_9g|VUU%*W^U z0e1eLbEsOv*$`(A@q{)@EFsyO7Qc^E^PU2~7a|=bO}Xs&eF8`S)DcbiUAnefdYKGb zdI<&*;(=+~j!{?B(D6w;ptxf|%@NVd(I-2i`xgPTbT4ZYs3Lo zj5v_I)P-Jrt=c~EXD23}Qfw2S9We%bP6BGy1dM1Hzk%o|xH_(;2BPNzH6rp1M?yZF ziGFy?hqEZfQ$CzcDW3A-97@SYKAek!PWb@7mn`f#rj= zz2?EQSwGFA9P0_`%Uz0bCdmla--t0(11Cpm{K-{u9;Uw&IEMleJ%~9!9}(gLLJIC* ziu{W_@^imZXipmil<(A z2&LqsS00LjPQCIls>*G5I2@67z48dkYvV0_$@rU{kj1tF*fARcg{wtg#m(Js_^8T=q5gH5`4dBU;*!Qph7OJzUYN zb}4K}v_>92IG0xTdaY@&51V!#3Ty)y(VJH|I~&%|IqG{Ref52@l<6y_u6P~D*u4hN zVy*9K4@S8ZbbLB73y1y5vinBF8I(8#vO}&vM%I`s<{Go_mB-9AW=h=ml1s2ZrNH5` z)PD$vODkIv_NDNT5_-m%M)Un{DNjBJYHdQZuC7rBEk>9>P z9$9Z?j~8y+!pI&-Zm>(itIJZ~P%7DJ-5cy~?VMhGZ+iXA%a+IVoSuJp@&VAb=h~o8 zX=f?+;7?HsT6WuhEAAfr&j=9d_TW!dkj!om{U641D;sDsz_Wv!>bre{N5nU>?J#G;6B@d`h#5Pif+y^X||xy-rb6yb*Btl=VgF zFm;nW-^@1y=)AL_RhM`-h%JyK#jdHKinIl((`Y^7nxEZMF)UjIA0%0!pM;xG%*76!o!^PFc*&>;XQ?ivll*( z$kGuw4_BRXo-Qu|;y$P${)@{`5ya5_!{{6Ije8Zt`m-a3m0nw^6mPxkrBvO@Xgd^H z+)@7tV(=Yr`XSqirk#B+y-!48_jkO%g%~lv<9!pPy5p_DgONWfA6P#GUOjdg+}=ak z%W2j}n#IjlSv|HtGQ>!!*JGSZzQxX7ek<@67|~1Y(V7+g3w!iOYRwS6)E*tA+_-ESj4rZAA7EATOGJy?sPlA6 zNssM`p4p$!3NgUVL1zUv6ISxG*PgJtotl$x1=`XNN6Wluu{9>Y;|&>Qdn@pTL}&MQ zbyiMIieB;z+InTpvu#G@cLqNff1@dk{R*)0#eNOSY8g2`0RiAi-obM}LE8 zJpWHok%i(xt9!Ztz8G;DqAotc{9wK7`4(3excXDoXgXh9|I8|z8P`9jA)lqs>p5mgv1)>4NUR4QtGKR@>f2T5k z)HL1CSgBXW4`d|V2l&`IS-fjipm@y(#62!Y_0cP+4bgAqV8qp9349OP@!dwMdMv?C z#d}muy@R)5?(_ttCFxwb1$YEb$EbMh)|h|C2(B{OTJuED%Yhp>Nbwl16YP zGKs4wr~F0@sYa5-rJ5wa3hpgsZBo?q%5T(IDv}xN`HdQq{d{LKsDTUdKk=*um)O2Y zwksvMvZLovmHE*qsp#?0Gw1?le_6YGp86s`8pVPfFXFsGbvB8QrChh+;Ma+M7YPT^ z`YX29i3al3D^BCL-!t&ox6oL=dWHSHZ42R&amD@K_S-bRVWn5RlbH5W=+L(JwzJZq z@hUszqmQT4FFu}5$|=*F?R#DiG1&2PPw>1hXuQ5C-o^;}qIeo5cwRTDz*yla6_~1# zNr#I)Kn2lHX3_$Jdou_X+^ivi5Vf`WRBKk_UZyeF^qN8G;!T%ip^HB<2%34+Dw|ms zUrJ~vb@9h|@`jTxzKl9wI$iv6YAy#|9DJ7WrOD*--QxGEzY!$8hCm|e&sI{mxX1D% z+aC~6asp39-Vds4)8j{xMDxX?M2dsq->Y0Uf{T`BH7FZMnd4$&U3jm;F6X)ssP+I- z6h^XLAKaS%v3W~<W?Y7=e5zQ~nMfc?J2Uhq(3iIPO%;MX6Kc}Rl z5ew8sJ5|~p_zhwYU(Q6C>YPs#+(wfyVJlPI(m8Fq+v^Ipda>3IE#lv31N>vyz-@Ud zxaF&J$~U@4bWW_T28==RtTNX*nFpOJSx}kSqHMHYd^@tKKPc({x%ddAl&6`4*Lc?2 z_~Qhh8tmGb7HET78?#DnTN^JFpIE)~Fi_^dR^6VzWtV|(jMxK*zdaCdO8j`&q!x|8 zZ&A^p?Oz`d-{Hq?&5h1n?Oz{KUu-n~x%i5z%x8y;=-(RS-wQX!e++hv|8$L!b=y33 zoW6Y?&thHn4O-0CuJ#|RY-St5e`#dWM({1X!^^Jr9d*8RHiGY|xg2Z+u({j5lW-_j zM#WfXogp4hfMFjrVzY*e1~NepAKSm@dLpsB{g)c3b9wuD{(8fr8?vCq5gT_FdPAA7 zH}LjE324!j3ziHkXI*?SGE8gFX8(OehGjuFWiG?AS*MqBAA3&zy#Cq;mS#RPGO{<5 z1Wu5T_X#eE%S3u%x8$n!rhF- zy?NaiCj%~>Keg>=J)xjlw7u(6w}*AWFgaV`Y15)Tew(ekobefgvm~|?Y=JspQqFrE zIO$yyn6Pe90$!3}%y%hH;bhDU#fvJz<7NrLBEx#C#P>>c4aevBpZJs2asCpa%{s2f z=<16-qDfwcNqL5x&-}%`kG{)mT;PMcwv}r8CosQvg>}(@lYL@3b%Y-{p%=lYaGnPq zTZ$VzbS}2DNf&$vr`9~4N_WsAGFRW(O9yd3Z0P}6*tkb@%oRe%w8@lmz9Zq*=gOJa zb6@Se0U<*TP>T1pEPU z8Xmhd)*1j2i`5WODlGu3C)3^)W-NP8q6XhPsBT&gzCL&M?Mrh^drTt1GW+2oM{S$5P`DPK3Nsj6=9BQTq~ zz56)LsH%=`gP&&chbF8m77HJ0l%SWOY?m|O=jg-?EOx-Z$yF#Q#&V1s{vnDr;ol6u z1ODR>Q7gv7trIP90sjf~0{~3KZ)W(fM7h$zzm+nifPa|MQow%_(iHqxrhFFsCnHoy z_+KIZht;4R^#?d?0X`(>sat$E9ewi8z?_{SesGo1&?{f!Eo#=QMrftbw9=}Jl|gc# znF@wCu`377=&orvLrk$UN~&7LmBWbq;GnA!z6Oq82)=d(_BUgiYT3e8$1daoMUh;nM&8VFAxOE> z$%PuqkU}ohQd$bRP=_=n7wRdWB^O2^R7kmSh8T?+?Q)@k!knaWb8?Ao}YH@kd+;a<{(?=5(xj4J=WII>c<|{aS zm?x0My0GJB-m|Ykyk|bS8;Uvj>8yz8KCvN1@ET!fwA)NLd@JDECT0OiTbU-Jw{gU5 zL^LNNf?_R17-An(Al9nZj2e6p`*xa=69~sQrRZ1J0HXhtW@sBR4OzsxD8k>U4h>X* zbiCT#3|U$d&9sTl-R*9XL%ZBYKm(T8$2JEwgs-zVvbM94Hn9yN%(c+A@b=Q6nD4fU z?GSd1nBy5rL9sm&B~W^4;Np3JAj0d*QRu@sz}LqQwFh-We8Z1~knPCTzx7c`_%1OhC{z{iJYKVCs%%73O0u?G&;XX-R!6ER4PR z3$+ohw$q&p$OV?`*zfSB{c-j_l%DnrtIJ{cF-AH)ere9v2QR?9<9(tN5gRl*4Wqex zGEP5@jZ=g^S(_M`*TegcR1Eu$6wUjNBv|_Or8r7wYnBSAy2*pJ^l50sOW1 zRzFt8(nPQ$g>OlOcS2a~k5|F$>~Cj^yc323v(PRSCOf4W-qjVJ?+Wim;ky#$7f|?M zG{WV1an1WUS8`9SzV41}_P*{xVOwAKq-xxK-HRe^echYF`@k{#x-W(ION95Q@BxYN zffTm&^&kpo?(1-Z>u~Dp2o4bb*=Vgmv{lwPup0Qlc(QBW4W1D+{PBD6YgESX#gFd8 z_ptASr{{h+A=(Mn`~NH6j=YT_{@bXFPu=rVXBIAtYmpE&*P|u`t$^Tc@R&+)AJOZ z5FI<|;5QI`v?t;0Lzg}_f?hn0jH(X=pOvW2XAntsK8s(#=Q;dv)z8CYhYv?UX}X;m9v9M+SPYOxiFP`iObdd$!98rrnfAemY3q&1!m7*T5fd1JL;VB?nwvW!bxW^re7}3{J0n3Km;O^7f z-Su^j^@pZ6_+^!=)5N|(b@#jp7kXlW`_QfX{FUM@)ZHH8Jpyc}Ym*3uZzGO?{tkY5 zvfhQKryq`Z500GU)OfHweICHfFGdq=(Ox!VqI~FEL(d1OnELf0et}CL;fK5TF+47u zn1K1B^Zvl?2A)DZkpE|7i+)1Rr*LXI#sN7#gRi!#v(BjUML(ycFW?~lFZk(tufM*r zVj#3SracNJIQWhcsX)hdSpD19p-;o-M{h(Mz?FuczoJeW&)@Ki@qCFN9?w_s*vXFD zNsoUMu+Eu>eCfv9m>6%ssB(<-aI_>U|omg2WvvZi2CG}Dw<-~NkIH0B12 z_T-pXrM`WKMC#l3vWWrXfAA#3GZPOaSt6*u0kggzRDD_n>boByQy{j3{fG)gf_G+z zC!m{#9vvm9pFaFD4EgWlAL2%YoNH2wVC>zDP77t z;7LPI0M*jCs_+Y5P%S$-Ufx(38g(%W9{h~PPg|GK&bS_JpvVf*h@Y;PB^Q~K#4j7Q=^INPLVRjHwAYFD ze96oX;S%@fj>vqvPR^w!kr(=Lc~Bh6MTaw|tSAI_nC) z=me@~4r(PP6P-v!BhTrvmEh?bgXmUxL?eL5szOJDiW;M$1~5s!$U?-^wCXXMRRI!` z1!QWgPIGW0`q@QuFd12bh8~}SU&9w)g??h>>ajMsZC#;u9gh&V!_TTqTWy@;t5}8M ze&{ilj|0Z4Do-Mr%d%6s zEJFgH-b*UGpB|$|Vyq6ts3Bi;I^4)YJw`Re2$YW~gSW}OY+TaUFTqacQT*-%T zg^(7ZVjUPBXr5maFtL0Yj%R2@i<_X%Y1D_FHBkdv@0p3;nx0v3YXeo$+4!xBt_8QQ zzqP6pY6B}mfld&pREc1jmA-0JiSLb&el%7a-A2#LlYf*pX?5ifXw%n{ei}dNK@h~S z@y&aFfpTJ9DyGNQ!%y$}aC+v# zsWAdZbOU%=caLs}pXf$#C~jk0+$QkLF;*GTc?dN3Yznuo+86R&a7c7B_^YFv!|e}N zcN*1lfD#U4{QXS{K#*ZtrZ&)LAGo%@dX1(0WgkeuDkJ$iD`UAE$$Z zHKE!7xGUBl7!pN9w}jJGt%u@UQAgG?W4A^C-9i@vq(ukcf!zq&MX>+AI&lP6;?+^m zUr^p?t)}=ZxnC1$E~>T8HD&vnHdm|KOdIDzm(^UX$$i;|>gTyQ1Er7MOwI+xVlJBP zbKxwvtyPZa&@4x>smkRv_ltVALsj?=$M*E&i|>G+0b@tF{KZYN6MR@Clf6F-xXz@p zh@BBhoc$Dxq^lmDT@ZmYGP~j@x4gxfub<^TU(aKVAdCjRXFkRfCwwulhWJTn?uKyJ zXi~26Z}wcV0O5`R5_YHDdrsN*)KS!rT#zw?u!T|AHsb zkih5+C>IHu@I?qdh=o*h*AM&8C!|-FngZ>~G6h0k+ZoZ@BRJAs1uEhOCJ%=MZ zQ0WNz@x_nC&wvqiRuNf*ed7Fh6qN%Fk`CI?a}=s2Ie0XFAqS74AAh_DKRPTB$KqG^ z`#AVOsKnn6LD{tk20pP6u|Y!|kDtyNhByJgi2W)3#E2xNuH=iJ2){TOp!Z3_H!$+% zn*LQnHT{!n#UY$ zoCF8o)+KKo4!)2wVD!S{z*w5E(%@`y_)jlTB6oSQU%2jk*f1;FUOJX;he0I?_L2A{ zJQ@uC_N2n!V>#itT<{mSLr$hHm1=$zuaGh{OIe7$ZsLdpH&xy(6Ilk&lQP&#A5!IH zyM3rFS$0#bTLu$cP`8G)nkgrvr%>UJRtSlo!B?XPnET+49djR}in$L`Pep3in{q+6 zHF_r1ACtLXfJtKZ&$-2g6l7*p*FO+5m?hT}=$>}) z!P-RPN2Qv_30O0}gLc#75xfT?}j^-gg73z4kH2(26( z|EK7Mo#R6{oie6UoXF9K6Ra!U3?ErEsHzgyM{9MxN*^?|+wRe(B&7XCi@D=)_Od2b8=2M(q!&WXaOs6V$0+c9MN=Ux7EK&QxI!wCq=};`XrqZ^XrA(+ ziBzxvU8h|`sd8?8->$cN>H8~+oOg~t!K)c=d8}Kqg}0k7GUKdI!yIYrkREw4lc65J z1i#QDe?dR~_@(qy8DE4SQYU|jUxzxG(|V{F^ZP6GsMKrgeCL!oy!Uco)bt9%X-~i40sNO zeKR*ZoV2q@+)L=2c6pqnZ^DRE^frLsBunz=KZUnd4~0A}22KveILd71V{6MNvWakD+#(vFm&cWp!b7HSe~2&7GQ`2rmQm=P|A zzm`o5RnaTp7dYb45hFdUu76Z}&pFVd>iP}-ja2hFB|4!veM=3S&h9;)1dp|^`I2}n z%lDz_Z?V?m#j;PSHAk*%ykhXyq30`PaZI)uQLMve1Q}jFdRJ-qR59jzC}e4I)~7M3 z%DL}HDB6?yW0ttbysc7;fH~qE18m@A>vit9tyPIcV|;US!bCg94@=#Z$oUHIfYdbj z10gf!kmyy2Z||>d@OK6fhgyU0NEXg!U*g|(v+!aHGd~YVevU1bj@qgi*^_Y$=W6_P z9?16QYI8G+wr#~V6hFmZ6(f7}DPT7f^cXR2yIr_>OlAMh7|XSYZ`Wf45qq*Y$+=+Z zpESl0acixD$Mx7gA44&7UGA4BCPR^iO3O~anl^b$trlR!zwz3~19IPx@cTZ*%q3gF zb*KUR!n6y|y9+h5Pel?obZLX3R20YJ48w@z;P{kXY9s6n3;(EkjyI?Q;;0-;w z7stb2f|$-AvhvvaXX;grmEw04S#4Co+I<7OJf6d7)g{;lo;)6Ofp#(G9R0%&Kgcs{ ziH!`L@x?v_?Z9quq8yX1HEN5N$UO&t7fb$~3b5F0(Wg<+0H!v}{h8Ad9+WLQ zSNlOK+O@C!lH>+vN9pn#5T4zLxuiYzoA3+U=*{%wkKckHGK$`cUx!iD*(O=KllRQL z?BA-*-1qet^$fT9ELMLlWmoQn^ttfwl>G58`#q#V>;Gp^uW3UkVb44hQQ6uvX&oi$ zBp2Mv#(tRp*^xr-y$?pGD|A0rgtLN*U*)v6z}bRQ$*R2ihr>35!IMIsby^YnQCJ&v z`Rtnz4iD9yNU7<^ZU0Vdo8fmd?6$ltWr?}wUQzgB{{Kfv5`&2)}V>4R>0 zW?$2L?KPw-XCI4KIf6Cn9#&^ri_za=t*wg%-;w?%&NdGfZ_Z`kRMDq<9m;e)FZVO* zcDhco@!`IgYA+{SiA^ugwV$Qp*`;eIf4#Dh>+8MbMz>Ey$!=Cj$Nk87#&=*7GAPUS z3-~<2ukdm{-*cLU*HedTKW`|`CD2?h!<=r&dvLVhBd;3rrcub;HtN{dd(WtIy-Yhr zw8_LfMRdi#zop#~tTA_-D9zjv>RRO94w9FX<@OmKXhR2$(6q7QNT9NOfKFgLD9C## zbf;SG9nH{I-%lHb-NOnUdt*nQnYbUH^BEfO!9m-rEkT>GS7(3zHW$14(AjF7vLd0+ zvTRCqX9btUh7z{L;bZx&SDf(6o)@cfZduE+Jqw*6*K(zjooZa}HH=+n@mhCg*a(d2qA7YvPnu z+4EGA!Qh_-x3?ARY*MLphMaU7=%6{+U|I*WpHRrN6@$T@p|f@6v0n=PX)rJ^B)t+I zyVmIEgWlPgQp~#prJ|n|N0#M*XQo|iMV?>9Gu-@mi`=M z5WgvqSuZW!Iq6cI$Ibyh{FWuat!+#;%@{q{pvUOF20cd4HHf=u2K5-d+0fRdx8nuz z-@t;10)!vAm!r2K^C_2ad-;}={oDX>f&2$t=&-gPqqEw0Q;1LSH|nul5_egys@RLNeBH)Xz;cau1Z_tB*_>weS-ob#M9u2f}4B|;6`A6WRB*>2u zA6h{#^oFt?+ny+e-uwfl?2w?8d*Ef+s?&ExM)HDZ3@sc;4;bn`knS+_eW1O^1AvoQ z`l!2-G1>vLU6|~cWbJ%&QWb87vaVERR8{k3N40VNdh*6KZ6lfT;$ETx^*xU+>n;9~ z_DA49f`23QH^P6+yXqtS_eUguln$^l>yPvpytoez^v5IdV_#_{be7C{Z_#59jE_5TTAD&z%R;}f3Z==rcMf^S%Dfk6Q|~G= z@6WTzyN=A87-X9MuAW05)|Gh^aDZiW_bSbZq^bX_9Qv|}yZ$uwPR^mwDBKGUb%>61?c>N|7 zynb6mcwL?uUge7SSEYj2;v&N9>df#eAH3&pkz4$$T=A=1>9Ks~vAgHz5DR@I{^-oC zO(vBq?8>NLWRp4>G8{+d8=8W>O94djEM#l2zph=}4ssSJ&(e(k{fyqnNSk;LNi~5c z@jQMzDQ9BZ-Auf+x1!Y?fF6UZAtpR^`?T`4OZXwO$WDegXr3g ziLRM%sAmbcMBmcS>1T!MoP6KCz2s9Yo)X%^M#aMBg&-#*{K8TYOtKh`!~EZ`soDUW4dc8X8VZ3)$k^V1!Ds@vUYM zaLX6pvegqtmvP^&8-l)Nt0xSmZ#E?+Cp{rsT3BNca7#lAWJf*(y5Htx_qv;88`;Ce zAEC|$#mjJe{sgB++=C?c)*4-HfhzF|Vml{_dsPW&$@h|${3_zbYj7gHk3-K;caP~L zgE4+arC3NpyoKxMJM^of?JdwY=ccDjb@>@(eAj(K?a5RHUVoWjez|wKyhrF!hBWbG zQXZ$?+%GWSc^z~)&2wH1CzXI!vwvc`vKIK=jSiBDC z*}$ns37onG&J^vWg9+@NHkjO}Mwkqf`@LcEfGUv_Ofc6e`kD?VL(^BxM2fyFhlL4-_zLtu&EfPOM08RMzNH# z(qc(p>u-RU-b?K;qnO=~u&n)U6s-w}ckok-7slyr@-dZog#2Bqk~`WDUme#j$UDYg z-QZt+oOq0Crxjs?zm79jb2pl&A5`5upF5DI%iNVjw-Z6J4ApXw8C^hJMzV(o(b;Jm zK}Wb+4)SqFez{LV*~NS4E6bA+n2x}--0?Kn9KrtYazfc1L>Ev#T+?06p4NeiNHf%< zsq2yrkz_RP8);h+k9Z&14-+4dyL*sB99U3eOxCKtcyeYvexF(P<4d9JVzu=?54Ap{f79EdSteXH*NS|@3UYdGFyA^bC$nF z#uGo0vE=Ldh$;~G&q2lH$gu3k4Aho!9DQd#K64bt(Kl)1H3EU~bUBa~t_)E56MBqc zF$( zt}i*@$V(HSWLQt_dXiwhT*BIS zqTKWNyB~ia;;#njSK;?F{NX5sb~gTw#^2uf!_yhiH2jXuf{6X>1euKX$ z_@jQ*;BR&OeTl!>1{x8|iSot!?0&%RhwOgD?#Jx@ncYv={gmC$*!`T{FWCJHyMJZ( zZ|r`_?pN&oo!x)1`%iZN#qQVa{+r!z*!>T?|7G`EcE4lydv^cF?f|<#u#3;nqW=}_ z>g@X1^|M>au0gIQzQkNbzar=FaBA>*G!Z~bO}`eIyF0VH3%k3L>p9mn8k%b! zmB(BY{d@E3??C)uP!(ig35Lc@O)cl%1x~u<+yS7qdg2uy!HUx*<+l{&K`{#Xv1(vl zp*0{#)Z@zj=@189qYSYwQllqOKsO>Xy4_4|vZn?D2CrfarSxp<;L8hp!J14>qel9v zp@?{eD9A%@HfG1O7mI(On&ugX7{{Qe&^Uy~TcLK*!qdTROa&Y)**xiv0JvIK;yKaG z8`NKJl$v?d3bl*3$PWRUtOGopT_Y)BMA{Z=u2thmJ@>Do4~e-?S>af!DY>6lWY^CY z(M;uA#2;wHGYDsA0j}Etzj~js%`*GtEdLYJLb}dG6cqnLAjmlt%D`eMf!8W4ew#vt zsMnL8NS=nrgPszzI-lCLW_33!)Gii~pLNnfj*;u|rtMA97t)a`v?joDd!o~?2}X_D zKnN05o=#+Vl#-4U(0Prf!-CH1R;Zo11L;d6GAbf|EHWyA7cW?tK)mopE7UH2PkvKD zuX6~37JgHx5VVw}C)1i{Qr}UUCPgK^4Kp9OxdYJ?vCyFSH*$z?;6(oerzTX}(GsY- ztgbrxUj)a^sIKO7z`>4SRrCDXs=x(@OkdvLf{*>ZgW)*7JqNwl=*JM{UXY>9Tt{p1 zfl{v%FC#0j-`VD6^U>N~#z9%8mDWm<*FCpl(awl2pH7!2c{Ck3nbB4<`#Wj#`PKDg z^O-1@l_}-<1VSaM+bthfW=S>~Zct2tn_ACX1*xg^yf!N}q35OS&FaVu{9cuQSgw_} zUoE1JS~j`Q-yPiNI?;qQ8sO;V+cK3hc)wt#kwV}w2<;>WVqPS%P0v(<^;Ci)wM z&8(jU$9r(3U3Fn^a$kbk^#%MTx$JFOmmM0pDYB%?6!uKk>8G>c_tg2>-uWfcz2N$F zcCfil)MVL7>}jW7qlHjOVvPoU2;m6WP4;E3D})Y(I|Xh#>DAf6f$=Mur$=ZUq62PF zbiz$7Yr2q{TGn)1sR>!*CEIvaY$|qzwqc~33+Eb}Y%y8N^s}CoGW|Z@$7yz$wr_KY zDLxb7mgU7AuZP`}VY(M`}CU_1a4$#FFhh3|BWk7gIM~v2?Z(n|UUic~-PB>4_(JZ*kne znKpK_Xd_G7T7H|PttD4+`T4T^b)p{3v5$?NqsYfw>Z8f`92r9!$VbL+oC=7&NWU#T z2NF$@EqWAe6MF0g#PWlf&E4Ze5q)f&BJ`#><<^@y)U2XIyv`envU7A1gyll_afc$% zABNu;hN{mA*!`X`0GRLx`ZeebB2IGAJ}U5l(o8(qi1C0Tbn!GX)$g!SjlV?U7`Z*K zVIwE{JtFax14TstM;WMAU<{RGjNuAo`T)|KXKZ5T{sEz=ro$XI5vOl!0-f^$;u*Bl zs7H0gcFq#dB2<;Qq{D|us(6d1qeVQAM6)IzRf2uppg0gmwL*j!evS5`aR#=b=Ncrm zi330b;_$W6<7*KPigi%j;2S?;Ev&NpuoVrm=zWuZAS?XZWM}#Bsr>)onB@oHmE~C` zSMome&S3+WWZX?UlXl$}^}dZTzhCecJOjpp8Z6c-QB_+XrHB_XCF%QfEsZ06f38Codw;IC zhHCZ)@R8$n!FQBT7>QxshGFRD5O0TnRPxC0K(re5oz|!&{9W_69+JiSa7-Z0wX)mh zk8qjJ1nffdeh$sEE_V^@fKv!gI%|xkO|3?^b^-Dk5gB_p9ShL3v+kU`y9l8Fhmciv zRuyMnV3w@jZH%8I8vJ5&)HJ42uWqP}`pIh;4F*>zO}5jYq$%)%(MbTL6Gm~wC>Zrp zYBG#YMzn%aAN&gG2uI0|=bD2Aj<<don$JAW4i716nN`#L>SdIEcq*&U=sZ0s3#z4|9E(-r1v#=tK}U)f-TwY@z)?W zLP52VtPb#@)nJD{HmDojb4()N7+J(7aJU1tVjjHmXg!}Gl?~`Y>`&9t+QeDXW6?$u zt_CGmhF?#Gs9P;sYD3g%RbgSr(r|wkDEd6vYBTc4^}Ki_(f;x1H}N`i_*c-p{2v^1 zp00#f&F@w4dtmiqiq?}@;nj%t`#iX0P+Wr~6Zc#7zL$wFGA^EkzR*8kS2cHM0EdQr zVl2(bTGP>`YT$pnPlPC9yEPLL%@lE4lZu#Np3&MM=I7j)?Lm3a9@0_Fmg3ttnS7_CQ!IuqE3qKG&QjtT6; z;nlfnGvWwDNJ;=D!mp?&3csS3qu{Ssfuj+qHVYp^35LD89*PN=$;VQliUZh_Iu0Qq z8(*8X_??FgJRSKm$ec5f#V&KsL|D$YDRcUJUjsxTSDX9DBmM?-;5iVZ035Epk0h+P z5`t2M$!Q~z$vEPYC1L8%Bse^fpjg>z%qC0R4cFLO-%R@8y5;h1x=4ZMzt-xd*S;5n~hOo&tq)grfbF+Z>`fN~_RLX)TX*qSoHt}ne#X(i4zE&eHL$nkhQqKFe zJ5lHEROe{IMLM_CStBOX07)T@gy)F{N|=I}9w-~ZwrDF|I1_E~i$){?R$MA5R#Bw_ zwE@vafp&7nP$sb|ya6HLR>>Eq7$2Lc?y=-h^AIv2{21a(pntR(-gaD}8bE**MR6Zg zL~#c>OGsHfRG%Dteabqs0(u|ozT!6oKsw-V>INTMxO|(g_}Xs?Fsb=kGA@Uggs*iV zvm4Z;GB}W#bOwdYq%SCBCVfF6GwBKzGLxd9keL((Co&&LF$$R%QourH(gqYVW2{8K z+u|4B8d37Cg=Sy^923VT!h13;82I3{8MzW=qNRj7P|fi{(TaG5fK+!vPJDHe;tj8( z3u)k4Dc(Sa407Uz@Qw}$zlkE^EjVWX-iFr!;dc_zXjpt2q*}@ zPYDio@d3ps2!BWc3&I~Eq#z7CpdAKU-})wh{3kM{g~7j&Ap;CL!`%)Tlo6JFZG!>M zDpm5C=sgL?#(_kGzUX-T)Xav+*RVuvL4bt81pJCApj{jg!6N~|=4o4p#`rtdkqiqN zCL#kaP(@e5uQ}2GCP4ZVE3q+^239Jq$k5<#o3_m@SG5cb* z5Q`1wp`J4F6yT;Q6W5V4@n?w1Boj|nrAQ{8MgiW%kTUUfgahIXxCN7m-2Vihe&aGF z_s$|zN-g&)#o5S^fk#~%-o?SA&Os4zE*z75&x6;&r_V=(;?ozvulV$Z@GCxj5&RaP z{y74QPhU(44nBPe#V9`g3kq0#`ci}xpJo`i>ws7_A{4}e@GFSbz^@=y3%>=iIs_EN z>M6kiu~8JGAU2u;7Q`A5QV;_(BiWXl-7sklp4Hl<*gA@93~B5^EjS}$vz7D#9vSrh zQ;j3=FEM_5V zQ^S5O>a!j8b11?N`?V<|4eZxJx`O?>>`w=KpO)4>I6jqq@R@t1 zGGTk$2eY)nC)o$xYB(*=lzmVK7(DEQK8jAZ57LS}g?-SE5~lFMnpV4Q%qFSUw8?ta z@*B!XuS$!9rKf+F?aVosDfZDEGNEYp^P=v#xy^rD0KKv?|GCSpmSs8cog}(hMr9v| zV=~Dn;8k?Wz9^AtrV)6LU}PC+-%AW120G;ayL_qPpCnR50ikX;&nUn!nOh75Y| z>)|^b65tsW5zoRg2lpJj4hir)B9!QT0e&TVUxZ(Y-rvJ-iQYdTphWLWl;9A(f20^C zdS9l1C3^pakP^K-4?BVeZTo5q38;>}&EpZHX5s`&P2RWrDWYXJgW^Q^?J)M1?PVrk zzD*@xu61mbLcYAL;C>pvKQG|KgNuSKa)dGN`&|0r7%pjQ?Lr{ zYLbiPUoD**6rWHYvSu3keAq-E#8UO}S%(`k$4-|lT_9FL5gEMg{JFc=n5N)QsoZC9 zOzb4qz3c8MeKq9o8Qn=s>$f0723j8%e$PScx6;^egJVMMc6c4M zeg`5Ht=|d1qV>DrSG0aN{1&a>gMgy-dnv&|>-SNNqV@YJVA1*m2q{``>3yAcE@%yt zLDzaV6)o)lkZUjY4F@fJoi{DGKN9V}kff3ftD^S0&2JeURfp zOSV1S#gzZ*MEPsrRUGbG_&qq>brhW}YpzFh3R$xRNhTk}8J#3~_d6tu8{n8@xDj5} zhnwK{=)=tvo!p085S^kAw<0Ogha_A7H^2|^A2?g3vK9rd(E0n~r%25|VVxe&{{Lz@sF& zJ_PI7YJOV^B%=9avv8tIYWOp6GwnPv4BYRJ&0u#LxhGLB2|GG=g$=g)O0}VuoSW;E zdCX0;w0X>3wX}K6ZML*|c;5|&fF1UgUtn%C*xa4UWUaUqMKasmJz?0l#nKf3hQJFC z{j=0MF#3>T-LXchb%z#l*?2#5tUDgccHNPh-!1mycN_l-YwEQ8uIjgQ?Q81US1z^I z)I-hh>)P-@cx(&cGFkE+>F>eFpsfv7a3w z`YqyIf;R28(2K0SuR`cUYv3bL_A|ZZs}CjZPdi0PP^3H~o<={t3?w6d1IJWuehaV1 zIm^otZ9iw3(jN8$XgGszuc0oxZeM}0q}qgTUkqKywl`iRe&EE@C3mVbg@v%$KN6nn zz|&!5vp*?`ug6L0F)=QWyEZPn#v;PGU&7%UgW^~4N`$hVA*Z>?ubijurS-*E0No2# zS0~P1`HWg?76NB)4zDt7aJKL~(i?A{xoNIEH<-M-7(VMBQ)f>DGpB6I;rza(vlVHt zx~MwaFgo8#bniM_@1C=5apx?_-o70oz3lDVTNl*mo=;l&ou|&>O;4j9SONGj(^HDO zE4FjGO=W&g*R>CJ0?Fl{D!JSyPNcAHAIx?is8v^M2oHO4A#_UYaoP00BHoE|?W3nT zuPM*BCG5PLy;4ZoyJvXSVIq5z?vc6q&@3zv?07TVS}^e5d4JW@BSD{aO~apP>kBUKb8X4-o5?4>7q2WTZp}${vy}U_J!if z!pwYq3hV6U=X7;zU-EGD8_N$^+CGodJtV$a?8GrYt?!7 z1*j!0-`pJ;GVsl7!dE!vZVwa@d%`jK=3ekR_~zb-P<(SA_!ZyW7km;wr4K%b z;5uJb>OD}_J@0^ypL8!hq1(5XuLvMo^D z;PXv<4|O=(lXwo2&MLUq0mniFDXXy#KI*X>=%eW5Gl;)N$rNW0{V3smPVmb86~D~= zj@7r}cO2ZYyzf}K?BY(ir@2>hXL_C%{!{rfwaIDL6os%iShC&2o>8!O-&}IdId5&E zB=l0ubyGrjNu1ez1*Du-KYSG#GU$h8e2Vuq^xmc)`n8WiWAZHSMaL+9R0*Dy1_mDY zwj09#b?~Dyy|>MB&OT->zL9wsBKI-h5^fs~W9B!NQ|_l1!hXVQ!~`B`$3JeuG@14 z4AxjlXOIfHmWIBNbbi1oZ&RMXvGcROTNMw_{qD)C;d;kRIGdMGeLAcfQQ*6>Y8(Z> zvT7U+zp`o^1HWa}pqq8dszJ(w)2eYC#VD)BLJC+`4g1{_7=j2^F8p}uU_9%HR z2(eT?Z~d^0Oerr4p}VHLyHSYxUGnIxClpQGjoHXeuUQh_!9f%E5DMH2$F%g_2d{%B z?ni{8i3i|UH1Qz(iY6X{-=c|!5l}So2qicyeUDO%qKTyxuxR2jge*-?+B@IC-0hlp z%g#v?E5uv9o;HfULzkJhl;Lcnz~h=DXGi2)am3#f`s6;9ihgs~(cgEyL{O&d63qSU zbUhg_-j3ja!hw`BXj5>$403ogWUl_)**4XYOx!(EM){6kEF2EhkwC{Wzy2L?%`qkw` zfJI(I_7}N+@DFc%e*d1i!+(#+#AnxDMb>BkSA5+&)qVKVo&#~}hLa{J-7t51M_2d} z$J)-#y2|ODavPs?-Bn-e#V1>D%yd_Mor@iJ)%Q6&!6(b-?xu$grVzRxpO>)i0Tk`5 zt~al|^`RAqS9+fddzSP<`?;{^D8ha&?0Jevb1v)!q^ombFS0-NxiI1fiG94UK34po z5c_zahBqiz4q@NNV|;e$#ZG4Cu!p*zE!>S}Ba5${NPXHR9~-Ig7&zwLxF&c#?#31P zz6RFIsdSMK7OyDum2&-Cusu7A2Nvlr6wzjR@Q4EApQ$T)o=-`vrNgh4@nV|h#+v_M zV7H|x?}{XyxhnP9NY`G#m7~?(W$yaoYUTUI5&Qm_iJR8k7EQlNnp>yLDbe{LZ~pQi z5Za-GJVX(89pqt(NTY*1f^?;WJj(uTbr9`ab*7{ccbs1iZ|TrM%Jg17Y!BZ0?gtO8 zD7LO7d@uF45W&k*uLJM!S_gi=IMW+GPe1Bd2M+wMeAa=BdPzpLRH*Z5i8FeKf*#ZC z<5r5pkik5oH>pw_o(MHoM*mKqnn6gf}jxTSQsL$EW zulF1crtDzGJDB+$OxeNoc`*1q7`)11j(pnbnCDSA+oH$b0UvUFx1J*K84&!7_nY3M zHjKXqZ^vr*UOmN$Rl)1$%jBl`yOgUrPUZN!_2l7i&UV$y?0Sq!PhTb@M~Op-YS~0W zw+lm&Il2gf)#*O2BhsqJs7ibnHJg4O{PdHmpW|+OvZ(z;$Hq+6wRRJBz3-!!At3;Z zpwT=($YJ@RY9qYIv`S;bp6wCy?j(JkaBsl7zB0UWcso`>)wfe$S|8B(BOLP()XVTX z4nh415$dqhEAXpBP_M$T4oAHPzjX-ebp%vxZ%~5m5LAtL6EW7~U?l5KL*Mp6-+Gt3 z#zSG-hqsOJbJGkA3ZD`--};|E7hRtL$L#tV6kZdKk&str(oDqKMpYwbIkTBPBH4oT zg$hP!>?eq1bzj>-@$Le>IMWy~+|e4S&6wG(O>~QtU@! zd4Tdu;AS~K;VS2&P4Edia||}z`eV4$ zK^L1KvzQ0R9K)vYI>xXWBGec*hhL3h3;0z}w}jss!&V5W+P0rGTP~ z?GUhNxl%h7eJ4HIWEf6dD~e4+BB2~pP&`S{x4yIPpwFwr_c~yBG_s0g;FvJ%f!6`U zV-cZXcpUr+h6~|WFgzZ93x+2kplbUmB{*PsBE={e#weg*coG6O7-r9(N4fa38{Czs zSQv1U`7@E1ZL~Ea;LK+A$FEtmj@V<@0#sR;pd08C3+%J6TUG8|`t?d!C2QK>i& zjycxz;dPAl0z{~>UI@P$>qYP@{QNomcKo~xZLpqTsE^ny(7uJ7;%zu)bML_GXzpD^ zsOI|NSIxZ#zXIBF_$~B&p8_i70|ZpnA5ww?v>#E70`12XP@w%Y0$#XbglofVJLrp% zF&|k$@nmK7?+E>Uuk72lwCJ8n35#KiEw9AlV@(TZts%t@FIuVWHsAVN*T z8t|)0SQCEL)0yyFW0-}2s%DPs1@``3$^{em;u`)wk#1SABjSe$~$x;J0A;A_A(m-&2CEOEuyT zh_NP`^j;gxs>2H$efuj0G4*whks> zX7N`eydeB%N54M77{sS=OqhKJucM!zBSQ7<3;0!^{{p}2=U?HsVD>i(sFW`eP*s0L z2@WRkcZyL=;2#uFOyHjgSfFKn%f%}TK>I3@J$YQ?hMd7`nU@sRKIqGU-fG~{HpJ}!LPct0DiGMoRsvi2PN7%uIRx* zr;mqg9Q_(n-ey~;?i8+e^s5b!742}$IbIcB2mAyg6r5IrU%@g0zk+24{MHV;SIM5FL%3w0QSc?*TEU%EYXxh&W<8DCrWIsLKJGR|DL(G7>s@1B1XcYi zXMPENCQIHh%E=pS`bl?qyn_aYP(Pu!d$E@YzD4UyWgm0#v2`%RVqG{Ujjji;gGSd! zgu<1%@GBhJ0Dg%#L9rqHc75#@vrX8*H<7Ot42$Xa(r1gX_D`M@8~!W^|D{~;=NRBm zmh`ZeogQ-8XV|wSb}XCzwqy8h2YmMe>WaPLnE1aBybk=|7ZHj-?gziZ|NY@tba4Ru zmW(UlwgxlZQ>^sqvYzr6i{;Y5Cok1n-@NAidzIQw zmkGJx^X@Ku{sbDA_!N!_%FihLIh>=%f&LAgf!#hJ~fbGhd0Vt`s)0>^CR7x3C@ zY7>_tLe1AA_|<&<5`Hybzk=UBU$(WuwD4lbe3id}67q-iKNp-1#Sq0|a7;KI4zB}F zM<7DM=}7n$oTBh6I2{GQ9Zs$`+=h5hJxsM>-zQ7#fCa_IMQVfeJ2j4e!YiEA9M zAz8c*$Ar}z@H$}iCL+{0-hyAj>TUQ{8}Gnh>Na4Iw6D|J07}sg#~jD1@H)mJ5TVAg z8vJS;5%??Zn}Z#Qu$X)&1>`W>L>C2A1Kkvm3_d7UN5BMtOJAQ7e%(P+6Oq%=uayv? z`qB!&>SGvw)$k5=<7CGe=)qeqhDib84yxSkT%gwYY;nF z#vwxWZ9M#{&n@t)eolbj0^LLksFaluP$Oui1cx0mOfgbEwuwm;PYI}ncZ0yeC zJd_R3-1bjTxvknSw*AC~XL;)s>Eyj_&H1QHAJ4nJgbvdt91qyp4NGpbQH}Ty)C7x} zyX>?G5iadIV{d0x$v+kGS!BMSA}nMz-h?w z&^7)dti5wtTh4W@EvG{VD)gDmWZRSr1_hwMQTunUW8aSrxycS-E?7R*UN=9A}zmi=`;8!yBcko+$@CF1_Z8uVaO?KvXKK2;m z;pME8xaMvwMk_*aOjtI<>wx7rL@1bzhhM?61%3(RpqK!^xzywF+i-gO@P8b0cQmq= z;rT-czC9G4@91+m;~TI4uDA9aCWJq5biK4Eg~pXlgwSuV}I z*4ago2R7a5%J4G|zMYle&pFqQ zHoN={;WZtwZX*SwOwYCe7aiw?_I2%>4e9#LhQIHdA9zq3par0p(yU)x@;h%PO3OWm z9o4ZgWL~M%6ke7o!scrp%8q&t2-#*wJr}%Qo`D@7ZgHUOkR9jr;*CYo30=BN5o}O4 zzJfC-B&RH0CdIv=!`HU>u_xUre(b&9(I)KX0mpLOZ7WD8TsH!a*!IY5d~IyF&VeLl zzUS-UYtzE_JNjNu_Rm8B@q+KC*?8yO;e8!rAFi^$(Cdp*@ETsjSaabIuM)n>F&9-d z_tkJrJuC>XLl3J#grfUe_>~@32fr#*55Kh)G>QT$Wi$dxEHqGpV_&F|V${CS7z(I; zp(X?@QzFC3W?yP4pR-x6yNdqs_u)63@Fm@=8jgZ5yiWKc!h$dS7JT7Xh3er?z?T9l zWi$d7d?~>RUy8BdO92bM2-x9UsU>9bSo6D1O4ZpJbK&UnE{IUw+!cP+{rT{#&J^M( zInTRoZS|RRZI!nwlb3lroyc;o2OWHW1J|8JPr0gqNgY$bB>Aa;X_u?{pXbbSU2#{+ zb;Wn#%N@8~_O^ub)qRuBv=m@H;kL)-Vw2w6Ws@$(c_*7bTAFh`yNFG|k@}Y7Q3NrM zeDwT-JU^QyEi^l6q4+wxgLgEAr#R?s2zf^mz7|Cnvgs)`;jJBGk7NEsFC0^jo(!); zDD@#i@y=7=S3LD+@T)?n!f(mZ(ws^oy816qvLwrPh~pp!2Vw}=Tx2^y7=?rp0%esw!d`{4 z;Ze*M7HWW&5yIX(?6Nl@jF3=D`8wF83_}?OI)G9Nw1wpRpL5^VdQX0mB}e)FBHwrS zIQOi3?zs)Q{Y4B_E_A30?8MBETxcV*)MuMq=sxo=I?r|nz%I+$eP1~GOb@pipyH>` zr#$7JvX-ql1q4Tz3J+t@7)X;oaGcB#&zImiG4!e7Yt&MNkw!^R;w(T(QfbBy2 zF^5fu4R-JDyv-kev-iQ?H+!EQeJgd}+5F{rzWeZ&lh)hh&Fwos^*2uYccaV;F7?$mLml*LGky#P;~n*Lnv89c#TKB8;`(31MTccShJ)>s=7GueG_S!=3-p zUH%)w|2$+BkK;#gZ$5&K_MSk5(cY5?8|^)Xu)$G1jj&O{0)$N->>2uS*e5Kc7~@{e zBKnYgSCe=aA2z+Pxwetcgv+;50J2mi&SpH)hA*9X$y}?3&R1Q&)~eKY+2c6xwU5(d znXm0-Y`k~4b8_ddj{RP>a9q8-OBU`4U|+d)6du?4edjv6=wDf6QCAy9Wr}<>pGdob zcb#{2{OD)eE1;io$W${sf9=>mRe#pz-RIgvuDP5-tU%yCF>UzzMv%;hlK%RBsq z^mP8q(YIPXn>!cWLBPJ<{Or#sDgskBokvIKN{)3ail6MVhg~MI<1L3wQmX8gN9WyTfWLVZukG zbAbz2R{#C!TgC6eeq`RK6Ocbp=mQFEv;jgNQs_mB`-o0O(&8lw|Ak^-rqIU}dWAxt zQ2I>qDuq9#*w-lZSBmXO|AYRJesF?r%N645sPXaVg|Wt633YB)dt|Oy*sMg79i)pn zNY5vJ4ze2;zaZlKCp<~fJ4u{H;kOWuN5q-%N7%Ov95o|OJBdEjNK!`kM#MQ(R?jp( zBF;54HHp~>M+A06Ji`6j(P*zzQF{9KXh9QTx$#QFb)2yQVfJj!BZ;KH#CW>;+Pl;L zL|}2G5&8R*@E6{dp%k$t#vxu?TZwch=ZY`AjywGs&C+)1FYu?YsXaq~#f>y2Tc`hy zuo@CE>c_!oEqQFBKaRg$>cBTh>Iw~fOMk)x|G}T+3F*J#kDRb38KwzKig{CMg43T< zCe|@~SdZZ?=c^C3_8@lRzzG+_4C(weBEGvb&DG*+_pwcSp)ml9OH@) zL>0x`Fg^AqPWg7waf2EPH}vmjp@#F&iHNXJ1MR9v`YZg}P{R`JUmZ12iXAmLVD$o2 z78e)d*MQZFDC~mOixHO%tCvt&3(s9@W@-|bA#A~_8z#2%Hd(;mmG5hq)|KskRXaXD zg9l_yI^oPn`d`jT|C=@GlwzNBpwf!1X$5FkUW7Oo^OPjJGaG)Y2#k5fPu}yDjrIV( zJmP`8(|kTnb3Eadeu1~~K5h@R`7h!MbRfgj{z?iFpCGQH&_5`2HHB!4h-)ZB7%IVh z1waF1cjJTAyyAn;J&t4R^6s@V;RwceUf0Pzhr4;3L*`Y=$X9Xw?!Nsen7$2_C-%-` z@czuZ|K|Xv?F5)W-Vbliw7`ZRD}b-P?wbjCBk5i2(F4H0h1P!qA+Zle%Q8q<^g`6o z`sjV4^=?H{M4OColh_wIz{jnQ5Bveh?>PEE(j7sbq9g8MVBksLG+rj`Nh!=orGwE04XZ#3?*A)EgIjQ8(ya zsU&~SG(S;y_BCDpA01AWS9~8$?*9(5L*}1AYsnmQvQ*-h9P_Ya zQP|iiXxP}<1{=E!3vA?=hoy3loLgC-*I6oAdaLtItoA9`jknQ(!NKAfv>4O*<5@4ok!3^wetYk zH*QQ@j9lX<Cyeg*QD0y z(FB|@&>5v;e|=w;{pF%xosxtE#_#zgVD}YY%W5QGg>j{C9{dzwbvyl9IoSP`LiOTQ z{CJ~ZFBe~v0gDXzqhD#OU}fo-?=^Ar6uSnyCO&zJ)r+smh~O!@%7XLU`|IIg*V5VTFOcml7Cwrz~sf=BKs~ zb}fDKQ`;0@%i80oeD5!}Ecl;b*TknRC^>AMOy$=7F9ouon=kr4*fsIV7s=KOu1T%& zMJ4DY-TP!_uxsLTpS)TecP$0`#4Xdk5bT=xl<77sz9zLN)8*jv*7L#}T} z@xB0?p99IBq^ianq7L`(h4BuA5e&^)A6-_|6n`YH8W_uwhqZ6?F``55R|#1D^)yA< zHaF26)nGyScB3Hz_#$%uvi`eaTCry5$5ZFIP(+6l#4_7ony7&nwC^my8;XDNtaaN-kC=c4)AUjFX>~kkX6z zgRt(2xT>j$?U>T3c4!-;@g_APGe*V!C?%#Nu2*emzcL|ZE0p^Q%85;AGH2jNWz$q` zQv~Dvo8h-9(cH6qG!i?%16>g}W4^@?5v^^GpKcmuEHdY?DTC70eDa+BEf5b^6xx>f zE4HGaUs4&`6WYnt;YoVWl2?g4DP=zG1F(6wuRN@mh0aR-(8$R+Y-6ETEmIf@SMZ=gUk1f&ykH&1|!{xwuV8qJ=xlT z<>K{HlosXe%M`4jGK$v6_dMTLe4b0H_tqlyZlnWO=VA$6=JyTqdtH^mNM(D{3d3Hp zIloBylCU0#Ti zIi3F<0xT56M>>wJWxmXur!jJ#%c`KE#E~Q+p2Xsk4v zU5pkD)7tyyX^Qb4BY=*T3MW*~_k0%P3v{_)2r}`v?!9)CPuc5mtm&a7kEd3G0!`Zi z(loR`o2#iVd`7e#@x3y#D9V&ur|+eGye{-iPl0gBl-Zj?vX)u3(~-pAmYcGqOp@i# zdUydBhip!MEVtoG;R)^2Wt2!?rz%byjjHb^n%DrnmpBa`!eqe}=Pl4H>K&(wqmZo^ zcfqN9+-6eddVl_c}pd0aOSe%S(?8k9Cy`A)`Na+6po$OLmlMwFe3wMv}X-M@o zprXAgKK%()!&(%rYy0r`2j=(r{QXz@{wabyhNyA`>TV=`;2?FIe444L6}f6$0B_K` zQIp=$>rhBdaokuRVb?%y6m(RN0f89fQb`*%T%wyQn5fucG0OndZLGkQ0B^uA^#yW69C z&D?uXwD=rdm_!3ucf9;Sw+Mu}A@Mp~wkK^cZQD0*o8wJ+-Z$@{OwoPQsN93@5Kd6V zpV2!tH34(R4k2`WkYLCVega&Al z80VI&KPQN`HHL*&?J2>oH!A;PFA{D^&V-Noka9Toi6_2e=Yb;0DVL&M zw5{_ybSH`Vo;`t3`uD<*j>&k-!XNG4jA(XPC-2_RP4}`l9MKOwmMEDX98J*hKJB(K zOx>l<(8SBXs^xvCe7fnd?n9c(2IYJMABS}QhZ)G}`uw{Qsvb=k*nvw$7nVl{m3;sb zI$cpydAO|HP$3r4dM+V^+aX>=7#u6@1#`V0t>yI|bJnjst#>}Y?E@OTi*LK{WG}q` zN>48U-`1$Stgp4W&z#593NHGadu4{mmflb8H8Y45qSJ1AOkk!%oSQU1KsBm>6mdV~ zqvR|JdwtE~2}<}0&_)6bEu*e|2_7e@;|!T+q`=dP=RWHRo_x@f>E|0V>~AoQ{$*Ie zmy}^ALDF1}2zQ5g6*VQp*vDa(X|rkC2I2)|38hwmpveMqC^Zp5OPJErbZPg>>3fR* zLxJVA{b*sS-tzD%gdb~z9(v{#Hn`m26<#lCecyh-#w*zNQBCv1FW&BrAGYDohcJ7( zoL>?A`7pH?DE@qeYP9gD0zo-?MDE5PctZ*^o6Y zEE^J!;<@itCf9a|XEB)&Iq(ivKE7khG=PeW?*O9rpf93a7G?e|fm}9aMuz-t-%Vv) zZU5^jFFemK7m}_@zL}Cub2bz&p=Pf%XYB2uIWMC?=iemJ!N45+)VtJ8srRc0K6sDX z3ltyxnQC<71C#HrX*uhxdBySjB<4@b$4B_tTTjmSqKh5#bAs=D_2$|);#@EL=H`2- z-eJ*)bclI?Lgp1cP98QMIip0Fx;#y6>pmJY?n%ZxZ#Q1UV+?y6~>!6)Ao z$6Y>oxBJdCc(>O86TW4<%odBLTj!J`8IC4`CRF8KX4cc%%QiWzreVEz)aFI?8APXT z=Tv1m-=#K!KI5EF{b!st4Liz8#dTpF;w>P&B=hbehAzn!_KGv9-XlGR2%Ic zk@~Elak!#PuTnb|&w9J*zcBQ_CGmdB>|g4v^itf-M?fFnZ(geTLq6lGGdHShT!6R51PC((Ly} zvfq3@;2CxoVm^nR*RjrLXg%}cid=fqv5$MvlPc>i03E1W`x)mR9g#Y|DyPA)I0*`m zm@-Z0Pi*H;HoZ?xpTD2A#G8)OGybWvGggUz%6})pyPZ#F+JYhJfR&?f(&YfsmDTdP zRE2J!%IIY|^q>EFraJF-gznI z=XV;sRB1NTA6{zXrF^t|-!((iKm-)4VSHa`hAzQ1z5Q)W73^UAfmrw<)smFdc) zoSoZOPcFK=`yF0v43dlJ9NG{3uI`E6cickoTh2W<(s{6v!f(8IZ*hJDck_Dayr1MW zRoMbG2L7Dj7b1yBc!4129ZiwmNThx8%D8L2>;T29YKpvh^dAJjHv?2!ZRhxQBSVyZ zC?%3`D;Gx|Toa~Zpmz zZ-;fM%mLE3!-McsqNb=$yX&5D1KdjP+J(iloFK+-lGD}8+NcobC0IAfiyq1FMh%l6 z67Il{(SiO0@dF5?2*VG_L5NZX`ysK$BF80tcjfMtJ{8it01sdKA>p9(L&8D!Lt^O_ zYo?DOqO)%WZX6(`xDmh=DIR`Xepk zZ=X%)eDv-1RU_ zX7jDtx0Kc8$Kkz$NJm|4&5l_}GOG=L2STUDJWO{v%7DLzNT;d{XIMPD6Lv$^eyIrT zhN-8gBww%ArFGR2Fg3h<};$l&Z)+V_q`Qea1C9_nExsd6X&JYezxIf=~5n z;$sZg>)qQQEy9`qCn%sDO){D##4V;d%NF7sy6t!+;ojyeyu-C~^}RR6)7}#kT&0J| z5G+rVz`nw*$s0#;*^|dGZ#(xW6Tf7f?`6Zr<`Nr6G`vTt``cgmjB&mfL8oPk?r)#@ z8{+%2{q0kd6ji^v$7Xk9Tch!=S@yR^ZuxD9YsA~f^yhB!t1HqnNxbb@AFvY26x9dh z6M_6>P z{J^shV(foG0m%=PnMbq1UM=g{n6Brae_#CABX0a-;}^!5`_sGry44H4Di_WtKD?S` zaU1-N0NiJuQPr|sNRKP=VQSdW`h8elIngG^w_E$G{Bpc)U)LNj*CAqP6;Q?|QPIDi>`a-#32x ze8|II`n=1PE<2>R;LcK5__av>rcEv(7NKm1y#RJWzqT2T;}IL{qX+@@>$~G z|MS=Tg%7!6m3iQ6$@h2J7zRp4Gl^dV& zLhEnFtD6p;az)QlDuF+%O#ZR#7iKx;y~4b2maTU_o>7_TiS9oQ%k4rq&=0P<<_X|H z2d)YR2R{06cD*A)W@G(_jg|*uTX4)p)oEK`!x?4N$83u^%|5@`P^>`s+2b2e|9leg zHW39nSJsZ9(>+~JWx`y|+p^kdaSMq#@;sy>y7|%6UZA@9WvE6=H!t6>B>&3UaNzHZ zcdw@b2M&F9E%Ed>&Z|zIz81~|%C*kKW83s*73JB2p~a>zI8z=Omhns?p4vRqZL)Bf z=kw@hlqq_qYtwVpJkHN2gXFSjJz~BW8RSKrz;}o!CNc@0c%;)5=_@3grugG6?zwS+ z&Ra}(@D};#l^-2M>V=YyGT7kW8sd*Q+9tP?Ij z|LTXf{q7+zJl}f1Abp{2ua`xaLvqpxfgv|;DT~bly+=_Ca<%mHm(4@xu&)M^-isXs ziqh<>!Gu}<1Wx;X! zn`fpfk$so4nxalb(=gJEq>cmSsTfX9rEFWm`QSiyzv2{excCd$T)< zudva94yb1AH}(A8B`Mo|A9(iJkf7dj!m|N=Mu@N20&{aT-_4>p_*o#I7Y;u^6tAi& za)KfK{7_x+^F#6M=Z6AO_A!yDnK~zyVeB}*jZh0b%3 z-Zi#Cq!ByN2j@ogaT}+cDWVqN*&MH7Duk9 z<=md&^ym0FZY&^UfYM?{sSKJxXMTo1Qx93PWC=hjyf}fas4rD4{Uc%X4{+^7#YCI>v32OP5vINsXWKeY`5-ib!inBqTi zZ5E>RFKvbu?n<4-*%n70%Q0X|YcxuoiLMqJaASHKWVa1?Ce`?J9x$b7zd$h58wWr>zgu{k+&cuE&d1OhYqe!9XyW)I8MXm+8&|}qn0OJ^8@9EKT2Gq zDq_?P&yQlfL-^FB8$ZEDDFfZ;r@i=+q#GNc37u|SC1W-;W30tU6J-M3U_?z}Ye^*C zn25c^nLsxvox@gn&<%-owqFfP4Dd%9)`p>~8 zY*NJm=+jtLrY{%c^tO0wT%3vIzF4$1uFV`p9?^bG`9gZWMwt&#VCHM$d|YcAeEuCs z*&Af`39St>KR`_8Z)^>>HtQ81L^&fyPT50Rd@E-Q=WGp&^U?39xB$PZIE=;>mBlt} zjmic9U}KjNC!*`U<6R`P74d+Zo>p-)pt@qRu0*Sx1aTxHnSBtqV)ayU z6lH3Znf7m$Ga&9Km&kNaSUVYwcAU2XK(On@lYm0R8i;7uPQh<_D=ds{7w0^*|d@?3GC^}xJKXv+ptyrf&9_f$4PX@{Fb{E*se)(OZ zk0kpHKMj+avO_StZwg`5`b&UAC{w_I24lTek0D z&48u*43fv{!@kQWGnK+)71rr)PP;ryr(0YXyiT5SA!UE?bWnikI>I!Gm)dENKH++N zcNAi+aeFeNWf0fI$x-cR2=}&&J&+z1ds40#V)U$HFOJ^Z5uIRuqg?uxa`4Vup#Q8r_9P&_2)m?D@Hz5I~fIepi(xc)4Slu~vTQd5`j%a!I;KtLdnG%p86D7@< z^2tPmr=|UUkaRoPvx;mz_VCQrBak<0W3KFH8N;W8$<{#(m&|IcTea%`a`8%aIkwI# z)p@0Syizu9nQ2l>!^UwpGp2mH=G^+t;j{g$-=(PeyA&`Ea`4b)&{LP7n=sE5?Dp2f zqxa2ipIg^0)ahlNUgo2h1!dbn?KX0qJq{0T_HrjZr~P71+o|Efb;Ms3T)V)}va3Tc zQS=NyP?*gne;u`9-F_W*9re5EEIicjrn~Q^yYa;E;78&GgV)IgX&YCL{spODEl2-? zJ-4kE{qM|liRZHu%Q446-}5N9?UG$?93K6BZri0{Iv;0PGUq&CTMUB-x6k?T>7=rC zb*q}1IYU<`%$PFj>O$-vihYi#N+;|?kHcX{tagYqVPwwyrsv{s>|ELsmhq_IlLwrJ^wZJ zJT7OVwQ+zvHo+rNyuZ1XdLHY%1wC&;cwiUmMLflSnzR{+(!aE?QAN!7AU{lcxGS{> zmsuQnE=SKfEry=QT4RDbXZ1WyM&Mn2q3)hoG#1gWL*h6#47VH?B`1c;2ba|cKV3Bo zKmQvc@Kb#-@nOxv#ILIqCZ+(V*w(qLI%vnPHM`F7DqUyEYkTA;{P0SC_!Q)|!CIB@ zDI3)+ti3f7V9gKw_<>75dCS!YKXOF5`Y^fw5^$oKEx}$UF(_jnp!zry9L(-eJ5o9+rhNL3xUBH$eLvNRD3waUlGh5Zv z-jsShq!@T1-B271w!-T>x*Obq_vj8mfzD;M8&Clr3)JuhS>N^!(j3I7sRO7Hawu)M ztKY-$GNPttB8}y#2CW;h@cq6&V%m2fpg-{Uihq+HrFW3%TWp0aM~bcS8&@Moh)p5t ziPzRvBHel;*P#(L^$2x@nmCOrPIaQ5*_-0JaVWJSg4_fP{Cb)k z-TjZ^&AJQ*lii5$z^SGy_Ct;{^-!_ji7d9?BF3RU7Q^w*|C1m`Q+| zb;APr{>~&dG{9g5xD5ucbl;EtzjckzK@6}5OjRr+oW%-o3Y;gx8Mhu zjdmJuok&F7iYQg=untsbge2uiB*N4Vw=kX?Hg(vr;Y7medMu$wJvbWhF0LTRAH$F- zZ4!Qz6E>%bTanQ#uH2g5?7j^JO2U<6AE0+uis8y_E~0mD4@V<~ar{v}`hEKo==ag~ ze*1tG>#eLaP=o)yig}l?vS+oz%HrBwE{> z;?tkd6Cd<4h_(-Z^OGO^eLjExmC}ETAmiq$+$)!uOJz3zl7K!$9sAGX0@q`tOq&S33ffWM(28jl>cBo=%2XH9G~O` z251=|$Cx}^|LvIG0h(w@hSkN9C7546FVpTITFlfL(c{79_wRxj?U(lGEh(B#*R(tB z(WA}iyX?^$nw8vbkKWA8eUCl5&5XX6qQ&Rv8D8K~ly%3;4|I#5L7wit4p|E<4@Ceh z0hd*YPkFs8-eXwsUbW7Ri!ZBTnF}H%;hB2?hm04+$AC&TwW|x~Cs>mp7UGFZRgfI5 zBSahTO1M!IpL)?hzu426C+WWS5T?6H_NzTae{w3?M zZYN^t(qTRDuooTHdw9XRO6iToze86+`cG4jbya!x-_@>ahq(W)p+&LwU%>j?%#jPH zSD*gYQb?Xjqt8}Ij(i^02B)<~CwQN!^nNG*6Nl0oN_m!yw;VcRQX1ML#z{3|Ug<_0 zhRX6N#&piNkc{q!b}yzg6bJ3L@v4>6X@VEYeo^NK1{K+O zFN1%uv0NU`f$wZ|6fc9(mHIP_UK~g3o{L`C=w=`=aPu##69#IPKPSF4 zKWzBX=kNTaL;r~VpTAxo^dNJ=Gk`gZ9zbVngQ-C9XZXS@#Gg!mw#DAfK0Dh`+(U>t z_7X>~2-iG{~7 z*EX061W#pVRUw{YnrzBpwZ`8Tp<|cwp73U0a^!_r|I1K7(y@ZL%1^zkF9NQz>OG;* z`M-}noH@YU!#l}6%yUtdd)TE<8BTemD(A=I%NP&)IP+fX0mD9`v@`E_AJXkp=!~L< zCE4|4_A=~Bqz-TRJ!F}C@l$2u8EuP@8i7_HwC`Y&xWN5B7&%K}?LY*-ee;bLJOM z|5ed*W~LogupTgVET3(XrCvCKz%5(706I3(ZCuKA9#z<;%8%TC!8zc0EjzwF^Ph9& zveiE6PA~R{4?IohTs9m&2LLf-9Ddo;Wy0Y@w4t|+GZ0xcIll^JQRm)0*PwE zql0~r*?u=6%c3ifo_aR57pQ&Oc~qm*9%{JGEozugcnK$T`Z2K+{{Bq^O>clTL znmN+<-7OYg*|S`D#dg;u2z&kohk~9u?D=bWKjQ+FL+-2WnKblo`OhHy==ILI*`Y6V z>Q8FzUKZ<5Y%o=8{bw6Tn=YZUFy&nPn$)4^*Ae*8Nh|4xfT#Fe=|h{2pjOX8gOi7z zzuF-W71YW2neX3TWz6?yw)xJF-~8Mmd*VUV?VvgN?^c{;k<^@=xz2HCapKu`E6z4+ zD(!B?IaFT1TM;zx);F(AGSd)cLm%e_@0~hbzt39Qc|pqp{k))R@5s5%n)2Ig`MJY= z#ysqWQvq7~9d6CpddJ1TtVUlEfVuRoMca#(4(r zhaZes+&4Q6f0`n_kx2XGmEnhB*#U}I)fAbY^dE$qW&>1QZRhxQBSVyFS0Xu86>)O5 z5aMJsQie9zFHpe!E=Qf=E*-ayb2^2o4~E6OI)R z0?DXi0o^$h3-LSqN;rdIj~dBi#RK^hXBzuUyi8@o;fqCs{eju>&j4y_5gy(uhU0mm!_!nG5E2SR^fd}FHI@3 z^vwPTQAvh6AVXA=al*2|JJMG$4WHcvQ$TtMMvn+43+6%jdY%GvxHQkt;WRhW;ME{j&v-wCV78)4aGWd()Oc)Fh5X%aS-`F4Wj})`~%Gw9@igzkE`Y3 z>3fPdXk7o6kB~#_MJ2lKtGS<@DXMIyuB69%!z3i0YwT1wNsP@5`nz58`ju#OfA*CYY$H zN9sOj~@eyr*KvyEC7-v2#-Mk+g`8KY;s{|6Ktu+WCw-6r0z zZT$5cj4c@a6;ehP-%#7@`a)pq8l`tybl)<}UH+eIAD!UB(acw7k=zpKk8WlGT-2bP zZS*0eGh-Kltn^OTalV`S*+_xI^NM~V#q7mCpuJFZ=3(}74?~mcwV%(B{}Ljm>>kKP9V*avu zFuxd(>k6UjB0Gca!oa`t9a% z#7nt18;@P`e&Z!81|~3U4gne; z`0{?M8a&|YmmhdL%hNu2@nV9vO7SpZ<#5a|{bMw3_!=b+*zh$QN2RaP zPYqwAa91j;h;>g=zH5FCE=x)H(H;l4&iKV9^L$`!{E}rJ_bFfrG)Lbt9%Y_N%-i^z zew8(E`E?CXTho|z^T&=q=_a|vpU03@&jJ+d{8Y;1uwRKQK4iJO3dwReT%nsJwf$j|Ta^R4;k!@urKInvOb{nON)<*(mA9=P^N0}s4ytN&8agls-- z8@W{@+KynkBpO-qa^ueJhvrhtbls!A$-TIgGdlAnYq@8h^yn@=GAq%s0x4)@NqVC~ zD$US0;w3%zalxZTAOB)j@4JtgM*ViM_}HwZKp&x4&jE{{pr~!1rLohMCdGuKeeIQNt|_orGDjBMD+}4h zF{vr^U0sFzWEOAom^pz`H(ddG;A>6Rc(A~lY`viN*96z=4Ye2GwYG6tP&$2>aPe7i z73p7HdY3%7_Tgd0wU3k+*UmFhMQ&W1XHG_xj*{*tR6_T%{~vzn(7nvjO=2FUC6;fz z#SCc#>T^@k~hZ0`(`Bt zWNFnQGm|Oda4+msRj8h50CXJ zW-Eshp+YkLU(tGiGCs-eRkNoa!q{x*z&><_JDEN-pFkeW+esi9NQpN zf&7mzN% z2dz5%0bP+QhC-`ec-%Lws$m`#r+HPxr?~7xtA>Aa^~)DO|NPknbpHztkj<+%ss(;N z%MRyx;y2kb0_#y~%?@X2-~nmhXX#ujtpBQgJ~TM}S00!fQRfbo;$POd-+Asp{7V+B z55t*p7M`r}yTP?BLk72Zz4NG*FU$Ys8N*(51zY{)mw_@rcgjH3%%A(>gHK#gK(9UhvSNDeTCj7^+G7>w zr#j$!!#gfgJ~iL@8450X_C`Orh;_ShC1l)nmmW9Xbjk~h5XKx?v!o>x$ji z6w7o!MS7FtQwJX{>V5QjSIlxS2j3KVc)t;5hvV}cY}JPf;EVST(^Wlr<>p$j`L*ed zYRzW_>y3Qj{}-Pupa+>!)CRH^*0U04R+xB)j+FQV8ywZzJwS$|+Lj}NJBzCIb@ah| ztZ|v4s~-yQvEl)`uHKUz#Bb`2BpIB}M{0ZT1Sf<0qD8I8QcGz$=R0}cP95YWo%#TxXKj;c*FH1_p`_`u7 z@U2bp>|2`xQ85u0w-QOyPji5E;=M2FqdLGk!Mg@tr|J7Sz$bwKh?Fjb-ttH8Z;^7onD$4$jQF_Cgkz4|)1c|PdKmnhcx zXZ@uYgD)B|=YafT@?6}Ex#+)zCPYRUelc%Fl3~zN+dVX|;FvuHwsB_IgrW+_*yK9Vf+Oy&j5(4?YW^n=`C*#5!Z-co2cX%@n4KVmN z49r1BIEmMhh@nT$-k&*e$mn|w9P%G?>-xtb{f6Duf6Yqtb8e=8#VqJ>6k0k#(o*mWRnF5Osuns*4XnYa|=$_}Am^zYN`rlLIuXU{y^3>AxMgW`MAc#7FRLej8?7`Zm9V$S$KPM6W>6 z?A!d8_ULuY+;`feCz{cB*`qHsE4kYqeZHCd9((l7X7s&?rcLX#6=677(K*i4*%*r* zO-NYGvw_Tcuz{?@1)&~K8%X->r2Dyk_Q&8ny643}U0{EFj@w{4#&rrD;ybkNy#M1~IIkFv{XiBNr}HjJ zrN^0lmt;ueBs!agH{IvCOC66Hm~4~TY!U2Gz65M`-YI1p$hTRtXUw&SD=K^DSpTJ& zZu*nI?=u`ciWaP)R;@( zcsDQ?m4nZyFnkeR%HmgB%}LYmB@pLd)BGy<@f_nEJ2J;9&pPWmJ$cTay?1lyW>$X2 z(9J9hm?)LL++*lw5@sdE>5EH0-tL6SRE2qzEPCg*%`7v$BbhFXZ~F$Q)~=7L=$sh3 zk|r!n4sT2(6(lV++rOx**=jZ`!wR&%*%=5w`GD6g36(~)Csh8bS- z$jBp3cC4;Fk%Mm;<-%KK#uGW|`SVUZF#_~#%(rCWbs?TpZ{6!%=^kZ_v~s z$ZVPPBHeb)lgtJ+Yz`c?j0-j^NxF362X6i@(}Pf+n|M{EtxzV-&H>a|J=zo=02sg3G$9pN&T@uHWs;! zlzMulU$`pGXBv^aHQN(_bPo6e`p<9nwqbU3rDOK{Rljf_@A+(VoNMaKWX!~m`O>=h zvh{dZ-gBcV7m##uvk7988l?$Z!gw}nU?iWt~?W)u#%zRD7 z`RTkI{Kv5BZAhO|etLUBYqkwrmOg#t*?;JFgj{wmBTt`h>Ft&fpy$@x)%gmie3zxG z8fLl3hhBBI;b=?@#YQu>K-XFP7eFJ)wGA!1&zW_dh4qdcpEFn3-iYXN*18Qd{?6*p zFxzkB;g=i1S_~h*9CtBoHiJSP=6u;><%EM_-oIJ+bt%^)Wa)z|d`3qw;=|rTIrt7Q zc9+LJK=u~HYl}`iBfS}(eP(RD8BVxaz6;K1Jd|1yrrpA{5qG>9zV@ZCNhANe+KnU_ zvd%Eb`e)yY`#e_t;8m6$8;5-Gm&-056Ys(9mvZIM)i33CRZ9cSn+ThOEE>}Qx@xyM zSn71u!P({xJY(ED+(Fvr>Nk(+f>&}*as6D)={<&-PpyRBLpgI%mVX@|a@P8bbcNlJ zyqNl8?_{Y#v*fcKwR7w->wqn;*$}zpuhJRZ@l??!EdZXa$`sN==b|zi{N+ zP7bp^D{GGpvz<;J8E-_vf#vfzTep+rKENk;8n%l=IS2UcK0oIG%(qp8Zm$yZ!xvj- zpPN?0*t7aj;rm#0|G}4C1fYg|^yRdRP;5T>^7z15$Ugc=tErzBRH0o&9{e<-&RxiF z#L_U%S-Es=OS2u`%pB*g!^{s<0{?&eZnm9j{=2sSG|$n!-nCV4Hgt}6nZC}laCt$?unOVV}E1LJnZRd(h1MQfZ@O4M>-6sqk^HA>e{_ZjT?ue&5y>OaE z_}pd7GYseRmB8U(J+saL^1$JU@>xVYOpvtdn7d#nz`kpqHfdEcTi|N9S@$Kw9D6tW zr_L?IY;$)p+wKli(OkVUOqR}PnC~Q31V5aS{YF_BPUdruc^1*cu|3k|63q8Pf<}UU_=;KV?RQ8BL zQ(W@zBMU@bzM1IVM|Bn~EY0#fY$JWF*4QJ+r4ZgA?@nolrrZt?G0G zcBwWw6}DJ@@YqEUF7RMinK^>!bJqF!h`cM5SBE>I&eEXZxr|Kr|pGev^Yr<4q2V=QlYh5EcJ(zR3|_oouhZl=jnllY?ftcGk>% znnR39ypEnz}1-KzEMDn6o@C9dL~AqS9PhWEAgo{kE3I@t0>rt zV6=Vrrf6i&VN>3gcLS=Zp3UJu9&fLRmC0(5NhS7B74;AE9Y}wG%C5(9@FN5qK*V)M z1P7D}pow$PUWV8AS|o~IBAcsVYP81?I&QwAjOw3N45Esa03#WW7;av zleI(|wI>iKx=<{pMQL))7Z#%0A^7h5&0sv*8;NQg7r2 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 z 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

9M@vNEl(DSzIvj*nxQM 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 B}f2)K0?{@=V(-(dF?=2s% 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%0DnT_Rs~E) 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 z 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

    r| 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%0D)W(@g^ga{R_P3kPf0hpoXQSAX~f?U9C(m{V+`(3 z3&e+kFmb`*F>A@FS6JzTE$5~Rr)v{Gc>tZ-vCVYMf(7)iWs33dvZ95=0ko6neU$)l z@Q~aL{HPwT+&jFTwNry5olWEhl*;h9^+e@wbh%!w6NnD<(d)37%$gC+H2#Fuu{1=9 zWe%?mx3d%qX{^731AL`=bu9@0cHzajy}@46_cK-IeX4Y{x4>sS7ziGaUcNTofy^3N z+W@R5@2MDq`D+|=p{4vili&O#s|t;dq*x^xlMZWy)$8C!;_hI zR^W8Tkm&W7tqJD$V7#*d9ag@JGf=pjG|jq4W;?ge!7e^k4r!l%i|MYeTVSP2Et)$D zK@QR?UV`^$XRWqiZD^_<0ZY3MUmu{2z2m&+vdhSEcI!|CBF#%X?1(|0fn2x|atK7r zYIbWg0Z<;p`|Svh+O2XgfMO*~k%0ZiHLc!)4I6v=ULQ!=MTmW1?5;|1 z1GH~XCwGvkZRib`tiO}#EexRaHrtN}dWY;62OyXT`t1y2HTd=};8efwM1L}@MDKGb zfp1l}!+6E|+xb>015Yj%%LQ0C%_lek{n+aL42+lOhhVSy2vaz|U0@B1{ICa3I{Vx+ zkkPhj{s9j)sc4$rJu-0%1z5lREVjXQbLu-=&=)sJu?G~sQKbkZ(L%hRy1(h&*tJ3C zo~&mBcKdmA6t?_&+!ezegZfv0BpGPE&6gq|4A|t=pG<*ptR@r`V@ALb56A4_L)Qc4`BUU=MK;&$r-5hWr zq$V3^f9mW*WaeL@JxV%S@y?UOW4OKv(pC5l7qAM!AXs|X9M!-P%zHj zBi>A!Jb6Ad!#ZApiq)__Lm1ShbrSO-}yae!421 znB8HW`s*c7kD_!4fbI#O)gWQt$w-L`!CUJE*DE*<>$QCYOoA?p3arw=%WI&F>C5~E zR5Y}@=DUC2xN9SqGB!jitc`(CrSp4-xOo~s2l!K4-0wm2ctyh$B=fZ0-ocn`HbXnI zQC51->Tvn^mSKWqb&&K8=+EMBcmj{9`|V|*rv~Eh1wNvFwFW1aFw1tW2}Y}$03vWv z7BATY6Yc1}pP=`Al6i1uAm!3RoPu{~9*1jC^>XnL04f(!Z4LO}sU^MuMFWrfe#SSY z@P#x2&Zb`cw%{T8YhiNXL-`YF0cNvv5O2W7$)!mKqT%5~90hB&e`JROXl@6R^Cq2#iD1$1>-_iK=DTjlx&1eY5pq2ejA z9m_)?BT~J?2Loq zVq$~AC6+}GaDOTB7Jy}X-qzhCvf;0)wq6994056&mx&jN!(5m<{2k(`{xSaB6` zqu_6MI({BYaDDxf(F#l=b2#6FcRZZwcd*TA7f8_0-$+ zrm6`>PioQ6z$D=4=>X?zhdDW5f5!z0>4ePw9psBl*sl7wD%UOXI4t32Hh2nx`ll`~ zx0whkrI*mGSS349RUX^!DR~mza&YJm--`m2mEiXD=fK!Eg;=9$q z@xwe(Z<XO3pbe6$95?*R7e zlQemQR}|H`s4}#^x4}vU#%DLlkKjiezlH+Hf82}q_q4qJQ-kMuWP`T8Mk@z=Dr(kr z*cuJtli)Qq<-!NfRDQe?FxV#)lG4?`+uUIkf?la_XA>}gh!b-GqRB+z5U)}=C0nX* zAiCQ0s~W79OsQrQFgdTPU5CSOplEYo7Swz=fWg>&_bTw=mSXw_`}5t`dJ|T-+Ls** zOsC&qOy^_Tz_p)e0=AUBxaOdq{$`UK_^jQ}b~**GeL`y>J~YocLj=Y+w}Un4%QAIa zzpzJHxCz*6Zlvenv>TB=;;`^mzAZaE>dHDUfk3m+`5GL* znRGq@Q|@#A4a8F&KRe7;ib5Sk*7Jm{{=UoRp8nQz86=};QJX-PU*+ito{ivs>5~5E zR)xE%yGOQ6SSfSf`A*~LDd-1MEPMd598vrQv-{O9e<1WjtL%ATl=rj+kjB>Xx&>}6 z1fxCp4%?~-z+n*i-W3G4Nij5#XwmUnfS=X%t6Q+|G!O2ogZ*f;8`*&GwVv+5@wDq5 zPJsI>ll=v3KK}k%gRC+HT8FYS58-lRFF6R0M~8s}w$r8AECKZgFWw#;t=P$8usMd> z?gWO^==tSf?S@u6UGa#z6siS?(@@hAU@5`8Y(Q&g$I4!_R+l}BeuD8&-h^vF4?!Q^CuG@cyq0XV70^7#f5$B%vs*4ajl`dc>lx4tGO zAVl?3Z@^K{hH3zc)naHLflqi~-C+=qBs~XbT8#u9lzKFtmmm|Ea_jHd7Ig8ss6g+R z?cxC3rhU{muui`ed)c$1wD!7G!CCRV=LzJWweh}y=$u{Y5yFV z{uac$m-39k{BW)gPhf9PuhlqYAT2i4!UlEoaibK3)kPm>pzkR2>INRi^sALX$ol=2 z5^->dG=I1O#^)M|y#t?q-%WNVn0rdQr-*MC5k+rwFbFR~xCOLq%gz@-9@$;&$9!d* z;PVcFpbO3j#Baqq8$g*E*Ut>RcKT$n0haOz*D*LdhiO=W!^>LOZ?J!f#jyp-f$m?u zgb{UmEesV*f7|tE2Ij$XIobpI&#Unptg=zDZ2-+mpC2VC zA5hVuTbdm?2MC`hHv}Q2($`O*P#E#sfaN9{w_o5xp8{O(aUi@vzRWylaORs{&h~8$qVH<8j6uLm zsF;AwYC$X_xNvdx?(j&{D(z(q5_vgw27n24JCi|Xt~7lHhU#4NR^3xs#8eDe96zf% z1y$SoDJMXl%1?O%N3L$i-lcn0s@6lW88Mq6gI$|a;0hGvPzWCAJ9+V4f=dwX{Q%@{ zu!&-jZU=M`2JQG``VBaj$=pz`oXN}y44;CkmFABN@Xh$NeSnzaxVoJ4#|h`AI!MOb zX1W4_Yn|-~n3s^T0jd|dICb|ocC(a!AniSkyKv*>{d)DHMiJpL>vJxH@91*Ab;uOw z=gq*uZu+zbwYOs6t@8CzQR8@mzJChebaC@wtsqkQb&+OfN01n3H z-KRhomEVNs(IMU#4VBpWtjl7y@IbP()W;b-X|pE3z^L(qgI6)egrC!20>_xGsoTu* zOb_pUhs`9c^c)O@?n)P|D}THRpDYH6=gSzp-jV<5pylk6{TG9uA_du$h%LaoyS z80f1uO~A7aR`C~zBCV80AC4O%wV@Us>##k{G8edg%FQPo26N$h0)yvZaJz!s(zlm! z!-27S_f!vL&qRH0!9lnjb`cmi{kfoi84@#_0>!}ITFSYDr6$|B*LLR#R;J8B*xo;i z2V8n=8X?$otz;))({5=l2`-K=Ts|O7-b^L_SX8rL|3c8y>=)&4I5_x*&P`vI=iT?7 zPvB6n%M*GU2^{13Kmy70d)~|7`5jU65ft;Ro?n43bN$j&#evW>^zm2{wZ6!u4W&b5 zf@8$7D)q)vzc2RmK7Fr-;$S!yM%u8ijRxA-=xcvgf7;YO_(_cN?(#$sG!lNM@4W>ik@@)!Zo0Hx8w7bz7o83-Q(DeJc`@pt2ci#kuhzhD zA9=Xxo;p)woLp$)evj694~D;FELET==`Sk`w7;9y{$?yLC30-9Ho;@p4<}TxBI!Tg z>swG%6pT58EhVhWFQEVW_1zn4e;2BmJ_kUbm&!*2!)<*r4Inu3h=x|$U!$G17yj1tT2i)Z}+0z`0k!V$$XZMu2m;^021l39X0o&hBWogVd zjNSEB2fxf}DP*Qm(oF6(G05yc(*2Vl|K&j!GmbYzwB@w^9!W?)sK{lo8U_k3j#c}znOGBR~;tB zaxdGOM#9)Qyg5K1q@PwVigU`P-l5&T2>QDNfuu| z77L)v?339cOIEY@6Bzo)yS~6Gn&rC&XcHyA^$qRsM9UaQ1Q#=`cig-FyA#%$df++a zT<;CyVmnAE4avEK)q76?H3^142RvQH94^7(^HleHAdYtCA_4DJn;p*}N%N%2fH&8U z$pbhy!JmBq!QVugO`Wau)me2bM2oBC;?|}Z` zavu92F$eDS1oZo*ncjf5^`h?+&_Qs(eM%N=IiUa-AckuZO&#{8Y=5eEAjwuU!w1=K zC7nAogPXB?0sVLo`(N3(nay6>yeALhf>1U{99bz*YEM8!6el13aImamD zqe~~y%>3_?4vOSTiJVn=8o@8b($Bys$(rXJl;@WAVjvF=?{L#SH5GbeYBUjK)DxmJ zF!R~)QGi3eY=k$k?xW9pvFNsGD_%B$J2mT#4~QtM-XVDXZ1I|b)8v)aFR**J)cRQR z^5#grL$DHOe%HE{6S0#jxu6%t@8u3`nQR}$;A~{iH#^T?rB~*l0!e80l>UmZbH08y zGH{idGS|TAyt%D7+x!~^V{7e#iMrXg9aidZov*?A#LcKp_sHpRHLu+x^2oS+I~b&4 zD{DTKS<0~qc5jRLOEA8N+x`{2&ds-(Z`j;%k)J&fJ}%EGMe+Y`i+0}MZ+ZD)6Z`g# zS4E3i=m0-zN4f{vI-rpiIPWdnne7=8)+eo9VAt`$*n`2A`1m7OK8}as9Z1@A;uK&p z@NNdT@(4|rdj8PoeTLfUPSMrBC&#r=2HMBUSg~weLHiUA$iK8)h`_PWia&H9J#df# z3NDYQG%}%%QS|ON;H#aa` zx$l_%Wk0pK-_$$s5tepI4RDU!-fjxS-@ws#U_MgJeE=@I9@FlCneyx92JY@Fs%vod z4C~X6`GW81I2eLnK6Dcu6rS-|#h|3Xe4T)5)c+bOh(^kN`2i1Z)@2>UVWQ8~gpKQt zo{0wbv$1zK!EEvHniQDcn3GmO&H9hzr);KOHdjvIKcroA?7~PKGD) znIrANsZA4%WhWoGApP2I(qW)Dcc0n_e`m>`eAgXFiOLUP8O}4lBirj^?>`2Z$|X%n zfIABGa|l9L-RKF(PgjZ!f}*y6+Y>lYpk#gpRnHnv8{qvsL)I>gpK%<`ZSWpTS#JaM z)EJL;U@-6drx>UM|1r(LEb^nO1|`=-UjND?R5!6@ux(7qoq+kMI<>Rzk@HzSJD{l2 zO|%AjbxyJf_=Mc1M?mzTRg81S#>E^5doW>QNcTbRJ%f4FJ@Pdl<1eVB>HXV+-n49j z<&BqL<8`zF$7OjpBA}0C=N*Hv{1Su#vXBV=E0CzKu6@8URB}tZv)yHTexW)U$0%3S z9kAX-FDV9EkDrDNcw~r=KVTo$w3;lsUm|MI)xi3!W=pwbXkCr4KLN)|daHDKrC-VY zt(QO?c#BK<;CFEI&D9osq;cKvRczd`pY%rHy;1^S1@-6s8r0yv9#)tBlflNExv~YH z=q#l>;Bv*e4?wh&%-{g}_S7Aa<^OkVBh{{fpD!0*<<*_D$zC=EwYr__GjM(hLt3iw z19W>{;$F>fCC$=Y0W{Ph6J}r+I9qWJtjp&*T!7z1Reyf>H`jTxIRSh4Ijl3V7;Osq z(ZN4(%i_(dOW(;{1J0LrXCCeZup3`MPCWP zHRQr@fw}D+UJEeHtFr2U*>ffT7>nShOe)s{b15IxhYs@jv^@guvslUrxQWyZ&tTLR zb1?_a`cu{&Bx_BH@|H!twN(26T2tPy4rro47k5DL)E(*PJoWbK`w2{{bQsp))h>lX z_;oKg&%+7OTXUXHfoFXOI}1FoLPYyGHbE}@bPo`9s-8QfT1zjv(bo35|r>M#I!@>sjpv$_ho*N6_DMD05rh!GF^==P=)m8UI5F{r27tR zj@iLF1N~U-s~ZS6^Gv30CbuP(L#u-7NMB(WB+cH5IuzbhFCuXKe%tsAz9%;sUx6jQ zr^g&5;bvOiz~+*fqYCWYfwp)7rM*cTVW|HN>8~Km1ASohb%i`Doy%wHv5_2SNE1;T z>%G22@iToSjOjKx>KTfv(YJb}jc8=6@CJ?$UE(=-d_6B;fnYnn2V0jJHE_v_+t|Gy@D@AG8I0LJm&Kl54}90z%?ccF ztICZO0MQ*isBz2s7|wF>3l7hoD-J~c&r}k1-(i0*1=j(|(E3qioiDBJKa0G3Dp?n{ zAn7#ckqd+Dw7&tBG*8U4|5fF9KeR#OHloPAUs`9XFY?j(7UTDE7K7oV--cJf+)N&Q zI=tVlca~XH*E)QkU}wsgOADx#w{?Hu?nT3OUtv&00xgd~##z{X2F%G`BeF|pivM0L z-eB$>JVFOpLdDd*5fJsM{!74%NKkp8vB6(MwW6>Hzsyt-Hi72e#jyv@>wVvjz+Jng z#}nwUKDN_%Ts_R4>1jA(trl<43Hw{*A@@$7Ts7@p09fROH?~Sj3sfLgfN;cDe zm$)UEC)DBVu%rvX>ec3pjE~-5GD-mMU^Z?kXQ!wcfjmreF*1ZY-;JSSOe{% zm(Bwe>a}|EC7B*NtCIf7{pb$v^-9lHIXL%kHU5@%rB%tRJ_-E87+qVslBlu>)>9 z>VIqU;abzy361zp!Vm<7{vn}}kGRi{H+9BtR6gtnO(y6&bMe~^n5&H+XW+DUmG%w> zL=NgD5O$y5_YI~*5x>U{hn3(lwIbj?lxuSaC7mU%A23)+#!qlror_1?n*wuLPH7#> zZcQso(FgLv8_PFfs5H;%pnYHA@d>JB?brJ`1Muole;q8-UcJ46reA)F4;V~}<}G?U zw|mCB=>~*}@UxC!Kcpya);+TFPfFRrO$V12?6^*$atjM)(8ctf^kz0S!I`wL&a=6VD6dw2Sj;3_0LZM0=1uD_=jErMyH(SQ7CBu;b2 zkF$|?jJ_8kTQ=Aw51JAJj-vFA1Fs+!(y)8#O59Qew#(b*as`8-N3&(nda6=dd%nB6 zefl%78P`9}1N*sc_sFvNv+B3z&Ur!b8js6*{=4DwC8|C9o2QiR->*J`yCp^BLJGeFNqLdH3+&GAZ z0hr=ECR4ClF6QD29G%Ts+<11v_6{`OYI^sdGJmHeZ`?i&_R@-@4t-!Ut+Gz^vd|S+JAnCb7S{1NSvib5ZUpQ~eLhY)9+hlpZPQmQH zyayH-7F#=8fy};!`z`nh!rP63v#|FSU0+E$why#`=BfGOpfsRaP%mkCW&F6`;Zy=G z?W#u;AXU#KnSyz47XusQXKTIg5ZoT+iz)QKQ8<~6HsIOD4{r~`pgJBOpqA3j>b^UKRY;mTmDAi zd=#>h*>7543bW_~=H-Hk?mJ&FJ&GR__=E3Va)C2!(muW5{-}Z*wka59Tv1-Y`_(i0 zH}IP#M*Ie&wg1tDf-QKMgvAhyzSeYa06X6$gDEgqqOqTM7;n7G2FS*I8Y(3#b9ar@ z8R(7ojj;gE(<>%E7@LPmAXooyHgcc2{$TVLTj^{8>3v`ST0rN@yZQr_qQ~L1Vmwbq zi@_XFvfgfTu-!fNeF4lz6h`(zvxG(v^0PoS_Lg?MbZ&r)Gs0#%QH;&ey0%a68o(0aM*s4276aReQ0yT-<(FLT7XyI^W z{&)K->bn7NYUtKqKw5{h>wg$O{^s-%z`i{Vya5n5%lWE9-e39~3G}^oJfDF}Z2cl` ze3Oph&R#39(MQ$x2$aKyhNj@XDql^9el(zAI*1!#ux)_kPzOwCI9*|akdiJuRZN|0 z2Yr`J22?!%8y`oLq{HvL=I$I|a-lZfz}~Hz>FCRfYE}=2;^%*TQ_x;ZuvG-V-U20w zuWbUJL(Mu?!1%ns=PxMZXk!gqHg3WMm=0t*&IdL~?I7-_pdjV6xdRqAke=XV^zL*@ zV<*~8ba4dk&iXV~z>D(;VF`SF{Ty{D2+CL1V7@EEF>wJb#`$*j!NMQZuR+hC?(yz@ zk-=~}3uPUYvEdd@_f$;PQWt1jE!XDYXV2S3*gds=SIz}22ZQ2s?JzkR#{xXpjW4v| zdKpEQ+c*B=(4Wxj+MtcjdF@=mzTd3HJ7|up=`ZMcm9C!1}*0JT0|P_p0nTjX?fs6cpG zP0Znt#TZSMYy>KONri9_>619_Ag=25*#HT*i0cR7v{SqEMh1hnXIyoV58UDI1OoTC zm|OwnsN}o^#^UA-pJU$8iLQYp8h;*|%cMO#EXiON zW)|l=5V*}ejlg8I@g7I;O^Sy)lnt_UC##17Zf`rHGzH6CEl>Iaoc)caY{75gWa$S~ z?p!ccg$1+JwYLRrs=w+T=$GT)fD*BP{^;7vPGFY))WZXqt1ORRU^U!r37s~$>>ITE zwQBs`H*1B0n#NyouSz=x{dw}*Jb?S!F4Yeh)%obtLDnYMs;?Og>`3TKU^}Bne1|g) zQNk&(gNJpoz)ig6!5p|GGLma&Fmc&mt1EC7{M-t`_j$L32n;Ftt$rWO}-otKNMarJ=}JS%=%_!j4qpH@HtC3W-w2TwjNbc3<6Ynr-4%(;FNf=3`# z1vR<|x>)ItGZ;>3*LVT@D%edQpl`j84LOoT_3wh)3lRO%CgOwv;0@Zb0XT=dMplPj zFcczCD9f-+L0AO4?HQ;iT@O0ww{Xt&C>w6LejGYbM5uIyDF`TNC;|GY$j=$rzIwZl z4;IwG4-VZU12f*lARJ15b_N$quPzywytLW%0@Cy6c`JbxKCX`r$JJ$9e8Ar8SEXUH z1=HIqtU=?J$yBx&KmN2VCg43eZAjK)ZAgP;7J!~d?cx`hXT2dky;x(9EQ=OEpFPIu z4pjM6HbRif1JjN`F5CUn2|OHmnVvzdONzRk8Klo}IjlNtZXxQAEHLbsL;4YP%k$hW z7hq>R#gIZge=mv$4R7GHO3b=L`aB;t1rXK}9UB2ByY*6X4Vq3$q5TFsQE~JZtj+IX z>CM?Fw|$%M0L53P?FYQ5d3gH*Q@&qH!Q&CVzsOvWXbUch0G-XI55Iea?&>pcUsIYY zoLy=_BL43_TQJlMYizinIlZ5=1z;xcr#7J6M-S%*9`$maQn2Lju#nT0354I}`CpRm zWLr^X3Bd4vqPtM~p&cq4jlOSYfL?i*&ea(XIa1PVP zziE5G3dey9c8Pl*1;DFjImH4wn+)Yi*=#N#BU3+29a=(oH@ppq+Vl5x0DeR62VzD3 zrt7mE^mkloEnClYU`6Lip>XFuiKKeSo+BIbvrHh!MFY;XEkKc&$+kqf#OW>!U?znd1=4kAdWW5;lv42xeq}+b27?gthK;5iRK^D zuTzCNS~MJ2G6qiSMGV&Ebvh*5Fo_WwLDDX?@cv1b7QkjcvF`!y&~If2Z&{KQ0%+$l zo?pTKNm7^?sNtsaOE4{EDXu_YoNClw;2M6O2f-Nh76;*Mf;Sb^lqK*sr+Tpm*U3^) zy$;JN_+7!dY`kF#l89#e0+Ck-R@3XML=+l3@OYmJ&8pZ*| z_*st6Ue>#~ z=U_$d&-D*nT3`0#JHN}?@o`y#$tY4MPKVRbIPAf#e~5VwVa2?iJ9vTq?GV^Sx8$k1 z-!GU**<&WAtk|1yJPmArqwF^Z8;YTl`kN!D@_6Wg!OPFG2lzIlC7Hjuj_K9aX~CrS z9)sDVJGlD3zXr3bf4rQ5wRk(?2h0n*XLU#^#_(uBd6;jcU-zDYGp>414);dAKV_f` zZr>e(&&^-RQ*dfM+w0JLnzw9&vfTER4x@}jziUvGQ{`88FWmxbdw8*`{^8~ZKvR;+ zPP!!@wQX*o-3AY<2Imz|9Ad_KQD^1U0FQE{Dsv#ni(z~KWJvaPA4uQc{?UTMHx41$ z4E|{dQKAbf(98a!lwetM{%Wm3p>23 z56TKeFKM2WUzMk%kFjdN>ELVULCLN=zCwy4v#QT@=`6v0cpRz@m{H|TOMrM$dkd}N zvU6m(SqC2q$gc)~>T^%tkmi6PvGb7zV8PJAGIjtU~&J+&k9t8 zyVT-`@0t&mstJr(8&51SARTdKgG+x##67qtW`9$Hd0uPN-j~BfVS{BKsCpM$3j*nN z+s;5<&&!4?^nXzhow5aR;wIqfkL#FM_w*I`-X>>p4agoSOvRf0qsJeIO2&Wvppp7B zuwMi}dkfB|&~1F6`gWG4U|ZLYo`E@G)p-R@KjBw=fE*r+UJdTr`s@8b)E`b;rQuR( zjd!*ILglv+Z18S2`}Ga9>#sk1fT5v}`~nzzp_ew`YpjNgA7F0okV*|)mUHju&kJ;?pzUT|s&8 ztv4+g#qX6jmJCvI38rI%w`m=TYB8vwH>(5(_%nkX44@@@oz|0Cjl-F%9Uy+B_w&KW z?}x$>FdJ|ZoWPP6Hhh5QDc5ELlIyO0wm_Ffn}X`b-|=BZ0|UGdzQ5hd8bT~Pa32@cMYYTH1)y*F z^cCjDA7$F_(iO;$biC-GiR;>JyO+|N6wXb);wz4IO8@!n* zq-Fd2OeTlR2JFUr&v=2^R3_bl-JNJh0;a*pU)-wxg0^ahr=bEK(%#QipfOFLHv_8u z6|)j7(#hEVg8F^hA4f|LrQ%%G zGi$K4&tHJ8|0 z3*R;HM#05UH>{x)zi&0LrQjgSTUMh_5<@145LWhD_vo%-s#fY>I}GJ{>b}5TxbJzy z>yVi0&S59?`s=F0dirzjKBy>5Pjbxe;%U8XdB{=UJid$#(3XHDnf7c}WuddeOx zd>|SWHDFcCPrjG|>9&7bA-G?Q>#xJXm9|tzqDdsta8ZMF-a4M-)7Wk+FP(sCxgSo} z;QX`1SBL5CWTy^zOy)+h2ZlDcXvB%?9nMwff2TDy#>}xlN=8) zv*~jGbW0vOlWjvb*>%qw1GJNVD^7u>zV!PXgeQ8bm!O%7ds1!l?LA*PDkt_&JBmIg zxEb0n^?}$gzIp)4lo00#Oxsw@Zs2{CRqqZ``)BX=XLi)(>56oY|B2>DSqC6oY;1XpnAkapxinoJg0MlK3g_Vx&>guih#UBuO)}rU0ozTT%N^|c#yjpO?D;`5 zUk`vWkOpMbH2!{FbpHx`#QA)^1)f?T4o5(BI3Wo^QC$~p40h>BN^gKswH|Xk_$8u5 z`=`VCvuNsX2lYAK)qp^CR~2t;*LB=)Q_u=-^y=Sf*z@h`xd%aQT&^c@T%@-w0a4|L zY6^DaUFAPO`^=c@4$?e!lD0!ztra!pjC(2G&H;wy>C-*%N!{arfK-j-XYavw`R+m) zfQF*Lw+Tpp>r0e_b+EAf)syu({Y+|vu{W$Zi332iZFV^Uk?Z#82698G!zUmqgC95G zJ$f#FEzs`?H$5-5bX1Ur3gm)nhhM2|MU%M4LBVdBuA+1fs64v;uEA+_iK8u`)&*Vv!1u1Jh7vD-clSVF z2pIpG^XUn6%0fJuAM_V3X0_HYX)Q!8tU9F4ag=GGac578V(`h1u-mVHvE5~0{#HVz1l5>);1y^lUby{&vlq^s zNyEu_Ilh+`&~|#H*nki@$9I7HTzc^VL|ak_2|w;Y+;`v`pf+NCvIpZn6L~uH-9uEJ zfzqzs(GA>Qt7G{BP^bJT*w)(yoEOxN0j*_H^%Ts_{<$Vdko+)CxL<(e zdlec7JYGjKuY;c?^rbldU3y2cNb+3T5JUur9+wHHCM3I*c z;cKmf?=eb>8MqZoyEg~R-Y}{xAU!sZbPe{CY$d!)P(QB!1KW$zDzd~n*US0I0NdO5{FsC1tr~yUfbtR_Edyt_w=~|sJUf0|gRwO; z2DZ$$JN@v`;W>>b>JDhDQy?ZC7PDXQ294y{UI{2+aJ}maYgmk_W(DfxzI7}x@{05Q z1RnGfH+S$I4acRTPXCN5ppO{bPovx+f&Jg03@@7pD99(-e*%AbYsHN=CF8w2rCJj2 zIrR_23m8qWq=Ez6ihGGK*jZ7*_ON1fzqNCc_S=G8QXo$YGil)j(~fasrw1| zo)Wt?z^IW1jR~UUB{X|5Sw(xz1wrE_<_R1sW4B6xwbTUR2}+avO&OR@Z}zzbCwG6A z?i04X9rl^Z!|__(Hfxf6lJ9Y@2LG^7=K7u`uj@KeT;SFcX#v1Pcx%TPe9KH(XJ9e+ zlLJNT=z2}7qYl)_*gXx9mgZJigK7A)_ZvV`jLU1=y)+oCjTiXQ^|&s9weE4H1e4|J zBsbu!?uN-^#tCxdIJ$sH2Vv=f!Hu%c?|(}?*{#5%PLgv6Y4|J;qdDum)o#iG2n6L3 z_Dfs+9yX67sQSCUa|LallCB4AXQQC(o2*Y{&8|AINcL||L7ZI{n*&%%?Kks)*^l~h z3ewTk89V_^T_`K?YpSvY=n|{$G@gbqVE9oT_Y1lAe~UoU;!A&T(}!B zf7r>#2c_ltP6jOFLu{foTq9Db17~`WKWn zHDEg=nxFmp8}{mI*IW%C2jX^P0wJf!+5z<9%Bnpe3c^S`gKL)Ni#OO1o_r+h#-Fkk zM`a1j&)5rkTh=ffFTMuYPBrW118Vw)%9UObX2%NFT91y8t1WtYWIy(`oR?m{LoFyq5Xm3HvsNuYc5yGM3+h6+yhAY7B~_0=rH9HP2Hxhb-K%cNxORmPn91{AJw9?a z{bpZn4QzF&2v_j*Z&aHD`FZ_#KY*$&j*T9$?aTyQ%)#N3(RBfs15nMkAP$PPk&Q_7GOV7slp5HFIx?VA=lo^;QC#FG#yRSD`@=tdL99} zoY9?m;@j=d!x)2|zA4@vmYbe8o`KQq7?LNh+rZbh+;+$w$L$rUBTHLnz$t&0)c$+V zLCm!?e_l2Rc?q$1+vqu+J{&WBK)?noqLAe8=uFs9ATXI{8_XKS7 zqe8M%RwJ%kwF2ttUAPUPB)vHnuU+%oxRl3bKTo$m%JlJ`X0Rh7h8=YXF4`6J$bUTQ zK#@`*ia~zrWtTfRxotcufW4my!3Pl9EF~@I4VeVsMw|t4VKK>)B|>?3&fOB>d`faK zNs^OUgD5nAjDmwvWgONZ^>#b`2#$5F8Yf^}+Hd{=tNyJaD2?5+Tz-c=uG1rFlHS+m^`)edBYM&0#nLub}5w35Y)Gq%iL^buywGdmv~| z(cVF^POi}toYdsFeuHqPFN6=+`Nlb8@&(CBvU+z0%7%fO3;2}1)$suiEOnY@GZopV( z<6`pyx8rHgd_abx2Kx33D6ZJ+_cL%koFow#@8ImJAf8>bqX~Z6U~t@l%`vjx!khIu z7HPBwi{g2k)L_oFqHX~p*5Q1e)1sKb%rpW{hx15TMu0S{&Nc>BHq}2hAbDtSDHODg z&nbV-fjG@6N(v@&Nzyu?sa{{mfmgroO^1Q~lMW?V?IyxkF8TA;p~gBWllY`h!BY=t z*5I>y4$doZXC6oCf?yHt^DD^1CQ3^{wi#a>Rjf~&E7=Xa+(uvB!Px$tM-OnD-z@0~ z7#Ue@3J^Wa%~kqvS>6@*p9bQW`TbR(y+2YivUVr6_f~{2-*s0TX9)V9Oxz(Ll2lGj zK$&?dvbvW7k&0`eo-?3(02}Jf_k188q*=u@CZc~w9>2c)khQa+RD+%*QYWlt_pZga z>w?!Rn9y0t8lIJlqcpV4z|fu@*7NP;GX(O;nLO9vxJc%q|Km%eaJV@F;b7@DDOvxf zA7|tBTE2blw9gS}`daRe!8m$7`#UfyeEsc%MBi(-2n^%FqpiA^M#ZS^39~;zt)wlL z=LpeME|~}%P04uPo6$jPgn|Q%>08NDptr`!RC=?&sD2I)8dwa*%KQMFKw9+aVka$d zx%>wG8Nqu_@eYA`4XXAG(uI^$A3h;I1Q(jcez31J3fOE^=UbeS%*={&J>a z3DR4jj6XoCr&Zg4y}fyOqRd}8&+xqkmUNr0iL@d+)+lUpAg2sF)?nn^=H~|N=sU0k zg}*W@Iak2OU0pvzaJXDFk@&1XuebQhE6`jr*$DxaBgSu%Con9y9?qUX87Hse1Ny7d zN<@{-QSB>}ZD)*kKX<|s$mJywB2b9T;+Si*Zgil@7GVBVqtzCSlNI^>K$d3ZvI6bp z6f)Ayj_Q{pDL`j`{%>fWMV$@QjW&{iaFcjo1#3$odlzW?GHGl;pFAsH8=Mry4wis^ z3xeRm$}YF7BN&L8T;|~Vwu`z3pWn{Ev|z|Xm@yo%hW%2bE+v~YiX_S&@a?^La<#!w z&GzO7tY(QHpTPM@8u=BQHjh(> zSNI^M){J>p2AMIySl52;Y((od)at$ftmUbGg5kILMg=IfHl0^s@V@AdIOfk+*H|%t z(G%_Ev;$+WrU{0V-;%lZvp@31ZhUFN8eW`C8G+085T-n~{awQ1_A9~NzF(ETL1Rnx z=UoAtMb%?WlD!d<95e#SdF0ZQ$LTP*CE{kv9uu1#_nU0aeM!e5IJJ%`1>ja0NnC)G zC(-S3#vV(jR(=Ar+-VbS&d%gV&_05nqqXZ8G~%25Tir`j;qmGah@=Fm!FkVgzn1*w%c89+dK`hxf1x(ZhE0hqtJWnY16 z)R*!N1daK+Kk$ea+0|ao{;JXYz1V=^sEVBoB$^#PKfv+J{k;ZDYwFNl$>~WBo_Yn= z7s+A7nkM1W;q?IeeB* z@h?un;UYdGb;FfywVS>sV00+k`?^~)d<=FWXo6U&@8INU>iPkqZ(c90EeFMX<)RPr zBCUHha0+tb{ebSf!G7S-_;1ehI0SiF34slmWE!Yju-;P*xWn@O*gjlf$kAo#gX45- zWF3NJyLy%2v6YNuy5rImdd|!R>mVLSS5OYfHuwPkg)Fx(5M0&4paR$LD#<^fF+cl* zyyxho=c6?RTQ|6^xuc{#ud4MLtd+ytI0A=^gW?HL!QPnP!9FdTQwf#<72GSZBL&(( zJaCi~z3k0F{ixnq2QS=xs}1;wD`OA>C)V0!4ceeLECrW!9)7%KA54Bnx(~sO+<=A- z)VaMKEJ4wac8@(E_3F{-d$Ygi_kMrv0hul~y93ahZE(DU!7EjR6x>vqd1&C(Gw-tw znn2Fr26*G%Ci(%xq|meDbMCZjZfd~J9H;%+kruw5e3Jv%T#IGkf}MUUgb4K4Mm6pS zT;htGY)-*NosO&pD6ZmZ=YeeSGaq_L^SkNa9tD5@1pRb+k*@der4(|w2JK{XxP~Bj z&laBtFuuXbdV=t{zERtc^K@;G$8R7!rnz1Kf4%vt{S!@e6*n^r?20`VzJV;06(|CC z9&>~n@JYg=WndxL%ei=_sgImNY=UaH7+Ndf52((v0X{;y!?RG?U3E=m`0M7 zS8oZkuODd-h?4wPWRMK& z`C|&q-!acCxySbc!SO1ieJ(lz9+8lSvowm_VhxAEvks0JSO-?!7xu%LX zm>yka6oA`#zPwhTd^qOh2j1@K_ZdDoI;+%pP_*c8z1n?$I}rSySFSVc`I&M_dQVOw z-6(Y(Na8Xw9gynh#oz!wujyWi!Q|G?meOnX_tmGuLIbPQ+n6mu)Y}kw1wIRHu(^Y> zo@fpE)G5mJUC&BDT-y8Ig6qYapR|ldqEENM0F*(>J_VX}l;>Aa3(Li>0o%uh8hdZn zM>}0AI#2&Tn@Yc@U`TzyZw4mX#QpVhnvHT-^AXsJeex9paeqD?TQD1rMzvb7TguH{ z8318d9hwgFyG-y8h~I0{mV)WbPoEtG%ClaX7V}r0#|HulxM~TTFu8$6sl4+iPzUO| ztUyHe%Ei8dl#gK zEWAH}Fmj*gvRkrNq)e)5Y)v^jlM#p#Cu@Ij1oBV0yK;x|Aux*B8O52 zB%V&D3i!5RqD(-M?w5>&v4J&_3ODen&Ln;S@~*3744k{yCs!rkb?b^&fu`|BN6J=F zmCI<;UdtL@PM@O)&gN2HjKMRHkGTP^B#byrfv832b`BK75=U;gq`cOW2VUE(Uw3Fe zx@r307T@Lj6OhRBoxXwP-LE%6nE#!&-X@`V5pf(@a9jgm9Zj15^`{akz5u`WN0Dx`Khr7vVg+396c4t*n2hT65uBvK ziW)m}QommNMh3*}S8Y0s9Z?~J*POZWtKoVHHX~C?&tRdZyKe@pp3WeEGH0+OxK%^& zYp(>wfq84EhZPW(OZ`FGIWkpjpLPf;mox7L`oqa+U4h&2IGwj(Kdv^PfjZ|GB(oR~ zVw0E8S~r2Njf3q1XvVdfIAH${4;xiu4R=FhyaGhpkYO4u&(G9rK_-v#zNpXt-f8O% zI+RNGyv~6j*7wm0*yh7s#vtB)DS89)@UqMs@ZHI-Ee`m=X>-aX5MPpdqJv&yjvfPG zeVr@iyt=)SYpX4w9^-T60cSGtlN4y~qBv+nmSlBAUitao`j9u_7UZ7#cy`c&)BV#y ze1>yr4=zSByt-hwHRHz>B)zW|RNa!xr5My;vHO{tKI*o;uib~B@|zDSBKhQ%LNq!s zme0o`0OqR>^)v8d+qACWGGo^D3uJv}(9Op{41Saf;-yt~`1&CFR3AcJI9?)ihAO}~ z+t5=dYz{@Cu0s$%y#C<{E||Jm+l7WiEPXZ=FyGdG{Q+8}&FUJ=#%5U>7H68@>z-pdx@DD2 zpWu=%lpqJ^pE3wOz?JFe5p2G6ycP$2;Bg~%aey?4o1PEEz?trHP-f|M`~~wL11KHx z+0U9ZVECLzyWWChInBdt1yTZBBMw+n`&S`97_2CY$x*No`KK1FBv=!GZ|tio6?Hobk#^A4np}>u2vwI51**RF}|6R z10-^>dfJ+OsDAJ67|`)~(F1T0PdDKUT<>=}8XG?FRZoK>n78ytbokJ-P7V|fSkn`= zH@HgoTU7xs*_=&v%O)prQ)u9=Y>M3$6zl5azrmNX<<}19i`Sojx+U{E9Q7UAG3C6< z5$H?(^V-^R-RT{N3mfD+MV>@pympm-4BAn3y=!|enziFKBcR@l-5>zR*Yv2qL4U!) z?H}fUlgF{DHE^2BfiVQBY-#Eo45=GSIu2Ke-dYhsL-@&hlu?}3}LZmXU*|9g7gY^ZdYKZn``yeLjH-+~7vps8<9 z`;k_s_yF!yM{G`@wVmlL29uIlxEwe$zw}z*7l%nD_^ifcbvw&Ir?}X{0K`U7v>jZG z>vsA8*5;teZ*WX0%{Do5z0gSQeFR3|oG&^s{mahIz}q~tZst4>(;z9femMhu{iI(8R7y{t<{+{*f#2b#&EkD8WPLu1 z(MSZBkNNCtU>RoAn*n`!K@ndt+0Md82UEYjK5KAqf@>Utu(-?b5_~4_y{4XMB#U*h z>yYjHQqX|{Y<{uqUUFu=c?>8bJ`XCOjDLf5?@Wt&e0G5hw6^!$8z3{Pt8D`FwDKGm ze5a3=%C!8T?%&z#2nu&0DBP&iBbhyJ4cJ|jSd=g9!{^wHDG17>liIB!@GAXXKLzif zG@Zy-4&0S#t`QI>zj;l)U`l*(|8GPzKVn<%OCSpEt=@t4Y&od{5JeNeIsuaCj*J^f zf*m>5VlKzKAF;aNT}W^14xZ9kSj#tFI&KLG1*?D}UK`*pH&I2u5ZMIu@h1dUOIn)~ zh-T5gC*IjnbwO?n;5{8VpMvCEk7E~nvfFrE0>3YazL;{2`k6Vo``AAtqASN>_WF@k z7VKln4>+LkPKv~=xxbZo+qbI+hnt+f@doVY@?1#4#Gky{AD9k?_O%6{>~t}uCp$CP z-!BPJq9u>a;HY1|migjRKrs4y510;jXgUN}N^ZNr>8W8Ef@Ah=>k_z!&*m*;*duJipagx52R4lKm9i!nK6 zwWYpW;H|D7`}_q9B77jqSj^dy^iOCCQ%vVkxZ1>*o#CpWb_ zY_iv#VlC_+>osz7peN=)ZNPNAd3@!H_n5tBpo7KxcR!54JQ=O;QxKlC<8TEsd-CaT zfV-i*%Lx=`?qE}|T4 z$hs~MzFZTsfNLap$Le9W0dbUloD_WXS8Bb0{_#n63uZHK-~2#9QMJBO^XJ!WG#`Vl ze*f81FnZos8w)USU|-h2isvUW0E6PEcvMU$CCB%cN)4@LZAvjwRP2On^-Vx&lFGaR z`uB2w3P0LL@ti~=piI=fmcT^*jY17L(Ea7LLSKu7(#I(b8 z(3=N)K+@dwd;m^x{+!Ydvu2-F;H;j*>9%kF?Xpik-vRwD)s&Dmi9)HLO#~*hpWvpz zB~N~xgL*XC+oEVPiSy*FI=F{;cj&O~_a^VC!(shyNG|l}^{?wwPcr`~KXf0fK>sD% zO9xAQkV>+9X=DESbFdB#@-+gNhd>^IOe!YFjnjbrrxhqEZW34E{*tB4pKIpwz5%1> z=Qq?8K4;;5zZ-Cg`aFt*@IIi66J$L-R4*NN(c||3#0A`6qH6x#KXTkC;GsyT$N)mS zod{cyJ6UhK1B385JMTg7TV09(aI>^?V-Q#hHs#+`&0i53gL5n zs2W@09(U>~={x#!{d3$kk?Kcu1gcM6EKlEL{~Cc6>XZT9Ys($vgnI?qoPxJ-zY ztAX=2m+oi|2EA%Y#h)(SOfV0$PFwtWV3RZdm)yOV`~Cy=bQ?`n zlOsr7KYt9~iWRqWpuB_Ebp;af;im`iNDtS~33y{`H@t$G(Pq&L9AC#9#mY_YTY8Us z0bDZs#3c|bs)CA^N$nPDU-F2{EW_EJX|8<5ew>faV0SPKBL2Xg7Cq zNrT7m)1SS7x}9FU4ppsu;(^U3?@L0ifkDpEsRh=Lg>xg1=ASiLZ}SMG*68I^I)SX@ z({MCfm{cQ^C-MU5MI2vTuoea(BUqeG3#p$cpx#MV^aM;Vc9ahgf1-P9!Ekd{sdPp= zY!f*e0woyvs|lEycf~h>tM~M+4OSA#5fWgy7V(^5$rR~F3TCdlOnNJp2xW6s!J`t~ z-WW8m(q;lL2gS1uDFYknJXkm2#{gOM166BCePPX2U1qL`3WQbkN_BAB?g-KXk{R4a z5$HRsjh6wssoH4)v{=2?uvpnrVsEimevt6bP}HVO0V zybq>d`$&xH~`SnEn>T9(!rAR3>_IWI!rTS7v$0G(pf3l3eFQ|a{76_yQ-8Uqdjz8K z@L*Knx|n)%)#Xbs#|5*SS+T1|MH+A)h)=o0B-|$RUH8&wbxvHc(tg$B4u;{jcSym7 zDUQ@Y;NmcjZDZ(h@w`skI6*#m;WKCGxWs$3DkGK9h(Q zyv^bEx&&o%4@VAYn5tszf&QT(9>C0-{vIv(HgWy!AI(3rr{8)iI2{^?Fg!k|ng+K3 zT;BRk`TKzzXr`VTI90E$VFDYP`z@cchcL>7eo{E%UvD{no;Zy~Zg~tEl3{J$z_y*y`2$ADhB`P2n`7Sk<1KjclRNx^mAifYhBtPdy(3!(aButi z)nW9KheI2zoIG>*wPw!ldl@_3l5kWWz3x3)f4I4HFFm!_uLOlg0o)&Wv_w(&?%j$1 zQLh>}&BeSw1h?Bz=v!bBghk^4KY85pBY09U&pLtB4%F2P%-RF#ufTaxez$tc(K)R3 zZwE?v(w_~Q;e9vWf_$*tpLQTK+5w@FobUI6wdyb^rYb#-d}+!L{|ih>uDkCLk7xa! z{-lvuTk?$qch`GwHo)q0i+2ELLd!H42)}r4UO=>;h1wg$3qRBwK$a7^5MJyb`T98w zfjtr?8w*?oM$}i}ablcs4Nk&AjdtLh>zDf**xbr}f{b=(^>%Ut0*YXqdT-uLBbLr<9jvIZ5rT7~vHAOnUeBkc=+irk8Jv?R~u=TbNZCcZ8CX2&u4kX`E z$_}sT_44zC!bx6S3+7#ms0r4i>;`8l6-U@m{)4DJG`3B78Iv~?NpM2lS ztLcv`6exBO)1dHSd0wn@Ksfm(5 z0iXF&S}>_31BlA3F#^!vkdq|@ z<*H@UIIyhdaZbQjj}~bLrraN8Z!kaZC_N8)WpJtcl0{x@xzFf?#Smtqn+BNbc~Fyw zg!{V3HYZ^}QTJhV&A_$)^3@ugHvQ9Bkl6|OW704sm+OXonwTJH)|*p@evqoCBQVvp zS_I%V`9_-?$lt_nc6eFgQ+$A)Q(Wo}XH{1jT;Wk0r}a09p0Y9q>nnW*Q{X3~v9Jc4r9+V_@L2g>NePw==rn(Uxf$f+8hqoO+l&S@ ziKSk*9fpPBEmq($|2&!)hz}>aQ3DJ*c3O7LeCsZg0D~1$@(*n)9I)J zbvr!H%n_^l^&LutvwPor)i{Fhp3)IdFkZyMRT^7=(rV*VQGq|_R-0M`v{kNW$HQ*d z-#Gm5kd@&%8;~%X&l~^m|Ns5>ABrm(kKeWE{&OR#e)n%#g~dOR!g{$+S+dQ-VLu0l z_24}hCl)!CZuWcts`t*7m^4BOi7X)Dh($)Hd?c=b<}p+G0z{RXhAHscX&GAvAK0(I zR|m|V&v8h_w?8IbCO;B3lLvw5*Z?qR&?GX{B6`_q)ft$}mNA@zq?kvk1;*pwdFF%1 zWq7@JQ2p;rB+dWdFv+}L4W`bo*!N}@Lj#3>9DsOOCHWMXJ=^}tb5?BNS;XnFfzNdj zkRasGS5I;tbzt89?*;}u)6HJMWgKxRnzSoPZBAoQ-}CPImEB%Mey{@C%3dx5AbsDh z6oTYa$;%k@=e3h}=p}XVZ2%AKrjc4)JuEFfXJD@|xKn{k<)+OS)Jc{4E#L+>jXEqh zqqP;-{MEK!>LJ)OCAW>hdwMuN62L8ddwzm%Dz$nJidae~75Gt6;MiNRpHDl(?1Scc zmiuRLH`meQ3ffeco(b6I)97#mb-Q_eORyeHhl3@JWq)F*0oV((5-cEX-iqyu)f8XKnmy;s_GJO|j4ZPo za9$q$>jRK#DP9jYd_`;2TW&0*jDE@d4Y*OIcQ6t-FuPyWPD@0sZa4#tfE?Acpy zm}o`Gv}a!ryCsKaJ`&y>-0@1#h9H?a{&@*j<7Hv3z-Ro{ZE7VDo)+ys9cD`>SOvho z=le?t%IU>&&p;X`W|ac694Rk7XJ@9n7lq>3hii_}5L}!7em(+L;oL?Bh&@T9b?~FG zSZ8?$n;1Ro4Ycram{vft+k&j@Y}c#{KP|d5SN6^w`eQNONg&Y5WkXED-=;J+!2+1v z^R8E5*Si#Z}hg1@M_n`PhIror3KN{I*+X zAXS`S{aBM_z$8}hwFYP9dyZY;@*vCeBF8;#!pj}#t@|9AA9nAcNTNGfRIUEWfJCRw zGY8Ch@MMY`k+Q?El@@HusP0K$F7L1Up?A1uj>7OzcWWc+k`C6({m-mHkgHB&)SOoL zBNs0~ncJJ~gJ*mz*Pct)vYwn9DBVge$y_N*Idx3(KT zK=DhIVXx(eu|H}^x5VMzF`rBaMktL}Goa5YHN62sev8TPz_!-|g|w-hO}Faq^aPtM ze^jCv0g?gLuMYA?G{+OrE~=D_3N{631S4L986EW33{+dM|9yj_ekN^LkN1pj`9cNL zA`e3i)VK34IRNU%?KBq@7dKE-aP2q8H)Z$!Mt9j7zCllJsovUWHHzo?;DF2s3sQ~P zOwpp#=LJ+hkai!iovz+Qd)j}|#yS-WkfzDC?ywVbLDRv76f~bP7?|ttq5wQ;Evp)6 z!g3mEl1-KyzpZsJ>gCO34x0YlS%*NoIFnuq_H?p8JKXyV*RFwb_rt+n=FjI73Z#Qr zTD8d?sGoc?q(_P2k#m~Y;2EdW^H{NoL5p8Q3q0CM7%o8C`}%SQHnVBgCjG zAn87j0}yXKC3e6=F^q3dV@bcqFAs3^F$t={;q>9+3zl`W`39iniDnUkQ@MO97o7vA zC}Pp!BppBg3*@)d40{9Cx$NyP9fJQjy0@;?xF~?*&nJ3E3FWeMkSG)#ZW;;cKn_uS z`uA^N?cdCn6G6pSa!&}c(zd)Rgbjm66?T^z}8~{b0CK5GF z{~lDzsU1L_Oht1+w8_fb9u(_eOl=|#K|Ra0FUUqtMg6!R{^nOzAP+7lNvph;U+`8&%TWt5Elm90oK3C1qtO8L zF5=ng;7zE)MtNplN>)E+hH)&!!PnXXyS`Dt>)+pO4(%5R^n3nV5T1B;5*J{te-jxT zNHp#Yfv}dsQ~?`tmNA*0#vG1fE+qcuI3Sc1L?#8BWQ`-J_Z#LQ^2f%G@k=oK*2%yE z)!h9s#!iEuLnrn@k_h)PU6X&Zr5b(#7FUOKR!igWxLlRt7|a!o1_$4T8Er4%G$Nft z30hKPA4fWuLql1GDHxXOE7O2z3j@&t3W>D>8x*U{{^)|<`SAHfAXh)1Zw%Dm>~?Fw zQ%d*O>54O4XwR>m!QpN&XN?ULy(1_5H90mU}B3Krt#Zi0~MK8X#Ii?xj?GeQ0wrz%?D**&q> z+i<-0k8!ULw)f^f?Qlu=!es`Y=cAErfIJZwZU}Zq#kg1Cz=6{T7I&m*`QCKMo#YWy zeuY%4L6)AtPzd+R1*~Q1w2OflzufQ%Mx^aZ3$Xuqm-iPOU-Dzqw`tV_$vJODKaC=16I|U=6J%%MHep9vTa3^<$rg)qOACq*rKv>#aVFvV9 zC66tzR^AIb(}6JTpH3j@e=hSFY^6&hq(C0)r&|FAa;WD&&?{%F{%{Yr-uR>dcRiei zV_;SOtyBShFvFz=C}b|@9qeDvcu?$>M5|#@{s5Viu2H#vt614zp++r1A*h@KYb+)VOk(v|04%&<=t! zOhFlDP4ETLwr5clt-Gk0(4v5S_Wfnc4uj1~-2-hopUfYix6aek2mEf!$m@k1K|^+9 zreJrKhYdm#IQ@+EHuHeBu8S=Z@!cfbNjU{fJFaydY)+D*L_lmu$}|SMeR;1^uvJdK z&HTnGp{L`*1=rVg?lQmNPrKjbMbm?|I-=gF$W z@MDF5L8V<10p+{?Ru$0wN+Y_3qvL(IOe^8nVp~fNHJTW^obGpL@FIJ@c<=sZ{ixdx z1S^)+8<2hEb;!Wr^pQqdLSyoVw($UyWbMiagTs94eE@Iu2TM;mxR-&mF+ebO+rb*l z>%HK(U@=NA62B6ZF3{tq0QT$gnhoEq3a{>J1fG!@yB(ZnF}lydTUuBH3&_b=iyTnN zNYAp&S*o^{ zfrD~>9ZR4V59Seo?{t~odj-GKU*^H|!I+Vsa1I*(-RNtekQ+VNfZc2?C}$8%B8z%O z?8WX7{lt5tS?tr@`%?cuE{)UHjU*++ZN(_gj)<3jHNauzDYHPojED$ua z-#P+UW?U?PU_suoc35#tmDBF40DmU#rc+S6(Q|PGd10yVD@fg&EcEK`hxYurOn`j! z{mBZH2G!?7pwxCL-+*M@%V!F5Iqdf{pth^Sv;Y@-OTRkU%)Y$HcS~-TGb=&QB_rGy zWbd~A_P$&)+aJ@>!O$OVmM#$2k3u4IKV5s$xBUTodYny|Z9*dKaU675jLGfig0CDI z@d>;(w_ctCp*hP2oyk004)g5?1nVMREgMdxc6yOapffGc+=I7uA8wD}BHH^n0?KpL zyi*Y0f7S2AJZd1*Z)*re z1(uU{{riGuy`Q%Ya6*0$g`WABEA8PYgJyD)^&AMgX?+^7+{n#*(Kr7Vz9p7RAPv%u zw+3OpK9N$u{8MM@(j^TD{n2{Zb|7KJB#XenTd%|iu$9Yrm2|7BQ?(fiCc(M^)6;=# zi8ILq*GLwt2ncHXSlz&Cm?VoA=pDV~gv96MJU#UcVZgUf>RY1#vF`=$3~Z&5J)47G z9y2+tLow+QN^8;^P86mMT3^ViGQ(aN@vx_gCi%R=#dQgiLtOSYK#1~<-Jzz|c54HF z`npmH-Q@jnS=~?Id#v6C`C$I?+eQvrV0-=fZzP$2^XD!fDqyLXyCG3>e{Tk9eH++8 zb9o-X!H&daD)Xh!1^N8If(k{R3&uCmd->oU%)~_q?o3MPM_{6Pd_OoI56`hM00pBfoC9j}A zyp79|LOW0H`FRJ_pK&l!a837VEsQy)nsM{y;CRaEfCqb$E?ZZi8d9{&!TC06KVRT( z0z2(b*wfWmblxDP;N>5EIzZVOe~Yg zi$?gW)k~c6zjn*bRsv>z@AEQiQkZQsqp&s2vNOx03*4qxa93aphhglK)$cEKwZgcA zT3h7<^7a2c#7`P_SRY+?kb;dcn)FLxh{5~TVX-J4y9!9|T1$l)yOUjo`2g_39lwaL z{&TV^ImgxA&)Q&5e+>&bM%`K*kh zvP0$>=kXkTQl|B8figUq70=l`T9c2x0ou5deMvL_o;I)gL$FX2->`tmOT6rX+b9dv z{*t3}(g(Q$j8a)G*1+wr*8T>hjk;})pzmcHW*xC%mfc@nK}mI~V~1Yf=K)&hBH9l2 zD+Rc&)KAx7x3_I|1B5RbD|dj3*L&gwxy&o)L0}zc=6FS!dvIkg{4@hwvOI08Zb`Fx zex()vOYBdE3t(54Z5lu~7v94F;pWpfg%(3xIP6$4DB zy5@~cj*gygPaW))J$g>S+YE1-2U?;A-n!<6ju~@QO zx4{8ypQHd6ZH}pvRqqaNdG19cpld~}Z$P`fnXfI-eo3Vsz-6*Fw4uYTDGf!_1DR8d z?t4H5f_Pm6DUJr_YRer-7K7m$IO|=tm3M6X(q^m{yN;JS&$z7#`b{^!>9nAJ0D#3tu?;AqXt@3;QUhl{b-a_lW0$M+wK6XG%lc0Tq z2RUgT%86A*NCitEgy!{n0&{!#wyuCgVdjyzSY~-h4<`fDofiHYa8rY6&p31T5>32W zgIHuld`r4Cvz^|A`kqu(#aXG7!9xzn_BCqhiSnOb*MNW&!D>9hv&a zVHySIdJAHPm>m~bYCpRRKIi<8Sp7NZJ+0H7I$(dp%}x(bU@hi{V+!VRMpPSk{B*Lw zfk}TUzB`=gp_{L+ob&l3$U58(*TvWa!oJ>3j$mBhwp3l`%-oNA`#0z+I>c_kC;y~r z^8oR2SnO#wLRi14^9dF>e42 zEiC7zc;i@nc{5YN`Bp3!a}Ya&cYXoNdrS>`pe|Z|0)TvF%2osV@#;rSagNTbK9z(Z z5aaY(R7c?0$CZ$RiTD~n3UZ15UQ{}1Mz8&qJ3Fl95usD4IIezP+L#~Y?S4!Dsf9aW1Fut32 zc>}oh5oPq|2=?|PDj~Cj;W%zCfc%D;_X5-w_ooGD@=&H49J_PUX5(ANX+!nHdjhWQ z@G2DGJ`NU*kaIp4zuj>LJ{~j1bud32XYLw!6hG@bpqvf*>pi%A2ht?~P3wMl4`6uf z+4l#e@;18ux)Y1x30zCve4asAq{%)4M@8_$ z6bQMST$d$Z`VjTP2EXLFZTG;fBT_^Gqy5%_`r(}Khs1n?Z8nz{23U`4aczQPKe?_g z5HkNl-hpMZpEw;n%RDTjZk2v;cErN{DM?TV894sp>#PD#UFt<%MLYLv&Ao%{#N6)! z44v}MJ%D4;Jld;LbE9_N*TWJpJvlgcxTty~*v_T>2Uz_a!T=^flYlJrYJ zGWnF}FSrx#f0DkOqL0&OY=9F}&|?c|JXdQrSoFWEo(q=B*%MQ6yz3Il`8a9&dhqGc z7w<7C^jMX7wKe#$sa@te9qfJUa9IJ>Sf@7w_```sttXmyKD0g;@O&?tB|p`F*>ovQ zl!g{-&j)D?+Fml)Gfnr;(VO&m1@m}yZgS9f$?QNcFR>A2yB2_V$^AkH+O!yM)?i9< zM9~G+Te&4S@V4!rn}8nGJfmrE{bx7L;$VW?>L+AtkOjw=V}r|YtW5SGxb|lK2vn=8 zN`(IUj|?96!U55FeCh4L^&6fx2cS#UtLKC87x&8-7!oI4=HTeo$)y0V%j6wWfa@>P zsqXH8u~JZP8f1C;wqM|ITCzW2G2PEM706$g^3fZBeL%<}=*Lk%bHMbc`*P$H~%q*_Ci;@g(11`y9KC-|gc`|dNTjEP!?FHoPvgwr| ztrq>$2RQLm8#Q1seNA68Y5lkUk=%!Qu$<_Pj`^bd<^9SbbEEU$yd2)OIf zt08&o-<4Nsa|s^XC-)zqTeExRfp*{A#wQSbtzmEm1&vF}l{HbsWKhq#Rp)J@8a04hdqf~Z(tS{$>iSQ{Jcqw?f$K{TaD6j>%UqK&Zi3K z_qjCwf^pB~MnB?9d;Klx`Mduf%KHw3T6P*jjQ%F;)$aKQL&~onJ|JpxA#Z>>Je;P2 zvStL)nC}(v7>3_61iTcM&jdJ(x9tgVBNdTMwO+7#YL>5q^-iBNca;;#PkxUA@QnO) zcN13m%38aFpRgyu1I+z&9K68&Z2gJ~yjD9gZouHwO8d3CCey|F6Io#TS*~|JD4+LW zMZx;N;BdMg%_$#fj1EEoa;rbQ60}Tl`rM!QW}I5~?yaj}?|-!Y5(vW&r6xd`PzCD+ z>_xMP5^!BrSF$#($rGff`w}oDbnjQd(cii;nA56Pv0rugG$Jt|;CR$N&JLXFzNwwT zBoDkn1ELcdG{gl>w-9wE-Ovd8pSjinNiCAg22|!n8CgL5<*9K7$71iDF5vPUjy`wL zeB!y3bW8G)lw@FFG-o<1X)!5fx)E6RdfR*t<|k9CW8m{r(UX>I$~@C+sR3e=pJoYu zdg87L52s&36GlCqEgT9Y}_!viq@LSjz|h5I%RDynz+foAt=! zxQ9-5pMvFnSvWi~{Yjblnq5I}uD+Bnc%7rEI@xoWF86u91ZsV&KK^) zJ&@fXrxTb}r%W(=2R5wLlV2a4euVE!;FD5$atmIWb4*V_{2 z&&prif8clYHiH&C4%OLJjx_jW8P!t|l!Ici0#ko2c^%5tig*_=a(=w?cYk9)Z2t+? zzsY91IMGm(#GPHhbJE|KAy|pW>60;A2Hgif$#*y<#?ROH2Y&MAdulli*5zI(kY1g3MW z*){H>Ihh82;9~}JdgVA?sc~0s;PZP5{R&KGL!apaoIiQ=o^E~GaLwS$1$;B>YW)Be z#~3usP*78ljnqLP1e_8psoYP2&~iI7K^7;+ z^&8Cm{VSqwDMiySjd%iqd6_3QxCmpdYPo%ZbJX0lHz130R1I!x3WtYh-v*!8oi+r;u<&;!u$rYOeL#5)wR{}&?c|4A zJK*P%D(MJ9=1Lk@P$|J}Lw^XBpYmz-1>?3M**_qC{joQ>uPMh)fc^}$HYsA3K+Us> zz5>VLLa#kA3d^XybgPIbeheO*3DLM&NI>6PH=R>bGN?;CNM7B+l1-Of5CmA#u?BihnF>dv8i0zI(>K6vkCA-=m(fuF zkniX(7N)UOgM2el#&X6n4b!@Iz^=bdo)@stbL$>}nL6H74=@s@;h_PUV~gP+=f*g- z#_k<#H*w;fD4ZyBYoH#Nr=$UUd0jD) zgDWl=HnS-pH23VfAos8JxCST6+I+?pn^6?r^a8Gm^A&t>x!qUNwOjJ582kh00Z%e_ zK>X1~Cet&sn;(Z=4hG3b9G2Y@-+m5zb$3g7MX>`Ofirksz^**XY1A#*=CPJ_kT1hw z4q{8Ps@_$A4 z%BgY8ZTTX7jSM_*R-1o8yU=%+e#7x9Ex$Jg>3neebQtX1XZ!}W{GNFwxR=6d_61C{ zJlq=)b#s`9E$4qAfj9)cTYoL+pb&d4c`dtkPW-C@UKeZN zTOib(s_O7iW|@Biy-HE5FR1tG?<$S>@AKL_Dxk95eliBVY~H9g2=_-talnq6X^Rev z!TtU7z~^Y>$sR-uDtlKD@AFTYfnzA9?L^s7hqyYg)DANyA;%!suY=)g%ziO*^Vwl7 zHT*V!i#Y%NET9lie+WT8RrlizG<10=mkD2CZ_djr7;SEkPYi6eh#n8Hi-_-k0$GU? zr2xg-udNTzvz|Wv0>&<+UJF*z>THSXhWVjM^jd>a%hXiATavo`&V$3@qR4MRG^l@7 zrksc8X(^1sZo7@+H82NO#UuiDd4I86AFS&)ll6hPq0;WRTN3WR_Hwo%$nP_|=^#k! zO-L>Xh6RmUAr0PNK{>A774+td;+ug1*;-BoP}kql^8=Q2i7bEM8Y`*UcB`1|MA>>; z^`*M|8MrK8L-h#O&qwAwK;U#)*Foi|^}4s<8tjYexq~@#RQ85xT^llNs2L|HZ8hW; zeFjyli&P-uTk723$Kbw?pK1Zhww_S$gO4&dMo$FB=*iqY@ZAzHr>U!*`S3&7zg-KzG-FxMMy?p2dvk&z7kh_VDd`e8Ytu7Tb@Ap zY`cji{LSr34@o#GhV=Z*Ut8W?BK(WT8%eV4sq}Us!WR^&~?U0ndo`UIA8K_)`n? znNDXopm!t0ci$oUG)@AJ-yr2zn{BRr%NI8raz(rz5XI#$+!Ex0rTO+4O?*N1$o)GHzb>1T%!RH`_Hns z0>9tlrT#-a@407|kWuuTw?Hb&>^*YWRGDdrQ=pGReWd}Xet+yUc$9}za{=cvRK+j& z-QSD01*f>L|0Y{b#DLsdY6nr>lQEt~*hypa41QYe1`m+#5^ljD3nV-0K-P>yF9oA! zT%U8GR$F~o0OdLwQ7D_wd56+*0n~&i;2mfe8*6<8w{xod4{#Tr;d$z^Br*>35Xk0A zf89YM8{$s(xEUFfrDTBoQgnIr*|5b$ew;wj&xF7X;zd6JPWaWv8CaZ!>p?tmxFxOqsz59EWXu5%r`N0XGp8RDO?Lcf z65M)Q1tD{o;W?An5f-h6}PoQ2b(qjPH&y|oiu*_WM>wtb{neymL^KQqpy8Her(>kJNuUvC_O%2V3e z1L(!@@caR>+KeyLh%06JY`07Bp393^2mak0J0`f26*M^ksj{TO9XzFGlD@!!@o;T$ z<6?A+^soUDnZnHk+{GevQ;;QQe)eLv&^nl7>P7PK`gv;=xXMhA7~MHuMl(zdU^Ktp zgwk;&9BJ<-7rgcUcY6f)o$$Lo0oTs=oB=~2e}(ekM%^%feFkLZF|sV6x!05jbDD0F zj$;qB?qF!7AYF`%BW+KXz>2s}5RBr*NPKb#p6c={fs;M8c5`4#F9vNu+cVU|p+nXq zgBv(cP7`WTaA#ZYv+x1(`>uaW!DGpc+8XTYdsk+Srt_2jaR~;}?2})?Sg`C_1U9Bu zpWomiOyze0RiU}Y1X=GCZmocMj5m;^8BJa@5DSw)SZ!vG38VJN;-sUMgX#0=J z1$0T5iYHj^((O=w(;C-I87jb8HHt9@cVWqu4;c529sw9+n)7>r&3n_2UqG3()II_X zo^0X@OdN)h^o(QbW=@Z|_P@b4dGVIZ=jgwodjjLn##x7;@wQi|!!)W7$_?bUIk&!G zPBr2AIA`B~-_KYD&(EQ_=wRZt$-)6E`^i`#*wl&O*#)1hKd5Q~-j}g9y#tj_?z>!a zLz@nU*#sP&?nM^7z8PhTKOBobG5#BnheBBF!0k5axfOVgjG&oR?1j-z4lcOa({ObJ z?%kMsMCns_Z5|z;pq@{cqZ0hir9XCSem$*Mu3f>G>{>n#R)lLy+d~G#`70DkU>cG; z?|r$@ezVtN3=WTYWZgj^sf%X%W8bsWa<~Sco~)<`U<&0p_kpSj5BCLH|GddQz}MT| zkCEp;|3y)OAD9M2gtvg8B891Gw5ogGry2!rXo-?RS0oz$0WU^P8)dFWez zML{v34()S4lukfCsWPQY_?x#id1hcqfAFgUDK)T055XeP=gE{|AgKG}@(C)VfBBZ+ zQH`XuKd_jLC7T-sIOoB9xCGbX_LMk4Iem_@2lgL%eLR4%|J@BPKwLZ4IR>dhWz07) zw&WiaMC*?^;8i*S2SptYEuf6O5l@XQ850C^1gUhALae=1Wl_RpF`PVyX{v`z{5F^h8PG(DafmC zRWPNAE zoTS5OxdGO7sZTTD?KQ_P!11|M-;&10kK0>50fxW4h$@hd{ab$u?D6$L(Jzi^nwW|M z-bW?>ZaX~tSs4I!E_){6u$MgYO7h2MJ@%9(CnU2cvn>!F{mbMC;Ru(l|Z0$=q^gn<8+PXtP^pbz@G+PuK$D6P^Q$YL$6QBIp)Y1`DM5}E&kPUdbEWq`>{tiB1`5t&wALG(9 zj+fQYq3QJ9VX6XwL}xt{Sm)2{%plgy_sBJMUbnPY@A0Go>1d_FNZ)2ctsAWPeABG&v+tCKw zh#pY~%*x|S-vWk9?*uinr-hc^Q?Pr`>GlN&<=Q{BVBuKv^}ywdyB+GE1U%9O+eeU= z-~H$bMr{@6Ifw(}<T>`;U zrsW>wm#;_IA1BFc|Jpx5Kh+&s3TU6w8;?2^(df0D1LCD8#SXL+l82vwQNG4*2715W zFKfFc=ZiJ(g*23Rjm0TAN5yu&1&(`9RwruU=hi@dz%(#JzM__MOp^saT{&U6%I? z*gl?1I*ho*JP;xRn|%X(i) zs>@OK#nmzZ&tG2(-yoLz>GunwiR=CP5AF%;I?6?G86C?^0f$X4KIgyt*k!zbtuBeM*~)=G9Lv9v-Uor7UrM+ z(SP?HxE8IH-NABB+QQ+BO+DIF-v)$P^fd#Vd0#l$z$tnUN>Q?>8nYUSnx+6C6=R>^ z_L}5s0almi(U1~uP35QF6O!=PKZw+(1;1DM9IL>&niFRWuIH@~?7()K_I7g0AG=Gs z5r8v%&UaHVc!tKo0(DPYKes?v{nB?q%u8x~1H0JpKZ7^T@*;Xl1kc`aCQ4wSYs;w) zE;Djp?YmVkre8n6I4cs$?DD0OtR3H=dhfQk8rWlMHO(@%FpiGl0c7I2xkO-lvWPwf z1Iv9rQn0kjlQqe?4a#Tg*aLBN9Zy$aQ9mDZ4_wXYm|THzyan1De26CfH(eV(+4=kNlT|BkJfi-9DM;*TK0oc$-WDz`Za*MeQ3fJ zJPb0_CBSa7`6UHQf%B#Ur$Mq-e}H@ivZ;O89c4GUQtFc*4ke)%hC7?5&(=QZU2Sh1 zfpcH$ogQGSrppOEBJ^w3#5DquX$4CHt^e%HAS6#a`*knLUkWzoYw8c{?v$A6$`s7E zjzC3j&hUQqm^&c&4qx9BsG=gzf8fv$%g63Zi^T_@TN-Eh%#x%%NOzOj=>)`Q<$fY? z{`9Du4s11OoIl0K6{*ep_fF1PL_H$%+3d5$6%48Sx)Xag_vdIP z=-@NUlQC1tDc0?6dpj`tx^h~B%DJ6B%f3x!dCj?m;QrC#{Sy!sZ!A;LUc6n=;c2_W ztObl=ZR3$(Grh;~{7Z+&cXjdsbDey-0PCK=Nj{(?M5*@$!f<-0T`W~Nn7v>cENQb z*_;yMEnkAE``U(EFuDGefeU?A@7wD6%+$b{J(=+PD5@ep7uMWT@!<2jj zc`_N#JA5C)#Cw6-PfF#}tr`zazXd@ynKzT6P05yP7A(PTd1E>_NL~|B-h)SyDX|X< zDo6xZK<2CJ6#(M4%Jmbt+uN$_(7eoPQ-X4I@P!|kkI1Fc0Oxt0W`hx5;j40~gT`Cg zpA8sIDc}18VtIarYlRbF`#Dmujib!K?(Yq90^QXTyrbYw_!xg&MeUkA>wmx8*$PWw zOf?3p!DKqf9ySm|Q~Y(95qVrWplKH|6}MSZ@3ch);=^j5P<);FIh;^ypbaHWqX6OG z^?Eo=pTORdRQUzsew3g4Doea}b{&H_J#XlcVoA8$UYM238GeaxTOj2mLHPmQO(+XI z@9?h%(Nw41~w~v8});;X1FuQPHC3M&m1rkxU{G z8k5Yvy)U@kuVYHYaV)g;k_bZ%!97un6G#pj1ww)2-RJ!fEQZ%<8-w4*2$wyb<~`Px zVSugM41EVk#&$w&ZT@EcG0Be3`J+(W$OrGkDOq+HJH|Wckk7q?o&jPMw#5(h1y9*9 zctdZ7N1`oImce|v28ZJCB~2lp{5&rAJ`k*Le)|H`yU-hKaBjrUjWYv-ifFJExSyYq z7lVlR_rU{{*UR$z0@>!QH#K#pZ zAYPDP@Cqi^sM@^1&K{pl5{XdN%o2VL_%-}L$>C)CZN|?zC@0RcS%azZ6~Y+gK_aZ5 zV4aXwizs>`HdMyv!KnQn7!&1~n$~gD-`b4BHkLL33$@kU1vm;dse3>zn?vFz`I$(^ z=kpPm;`w<$11CBRVy4ZJlKc0#e!!_3ufH|ezj}v2*l|#fC9!OPk~Y`l5KIhZp_{-6 zzq_>yMpwD7dSF+O4Dt@FTWDVjuu!S%vT*s?Qo}6qL1RVpI-LfV?T5 za{s`_yW`|61F`F_kHBpcgmD6l&$pLOjvP2b;kJ|vrAue5-`3!|OM?_ZsW4Gk(ht{S08)-UD{0_eP6ea!g-cjF z5~2V?ie7&MaJyB;CIaO=AAW0asvZxw0mWWSbfa!i8 zU!P!eK7Hy0Jf2KI7=*OXwvqY(_H&8;)X>#z?E|0!+=TPSJnLPyUti9bvpicm6 zF$UUaB2AawlJ|p(@}QUKTF$RFqbIU%Jbr8scj2fqM4* zk<)_4oc_|Z1W7Y^EeJm#lZZr_lkRWM2WnzHflKL23Ha0+Or~H(NxWYNyBy`)C3uki zUo(KZVbIeA;XBT(9bg!s+Ml{5JMq%wK#O}?`2%~mEjA69BvzJbFIs-Iw{jc&*0=Bc z29DKC7|RKF$mv&}sX*C=@5lsl>72J05SEiD&Ov`TNKOU#B`?LPfSWyk+gZwz-_}}& zU@N_i-y0lGJ^NUK?7E>^Ggy>A#qPbiKMQ1E8h~&*yyqkE8om=C$+CiEwfbFcpahRj^=FX&k! zGp}<_l6#NDV8AMBsyl+cCw{gE;QY?F<_ehl^zh_@O&u;5A+zMD+ZTzV0d&E(|G{;q zJ1Jnv{A7QQO4&89<%?dINxbADlY#HO%2O;rtIAUAIGNkH}5t*=7W zT~;&3XFy5*)t?ONzLt%2km^5wxCQ2DHZ)V9CatIEAR`OUpadu9?Eh+TpO4IeU32f9 zL`oO{N2?7AjMMVkbNnnoF`xCl77PcgY1rX;Yd^F8mtFq!<%0myS#V4fphxD(OTmUz z+5P2@Q~k(b#Tq2f>&c10wX3EZgU7&rR2>en8(vc|d1?X00N8i+64gJjhz7x^0hz_* zC9Pq5tEzm-a_0QagrKrrVC;_e+XtKLJNO1b6AErW zz&us?voG++S9#YL041q=sSN5m$>kB)=HBZu1@r17t21z~hwYp?PJa|-)+jmb{P}V- zU0nfzwazvGQv!iWG3rpjd&& zb%MD~8n1QRvt zkQCBoE-bh_$F50IOg1&0c^d^RZ@0yL1FHUUJEf6`u9;Z95TwmX+!x?75QTXO9_K=N zeL&nuMN)%a_U2xxvGH|kt0GW)WM>_N;p8e`2zvgT7VW3h!2O*JPdo5hnalJ9W?3@g znUk*=ZJo;v1WR>0N`r)L2c^v2J{C7&#MW;F-1K_uQhu!SQP(RxJrNdZBw>n|Vf8#@Q z(M`~{#jD(c*I2x$J{a|nlcYl)IF)eiR_%nE%-ys+6*XoV@Ja~W9Ttn0Ccau^GA_Sagz;N@G$oedPBK~d!zk)WV0%J-Ooygqui%<72iIYOT>V6S4tl9 zJjG3qQtCg^VZXxfb+`h_H;sr*<-ClZ6xLMi$MkjHjeid)Xi^Uz($pb*@SzgS z*ao-zTz6c+VBq>CyZiuof;1liH>F&u3W`DSJn4XOyJ$wT(Lc)OF%|@J0t@A`TcX?X zOZ3W(fB0_WSG~Skk*D)f8L;l69KkK6QC#0kbyeHxC#qCEmN>DY%oV z2mE*{QBIztBj!R8g5&COx)3e?Hw)I`wgJ=op{|C-eBZc`LF=$U`Ub&uzme{qaUdJYVsYPIqNi)JT<@&u6p_ad&$3hDUb!-&cEP1 z-x3ad;kzae!O*}{G^4{3OwSA3*@41;hfWDZZxvT#pCedIRoMYF^WYZ{V4}+N(hm2z}uT9`B?5=>?q6&iC}2045+`*9-7i zQmbtZ=zU4jJ7{O4o7#e(!`M*=SFXd~DC}-TtMkeLk>k%dN5I=nC1l`otfmVoV&4-h zl84|P+`oe{FkZWSF#)$D0Y>dYt^a50PPSE5k^l_vC#t1@qC*u>P(+k|!a}e|ut5c${{Ea%4XW06(X*vV zy3EK3q88{v`CW$&i0f##B|wj^nEmg$@4ho1t!E{0mfm$D75wO8?(Ag1IKp)8&Al`L zPAhCKGf>SJZP_6_%bSY|N=u>$J+OoObD4w9&r;M6kmqz(X)o5W9Zfbzus!Lg4-X4} z!Cq3YyO0ES zC2;#{wR?f^H2YO_!t#b_DA@mggJU(LU!Uj9**Q?aD`axU0lWum zH^>2VIc%u{OwrekAE1oqW;gh-TYAJCIbhSJ!9N47(nibzW65c;@*8k*&LuP3*_;c# zJ|jS(+}~RP*0bI(4e*rL+06l_b38mf(B8-4Jpr0GvsM>S|4zU71@4>8!yf;5JaAVI zW1}3n=&EbHv(UrfEGEO61~61*Uj~Uu-i;a1H}h;d2Zz*Xq7#r0l|Uy2C+s}jwo=1S zY@SPb2)1K&E=1rw6jZB2*>g6xBXAFoxOWAL*y@VVa>iZ1@kRmFNE@$70r=Oic_q7o zQSb=dC%9#@83?@{_mr9S6v0zbw+jgzXBYc42661ogb0k?aJfvugXDY1JKzQ~QKtRf zAHhV8(P8#F^=Aq=Y7BmKkgJrP4RiuHCAdx|o>Bv{L9X(iu=~4w zrtkL*tl!C1w}6~iqId-Jr$IlwxcmE@#F01!-&sV(3&0r1be4nN%$mthaEfAK+rg|f z%BzE~MlTq-!RgNoC-V$U&H3&50c+QL+{6KESR7K#0IpHLngB5MQq&^QyyVnuK&a1N z#ca6a3D(Z`A-J8_YqJD0bXf8jx3>>AGC;K{%sKL}k~wAR!P3bH6NQO1(xA9y*;Gh}F!G)HUqu?N!P*JcF> zgZE*ag1m;bsr|_BrQjVpnsNqyw(OZC0r{(`f>kPOc0>D% zwq)b`n+#rkVF&itMW3`B{AE%ekg=E*d+#FV1hN{+wRo*SJU_hMHBj5xP4Gb1p4tSs z)KP5I;&dqv|GV(tW>W7m=F4#MG}_ZIKszfBRomgS+rEgCq{sh$45-$~4F2TxU4kUA zDQf{{;b#}6-4Y`odIfk}o>DeoV=R7=y5+(#IOx2Uu<09lkYB*NH%OZT?1#!@SpqY- zrpXU9X1YoSJGL)$&*M2T#=Yv)L6x2ddjXW`e5;sXExXsP1$wvBBi#UbWCgnttj46! zv>e(xNe~XAOH;7Fktc%{)sxRtU>^(~cR=B<=S2f%)*=X6Fwix>8F(BwC8>HdV0zc> z-2zD_Q)Lc}+;O>AeO7FG|Gi9bd>oF#8Wc<(%m)GI-eyRSZZIJM+A{)!F`IV>zvW&d zX(BtJ;`!_chKFECJ=q<}{`d8C8gg1*p3QOtR;TN4XM<(%R16mk;{K~2fa>UY>#Bng zq(Lv@d?@`=8-O&7i17fg&$YG|U?H}RYk)zl+G`)!2FX|hQ0~I&vx)x&o;3aN%G9ba)X0C$aU{zQeFs7=cEx}?e3|$+fihceBfX=z+^a>i|p>PY_ zaUYe*O`Y&%IoParAd2#O;ee$;&D=M*S2=;5dq7C}cm&An_ASStwwR2w0KTy^%ntpW z+qVf8^Jlp70rN$tuL@Ylyr}vqtyj*z!vP>oRs9dd?RbwNOJ2+4@H_{hy;#mtuJ>UW&odGPkLXT*ZI-v{aHT1xSeWw1%B6_ z@vT8S60_mzz-gLnf*=E1?MK)&h=~5u&)}`a-0wiJxShUFFx?Bs>G;T&`n{&~!Ju5m zK@B#=t#$?{_RqLaSxJzbUtSae`=dC!J;*an-H*?Fbc!YFzHo;=yPh-y3>S|r1rQK2 zv6euYjWVqTmF+)b@4|L1_Q&EMj-PcJuq5t(ieh->c&$xapMv#H$zK{cINQ;~1XFXO z+X-lQs{6eFYqQC`7ns{r-;!=@a&{9a`^gShD3v${w({8MCb)cumqP^l%2(ed;QcZN z%^nmU(`ydkdYrD9+rbq-i08W;#HD3gKXBh(Mzxf)e+Gm5aRSoW^^+x_C2`)P!|3xA z^)Hw$?$TMgcgM7 zdZRvp>@2f>3(Du@a1ly2kn3b718$Vn&;zTlBDXc5=zFkhx+Uf@F2x5|lChd@EucAS z8wG$OR?9E~)<@aL8K~b?f6;(s>EyTmlNEEUrNWTspW`aatpeKK@Nw6`V`T)k0ftg? zP8TosPpc@R2d=}BVFe)l>e3?wgUOff>vz|T>qoQ(V@bXy2e4bTyp)4)<=VdscqJdo zlL1AUpY{cyV*GCZ=$1&9AynWNtjXw8(VmybpdJIIuN-)Jpk;0DXnyO-erkiSvrc|{Fix6r z`2=40dSClrPR4_(zh$sI_eYfmZu{f1+5=Ded=6JY&f)JO2Z!M(R4d>(bQY>V8ssq2 z2_OOQd$tLI`ZC`B9o!xE{R4>9dAv?)4rS0I9WHRQl}%|rmh8Xx-vhh^`97I9oL|pe z6m$>{C)#ZVD8BYR*&xkAX3Bx7U#+>G^IN1XekNdJXq$j%SMHvZyY&Y5>r_1HEhmxt z4P+bK)|OG6K&B2VrvQDotk(^=j@?pkfmRlWyn}i7C?nW&IKQ^a$N=#@&Ob5G3S~U! zMdmM@jwa^{tQW?8Sp#oR6>zQZ(23T|g%u!0@-ni)P(Jy^9=LLv4qC8(=3zb+9P-?M zJaG%gZgCAA@EV;cq64zba<@m&QtG%_?VNz^nuc_qxy`}T~mjk^WsCEhFSHG0sAR%|kOc^+Tb$Wl3OO#bD z?+-ZvztwyrTtGB;4oqNVbHb^kj5??A<#}0`@&d0|T{N}Di?=O4Ri&n}8l#<*(pTT{x=GxmWX%@^01@6H=zs(6BJ;!4^ z1ZwshWf}NNq^3E8gSnc>U$9u7Nx3;?HO%+5_yEOG%1;B9`F!^yKLK}Pb83yj@4+f`-TVdloGwg8^l-X0%d zUaa0u)o69Z9Hu(h4!_J50t@$>oFg#Zzv5X64qxSPJA@*>Cy*kv60FYtQa!>(u-p?lGC-ZxkxuFbIk zrYmDEPCz@q8kY`(@6dSdfF4$U`vE6^(VoO5OPI!5NZ?|hhsq4J=Gt0#;A2eA%LtJC zyAcn-nNKJ-z2a;dpN2~j4C;2=(s}cjR3l$`b{~BNiR{u`qn^`=^#rwA8N&}CO8p>9 zYj$tDXvk;Ej{5)N^YKKPS>zO1t9&x~j31%{F4I{nhhUSX=}&sF;cgR*TuZp91MQ-;6SF-GpJ?!5BRDy)!VY z-_;@2>YwZh^>wl1JKkn~GQm>LKK&gy6AUx|f!*8LPa5Epu2<lYQXccRgU0uL!x}X%uM5=)r;HJ9B7tMo;z5d}f}riu@c@Ps zrzAB4NBKQFy%VsiCpQAE_|b1&9Q!ecNgLM68hlr(<{iMf*z0wNCRIoI9c;FX@Ku1% zO)WzqVb@KHxut;#lZ?k3P;(ZT5y;=pZLtU5zIu%gU}NXfr9&k-Z{ZDwvmzMx_WbjU zHr)=u?v$I%Phf}h;Ge%iLZO_^4~*=KF7{GZel;#;S1@~d-thy@BkxYqGL|UQ2mQL- z{Vc66e9-jNdV2*A)j25zu(O*k^$u)>`MugYxU0Qo)!{(~tEK?2b$N^*V4+g)Wqf3} z)W?&ofb=(R92F>$c$(>8y%`^*9T@d5g5O~|=}~19EanjzgibWA*csFV(0AgJ8qDk# z<+t&efI=ZF%Jz9+6Ej^e2J*+=EtNCdUfzOt2SeM+10ATBTK{z*e{qrqV8z^CAp#HW z`OsYzu^I z;#Z_L`AfWXd!Jmn+LX>2?Yz-goLz68q1WxBIL^a2w6C~4(^JtfY&=%(fa|sVY_$0oqJQ3g8qqO zave6YI&yf!{PP)^4?4Jq;uGJ&sLAe|>67m~r{mcQXkm66u7R1(AMpu1=Tu|6113qm z>JNyQ$803NSi)3|)esz1b`PU2OqcK}z6XkoQ1%Kev!10*-(1ITcIt1zF6hw{1BBP! z{q!r&Q}S9Kc#Zh`TKjJ{2MXCv{0&Hj(9}{eaew{s8C=}f_;lz!#MkH!rmC^t7r>wW z&c{!O2RE4pz+m^Y1J&01 z#|!A&X*e4;tdD4UvkAD{xoTcOa~PScE0{8$Hc?ytU~k%7JE+lkv?ZAfX@AaDw&^~y zw~JQ?e?%=! z*M`dM5dq(Hf13ly?o09$fTa*VwgmYTZ){7#7ciTW%pQIBPhJjA)*LufN@SIQ>1whf z3jEd~ANNPVxc6_l0m5~vtz)pOqs!wAt~ZLgy#V#57vu$SyP{chaxc1nBoX>bSFqdN zk4L5*{VjjoKW36kpQU)%5Sz)Y)ulBU4qQT84@IDWx)Kk^IhZ-oT3&!;TqqL*MB-(i z9RV}=bom7K1Q*|b|2}&A(O~Ejf@RjF4xYZQl`(inx8CB@;dws|M44X?KVGYYt95uk z=u)Ov{XDxxKuTkeQbz1da}b9IAhcPtD!|U(n`3UR%rYK6|3T2QV$!mtM|RgW@iBkQ zvlJ#a_>6bAIt1(2E@~Q(X=!gX7_){$$0xah%OIC>XVB0k5fF18P2k>?@qK6jA;SClNMXr5yst8lTprOo2kCuC z)jpN2m}m>54@we?{s!RX*=9WiwH_!F83+weRtA_X7oI^;nLqP3d8a%w{=EYs8V@y& zpl;F-z>ZldsRE?gXT%gdR>R)T{Wr+hhx0(3a|kYJ-W!3msvg=HtaK(;JKaahcDnMx z>)2~10T5rGv$F@!S7^rI6E=+4tiPd9<`dcHFs z{M4t{9)VoD*Z2mi{Zfq!;EnVk{D9tvM1+)wp=`KCjIPdkvCY*+1C!^qe>s4$(gY;$ za{uTrA1IQ+{&9_aJ^+KgzmbD(iQM;u1XzQWFBHIxSFZK|*{NJJU(fy9nr72h;4}Vy zzCU1HJkn+^*>%J1=ehu&wf|UUU|0{u!yU|>*J8F&X~oUgFEm|$A$`i~6QVq0$S;L$g;@CQnYJsJce{0+D1Y&Hi`arsfj z%_TRTW|k4~OVK^Nz}+;Z>ksfMs~a`Q7X7KJShR%2>0@f3`ihf&0O$_d>1s;)fl888Wy|+fzwP2XMLMr|18^^13s!Mas#Gm zWe?l=f=1&ZpaZ4J=C-_Lou513@_-Y#QbKO|zr2_bn+jGxrJ0#KcFRMQ7Z%7ylkMXJ z{BNR#E$|F|{Zk$O^4tn}Md!dN+3R8hA|y6p0Ob66d)+}&>ElTaE|RC8O_#rurzNYy zm*0A_*n{tW`>RqQJN;k&1;N3d+lt5KYoUxw0|*w`JAEJu&;BI_>E%$ZuV9||#-adu z*6LJ!9@y^=XZr$%!>FwZ zH76HAx*cd>c~ot?Lz?uDr3uy-`Iv9IC70{nDZ3?~?_~T1pGJG9KOjveihhb{exBu9 zBpUoX?tPzGY+Mt@;_zLA{Y`w&2t{HJi}RRF63*`Hah{dn^d2`+ zf6w39jouFdJYUy=&Q4_1p2C$YK$Wi~x4^E69M=KjJ+Oifk5mjkE|}jxU%J|9^V7xo z(tsdb3A1&|1-2UPPZkJXXF=S8Vs>7Cp5QclUn4nV*A+c`IstC^TTUY&RI+vLVBa56 zKLdq-Rr3p|w})@>0PnUgJoV6>O((PArTTBNnOtTuSTFsa(V-S4P3RqInIg}GHYg1- zvt2L@oM4fFnb7+sdoUWw%PXZV$l+EAiFjgt2AB2E1^JYm?-5X_S#?v+Y|gq#a{~+t zapLWOG#j_e2#`NmnVx_u8ZV~=$>?s8I+CmCv+Pk)i8h}OPRvH_mv;8CuD5S=2Ee5rq7JbCypAgPKy8eZ9)x#RHe!-c4sCaw(5WT*D0V9<|L z#{jR3pOgu(#>d2YgL|`>l6989L(2Zz1{U$+I~VBJbDJliQ0rU%1lPy$UUrb4+=f4Z zYbjAbcg|B=I83SgM~;`+o(&5QcROC(70~~Qib_UkX4SpM=LOjCkdkk}jFh8|1Ing< z$P>_;JzJ_tb4+FFVrF2wIlQPg%s;;d)&2N$EC>L2=0^g9g;)b7={$?#wM_iy?4Txxd|jWh2ef z223cL**&Bhe$E_S>(t2i1ILt`A_n3XAO> z*gdDv3eY3%#`p>1C>?A%SiQ9uw4k}Sk~{gb8d>$35wXCT+mK29$H6tT&sGJayXff) z@K~+w&;Y^gI__=3y{vzB2Hw59>OO(6ZQOQL^Ouib)!PB_9v;;I9OlwR48iv7Uf&1c zQXTx!Yr0)$e7V2S0Op#r)xhSRe5(zxU*qs`1ebKQ5?|o1otgFr0?};BAK2+Zp;LF{ zuc8?5WC(hn^?WCTcsgrp@FH1d`~;+Qt_D>1`%{0Gw~~4uv3&07 z)XQv4h5?+d>I3pxZB4d`vI z7rh13&3xz^qDL*dWPIqbC^ut$1qQ=Sn{Gj0b>6)cShwP}KX}h*PWftbzJZ-}tNaJptBp0PS&W7Mt?l*H>&xDsf4KBS z1@z8)EmOg!h>cMI-VZu`Iy{8JTPMJLR!8{=MlbWMU%)T#x&8-)?&0}tfYTq0&f$o7N0F>{7>|bfOPB?Io&%%xYd^teTVGKws1n?ua^qr+_RJ}5@Fq#EU644m*RtPUW$heltR z&?F87cFn+q>LZL|^PPy>p%47y;U$IOBjk%T1IOjW)!(2;AfM5I9pTPbb|drklyma} zlXtLi2wwWr=A_x^Fg=@IPXaqt8A%k$W#I8fx!3MHVWPc!kQ!5}GIdKfi(|S6)%G?x zcIZi@tEhnC2=h%1!p|zY%@kUu*NB+{cn074ItZSRlVgB~QtC<4eTR1jlQ<71us;XU z9UM;NZx>asi^E^io6L7cDfM>1R;M1o15_kuOFHz&)x~>)kMz7PUO?_YPt^~MGkRht zT6e-8DqR8Qk(BHfNCvT}Y{7cd1Vc_2Dj+Ipat2%NxJk%6Ma#7GT%EIG%a$66KqL%z zZ-cxHjb{sP=Wli&EV=_X-WMH0M=|F^pp;?b&%vvBMKXB}sTBCy?K^yKb{&L(q-EkW z1KcJw&o&4VIisso!%o5G8UyqsGbK>2_S_%BnjgM*UcW zRS+tp05Bmh*J3adc$28g1+rNxpAHW(yPp}g|0Bqx>_5QdtvW*A0^74A zcaU2Kv?Xx-+;^o4NGZ9|=U`x!&YqVeMiP6+a|FyfUJMeD$Rsj7fFA*4Dv^B5GkKq~ z0$jyl&iEW3C8sU%cHW;LyywRdkO9e26CmvphQR>&8we2rm+{p3HK3jL!jvTXlm|3= z9}STA#+~gz?0Xz7AQodcqRJ*6F@pFy0$YeZ^#ZI<#Y-e`PWD{s;9W=UcD-Xim+#do z1us=Qe;=T}d&AYtVQ>6S=j#bX6?N1efFg6#4=3oKyPu4BUF8TCA_=8IC>AfC{Mpi# zJb&dtsr;V$>6X0up;Uu|x)!;o(*Wq!xyl~DE{EY#1-k>mbvs~xgw?UsSD@wOjr#eLU$ zm9t_4qaBwUW~h;0PwZEBaKBsj@B{4rsOPRy{<1L{mTNFy%ztkioV@M!TJ{0 za{{8tOgBFNG$22ii@ySU-5H&1aL(0oy#uGfUZx#(E7F+mfjkSB%?$`7wcp&qthqGx z_{i>6PTqMA7M#*`2eU5{Cw+GoE3marY)tuu&c&r9#Zg(z+AY9B17Vj4-nv3Ey7 zyVA67k96PROP}>=3*`1ICn4Cc9{a-`Y&K_Y`2#=uJ}iqH$MhVp%P-K&&tW{s+2nC! zdke7b%ggBj%$b;_y}^F=E%FaAe}u0#AnkpEQo3`Pn6z21z)<|;6APU3vyxoE=ioC7 zA27*xdZ7FCul6VRaSOt)@-TY^ZA@qBP~AQ*jL8S1}x1m zn9Dt%H{pEzQNeK+MYDB>^X{;Jf$P?+gI?dK@F3ZU1&}4a=S!g8jc>eZ_&iM)sB0$z`y#X%$W!8@6!BPfJ^&uzX6}|#c>7Er#f!NTQLxO+Vs|8;3%J^ z4*XwI5^2CkGdiA@AU|7$Axr+B7aUd#9mtm6+}7Z$PN`M^vT^@CNxo{`M!awfBeyW3}=0Aed;(FJ?$G^jK1Xebta1Z6qhYj?2K$z;u&7dZ~%@pL@$ zso*Wf#|a>=>RELt^T9RLfL<%#_XeE4_H65d^FqsqOj@Lgs$%Z|W`UjVzQDU4vt!`PMJK0Kpo**OZ)N$YfVu-ry0< z#BJSu=V!+GNbyPELySCS;2GeLyt@T9&-`6(!FWSZmItN>@4oCHd?y}t$9+NsmDYFx z>iV9CLzTa?*jCX97?-~K_JB5xFRKvLi?UHuVC~ikwU60kN_GVW7>^5ymp8t{lgP6} zb0+bTtkL)x+Ukvf+?z%28q7mQJ{-Ypm%2IK{6w=&4wTCEdHt5lQQ9q8YzP1b?R>Eu zv_Lfi{nf#>He~Zyu*W9uE7QSq`up}bAUC2(T?0LwTZN|cuTD+Fyi-obv18v(An0FC z*%u7^1~U!}PLQlW+K$0Aa?6x@hvWdYhv5qQb+SDb=vE3ZE)c(ZRz4IH+c_Ryh!ra#9AOd~X!0|+Aj z{5%5tTqkATVM4KiC%7(C5*mVivv|H5KqNC@5_=&3!e=~ z;|_M(*FqU=%TN-gAl822PY23z{yQ&$-y4;l3(UFmzNR3F`?up61bXA7@|x3OuNu^k z=SNF|b{4=~S<;&cMsz3r8gUEk*kx`yc(-j?T)OYfjM#mEL?UzKw_8GF-?3-$qlb}t z+JNbHDG)5*U*73kweFUDS4*P>&A7je zHd~tCgV1dUh;Jn!odZ{ZiZXylpbCdAl~~!mmzO*!z=v?Bm$zfZ`kwa)fj%$q#tDp8 z-@NEh3q+kb#%J4oQx%v?<=db9Ky&W*G{^P-cG7fw@_@gr9>W+s<@+X1 zKu_A$%>_Ivl}sF9SS0fP)qN)z-slG8poHs!S3J(s{CgZ5;Qie-n=APC^>h6NVM>kf z8Z^WyyMhmbhNw@lSq7`r2Up#B@6~|ohP}U(3cel2uFsdJG3*Z7|_Nk zdLe$fLbL1Y>?n^w5RT^26f`bHtx_`V4$;;~BjZ z4Zx_W!vZ$W=GtUndoynG;7pTvQFx4uCx6@_)-w%^-;QSPz^~F~Js+Itf~mp|w?`$# zV5msj_69tnAmkRv&T7Gc6X)0E#5fwz?(6;I39hk4S)VH{{B#X>8XyqdYFwayx%m%o z{43?9i3>2Lob}QJO*S9y12Ab~X*bN-3A4?*ngAk%&x=_HeJV?$_jC=2?O%>9pe*8T5d*!S zxT69vA7T6^NcGPiHlITSqT6-;>X&TJz&WcDI5oaZU=dHJr}&~NU_*qtv;itX{)Yf8 zR#dl(yYIMXYq$s5h_Rg;7|$mUJ$|sN^Js$F? zfhPTVy)DRV@>T?Z3O+xPS?-iA5tLH`q{cQ^2 z%TAc9yd{BOfBsyN*PjZYetWrtK&@kP{&5X|<`lpE@y`plQJ3I&szk*Gzaf?0LJ*&Z zGkp&dbG526FmsO{xvSZnuW$PoP%`Y@qo?f83WsUfg43Id4sy+L7pR_UfHBFbj5Ro3 zl0@{uwcj4g3M$idZb&OrwC@H;D3z~g?MCEzEzwQ>NtKW8An<)Zf; zy*&%$>m6yDfWd5ldkvJkc;7910r8s2R1Sa^-6k2?l>fr$+Gi$e@b|0dOe_M=@$0S4 zL6v8hVGgc|dNh9Bl0h)28qjKk_qPRy;iVp_LhzTQ`falS^<9#J4Y)AJspyb=bA4fh z#uNgX?X@V_bR6b zlmeO7|1h{$!A$DDeD&Qe*evw*X%7-Gt-sy0#L-oyGe3DfdulTu^0d7F_1L}FkJmCJ+PM5DhPmP^<6sw z>O$YX#-o61IH~REs^@+>Uc>=t&dWed!Sg)V1$_+O`ew5P_gk{}8qn9Wr?H#_6hIne zyAH=%IYlQx@bJ4mgO!q7)g4F}{f39(b6 zSUB!xY>d?z`-h@^tpQG3`MnCjQH@5?3A|EYuR2iTK_Pz(-%;b+dZ`3|K^~177v#Od zXaXPzpY)Id(OtS#(=7=Gd&O2cI(zvRTmXfI(^CujHa!!v7W}2#cApub@97GKcmm3# zF|{cIw{*Nr6L2a^`F8{lMU$M~oP8J!g~1Y>v?e^;z*-;6+yx7d0jygGKi`WV@bNa= z)nLJQg5~})1!5LG)H66V!J$_GVd+c44=f@AX*zuCldj4-EsFo`gy;3_0fEc;-~_@^ z`dD7TG$GyR4K%hHr#Udq)j|4zmk?^q*5$ZX;r3$~0f8i!+Fk?KnwLfb`bqjB>rudE zu3pPea9pij`2&R7n%;*?+P%K~h+A+No#UXxdcATEF?ddoYe8GFZS^jCcK9Ub?zIH7 zxV%Y%$*Q)KcVdF*x6pn*P@48^5&cY2O2t|B*EE#z$c;p>|B7Er2l1}3VjIW=v@{X0 zKM%@B0qe4VQLvmNl$dlzgWz)T@+WBa=F^cZwriznkqVTNE~_@Md**7n1$ElC*9;8g z<&g5UG-c{HD_3CdHJ`$z{HW5G&MjE`^GV1ATIT63d#5d^_rF|lz?_5{mktlBmz}NnC~6Pe@9c!!M1FlaRox-&<^`MR-WjC;}WdurrMgIAM~Vy4Ssei<{g@M zOf?c<*}u&>2E)(xvQI$8(C(pwsxB^C26pr3@7v)xeXP?{hvsxhCrY7_us4!Ht6qM#3T&nf?BC#Jja;)AfbY+FNnkai z8`uWx!_8UrLXL&H4VWd(YWyg4e+Axryt{W;#MPi66~|x8h-~!$=8Ymz!-yvO-p!j8 z=vUi@3GYC1`wHng{?>)u{yu=BtE2P_to5#z)R>z`x%7x;XVHSr2395l(Sr#yruU4Ev`Q7_se@~ML z*Q?tM=>6W%55e0skNY#IrbG~R(6#xyW%Psco9o-n0xR2|w9Nb=TR9!nU*Hax-esJz zhLfM3tw8nWEqLAGIuwN+m^wS-7j)mzpVLzcEIsh0Gmz(kTwTGkC7ZoAm>If2djtUZgzkQJgpdjwfeq~LNK4jQAj4n zzsOpSe!y44G7Qb82-Npmq%sNZ=)?9)qnI}pcEO`aGX5gCbx8E;_ zwUDI47xw(V|JW`;mhEc@2a0wWI2pKVmn15>CG|uwpI|+hz3y+Y2@h)3;cgzj z67TLzW%sm!1YXr@lTLv8ou3y|aKA-qW`I($uJsNa>!_z40QpiK!W+8=@Vkl^;JwVJ znFBXsIJ3iQ(Kg8oTz|QI6$;wM=X@P0fMEb}8Fx7QDI>l#lKbQAv_KK3iYk=+);Qd) z2Y`U%^>YGzJ6XRsVE81q|J60cwnYqFQ@4|1WJ;&)_^b*Afqv=9vv+g4Tj~Bfc4d8r?g%K#)FSS2_d?wQ#wGKfpSMu-xp4KZr_rA0ZO*bv`n9Nl!~$47->y}9uGskio2ECIFDDGLJJ*v}IO)VaFK1CZZd z?U?*#e?cK%hc(#Nq@;^jX9^Kh<7huK#@ z`3*RVquh%6A@6c!kG%EaUva#8g9mV!K&rH0bl!+h@_sTwiksI6i0VqaO~Ch}G@c3~ z|2-RNU};77YXV48A&4ii2noW~#E=q{n@U&$dv)HIdoa1K4C4mMR5W-!SP!)l_%Ep4v+Nu&>T?m8nC)2LfaE{dVvIY&McFAzUmKsFph-3a0r-C~Nhkif5c4!idl8Yd{j835ssEyN8-+;;J zvfF^WvvVfXN%+@Ow^_~eB;7+z@m_uB;w!7x>iTQc?Y3UoN!Uf?iUT6GJa z`|n^aO+&H>QO9=z9;eKB#h~2U;&wXY&j#}IJOg`ezKSj2s!{4XAdbw}p#sIL&gL~Z zii3!m7wpo*eVli=j_AF1!TaUB9wi`?mRZYcNYeV@_pSh0%ID`TaLw_`i-EKF2CrxL zQ9MYu3>6SUF3)cUSW=9K`J!w%8P}`;3@^z;XNn2kJ%=HqIN{&=sr&XB42yOyeZZ}+ zGv)})@nJ@9DQlQ)9en^4=@+#f$gOoh)j$l2iPnO6?r2=H`OdfZ>kmPFTK$$9aHVbe z(Sea_KJ(XTAgvdAp|1#DO(vo8>QpJ7@hDS9?Qm~zox$4+~ zmNPqp%fom_;)*Y8O;k-m-LGmUeQ?|_^1a-3DCOQW0)?}EqzRav+qL)v&ry#;CLsPS zH$A~*Ro$9b3Gm@*-#CEh`5YI$H9KKTCKLl)jPrBsf;du@hGI_)Zc)=zwm3SfMY?)0 zJ`1Fw2B~<-h>&A%^h-lMbxW#reCjY7O5)}P+}FB_)D3&XHZSC5qmfv#Q&OMn?{Pfw zQy@ypxPF1g85=$EW-2%{^mdqoV^jy%CHSa!4X=VU^c;^a2SH z-{fQo>HO*u%mBzcuv%|-Y=u~iG6xu6eLuc}lcD&%zQa}wwBt(zr@{&!A()FdY5N6! znq7J=P#*8NmRy>RH}f?WRO8p$Bx4_87Ke0y2JLgWecyqoxm)6)IlrcqxSas?I7lfX z%5@|DgjNZZk$o;YypMwHKfu?!j|{_S>7Y%+DZ@;BXAp0hX2o}|OMh_!^bE$$ z6*O@)S=Hcld8elio8QHHbZ9ry-jV_?Yvx3dMnHM@b$1P}`*T`sfojfAhZywY1DOxN z+2JZJhM=3JVgPScZ_fo7>n`~Pz0}|s>^ixbdqc3^ogTvpNag)tuYv30{L#0dKd8yM3cA@3CkII9*(l9GY%(Xbmv97+ z6+=ZJlkVec0*>*bJ{W*9etu4kIMtNY4uK$Q%-7iyfYQ>rEbt=1B9WHPFxTh6hZTV zG}%u2F<9&NXHtT>a`T)gs3(K+@#>b`qUOyh|JOvDda7sLNksK#1I&l_$!P<_%WGiR!xt8m)A>I;Y z0%x}HXzR4z&quxwZ*0zQ*m`p?I`)Lo0<0JDa&3Tj^DbT;wm(T*``|dr`ZtO)lgws5 zp$sQ$xV!mRIp>rKcY{O)tEX~}7GRn`R-z4*vU-koVEl}Vv_qfjQmqTLmO7geXy$4b zlLeF^vC(dp0F~tLn;N{b_WtYNIjwT?lo&wWNP%nr$Jd?qEXs8a8uk};oWZ2i38LbJ zC@2nJ2$P~R$)xz}`=suw=egg$DxFm7I%GQl0>WnPwSbzxH*EvF+>AhV6`EIJ824CG} z_$V+|$Mxe1$~1Yup3QUS)$~vReLXA~0>~R`hlRII*lgrv{WQR?-BHOZ$EsVmg~|d4 zvHuLNp!020>KvQ|ZrOdnVnFin29jQtrINA|iZvNUCFn<@Iq?N@+GK&Sc(+F$O? z_X}ohWES}i45`B|e?hQt;*MPM@>h4aH9(s8-fjTCJEgA_z-a3St%3fmuGXZYX-O*V z85nni!Lxz7ToI%K^jQ5KAHe5F^E7y~q*6F&4?+Iwyk0Um$?~o}1tL+{6gOql8gI_> z0r-#jvu$ve&m5G2o~Zf30T+9@OdEs~?{Ek}`?a%3{lpRAxrmM9hc&iaL}m;YH|-=Q zV4K!jUVzO+CkrC*6;t(Aabz+%?@Hp{-MuYi`${H=5^Eq(?rsr$h@qnjA z!uf*Y5S@!okJ;Ez>v905B3Ggl@Y#%g60Gq)UvGWe0!O2ss?$8jZTtQMeAm*b9|GZ4 z3gaA5s8sOVedakjjoSi{_ouNi0Y1t8?KxOvV!K>|r@8EORv>vK+K?QAB&l>Lz5=#s zygAsw8s*aU0q%WK=#B?`s9V0e3Lu82ch!JK%t>z#^3AF{XwdhEnP7quqo*ukcxi=} z?0F*K=T#6#z-otNvj^`T9lQZ>tQe`a-Y(CsCSb49q6g2SagHP*1XXvIE-pd>9hVL4z~0SVF1RhnUZiTB>?M-wd!(AYjvva_Spf^Jv??7U@1^cZ3*Ib`}1)?N)hf#oUqk} z-GgX=()Wym4{F(V>HvI}=kM|X1~1bYhJY~$&+G#%5&}L(Q?^4wIW{}65U5S?2GrG& z&!ZU|lB+})9XJ#;_8UmgAb2={d(-p$sPHY@-xE0wfhgx(em6UsTdN_sK5paAtAR2( zpBWU=l9I8%SHK~et{2A!&+G2fU?rOj69lEYv3mCg(?z;20QITZ-xoZ2>uZVtBw?{h zM?hGnnz{lPQI#ml&5ky{N+T0c!GmaN@VSV|Xs~4Ky<0tF2u{J;@f)Pmw>ukwWhp4T z8PFfIt!6Y$W%uL7~Vo~%ZB#lAD2gW>XU>8=5zbtXQ+exxF3kGB~J$)2EeRJPuou}lT9(EDK& zf^)kRZz-tGUN0DISY!&8nIo|K46|$s9ugVdmtec&LdF1=T&l7Q^m@4~J@A}sQFd#d zv!_sI3;P;o{$iccaF@Zu7ggV&!Zy ztGj0@$mR7~f@R{4ca%VAsXO8u3~*!6jTC^pa(}NMU^3&5R0b#MhMBc) zdlM-fK{;fTLgRY*r(XFGA-u1~M0OM7^?H{rFz)K(>ExH#!(C_v4-i=(3&ZixWqQ zwb6eQY1~p*_jv1q?b32jqcba7PAtGY`vI4jImVVd3(Wkqi4bt9*t{AYKQ_Lj* z*<5f?cd{3aShT~EL0%H~}f+bro^AfyYU|fsorUa9jekYAX zb66gXf}!6WNvw+?fz{mDWjA0eulV`|Lil_i+E+enwMyb1`0C-i8Ue@Heab0Fli-?L zz*d!olQ&b|C(hAsyz1^;ZW~}9$AgChPNQ9K>;iT9OqUgqDA)S#1k9Kd-ugax4a58J z4$AfS)qMa4zGbr~IDIBj{sO&Q?5!){f1i_f|IPuVSRLXK@WS0$oq{4F1%(a*&H;no zgQM~0QFJ6Q`wSe)QnOp>)E$n2@Eq1^3XU&(Ut}Pn&PDkJni?La zWxei~QG-slvr3?l6z{Z-nxBBqUN*o}qgc-#ygHL{_yAw?IgKLV8$;{;1>&=POy!uf zop;`i&S3qvw-J@eTHg7{uMAKo6oJmccIn?qcF6qrw_wsvcxO2)wFaBwI~{gFaO#)i z0jSgXew;MVp%~0=4brXq*;-&equ6^0Ze0SicPTSwSe7lk*azL@l^LKY34nisZ@9Me z7}UxBpi}3PUfIug*#~j{veN;G^4nlb(K-_MPu0~3T+D4GOu*Ie7JU`$o$<}u0DTvB z+#S%C#m%&v=MWB@KR~y(E4Q7q=W4rX+z0mQOQ0y&4jgE8df`rNzpq9#~ z^1<<9$MFrURX5&^Dz?M7Kx`w}J)aCW1m^Pi*$&>U=QkbFL$K1q_OU_cI_>@pEbQZS zv;fKOvzM3Pe%7yM3TC&*c31+p{W(4>(CMi2XYa%5TrlU#8>DSBI=F!ReaD**!rRn4 zGT@QzXL8^6YF5Ik~z@xiyEy#5Hz*1z)7YGFUQf=d-93o0Hnv$ zgz>n%+3`-O#`U2;k$hTTJ7Ho2OO-2dtmrvtJfp+fn_xk+&wrh)ZOI@$b#2V9>8?;p^yOz3oYFCkSF&?+`|Ev z$FXy6@YT&}z5ubtsnG@qX*$-trfGccCNcP!`@S#~EK2A3xheps3^puL^9>4*tqJrk zX_t>caXmJ2;7(&Id4cxi{9R;VC<=1*1@G@L{)|OlWg3?w7tO7D^PWtVX3Bn6-E^Qv z)6K&IkrT>_2b_-2IDBBr{I$(db=-(WVzwt4DG7BPin!dZgw{4_>7U}L)teNZjt z?Xbb#TsqYgI1D$iVqovvqthGQLM~a=vDM1U;o@X~)O&|Bx4~L$p9V6|>0ju30ofoY z2pFhtR$8|PjQ6WQV6KX*dvC&86^fif=@#Lk6JdM2j z14s8mfez41?jOIwn{lM`2WU?thC72Wb==+;&{r@`CB@=~8f8Z}U~;X>mj*8NM=u<3 zl+*R>4z7pY=^)Q7BD^QBE79*Qk9_;&&#(xQ{OFnvWjLj$S4hx#PTwo2Kt5 zAZee~>W-wlGY6fMDnuKguR9xW3(~&KfL?HWjY;AL?ma~gYcS~DQlYoxm_SZXve+{} zX)b6k=stCEeQluXeJujY>oU1y;5&ZA>(z=avtED1BPf#%{b3-LolABG`&)hDN}eOh zcqOiLK!O)Wzk)0s&+0h_lG3)g#mah4K6=<7l1V7_0JD4ec{fO@ zNxgc5``H^lKHw{~$8>wK!p};7J-)D7!eg*KfnX#C8y8IXo>PV3v3M=i0=UPlCk!kW zXGdL~A=s@PYdry)e0*OT*cSiA)3Ov1Kk{Me^LH~V>4^a6g?Jpj!K5muf@8BOGq~vB zfrX@sqoA1*Pj<=^%mssl+JGqB+cN>H^yP;QY^6P0&Ky2?ZIxH%qBRYT)m{S&(gmn{ zaI)8rE&)fa!d=OU4K|t}MprOA2KOQXR$dfE2|Tad*A1SXPc-bfY!>I&{7mlQmOZ}6 z!x1p@*mE0Hm0WHYfD%(*TLb%r<%(M{>V=z)2kK!spN>8D1hMCQWH6>ieW(DZxBj>* zu<~8w(LjBhyIlxE`722&IA+V3Ezp%;S8I&_Ny^pC>F90$!$={|n1z;I|^$2-uwdWx@u>r;9!iO3*L zNYd2^(x3xtH=b4?A1JS{^4x+i^h{j!i*` zn6X1ATQx|NRmLD4=J4ZpPdd1`gH8JioNq@t+(G9M%)KX|x0zIzz$Crz{sSl@qx5Dm zKU9nxGgiQvo`c02kjLVB@_|lvsw0E?xJ6`BX$Wu$l#fqf-5Xw}H*mjx4(9-b#&kuYzfIt>CV7Yzi>tZZtw6p zAYQ*E`S$$U&iHobsU&iM1x=3tgd((?!|gXeP=f|1%zcQs&S$>r3~`H1IxXg45~ z)A*dhbsLT!RWoJdSdmb0u5e^{*a#$>sXWR6F(b2E4yMt0IGdNuPb7In;IqhuvLcFv zFL(WZY#t!JjknJRlVm1-8)W-e-$_B6YVqqDJhn&OYgepQUD>B2aB}vEac^Le+NeRY z4xS{^XA|`q2tEUa6!@P#knM$`U%@Hv1=$_6w>$FogYRQ)Jcl24*y(vVHo#XiztRPi zH)EmnYi53>&M20|x7@!8-T)Y!01Zf|O9F{~l9`~#v8#Uq*JSy2p5R`qmtzP*M)!y% z$OdEO`vFpSd$c=W<}g2>7=_9dfecF`c!VSOu>gUc&!ROjwga>013@Sj-v01Nq6Le)0kb0+PP`TY2Dnyq&o2H9D&xMXnnxgvMUjo5= zx%ml<&f2VV0RwTmH(#J_oG+&@NU~vm8+Ps1Ni`~E299khIV`}V)7?lb;J!w(M-L;v zAVYm>0f)jD))Nf;iEfxZn{Zz3cnQEmCbjPaY}#Fa@CEaWYWWSeqdFR_`^`s8gi-^N zez{c*I#g*pnZVt--M$T8&uFxCfifPvdlgvp$xYB5*wmpa;;g~(MZj3EfvtBw(+2W& zpl-mkt&Z1Qu+p5*hlq+60opz30K8458q*$@%5{8~8^zXP6})Py~7e(z@9 z7|fKYr_R8u(r=eDAW?!pallFn-I)t+8h!j8h{nBO`v9?bjbff7{EsU}L51M8`;vjPP1byrnDkN0N^88e5GGoFk= zI?`U`QsOz)cQbtgZkOE7A&|(ixvs%_Tl(B6wp-bzZ+11XslIj?0huIK^Afc4$8PWi zuT6A`RN3Yzv7BDdz}asD?GBX3Dc_brS~FTkp78CIw~uWA&Q0v1K~`Oo5oxFh75x;Q z44C(DIr;#3A+ckC&-En^+fz2br8PDNV6v;UdAYQFhAZW{|&cIRZmHQH$yfP~Kb3TFus!i+wb#_kX zYqVgVd;Rrh0-E%_pE+2~`iK4sbYA++wg6>d#tO+QTjR3c<-H{z(K`&d$;U>r8co9n zDpl1a0i52wQze4LdeafpJcscmZrMN#cYb%p%cViu8vqi@Ux!1W5B5>A1Y5Ihbsb>5 zrt52i;9(Az2_WL$$Wm~;=yUZ84ixn0b=GX*$7H)40#_Rmivo(=>I6HGwO9Vb0vp1o z&fJ$^uy4mGdn(6-&FoMPfW>fKa|Dj-N}kNXcd_VQb+D_#Vs-)RqO^%A=6k=Ncf%O? zfU8$PSI?WQDqY0b*oFB_aXYSg(jaKZ^U0$Cdyeli2FUu*_Dawc%49j_iKc)y+X zEe9vfKdy!vi}O6HwE$-PJ|CuFxsJa12Ix=o5gwZ7l;-2+f$(ZaK?IbwEuP88+=^#X zr`m(>dPqbvI7xX-krMVDr+xdZff>E4cmo!dOLt${soIyWCksvCyl-X@{oQQ5D-?lOv}MuY1u8D0QMRJ`6DSR}}Q zMPN{^7{LLikDH!|2iEf`Xr~fLCNr-$2T%G94Pq@Aaybbr6RZaQcxVH;bKuS^uwQbw z@_^@ds`V4Z$Jf4-fYYtNdVWE>KfX@;ChM?0Zbt*q*^0ei2;W~~Czz5~(p0;EV;!9j z8F-M)u)R8RtlK+9e)^&)rzIq6@AdP4(hJK_!~#WzcqXA=iOaiSiRAG=XxNW zQ;@_5PjY+Exy?K;sZym{9JQ+MS*bzt9S%BOn{8Eg+Z-2JWmWwuG^GXwKueGL^rU53&74thQM^*`YIIJuu1_*rsDr(Uz_j6JVp z+0Qfb_k%Qc^~nTiRy&wX!R@Yl1EM=yOZq>A19-hoM?w*JpS38yGjM(ea{dKQsK|Bq z%JF9T>x|MD& zeT}0f2>|41`v!~|cwEGQ<+^t5Ir*(Q6W*=&b71QIQMv~8oJ)i=P_0~CK7p6T>G}mC zv%epe;5hHKcbz-?#j8_tCy%u;GCN&{6>#VNCY(iZ(Ay)1d$XRsPZav#9ZeqJ0Bm={ z@(_U}yW3&~&VsfjF9TceXq1jS57y!I`a7^wQ)6SQiSnYOCg=CK<6Y`))sV!w+nHl&2!G1<*h;OYugH_Ls_4a zBfPae-lqc{bidQj$_BBK)#oc1o3e3Q_PV0>a>vj^*AJ{VK+fI$?aI*Y+}xOe3ew6**` zY^SW%i!%^AKsxLWXBlMsrk*h%iNLekH%%Xltg|5Tx|h}9#fK)bx)nf1o%Y7?9p1{+2 z#~1kag|$|K$M_yQ71&=$ghuH>&brepHG+B7;_OyS5GbFyse?})f7UMWyw9o^fNW+g zzY#b!r@;jn-ILY4SFnD%!BAJgKC4Mny-Bjj4)0&zle~$|WXUs<@Y51)!_cm zhjvk9cc(1=G#_%GQ#)pCS{1+k`oI6)$V#o-6n3CZmiL_Y0XHe*BIC>tH&5^y+%-?G zUBL40?-4QOArD@|K{~7fw>*Z=Mac{1{!m(jMLL@v4RD^#BlQa6cd+(v;Bp%Eb&`*^ z?xnarbSgG4h5;9SV9ZxJiGMjJJ_!9hgO9{@vEMX#@tu%bz9HlGQ6nI{qWmepfxfHs z3GhWPHK*XJypwujB_mo}Nz#FS;y8@xAd?s%&IIUk@;mbDN`^;V= zupyA1Lh#H610&N5IFZ_|cEN128+~K26XmTrXgjUd%UO;nmD!q|rmN>K+#e=`%$Y)+ z0`mys>bN#9fP?Je>H+SG#GH{h^yP2XoNPL+#OQrCL(qM!lD-TWIy%%AU^dpo&JK|G z>-23f_asWE0$o(6vITC7y{$)JuT1803}h+EXBkLtTgIV*@i3D*?XJVX1#T(qz?{)! zzaSBA>l~Ouf@b@11f6NTEF&O3j-K4sAnAs3e75X@%^OBDCa~Y6Txi$FqZRrBu zo+N!3YTHs4l)t%y&M;TJ5bTO=FJ1K=lDSo(VSs*@x_8Tg(-J61A#uvr>Im&Hzk~f~ z`(kiqv+9g~I|o^L?!DSWhmJyODUQKuUYxBd*p}Y7-h+Kv)Vnhforv7`;CcwW^9>x$ zj38bxSl+TM2IQ5$>qo(%H^*#O4%m09n|cRY=lH26BIrGW=^DJW*@iN=te-(z7Zz9? zw`8&d>uB#So?v#IXE$NQr$=j3mBFrDDW46XXM~;|Ks?~nYhYfViev+Bc~w3+cNye; zX^$RFlhuCtaf8R#U__bI${87cQYAjCo^1y^a4nWQy#aY<-+qG~;|CKH^ai42=b+5) z(YyfBXrUb{pgp^x{RPvHV0JrWhswBz{(TN~>7u^KqeBHy+Zw*WSl)AkUuL7dbbH*< zb6Uisce*ktLbr0}fP@Fu?hamz`kYl@5sH~n18uqx`^$;bBI#1uUxB=9uH2+SP)e&W zh$gf4N}M(eNK)+voi%ZY4f>qV_okprj_=n7g#B-SuYo9Q$B_ZJ27f*ufRaM_Dg=AU z(vuH(k}KtE&e&|;DcKo7JPd?-pztd7c{#`+(-ifpfK8zLaST>e?^^WcEa2Pyh<$Kb z)JZ6S&txf%iPfW|v3i}s*Yg|n z{ns*j19vMt&EASR;M5?=lcPi zJ8ymV1nr3?%o%va72xNv`+%Ah%TY(=eb%2$?E>lUA14wBhi}23gArr${AGjH>EoDS zE*IoJ2J#^k2QJVyr^>qmlQ9a}4YWBG;cAeB)oM2%)!@|~b}N0umlAp(@dPfNGCX_W z;LgL{4ZJuKlM$BLcx$BO1cUh7p66h0<-&cc@ujRJF0{ZtaY@|>R?}*0rl1q~&Umq9 zHqz;sXiV0jDy;ezIIq37CGGeM*3zlF0OxGJkXJydZ|~Ixr2Sf3-ofj>*m)5sHM(C4 zKrW={+0j{Jfl%oquv^V6a}7i#n7()5?0L#7Xr^SR-M(Y6$5Djk*agF-u%d7=pG6+` z{TS4$-7j>|zPE*r(>!OE=mZBjt;s|#%i9Fnb$E|w$chIN)I^`_cVb%HUwgVS^9iMc-Mbg1P0xz7;j#Ncs&keTx1o7$B zmBhx-J}QN zx1htFzymnMa@xQCno=0c5X`kS>y%*Z3f@>a^Gh@oK3@%Nx9{WH0_uh0QFk!;?C)*_ zs!@5O4l`dt#Axsa6&LUf(_^nx7PG^oX&T?!))IV^!kehzI$Rpx5NzsnHcr9x{eBp4 z&@PHkC|P_3BjQ$8;FecC-2~|?t}jQBd8fm}0c%68jtS6w^V{Ymlf;Y@m1_j%&|1ig z9PHy&yl*g;CGAuIulyFP4$c^nEDcG}#YdYtSpcOOF90-13|z zTGb%c^3TX+&39etXadX6qWA&==|#pu;8M-3qT)=G`uKYfKsp?DA34xwCs}NJeCWxi zoc4u{a8}MntHCE5S83zZ&1&gH93q5eUOIDJC^*6Q60`!D&HX7bpAI?Et zO+a^esPzq)716FXfXzkt?hGD-&&qOv);{0f0ay>$V&@5>+)c6&m>*-d?mU=7dE;Lj z1fEgdhd@}kVle`px?hW9;7Juhc)-y<7q7u4`ewZ?kk+TjPJrMk@5KjP*dnqom@mbz zCp`IC5bqS*1;Kl5`wfzF?{M6KxDK<44rZ6`eq)3E@trLl@aP(G`T!ndCgU6s(RIF+ z;5}dvZ#U#iX(ykg!GhFCy*_X>V=l`ey}z`h0u)nSnkEq6qt5&b%A1r7#}V60H_=`b zuo=vRXbmLt@Do1E%DjZ%{Rt#*vQ1xrb)g~{^}$FpaUIz?7$w7R_6GF*me((+j!vTO zVt&}k!KawOkcY}gOqj!c5gariyx(Q81zr0xwsqiG=hyHAQg?U|Y@iw5hLW0WwhXyW zBM^70h0#x$F-zax2VnCh8hr>1%{*>IFje#9p@6qKJKh(-^#)(E*0K(ri!-*tY;7jg z6X%Ci`h@Egh}CE*I2Ldv1wGF@#hD>K*kj&&n4ra6O_jLenoOBWgY`>HTd;n9;xn}tA#hv#faR&yP zGM;!~*=Gn!0PJ>8O-gW>dV^?QbEsZxhx-8>Zlof5g5r7`tYh#^sBfMC25&9vH>h6o z(Sm!LEvYtNa_`G-zUZw=YACc!szn6~7;VST*8=Q=-6a@0oB2Qm+*{E$HaH4Lib8?pLQRbqaBWhd)y;Ft z;qhSfnbr4xymlKHAF@`1)y8Mc0_fz7;VpnEO@w?ga4Gb;7)F!`Zf&oR^YskgjJjC4 zV6of}hCXP^ekO!q_L)vj4bt9p*GWJ{Bv>y8gK5`}IzyL8k5`)*2$zHfz23GDHdbbz zBtV9_NhJenudGIsrm46ouN_!k+Ut)FR?8znYapcBmTUrlUCv~?nR4J#qXfH9U!5yJ zE>bRZ0M(b(QCo1S2mM|g8f4wo^rC`kVsC^KcnDW5ID=ltU2)iDo_Fn$R|C>vd#j$v zlIBg7Tj2D%>%#}=(SsuKBc5!0hKC)Z9f<$;+wrCS#>aB^nT z&jJt_;ty01am@cPMyxe;-g$8X!^y|(zQEJz%ma1I*5K-8_Y7<~wmShRf_{%mFE057 z-g2{L{=+jf&T8)YO7=w@9{lq@#ku5@uL9TVT?iW~2_wa1b+3SqE)R#d2!fn7Y z7``jDeFUS9FWdtVU0%E0azWE5HIIa?QF7Zje=MMX-gX#(V`%NX2RNTcK`_0 zE%Q0pOW7zg!1Q~ZPS1c}kpA%o%8#^)AHWPxBQFQs3M!l$Jlew6?5k{~G zwD*9nxrOEeS^bP|9$3Bh?QH_q>)Mri8#aJh@p?$0Y99zT2dB&ET-%`2A?E!B#ArW% zy#e+8dhSePjm=A;HwR8pYTXs6CDPcCX18V8vq#wArFo<50j^6|T*W|9FXzb{T=s<; z)F9b;uZghbIX**HCD6}r8`A{ad774Ipp=Vt<$_Z$5!d3bIXs!C?Fh{2)}Mln$`@_}CE7b>1Fe|R1qu4`yjE}EVXqjT4~C!RLw|zL>#%hwoYq>KH|10| z&*_{!{{u8@DN6&LZ^t#m>EDl+=K6-;uNuqr~sL-M!;Y_Q# z64lv1a)gY_uP_GU_L|;PNoBrC6hmnxqIFHiQu8(1C|NBsqMj&;b!C-y=A zJ(%vmjkFr1zU9zV80EqN^~0Mc0oY_^ZY7}F4-WI*ne|h5RDTF&qV!xTAf+>XvIW#a zB`YS7xTYibic7_@^I-4+byuO((uGa5*E_y^&^|2s!z)PMTJecMAubP1Mjf&R2#Z7l z%i4CQQ&47g{+xmC&~;)Rh`KZ*qLmM=o#LH=<0VU0Tbu8qPNky`MDWX6hKs2iHer0DE!YD_4*UZ*3NU+cDXAHSh^2*pn5TK~4d;uz)@<+w&Nd)WlqO zuFX%$S6y@)gb%qd0a;+g=nV+n{q*(%XF?+~`Nr}2!04MjNY$sN9Kh2E1^EPuBHsxw zV7|-T8w7kQ4}bMsfF9Lx7ZG@NZ}V*m`u@|fUqICQ@8jUkwqaZQa0r%S;%-df%f_y9 zz=`3D=Lr119+#7lJ1ET^sQiB^94|7O$e0rvg6uoN~ zfN%ZUuYqpu>PhFxaX7Er`zg2wTZTOVZK>|oF31b_Z9T!|wB?dDWG25Pr@aB&TdD{8 zm0J_fFrHGx7I=E-RfAvtpS-NE)Oy0cR}i=>KII^n5;M0=(bD( z9u|MO)JHBLU^EFmu-)X^*>9dxJ(R-($bs)ZrP!O@Ny?x4u}ACO&!xPkQMpZp9V@f- zO#BzI8GL*5r)OAzP-wzZL4V?_lMnbB(zH8FS^CjxIavUTX?fi{&|gH36(IEjUoOFc zEJ%L;#gnTzTg`y%1?|lfFsf-`zks522cHkfC^Aq=8EetMq~Z<)_QFc`z?RfWW&*N3 z@tXkXsOZ=+@Raj(z(53nhO_8@7VbKKKwU9yQRs--#rb$xzH zYJ*tz$s5Jot&Vd41CCW$XPt^Ac#4PR98A?tv0MV@*v@JT=;5*O67cNwma`0urmMMG zfu2+v*W;UY)9EN_0A>t*jo#oD_OC|{z+6s=Px}LOqx13lHHY;;8)ZXa99Q8|1FItI z8&@Ec8=#kga@JuKKWKOC&P4n&&%=p)839RoPtG22w}+PzfkC|Py~k~j4$}*PHVtx0 zty~*Kdi&d8p$Lld0zw|ppnC3AE?57-mfUV80b-U}e>aBB^4`34!L42#S&Iy=Vmkj8jJz2Sv{(u=vmS0l@7qcCAsry65q4Yj) z5Qu9MEQ5Nl39bcZjInw+U~60ky(frXN+(KyyH%8`Xs{{GO?SwrD<=j&13~(<_Y0tY zM2cjA^|4*_&!BA$lHLOxV||>o1y*Kx#3QK;cv6{JoPt%h>n~>DqAKcQ2?(m_oz8&ayrat# z_)^_jyg)%IcP6sz=f~qZk-(FLeG5=ZMjaVoo!A65{Q9H&Z#(mv7zgV1+>(DiG=k*) zuZJcniQM1qzn^TRp`8aj80|O;e47C6AhS zC+^|*Bkt+n&AaC(v^4(pQvA<{{&^(Z@voP$>G*k(B{k0|^7dla9)=rl5NLw&cVdYTaNxe~`w4=$YI_+lvQVDapvox?JdoKuw_(mP+aopFYcMW=p*srU znCytx_;IK~aF!nZ-h^*&!C)kMby~K`MzsQt_Ra@e&^xRj?Gtzu&uHrbMVNiMcQBjD zr@d3b7liMnXQ*GDC6)hq@Z4Y5BCxzuUGf`1^Q4u8axSn{cM^k zKDR(L@QFw5_a4mJvS2#kIDe))dCr%9Y|pxL@N%ES%@KsVUZA=_UbmlXA57zo(`WPu zxm5Suqyq_+Vn2fgOG*sN*3SI6P$`)6-D#P{O&3^s50 zW8$y9H_r&Hy{zNf ziA-LxyAKCFeF+@hnwJfx#k&YL;4oVs#R%9%O`19&oYU-C0!b++mOtZ$?exC3ukKH?{!WX&<94h4N3;#7Tuk#S&@i^jsl z!g^_gX-yU88+g@Zq@t3xtV*ur?G>0Wrt9SaEaSI2F~Misjm*xD zcP4R(-vc{R;+P_Ma20e@z-w?UFwY`0Uwprc97pRrPjVEB%&X&~{d}lo|GC@C*AM+#VJqeO_z?Puw%?o_;n<`6t z_TuO%^=F_~u4i`+bfT<#9?15IwhX{s*pD~81D_shf!_!B9q+gW`+K)~?m_fDkiZ0J z59;ALAZshn?;RLs7A+otk~b@>XEG&l9+m`-yY1Ya01~{{LJX9r^rc#~*J5=a(hP{X zyg3)3xNogV@5rpyBuZ=WlCPuQ6zGxhneM?Ll#{wax*{;c2HrTkgf7VE-$&$umlT&4 zaa}E|vMdT`G4saJPR4*?rXuy1SU`udl5;RU9{tZ6=wtdnuHdl!OiwT14Niye?#zeY zCX_(~PbVY?K3GqTFe2X>IqZf0xqacCzl+103X3hpDaYptU`&X;pIUquH9}tMmEbFHQG0|*vF6m0|z;4oP z#m&hIHSl#Hg=x3JC~hehSrRULuDv)<2S&><7QJq4Dwyd(`KBht6b zK>Q%wW&_A7>MC~-T(48^Kd~5Y5rs>aZ!Y7wvI5q3Gch$Fr@_hB!J(sfsxu(l(?GGo z(H|J3fMzQR-j72JK1YX36kv%&RFpvQwjVALID6bFL$3#{f>6&a-*dLbir}o1Kd;R* zAXhObOHn|-4)AvEone7wMik5qME)VGdp_UY=XnnXpgGLmGCK|KZmyOgU1+~nD=q)5 zFtEs*bqW5QOa5NN{JK+gz|Wg#SKa4Uc=Md_JU^dq;Gb_n^5pRDKAU%Gj?-cC%e`Q- z7DFaBpT5Ys6 z-}Ud+?`iww={H}|f2U}i!8d2(|M_(7&9D9MU4@B%=`Au+-{m@>38!Y0SnyN(=g~j2 zWR$MUXJ7di>VLP+$Loh6UDczbWj;)=fJK#r7X}j_Ql%bG04aEL%y554vRWQ~%xYGqLMH-syq_&eyWjkZ zN`3x1!F>5?@at^P8za7;=Fg38igX6@BF>L02o{&c^bG!N%v+lWCu8JZe6V`vGV8QC zjpyw1+Q5G+C4Wcr#GBV3UP{}+7pU)*8i)^e(>l0zbP!H-{b7L4{Bhb}!E_Y9)f;## z-76y__*`-Zcj=yGfX|uBc~H%J%ABsK*5lqBJXIcS?lQ*punu5P{T zG#I!45BVF$w)?!tx7poqTEvd`Nc6b#v*n?^&eb;mOUr$?c`y6LUs{Ta+GP)vH0`dgkCCAH(vVLqK)G1j$8CUTc&FIyzIO3 z&z9u;F{_vOmzMGJ*a_P9Us|@guZ(kd`t#kYvw0^$(_dP;z3b54+-5&tv!fZ7GRsYf=e^;kTR;_=& z#;wO4#!{+3TQ*YF->Ai3T8_^4WUoGdX}PUF-E`C5{Cu}+m`u&Q{!5ExmexuhX+K}% zQ;EKNU;U+pGPH}%X|enH8k30Lm3z~Fwk)PQVKq^VpDo-5N-vxIFD=KU9d_59{m<8U z%2yj}^S`v1lm`)g`!6j)rheGv4nN=RHq0)Q&&~YVvLi)|=x>fcTmBT|``PlR;?2*N zKlN9Bw){y^^|R&AD7Bw0f1=BOw*0vh_Os(7=yXGMQ&`Omq_&&GXXX0J5$ezyE`uK9ENUeRlBxAA|rJQp=rq|RSjIIqgN zWC)w_Q9oZd6pja5&Tc)-32EgQNOdW-NcEw1pL9s~LN^EIdT%N(xLpDmo|{&Th_ zKgUuMaN0I5@BCk{Cyo|_#bOkU>SlUe-a4I#DI{I=x*&c`%%TUBHYwdt;JjQU-3pMD z<(t#Z`|G-#l80y;B(XovY&aR%@{-%Dt^S8(WDV$AZT`&e{5M!$x6%tV*H%=_WRtzo zugZj77Rb>Tu&stcC*k}!6}|@O4lFJNBw3(&Kh-Y+IOsZG zt)Ftr?Jge64VdZSejb892cVYv(gLMm%F!z(o58E;N;%Y|XJ)B{P5NB`iIiD`Ef{|v zb((>-l`aR}jFa%-{vJ0t3cIH}0q@#ZK1&eqp5jae>s(nZPR$g*$O~2tw{3o10snKX z`!&bE`Oo!6Gdy%^XIzH#0LtwpnC2kz z#Lu?^+G@Y^ra6nDaPd6{Pk)#1Owj8YMtKDciH!Fd2#77IsLVi>;PN_u1807j{9m^2 zY+X@gYZtIrv>p*bJQPp_=^JTIeCQidq*0Ko-ybtGD{HO&A5`UQs8i_zBu0#ZQnFaX z)i6@Xq`6ErN?ilstL7tJ0ryGo&jGOZku)^{0!&VzGJw&-H=<GX0t}e1tkV@$ zb~4QZewx*_0o+FOBAEbg8X=Gc;2uSKTkzET>*orf=s^*CzE(GbQy${ z5b5gJzA?oX*zkM(d<6(hq$fiF)9p{q2vAJ#YP(H}=%9~!69D9aRH8G0#HgNV1OB)d z>=YQT$DGfBVDo$kFQB|<9nk^rxlwl$aBV%zxdc#r``HsDzSw-yiyc6%J!hGbg3+t3 zq)q^t5ko!$x*}3Os&=oKpmW|lP@J^H727F17HLO{aCQ7^zOx9Z9pa8H~k&pPM#FhKop$ivH|uoH&HJ@-3Ie@ zf5fUQrF(D&5Cf>$D)4?-sAva#b+2y>fT5~SyC6|^%4b0yAZtMa?Ban|a^U_T@ACv~ zCtV3=fG1x&zUu zq6CxiNWeUVyhZ^T;<*}RQAEaBL4MtVTZ9=+HNY{0@_GPml?AqR#u^)>>>~r5m^7pf zgbjTy1K_F(L12Dhe&2=x~FE{eFK&7q~eK>!@=z{Hz3neiD0&^;}1%$XvAqSGqMA$h{ z*PmmJBreFVcuku<5L(EWrUS*MCH5u2ap^m)fmcd+)dH=K*~o5f<3d_v||L2iIvSQu$ff%^ac(ty%#7IAHg5evkv_E*@9%WYCcd8z|qKkmd3 zm_+WI%s?IZ-D$65M+*9k$OAS14xZISPvlB>j(V_XrFfMM&L&0q(z$O3L?8O z5tonRHgO>s0D|TY<`sB+&OsjmS&URmn47)YvgVt?&o<1TF==;RTKMd?+gmss_SaZG z02EacHyxn!p|-EU%-?w>1@zE#u&!{RF)x3N7F;cjEr7v2TLm%p3LV&5b)s89NVL(~1B4nW017}~dzJD4%7{IZJs@6p7brtBeS-n|69&dOGx7AUmZ@Z-vAoHJF zF9&3;Z-O3}iFI^1-LS$F^Q&Ef8r3na0(g!OO1lH={4OBRDpvUMHYP8icRaVAfY_tH z{x-x@8to%ZBHmS@tKI|Ts65C6fO2H_fCs86zJE>NR3GY{3t(I|DgxjVqMlL-@S(gx zmMg#~9@7Vy1?90DfdZGg#RQDsJuxjPcf6qz5w@~-F)0#gf2C!oW11 zlk-5ylGPo(8s>{*WvYAqbp^^>fhmf>v3n}X0#wMBcQJ4(`-DSYUk?!c8{cjGPQ@=rMWWg@{rsH9KKxx*UAg*Yn%OlftJ4OA_uVE_`_01+*#Cvxh$cc4?A7WV-3 z@cY2v;F9DAza^I|r~iJ8MY~~C6LCWQuNS0U*C4SEUb;MmH8i{t5sZiDVR-%P;qol^ z?hp_afB$(o_bX}7&*PhrVl;YLQ~z#7{vK}q zd2FRiB)5ejm^xLLcX*Hb=U=D8B}=@t+-@?{eSydGhG>x#J=_-M;~2oMWWzWCe5m#Z z1sJfinL4oNYjXC0J8@`GH4ghii97BYfHxJ-X=&k%D`F?GmZ@(kt3VXk{L27p;< z^3+Y+sp}lwGsfhQ?hH^mR$~EEFe?{1=YCe{?;%U|qfYb{e(y5{6tJ>{(2D0F2J5q&X9aS|5 z8Q^sLdG!G2YmHq7Oy1pSodx&&%g;V@mn=gaRD+g?gnb7I=~IqvwIMe!pB!fQSL^XS$5p zBTMe{jfjLFANqei(4H9Q{`C^zg%H%`<$UvA{xOlz3io7x?n#|-L*#GMa&-P~!SS&? zI(5zCcgwF`9=pr(!Tl9k;fIBc`t7|ZfZ_kX!N2hxsexO-Tod|d!4fC-JwCCR>38^8LM zf0~n@ZszA<|C93Uhv@3k^hcO^bH_3D&+F~6k<$SY8lt8BIl6v5iO<9OM5eQUUaO|V z*mU=Q9xrhhKM#Jd(JLZTaEJ6))9dx`hs!tSdt@rbLSVa|n|}B)@}B+t`#Z(ikCz*G z&*g>7o0281*>eAWd7F!@3(21cOQ-Q;auf%x3 zpW%R?KmPCWfuFl@|JAU3Jcmwrx$FD$c9aPSyPsrhKkpuvZ)K)E_W#wh_D5y&M9&#+ z=r;>IgKu7iz^oo{#|HTM9y0d8rDuwke-9~+m}Q^*_x_2WT@7;b<6h{nJcIL0hx5dr zhs&2LdxSUr-YXXHY5Mv(B3GIiZOJd1nCp>q_YHP9X8n;gppu6AVgUOA6DY2LDZLxc z14{ezQhh*?;=L`r@WmM6Mu>p1KIp>*IIVGi6|-e5q|Y5Kb!k^xX@2~82{{pKUUZ~Z_q6k*4UD@ z4xkDy_f7!%N$%+na6aO8)~>^PNTlhF3x}U>$trNhS-C}u{|iln6ZEeHgNLO5&(gJE zQnSoUxKvpEL?dfUME&2~fG5N?z46@gto$}z#2`|55P~*+wUkUHqEdae?q1ZsD=RrM49~@p}(45ODq*`8Y5N93`EystZfIJ z;4#_XJ_5ULMCL0XM4DbN06c2F$ISmfNgh#et}d4@gtOjq#rSL6F6Sv+iSjs|H2JUQ!^^vH37%ix zjeqcoe}+$&p3hvC@t+2H!v&Zt{kuz9N$X=A-|t^a6I_U^Gtn(jY;_N-r*LO4@) zKNJ7(Et0=a{XP}{J!pT0|NR<4`TMee-nm@R{%z*d=$+@w(*14wpT++B1mCC)*4omy z|7{d;?peO=&uUP@xIm}(_gTE*&jO_hw`|jYV4{Ga`~&jdd0tQ zz|j*v4qX?1|F$`ZFhtNM4wiDL|JD9`>;Kmx|9#i;*Yys4d^h~-J?s~|8iw!pE%RRX zR|FyA-{bSwzh;UuSveY(PVA@q##PI&f0veX*#CO)>xbSiTj}r%pQXG1c_;o%`h>Xy z;Wtd^@wvOtFKYp4;{C(<5dnA&h;9RYIsTrK6VLM-)C;T0Xu(j zM`ptBe4Z{f0qCjsPV|E#^+jha+z~_#4<_GpF! zoKbV4BhX)|k7@v^lO3f3Sk~Jkoa}U3P6QSLF@KuaC8+l25jqI%J-pudP5Aq{ONwMx zzy0f{6ZX%h``h^E)cddIf39z_O)&uZ>st4xr~AzpCt1z|e^pK&gdwc6)tscZB?IR0 zetb}T20d=0xE8Puca&BDmrCl@CqV7ipf+8>M^Bs3|!e4tu#Q;vX6QIs4XpO$hwbio^fmkU>+oS zjsXD`XRaBL+joDQ06yVeh1+JUaN54#CJ<24=9mD{Mvc7`FsL2!sso!h?%Q%yhGaF# zRTmdjn9QmJUaNlz3$PmM{BZ!$O`3E^V*zh(<;eit)*HqL&{&?6bwCn3IZv*>01J<@I zYi6IV-s9ugp8)@K<3b-G_J&ktfU*6~#Ryz7%802$hLX~;!7IRYFmCLD#X2leNJ0d{ z{k4iEV571re#T<~3%;#-;D7*ra{$&dbGB42!{pw5-9^A{+jB$@P*c=jzJNZNnIZGo zaLC)2Sb&Rc^jCjr!5q)`xU?vw`F4-^hJmvVAHWV55>^YS;VEtP6ILdrZ}XS0Hf4w(Yno~T*qL_H zo&Xz;EYkx5^Qz2^h>a_mOtPTV2$b3duGrP|1JGj@#ghZVuYK-w;IVaNwgisREqFJ8 z%-9nKOfvi`uUm61VYx(9MLq$TkQ<|x1-846Qj8wJ2GoJf0Y>(kp#;c|XWbgGQt4Pe zfV+nhK@AXG*!Q?#IFSBGT(FOgo1)?Y+e$M-04i%DoCtV3?9_gN=^eTSDdP{;QJkEB zPs&Q70AwQ}&JIv^11jeLTf!r3AGo;}^m%}MBkEfX-0A9;k3e>i0)^An1#ATB}(0OgV@rfPcQHEe1c0Kw2jX#hrac&<%=%x*|-1}Me(u*rcw zRxS-?VawZ?8!H0a1SK9+0K>6@WdOmUZ9fYX?j<=k;QP0Vi~#Gvvbzc(9A0S~VAyEm zV`FD4Nx1GXB#OUGX-q2uyGXR(6>!DKpHKs@Vlv5%gX8;pk`xi(B4mj{$raoN+qL!r z2`N`I6Htm>-`POyIdv5PH-gwZUjX&L^!56R&qAf^ctM|)h9CjY9l~@j0H)}%ss*4( zG=6RZn%>MXiw4PZm`5@!MS#R@4Kcwg3!g!Hjov2jPfQT(0cxmOm9!V*9mWUKGAtsEB6 zi@R_5K$ChqR5rpQYw10^16#&8?p{DImgc;@p(TIu?*pKA7bQOfy~$9l4g__Ej3dDC zE!w#N!ZHopJ8;<_KEeb<@9|>IfWITAejQ>xcUK-|ma>&YVYaRTs1%RlAYta-l?0|!{&5Ycf3>H~_v zxIi2nuh9bLZe8aL*lGj!nt`VBb7UXF&i}mLodoF94Td&>)BGXmQ-ZHr-V#(h#G02I z0@H%Lufl^OM;L^5i1BB82^Q2N7GW&j)JpuitU9`o#vG^yb34z=UqB41f#?o!lCb&)QRc0>RCCGYxRV{YaB4 zusFRwpt1xuN@tvC5s(lCG8n-7!duq|po9bd&$yE2>`R;_9=DM`08#m}-wQszLB%p4 zbMD%Uf$8(%Z<`9e>3-+e3qB~{94o+PzGr)LffTTW4X|hSCb$6ZG0`3}J7cchIe(xi z9I|VvuBijs-W*Q}u)P`-t3C|@%2paVC7a>E#iZ*RTcHQ0{y*F125 zOiDUeD0aPKWhEOKKs{}`^bGjOPH-;(FQ~1C=+TlsX;%Q=nteY?fMwiC{RR~Bd>IE| zV7%!_4%l#h%U>5PS;e>m@cyom_!sC0g2|u2hi>1~g5fYrUGTJjac~(n8A*VkG1c_~M5Aw9RRFh9-q$OD zEJM5M0nlHmyD!MLwNP^tR*O~zCJzYlI5-WE#l!5azu4{!lF4rXephW$W&s^)k^~S_ z{+_OYg3~hwA8C&$YWKvmeUqf~zfkXAK5I=`MsLqvh08sEU_F15z

    + /// Use exact scheduling when possible. + /// + ExactWhenAvailable = 1, + + /// + /// Add SCHEDULE_EXACT_ALARM permission to the manifest. + /// + AddScheduleExactPermission = 1 << 1, + + /// + /// Add USE_EXACT_ALARM permission to the manifest. + /// + AddUseExactAlarmPermission = 1 << 2, + + /// + /// Add REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission to the manifest. + /// Required if you want to use . + /// + AddRequestIgnoreBatteryOptimizationsPermission = 1 << 3, + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidExactSchedulingOption.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidExactSchedulingOption.cs.meta new file mode 100755 index 0000000..9ba8b75 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidExactSchedulingOption.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d5ef4f75b5ba00a4793f867958e727b2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidNotificationPostProcessor.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidNotificationPostProcessor.cs new file mode 100755 index 0000000..72fe09d --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidNotificationPostProcessor.cs @@ -0,0 +1,184 @@ +#if UNITY_ANDROID +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Xml; +using UnityEditor; +using UnityEditor.Android; + +namespace Unity.Notifications +{ + public class AndroidNotificationPostProcessor : IPostGenerateGradleAndroidProject + { + const string kAndroidNamespaceURI = "http://schemas.android.com/apk/res/android"; + + public int callbackOrder { get { return 0; } } + + public void OnPostGenerateGradleAndroidProject(string projectPath) + { + projectPath = Path.Combine(projectPath, "mobilenotifications.androidlib"); + if (!Directory.Exists(projectPath)) + throw new Exception("mobilenotifications module not found in gradle project"); + + CopyNotificationResources(projectPath); + + InjectAndroidManifest(projectPath); + } + + private void CopyNotificationResources(string projectPath) + { + // Get the icons set in the UnityNotificationEditorManager and write them to the res folder, then we can use the icons as res. + var icons = NotificationSettingsManager.Initialize().GenerateDrawableResourcesForExport(); + foreach (var icon in icons) + { + var fileInfo = new FileInfo(string.Format("{0}/src/main/res/{1}", projectPath, icon.Key)); + if (fileInfo.Directory != null) + { + fileInfo.Directory.Create(); + File.WriteAllBytes(fileInfo.FullName, icon.Value); + } + } + } + + internal struct ManifestSettings + { + public bool UseCustomActivity; + public string CustomActivity; + public bool RescheduleOnRestart; + public AndroidExactSchedulingOption ExactAlarm; + } + + private void InjectAndroidManifest(string projectPath) + { + var manifestPath = string.Format("{0}/src/main/AndroidManifest.xml", projectPath); + if (!File.Exists(manifestPath)) + throw new FileNotFoundException(string.Format("'{0}' doesn't exist.", manifestPath)); + + XmlDocument manifestDoc = new XmlDocument(); + manifestDoc.Load(manifestPath); + + var settings = NotificationSettingsManager.Initialize().AndroidNotificationSettingsFlat; + var manifestSettings = new ManifestSettings() + { + UseCustomActivity = GetSetting(settings, NotificationSettings.AndroidSettings.USE_CUSTOM_ACTIVITY), + CustomActivity = GetSetting(settings, NotificationSettings.AndroidSettings.CUSTOM_ACTIVITY_CLASS), + RescheduleOnRestart = GetSetting(settings, NotificationSettings.AndroidSettings.RESCHEDULE_ON_RESTART), + ExactAlarm = GetSetting(settings, NotificationSettings.AndroidSettings.EXACT_ALARM), + }; + + InjectAndroidManifest(manifestPath, manifestDoc, manifestSettings); + + manifestDoc.Save(manifestPath); + } + + internal static void InjectAndroidManifest(string manifestPath, XmlDocument manifestDoc, ManifestSettings settings) + { + if (settings.UseCustomActivity) + AppendAndroidMetadataField(manifestPath, manifestDoc, "custom_notification_android_activity", settings.CustomActivity); + + if (settings.RescheduleOnRestart) + { + AppendAndroidMetadataField(manifestPath, manifestDoc, "reschedule_notifications_on_restart", "true"); + AppendAndroidPermissionField(manifestPath, manifestDoc, "android.permission.RECEIVE_BOOT_COMPLETED"); + } + + bool enableExact = (settings.ExactAlarm & AndroidExactSchedulingOption.ExactWhenAvailable) != 0; + AppendAndroidMetadataField(manifestPath, manifestDoc, "com.unity.androidnotifications.exact_scheduling", enableExact ? "1" : "0"); + if (enableExact) + { + bool scheduleExact = (settings.ExactAlarm & AndroidExactSchedulingOption.AddScheduleExactPermission) != 0; + bool useExact = (settings.ExactAlarm & AndroidExactSchedulingOption.AddUseExactAlarmPermission) != 0; + // as documented here: https://developer.android.com/reference/android/Manifest.permission#USE_EXACT_ALARM + // only one of these two attributes should be used or max sdk set so on any device it's one or the other + if (scheduleExact) + AppendAndroidPermissionField(manifestPath, manifestDoc, "android.permission.SCHEDULE_EXACT_ALARM", useExact ? "32" : null); + if (useExact) + AppendAndroidPermissionField(manifestPath, manifestDoc, "android.permission.USE_EXACT_ALARM"); + + // Battery optimizations must use "uses-permission-sdk-23", regular uses-permission does not work + if ((settings.ExactAlarm & AndroidExactSchedulingOption.AddRequestIgnoreBatteryOptimizationsPermission) != 0) + AppendAndroidPermissionField(manifestPath, manifestDoc, "uses-permission-sdk-23", "android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS", null); + } + } + + private static T GetSetting(List settings, string key) + { + return (T)settings.Find(i => i.Key == key).Value; + } + + internal static void AppendAndroidPermissionField(string manifestPath, XmlDocument xmlDoc, string name, string maxSdk = null) + { + AppendAndroidPermissionField(manifestPath, xmlDoc, "uses-permission", name, maxSdk); + } + + internal static void AppendAndroidPermissionField(string manifestPath, XmlDocument xmlDoc, string tagName, string name, string maxSdk) + { + var manifestNode = xmlDoc.SelectSingleNode("manifest"); + if (manifestNode == null) + throw new ArgumentException(string.Format("Missing 'manifest' node in '{0}'.", manifestPath)); + + XmlElement metaDataNode = null; + foreach (XmlNode node in manifestNode.ChildNodes) + { + if (!(node is XmlElement) || node.Name != tagName) + continue; + + var element = (XmlElement)node; + var elementName = element.GetAttribute("name", kAndroidNamespaceURI); + if (elementName == name) + { + if (maxSdk == null) + return; + var maxSdkAttr = element.GetAttribute("maxSdkVersion", kAndroidNamespaceURI); + if (!string.IsNullOrEmpty(maxSdkAttr)) + return; + metaDataNode = element; + } + } + + if (metaDataNode == null) + { + metaDataNode = xmlDoc.CreateElement(tagName); + metaDataNode.SetAttribute("name", kAndroidNamespaceURI, name); + } + if (maxSdk != null) + metaDataNode.SetAttribute("maxSdkVersion", kAndroidNamespaceURI, maxSdk); + + manifestNode.AppendChild(metaDataNode); + } + + internal static void AppendAndroidMetadataField(string manifestPath, XmlDocument xmlDoc, string name, string value) + { + var applicationNode = xmlDoc.SelectSingleNode("manifest/application"); + if (applicationNode == null) + throw new ArgumentException(string.Format("Missing 'application' node in '{0}'.", manifestPath)); + + var nodes = xmlDoc.SelectNodes("manifest/application/meta-data"); + if (nodes != null) + { + // Check if there is a 'meta-data' with the same name. + foreach (XmlNode node in nodes) + { + var element = node as XmlElement; + if (element == null) + continue; + + var elementName = element.GetAttribute("name", kAndroidNamespaceURI); + if (elementName == name) + { + element.SetAttribute("value", kAndroidNamespaceURI, value); + return; + } + } + } + + XmlElement metaDataNode = xmlDoc.CreateElement("meta-data"); + metaDataNode.SetAttribute("name", kAndroidNamespaceURI, name); + metaDataNode.SetAttribute("value", kAndroidNamespaceURI, value); + + applicationNode.AppendChild(metaDataNode); + } + } +} +#endif diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidNotificationPostProcessor.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidNotificationPostProcessor.cs.meta new file mode 100755 index 0000000..d914be1 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AndroidNotificationPostProcessor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3ab62d805bcb24c96b7ef39a230d410e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AssembyInfo.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AssembyInfo.cs new file mode 100755 index 0000000..336da09 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AssembyInfo.cs @@ -0,0 +1,3 @@ +using System.Runtime.CompilerServices; + +[assembly: InternalsVisibleTo("Unity.Notifications.Tests")] diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AssembyInfo.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AssembyInfo.cs.meta new file mode 100755 index 0000000..2f838e7 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/AssembyInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e3703be1dcf9d604a85439fd2feb1e0d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/DrawableResourceData.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/DrawableResourceData.cs new file mode 100755 index 0000000..b1967a0 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/DrawableResourceData.cs @@ -0,0 +1,81 @@ +using System.Collections.Generic; +using UnityEngine; + +namespace Unity.Notifications +{ + [System.Serializable] + internal class DrawableResourceData + { + public string Id; + public NotificationIconType Type; + public Texture2D Asset; + + private bool m_IsValid = false; + private List m_Errors = null; + private Texture2D m_PreviewTexture; + + public bool IsValid + { + get + { + if (m_IsValid == false && m_Errors == null) + Verify(); + + return m_IsValid; + } + } + + public string[] Errors + { + get + { + if (m_IsValid == false && m_Errors == null) + Verify(); + + return m_Errors.ToArray(); + } + } + + public Texture2D GetPreviewTexture(bool update) + { + if (Asset == null) + return null; + + if (m_IsValid && (m_PreviewTexture == null || update)) + m_PreviewTexture = TextureAssetUtils.ProcessTextureForType(Asset, Type); + + return m_PreviewTexture; + } + + internal bool Initialized() + { + return !string.IsNullOrEmpty(Id) && Asset != null; + } + + public void Clean() + { + m_IsValid = false; + m_Errors = null; + m_PreviewTexture = null; + } + + public bool Verify() + { + m_IsValid = TextureAssetUtils.VerifyTextureByType(Asset, Type, out m_Errors); + return m_IsValid; + } + + public string GenerateErrorString() + { + var errors = Errors; + + var errorString = string.Empty; + for (var i = 0; i < errors.Length; i++) + { + errorString += string.Format("{0}{1}", errors[i], i + 1 >= errors.Length ? "." : ", "); + } + + return errorString; + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/DrawableResourceData.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/DrawableResourceData.cs.meta new file mode 100755 index 0000000..f1198ed --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/DrawableResourceData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c7bb3ae4e071b4f599d584ac995b185f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationIconType.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationIconType.cs new file mode 100755 index 0000000..0e6e022 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationIconType.cs @@ -0,0 +1,18 @@ +namespace Unity.Notifications +{ + /// + /// Notification icon type. + /// + public enum NotificationIconType + { + /// + /// Denotes small icon. + /// + Small = 0, + + /// + /// Denotes large icon + /// + Large = 1, + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationIconType.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationIconType.cs.meta new file mode 100755 index 0000000..f674182 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationIconType.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4598419a0a7a742fea832062d225b4b5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSetting.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSetting.cs new file mode 100755 index 0000000..c52489e --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSetting.cs @@ -0,0 +1,26 @@ +using System.Collections.Generic; + +namespace Unity.Notifications +{ + internal class NotificationSetting + { + public string Key; + public string Label; + public string Tooltip; + public object Value; + public bool WriteToPlist; + + public List Dependencies; + + public NotificationSetting(string key, string label, string tooltip, object value, bool writeToPlist = true, + List dependencies = null) + { + this.Key = key; + this.Label = label; + this.Tooltip = tooltip; + this.Value = value; + this.WriteToPlist = writeToPlist; + this.Dependencies = dependencies; + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSetting.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSetting.cs.meta new file mode 100755 index 0000000..10960f2 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSetting.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: eb2bc06c3d6c8474cb3af9bf67470a71 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettings.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettings.cs new file mode 100755 index 0000000..240db5c --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettings.cs @@ -0,0 +1,300 @@ +using Unity.Notifications.iOS; +using UnityEditor; +using UnityEngine; + +namespace Unity.Notifications +{ + /// + /// Class used to access notification settings for a specific platform. + /// + public class NotificationSettings + { + private static NotificationSetting GetSetting(BuildTargetGroup target, string key) + { + var manager = NotificationSettingsManager.Initialize(); + + NotificationSetting setting = null; + if (target == BuildTargetGroup.Android) + { + setting = manager.AndroidNotificationSettingsFlat.Find(i => i.Key == key); + } + else if (target == BuildTargetGroup.iOS) + { + setting = manager.iOSNotificationSettingsFlat.Find(i => i.Key == key); + } + + return setting; + } + + private static void SetSettingValue(BuildTargetGroup target, string key, T value) + { + var manager = NotificationSettingsManager.Initialize(); + + NotificationSetting setting = GetSetting(target, key); + if (setting != null) + { + setting.Value = value; + manager.SaveSetting(setting, target); + } + } + + private static T GetSettingValue(BuildTargetGroup target, string key) + { + var setting = GetSetting(target, key); + return (T)setting.Value; + } + + /// + /// Class used to access Android-specific notification settings. + /// + public static class AndroidSettings + { + internal static readonly string RESCHEDULE_ON_RESTART = "UnityNotificationAndroidRescheduleOnDeviceRestart"; + internal static readonly string EXACT_ALARM = "UnityNotificationAndroidScheduleExactAlarms"; + internal static readonly string USE_CUSTOM_ACTIVITY = "UnityNotificationAndroidUseCustomActivity"; + internal static readonly string CUSTOM_ACTIVITY_CLASS = "UnityNotificationAndroidCustomActivityString"; + + /// + /// By default AndroidSettings removes all scheduled notifications when the device is restarted. Enable this to automatically reschedule all non expired notifications when the device is turned back on. + /// + public static bool RescheduleOnDeviceRestart + { + get + { + return GetSettingValue(BuildTargetGroup.Android, RESCHEDULE_ON_RESTART); + } + set + { + SetSettingValue(BuildTargetGroup.Android, RESCHEDULE_ON_RESTART, value); + } + } + + /// + /// Enable this if you want to override the activity which will opened when the user click on the notification. By default activity assigned to `com.unity3d.player.UnityPlayer.currentActivity` will be used. + /// + public static bool UseCustomActivity + { + get + { + return GetSettingValue(BuildTargetGroup.Android, USE_CUSTOM_ACTIVITY); + } + set + { + SetSettingValue(BuildTargetGroup.Android, USE_CUSTOM_ACTIVITY, value); + } + } + + /// + /// The full class name of the activity that you wish to be assigned to the notification. + /// + public static string CustomActivityString + { + get + { + return GetSettingValue(BuildTargetGroup.Android, CUSTOM_ACTIVITY_CLASS); + } + set + { + SetSettingValue(BuildTargetGroup.Android, CUSTOM_ACTIVITY_CLASS, value); + } + } + + /// + /// A set of flags indicating whether to use exact scheduling and add supporting permissions. + /// + public static AndroidExactSchedulingOption ExactSchedulingOption + { + get + { + return GetSettingValue(BuildTargetGroup.Android, EXACT_ALARM); + } + set + { + SetSettingValue(BuildTargetGroup.Android, EXACT_ALARM, value); + } + } + + /// + /// Add image to notification settings. + /// + /// Image identifier + /// Image texture, must be obtained from asset database + /// Image type + public static void AddDrawableResource(string id, Texture2D image, NotificationIconType type) + { + var manager = NotificationSettingsManager.Initialize(); + manager.AddDrawableResource(id, image, type); + SettingsService.RepaintAllSettingsWindow(); + } + + /// + /// Remove icon at given index from notification settings. + /// + /// Index of image to remove + public static void RemoveDrawableResource(int index) + { + var manager = NotificationSettingsManager.Initialize(); + manager.RemoveDrawableResourceByIndex(index); + SettingsService.RepaintAllSettingsWindow(); + } + + /// + /// Remove icon with given identifier from notification settings. + /// + /// ID of the image to remove + public static void RemoveDrawableResource(string id) + { + var manager = NotificationSettingsManager.Initialize(); + manager.RemoveDrawableResourceById(id); + SettingsService.RepaintAllSettingsWindow(); + } + + /// + /// Remove all images from notification settings. + /// + public static void ClearDrawableResources() + { + var manager = NotificationSettingsManager.Initialize(); + manager.ClearDrawableResources(); + SettingsService.RepaintAllSettingsWindow(); + } + + + } + + /// + /// Class used to access iOS-specific notification settings. + /// + public static class iOSSettings + { + internal static readonly string REQUEST_AUTH_ON_LAUNCH = "UnityNotificationRequestAuthorizationOnAppLaunch"; + internal static readonly string DEFAULT_AUTH_OPTS = "UnityNotificationDefaultAuthorizationOptions"; + internal static readonly string ADD_PUSH_CAPABILITY = "UnityAddRemoteNotificationCapability"; + internal static readonly string REQUEST_PUSH_AUTH_ON_LAUNCH = "UnityNotificationRequestAuthorizationForRemoteNotificationsOnAppLaunch"; + internal static readonly string PUSH_NOTIFICATION_PRESENTATION = "UnityRemoteNotificationForegroundPresentationOptions"; + internal static readonly string USE_APS_RELEASE = "UnityUseAPSReleaseEnvironment"; + internal static readonly string USE_LOCATION_TRIGGER = "UnityUseLocationNotificationTrigger"; + internal static readonly string ADD_TIME_SENSITIVE_ENTITLEMENT = "UnityAddTimeSensitiveEntitlement"; + + /// + /// It's recommended to make the authorization request during the app's launch cycle. If this is enabled the user will be shown the authorization pop-up immediately when the app launches. If it’s unchecked you’ll need to manually create an AuthorizationRequest before your app can send or receive notifications. + /// + public static bool RequestAuthorizationOnAppLaunch + { + get + { + return GetSettingValue(BuildTargetGroup.iOS, REQUEST_AUTH_ON_LAUNCH); + } + set + { + SetSettingValue(BuildTargetGroup.iOS, REQUEST_AUTH_ON_LAUNCH, value); + } + } + + /// + /// Configure the notification interaction types your app will include in the authorisation request if RequestAuthorizationOnAppLaunch is enabled. Alternatively you can specify them when creating a `AuthorizationRequest` from a script. + /// + public static AuthorizationOption DefaultAuthorizationOptions + { + get + { + return GetSettingValue(BuildTargetGroup.iOS, DEFAULT_AUTH_OPTS); + } + set + { + SetSettingValue(BuildTargetGroup.iOS, DEFAULT_AUTH_OPTS, value); + } + } + + /// + /// Enable this to add the push notification capability to you Xcode project. + /// + public static bool AddRemoteNotificationCapability + { + get + { + return GetSettingValue(BuildTargetGroup.iOS, ADD_PUSH_CAPABILITY); + } + set + { + SetSettingValue(BuildTargetGroup.iOS, ADD_PUSH_CAPABILITY, value); + } + } + + /// + /// If this is enabled the app will automatically register your app with APNs after the launch which would enable it to receive remote notifications. You’ll have to manually create a AuthorizationRequest to get the device token. + /// + public static bool NotificationRequestAuthorizationForRemoteNotificationsOnAppLaunch + { + get + { + return GetSettingValue(BuildTargetGroup.iOS, REQUEST_PUSH_AUTH_ON_LAUNCH); + } + set + { + SetSettingValue(BuildTargetGroup.iOS, REQUEST_PUSH_AUTH_ON_LAUNCH, value); + } + } + + /// + /// The default presentation options for received remote notifications. In order for the specified presentation options to be used your app must had received the authorization to use them (the user might change it at any time). + /// + public static PresentationOption RemoteNotificationForegroundPresentationOptions + { + get + { + return GetSettingValue(BuildTargetGroup.iOS, PUSH_NOTIFICATION_PRESENTATION); + } + set + { + SetSettingValue(BuildTargetGroup.iOS, PUSH_NOTIFICATION_PRESENTATION, value); + } + } + + /// + /// Enable this when signing the app with a production certificate. + /// + public static bool UseAPSReleaseEnvironment + { + get + { + return GetSettingValue(BuildTargetGroup.iOS, USE_APS_RELEASE); + } + set + { + SetSettingValue(BuildTargetGroup.iOS, USE_APS_RELEASE, value); + } + } + + /// + /// If you intend to use the iOSNotificationLocationTrigger in your notifications you must include the CoreLocation framework in your project. + /// + public static bool UseLocationNotificationTrigger + { + get + { + return GetSettingValue(BuildTargetGroup.iOS, USE_LOCATION_TRIGGER); + } + set + { + SetSettingValue(BuildTargetGroup.iOS, USE_LOCATION_TRIGGER, value); + } + } + + /// + /// Add entitlement to enable notifications with time-sensitive interruption level. + /// + public static bool AddTimeSensitiveEntitlement + { + get + { + return GetSettingValue(BuildTargetGroup.iOS, ADD_TIME_SENSITIVE_ENTITLEMENT); + } + set + { + SetSettingValue(BuildTargetGroup.iOS, ADD_TIME_SENSITIVE_ENTITLEMENT, value); + } + } + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettings.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettings.cs.meta new file mode 100755 index 0000000..a77bb86 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: af42dd3f8d8d54934ab3f4bdc740f0f1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsCollection.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsCollection.cs new file mode 100755 index 0000000..94bfcf0 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsCollection.cs @@ -0,0 +1,78 @@ +using System; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.Serialization; + +namespace Unity.Notifications +{ + [Serializable] + internal class NotificationSettingsCollection + { + [SerializeField] + [FormerlySerializedAs("keys")] + List m_Keys; + + [SerializeField] + [FormerlySerializedAs("values")] + List m_Values; + + public NotificationSettingsCollection() + { + m_Keys = new List(); + m_Values = new List(); + } + + public bool Contains(string key) + { + return m_Keys.Contains(key); + } + + public object this[string key] + { + get + { + var index = m_Keys.IndexOf(key); + if (index == -1 || m_Values.Count <= index) + return null; + + int intValue; + if (int.TryParse(m_Values[index], out intValue)) + { + return intValue; + } + + bool boolValue; + if (bool.TryParse(m_Values[index], out boolValue)) + { + return boolValue; + } + + return m_Values[index]; + } + set + { + string strValue; + + if (value is Enum) + { + strValue = ((int)value).ToString(); + } + else + { + strValue = value.ToString(); + } + + var index = m_Keys.IndexOf(key); + if (index == -1) + { + m_Keys.Add(key); + m_Values.Add(strValue); + } + else + { + m_Values[index] = strValue; + } + } + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsCollection.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsCollection.cs.meta new file mode 100755 index 0000000..f6e644c --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsCollection.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 962a150b07e814ff0a531dd29ee67940 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsManager.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsManager.cs new file mode 100755 index 0000000..35e7f6c --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsManager.cs @@ -0,0 +1,358 @@ +using System; +using System.Collections.Generic; +using System.IO; +using UnityEditor; +using UnityEngine; + +using Unity.Notifications.iOS; +using UnityEngine.Serialization; + +namespace Unity.Notifications +{ + [HelpURL("Packages/com.unity.mobile.notifications/documentation.html")] + internal class NotificationSettingsManager : ScriptableObject + { + internal static readonly string k_SettingsPath = "ProjectSettings/NotificationsSettings.asset"; + + private static NotificationSettingsManager s_SettingsManager; + + [FormerlySerializedAs("toolbarInt")] + public int ToolbarIndex = 0; + + public List iOSNotificationSettings; + public List AndroidNotificationSettings; + + [SerializeField] + [FormerlySerializedAs("iOSNotificationEditorSettingsValues")] + private NotificationSettingsCollection m_iOSNotificationSettingsValues; + + [SerializeField] + [FormerlySerializedAs("AndroidNotificationEditorSettingsValues")] + private NotificationSettingsCollection m_AndroidNotificationSettingsValues; + + [FormerlySerializedAs("TrackedResourceAssets")] + public List DrawableResources = new List(); + + public List iOSNotificationSettingsFlat + { + get + { + var target = new List(); + FlattenList(iOSNotificationSettings, target); + return target; + } + } + + public List AndroidNotificationSettingsFlat + { + get + { + var target = new List(); + FlattenList(AndroidNotificationSettings, target); + return target; + } + } + + private void FlattenList(List source, List target) + { + foreach (var setting in source) + { + target.Add(setting); + + if (setting.Dependencies != null) + { + FlattenList(setting.Dependencies, target); + } + } + } + + public static NotificationSettingsManager Initialize() + { + if (s_SettingsManager != null) + return s_SettingsManager; + + var settingsManager = CreateInstance(); + bool dirty = false; + + if (File.Exists(k_SettingsPath)) + { + var settingsJson = File.ReadAllText(k_SettingsPath); + if (!string.IsNullOrEmpty(settingsJson)) + EditorJsonUtility.FromJsonOverwrite(settingsJson, settingsManager); + } + else + { + // Only migrate if there is no new settings asset under k_SettingsPath. + dirty = MigrateFromLegacySettings(settingsManager); + } + + if (settingsManager.m_iOSNotificationSettingsValues == null) + { + settingsManager.m_iOSNotificationSettingsValues = new NotificationSettingsCollection(); + dirty = true; + } + + if (settingsManager.m_AndroidNotificationSettingsValues == null) + { + settingsManager.m_AndroidNotificationSettingsValues = new NotificationSettingsCollection(); + dirty = true; + } + + // Create the settings for iOS. + settingsManager.iOSNotificationSettings = new List() + { + new NotificationSetting( + NotificationSettings.iOSSettings.REQUEST_AUTH_ON_LAUNCH, + "Request Authorization on App Launch", + "It's recommended to make the authorization request during the app's launch cycle. If this is enabled the authorization pop-up will show up immediately during launching. Otherwise you need to manually create an AuthorizationRequest before sending or receiving notifications.", + settingsManager.GetOrAddNotificationSettingValue(NotificationSettings.iOSSettings.REQUEST_AUTH_ON_LAUNCH, true, false), + dependencies: new List() + { + new NotificationSetting( + NotificationSettings.iOSSettings.DEFAULT_AUTH_OPTS, + "Default Notification Authorization Options", + "Configure the notification interaction types which will be included in the authorization request if \"Request Authorization on App Launch\" is enabled.", + settingsManager.GetOrAddNotificationSettingValue(NotificationSettings.iOSSettings.DEFAULT_AUTH_OPTS, + AuthorizationOption.Alert | AuthorizationOption.Badge | AuthorizationOption.Sound, false)), + }), + new NotificationSetting( + NotificationSettings.iOSSettings.ADD_PUSH_CAPABILITY, + "Enable Push Notifications", + "Enable this to add the push notification capability to the Xcode project, also to retrieve the device token from an AuthorizationRequest.", + settingsManager.GetOrAddNotificationSettingValue(NotificationSettings.iOSSettings.ADD_PUSH_CAPABILITY, false, false), + false, + new List() + { + new NotificationSetting( + NotificationSettings.iOSSettings.REQUEST_PUSH_AUTH_ON_LAUNCH, + "Register for Push Notifications on App Launch", + "Enable this to automatically register your app with APNs after launching to receive remote notifications. You need to manually create an AuthorizationRequest to get the device token.", + settingsManager.GetOrAddNotificationSettingValue(NotificationSettings.iOSSettings.REQUEST_PUSH_AUTH_ON_LAUNCH, false, false)), + new NotificationSetting( + NotificationSettings.iOSSettings.PUSH_NOTIFICATION_PRESENTATION, + "Remote Notification Foreground Presentation Options", + "Configure the default presentation options for received remote notifications. In order to use the specified presentation options, your app must have received the authorization (the user might change it at any time).", + settingsManager.GetOrAddNotificationSettingValue(NotificationSettings.iOSSettings.PUSH_NOTIFICATION_PRESENTATION, (PresentationOption)iOSPresentationOption.All, false)), + new NotificationSetting(NotificationSettings.iOSSettings.USE_APS_RELEASE, + "Enable Release Environment for APS", + "Enable this when signing the app with a production certificate.", + settingsManager.GetOrAddNotificationSettingValue(NotificationSettings.iOSSettings.USE_APS_RELEASE, false, false), + false), + }), + new NotificationSetting(NotificationSettings.iOSSettings.USE_LOCATION_TRIGGER, + "Include CoreLocation Framework", + "Include the CoreLocation framework to use the iOSNotificationLocationTrigger in your project.", + settingsManager.GetOrAddNotificationSettingValue(NotificationSettings.iOSSettings.USE_LOCATION_TRIGGER, false, false), + false), + new NotificationSetting(NotificationSettings.iOSSettings.ADD_TIME_SENSITIVE_ENTITLEMENT, + "Enable time sensitive notifications", + "Enable to add entitlement for notifications with time sensitive interruption level", + settingsManager.GetOrAddNotificationSettingValue(NotificationSettings.iOSSettings.ADD_TIME_SENSITIVE_ENTITLEMENT, false, false), + false), + }; + + // Create the settings for Android. + settingsManager.AndroidNotificationSettings = new List() + { + new NotificationSetting( + NotificationSettings.AndroidSettings.RESCHEDULE_ON_RESTART, + "Reschedule on Device Restart", + "Enable this to automatically reschedule all non-expired notifications after device restart. By default AndroidSettings removes all scheduled notifications after restarting.", + settingsManager.GetOrAddNotificationSettingValue(NotificationSettings.AndroidSettings.RESCHEDULE_ON_RESTART, false, true)), + new NotificationSetting( + NotificationSettings.AndroidSettings.EXACT_ALARM, + "Schedule at exact time", + "Whether notifications should appear at exact time or approximate", + settingsManager.GetOrAddNotificationSettingValue(NotificationSettings.AndroidSettings.EXACT_ALARM, (AndroidExactSchedulingOption)0, true)), + new NotificationSetting( + NotificationSettings.AndroidSettings.USE_CUSTOM_ACTIVITY, + "Use Custom Activity", + "Enable this to override the activity which will be opened when the user taps the notification.", + settingsManager.GetOrAddNotificationSettingValue(NotificationSettings.AndroidSettings.USE_CUSTOM_ACTIVITY, false, true), + dependencies: new List() + { + new NotificationSetting( + NotificationSettings.AndroidSettings.CUSTOM_ACTIVITY_CLASS, + "Custom Activity Name", + "The full class name of the activity which will be assigned to the notification.", + settingsManager.GetOrAddNotificationSettingValue(NotificationSettings.AndroidSettings.CUSTOM_ACTIVITY_CLASS, "com.unity3d.player.UnityPlayerActivity", true)) + }) + }; + + settingsManager.SaveSettings(dirty); + + s_SettingsManager = settingsManager; + return s_SettingsManager; + } + + private static bool MigrateFromLegacySettings(NotificationSettingsManager settingsManager) + { + const string k_LegacyAssetPath = "Assets/Editor/com.unity.mobile.notifications/NotificationSettings.asset"; + if (!File.Exists(k_LegacyAssetPath)) + return false; + + var settingsManagerLegacy = AssetDatabase.LoadAssetAtPath(k_LegacyAssetPath); + if (settingsManagerLegacy == null) + return false; + + settingsManager.ToolbarIndex = settingsManagerLegacy.ToolbarIndex; + settingsManager.m_iOSNotificationSettingsValues = settingsManagerLegacy.m_iOSNotificationSettingsValues; + settingsManager.m_AndroidNotificationSettingsValues = settingsManagerLegacy.m_AndroidNotificationSettingsValues; + settingsManager.DrawableResources = settingsManagerLegacy.DrawableResources; + + AssetDatabase.DeleteAsset(k_LegacyAssetPath); + DeleteEmptyDirectoryAsset("Assets/Editor/com.unity.mobile.notifications"); + + return true; + } + + private static void DeleteEmptyDirectoryAsset(string directory) + { + var directoryInfo = new DirectoryInfo(directory); + if (!directoryInfo.Exists || directoryInfo.GetDirectories().Length > 0 || directoryInfo.GetFiles().Length > 0) + return; + + AssetDatabase.DeleteAsset(directory); + } + + private T GetOrAddNotificationSettingValue(string key, T defaultValue, bool isAndroid) + { + var collection = isAndroid ? m_AndroidNotificationSettingsValues : m_iOSNotificationSettingsValues; + + try + { + var value = collection[key]; + if (value != null) + return (T)value; + } + catch (InvalidCastException) + { + Debug.LogWarning("Failed loading : " + key + " for type:" + defaultValue.GetType() + " Expected : " + collection[key].GetType()); + //Just return default value if it's a new setting that was not yet serialized. + } + + collection[key] = defaultValue; + return defaultValue; + } + + public void SaveSetting(NotificationSetting setting, BuildTargetGroup target) + { + var collection = (target == BuildTargetGroup.Android) ? m_AndroidNotificationSettingsValues : m_iOSNotificationSettingsValues; + + if (!collection.Contains(setting.Key) || collection[setting.Key].ToString() != setting.Value.ToString()) + { + collection[setting.Key] = setting.Value; + SaveSettings(); + } + } + + public void SaveSettings(bool forceSave = true) + { + if (!forceSave && File.Exists(k_SettingsPath)) + return; + + if (AssetDatabase.MakeEditable(k_SettingsPath)) + File.WriteAllText(k_SettingsPath, EditorJsonUtility.ToJson(this, true)); + else + Debug.LogError($"Failed to make file {k_SettingsPath} editable"); + } + + public void AddDrawableResource(string id, Texture2D image, NotificationIconType type) + { + /* commenting out for now, since you can have same Id's in editor + foreach (var drawable in DrawableResources) + { + if (drawable.Id == id) + { + Debug.LogWarning("Drawable with Id"+id+" already exists, please assign another Id"); + return; + } + } */ + var drawableResource = new DrawableResourceData(); + drawableResource.Id = id; + drawableResource.Type = type; + drawableResource.Asset = image; + + DrawableResources.Add(drawableResource); + SaveSettings(); + } + + public void RemoveDrawableResourceByIndex(int index) + { + if (index < DrawableResources.Count && index >= 0) + { + DrawableResources.RemoveAt(index); + SaveSettings(); + } + else + { + Debug.LogWarning("Invalid drawable index provided, drawable not removed."); + } + } + + public void RemoveDrawableResourceById(string id) + { + DrawableResourceData DrawableRes = null; + foreach (var drawable in DrawableResources) + { + if (drawable.Id == id) + { + DrawableRes = drawable; + break; + } + } + if (DrawableRes == null) + { + Debug.LogWarning("Drawable with Id " + id + " not found. Drawable not removed."); + } + else + { + DrawableResources.Remove(DrawableRes); + SaveSettings(); + } + } + + public void ClearDrawableResources() + { + DrawableResources.Clear(); + SaveSettings(); + } + + public Dictionary GenerateDrawableResourcesForExport() + { + var icons = new Dictionary(); + foreach (var drawableResource in DrawableResources) + { + if (!drawableResource.Verify()) + { + Debug.LogWarning(string.Format("Failed exporting: '{0}' AndroidSettings notification icon because:\n {1} ", + drawableResource.Id, + drawableResource.GenerateErrorString())); + continue; + } + + var texture = TextureAssetUtils.ProcessTextureForType(drawableResource.Asset, drawableResource.Type); + + var scale = drawableResource.Type == NotificationIconType.Small ? 0.375f : 1; + + var textXhdpi = TextureAssetUtils.ScaleTexture(texture, (int)(128 * scale), (int)(128 * scale)); + var textHdpi = TextureAssetUtils.ScaleTexture(texture, (int)(96 * scale), (int)(96 * scale)); + var textMdpi = TextureAssetUtils.ScaleTexture(texture, (int)(64 * scale), (int)(64 * scale)); + var textLdpi = TextureAssetUtils.ScaleTexture(texture, (int)(48 * scale), (int)(48 * scale)); + + icons[string.Format("drawable-xhdpi-v11/{0}.png", drawableResource.Id)] = textXhdpi.EncodeToPNG(); + icons[string.Format("drawable-hdpi-v11/{0}.png", drawableResource.Id)] = textHdpi.EncodeToPNG(); + icons[string.Format("drawable-mdpi-v11/{0}.png", drawableResource.Id)] = textMdpi.EncodeToPNG(); + icons[string.Format("drawable-ldpi-v11/{0}.png", drawableResource.Id)] = textLdpi.EncodeToPNG(); + + if (drawableResource.Type == NotificationIconType.Large) + { + var textXxhdpi = TextureAssetUtils.ScaleTexture(texture, (int)(192 * scale), (int)(192 * scale)); + icons[string.Format("drawable-xxhdpi-v11/{0}.png", drawableResource.Id)] = textXxhdpi.EncodeToPNG(); + } + } + + return icons; + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsManager.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsManager.cs.meta new file mode 100755 index 0000000..43f9473 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0863bf92b4fcc45b0b9267325249bf0f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsProvider.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsProvider.cs new file mode 100755 index 0000000..065cd02 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsProvider.cs @@ -0,0 +1,376 @@ +using System.Collections.Generic; +using System.Linq; +using UnityEngine; +using UnityEditor; +using UnityEditorInternal; +using Unity.Notifications.iOS; +using UnityEngine.Assertions; +using UnityEngine.UIElements; + +namespace Unity.Notifications +{ + internal class NotificationSettingsProvider : SettingsProvider + { + private const int k_SlotSize = 64; + private const int k_IconSpacing = 8; + private const float k_Padding = 12f; + private const float k_ToolbarHeight = 20f; + private const int k_VerticalSeparator = 2; + private const int k_LabelLineHeight = 18; + + private readonly GUIContent k_IdentifierLabelText = new GUIContent("Identifier"); + private readonly GUIContent k_TypeLabelText = new GUIContent("Type"); + + private readonly string[] k_ToolbarStrings = { "Android", "iOS" }; + private const string k_InfoStringAndroid = + "Only icons added to this list or manually added to the 'res/drawable' folder can be used for notifications.\n" + + "Note, that not all devices support colored icons.\n\n" + + "Small icons must be at least 48x48px and only composed of white pixels on a transparent background.\n" + + "Large icons must be no smaller than 192x192px and may contain colors."; + + private NotificationSettingsManager m_SettingsManager; + + private SerializedObject m_SettingsManagerObject; + private SerializedProperty m_DrawableResources; + + private Vector2 m_ScrollViewStart; + private ReorderableList m_ReorderableList; + + private NotificationSettingsProvider(string path, SettingsScope scopes) + : base(path, scopes) + { + Initialize(); + } + + [SettingsProvider] + static SettingsProvider CreateMobileNotificationsSettingsProvider() + { + return new NotificationSettingsProvider("Project/Mobile Notifications", SettingsScope.Project); + } + + public override void OnActivate(string searchContext, VisualElement rootElement) + { + base.OnActivate(searchContext, rootElement); + // in case of domain reload (enter-exit play mode, this gets lost) + if (m_SettingsManager == null) + Initialize(); + } + + public override void OnDeactivate() + { + base.OnDeactivate(); + m_SettingsManager.SaveSettings(false); + } + + private void Initialize() + { + label = "Mobile Notifications"; + m_SettingsManager = NotificationSettingsManager.Initialize(); + + // These two are for ReorderableList. + m_SettingsManagerObject = new SerializedObject(m_SettingsManager); + m_DrawableResources = m_SettingsManagerObject.FindProperty("DrawableResources"); + + // ReorderableList is only used to draw the drawable resources for Android settings. + InitReorderableList(); + + Undo.undoRedoPerformed += () => + { + m_SettingsManagerObject.UpdateIfRequiredOrScript(); + Repaint(); + }; + } + + private void InitReorderableList() + { + m_ReorderableList = new ReorderableList(m_SettingsManagerObject, m_DrawableResources, false, false, true, true); + m_ReorderableList.elementHeight = k_SlotSize + k_IconSpacing; + m_ReorderableList.showDefaultBackground = true; + m_ReorderableList.headerHeight = 1; + + // Register all the necessary callbacks on ReorderableList. + m_ReorderableList.onAddCallback = (list) => + { + Undo.RegisterCompleteObjectUndo(m_SettingsManager, "Add a new icon element"); + m_SettingsManager.AddDrawableResource(string.Format("icon_{0}", m_SettingsManager.DrawableResources.Count), null, NotificationIconType.Small); + }; + + m_ReorderableList.onRemoveCallback = (list) => + { + m_SettingsManager.RemoveDrawableResourceByIndex(list.index); + }; + + m_ReorderableList.onCanAddCallback = (list) => + { + var trackedAssets = m_SettingsManager.DrawableResources; + if (trackedAssets.Count <= 0) + return true; + + return trackedAssets.All(asset => asset.Initialized()); + }; + + m_ReorderableList.drawElementCallback = (rect, index, active, focused) => DrawIconDataElement(rect, index, active, focused); + + m_ReorderableList.drawElementBackgroundCallback = (rect, index, active, focused) => + { + if (Event.current.type != EventType.Repaint) + return; + + var background = index % 2 == 0 ? NotificationStyles.k_EvenRow : NotificationStyles.k_OddRow; + background.Draw(rect, false, false, false, false); + + ReorderableList.defaultBehaviours.DrawElementBackground(rect, index, active, focused, true); + }; + + m_ReorderableList.elementHeightCallback = (index) => + { + var data = GetDrawableResource(index); + if (data == null) + return k_SlotSize; + + return m_ReorderableList.elementHeight + (data.Asset != null && !data.IsValid ? k_SlotSize : 0); + }; + } + + private void DrawIconDataElement(Rect rect, int index, bool active, bool focused) + { + var drawableResource = GetDrawableResource(index); + if (drawableResource == null) + return; + + var elementRect = AddPadding(rect, k_Padding, k_Padding / 2); + + // Calculate and draw id and type. + var idLabelRect = new Rect(elementRect.x, elementRect.y, k_SlotSize, k_ToolbarHeight); + var idTextFieldRect = new Rect(idLabelRect.x + k_SlotSize, idLabelRect.y, k_SlotSize, k_ToolbarHeight); + + var typeLabelRect = new Rect(elementRect.x, elementRect.y + 25, k_SlotSize, k_ToolbarHeight); + var typeEnumPopupRect = new Rect(typeLabelRect.x + k_SlotSize, typeLabelRect.y, k_SlotSize, k_ToolbarHeight); + + EditorGUI.LabelField(idLabelRect, k_IdentifierLabelText); + var newId = EditorGUI.TextField(idTextFieldRect, drawableResource.Id); + + EditorGUI.LabelField(typeLabelRect, k_TypeLabelText); + var newType = (NotificationIconType)EditorGUI.EnumPopup(typeEnumPopupRect, drawableResource.Type); + + // Calculate and draw texture and preview. + var textureX = Mathf.Max(elementRect.width - (k_SlotSize * 2 - k_IconSpacing * 5), k_SlotSize * 3); + var textureRect = new Rect(textureX, elementRect.y, k_SlotSize, k_SlotSize); + var previewTextureRect = new Rect(textureRect.x + k_SlotSize, textureRect.y - 6, k_SlotSize, k_SlotSize); + + var newAsset = (Texture2D)EditorGUI.ObjectField(textureRect, drawableResource.Asset, typeof(Texture2D), false); + + // Check if the texture has been updated. + bool updatePreviewTexture = (newId != drawableResource.Id || newType != drawableResource.Type || newAsset != drawableResource.Asset); + if (updatePreviewTexture) + { + Undo.RegisterCompleteObjectUndo(m_SettingsManager, "Update icon data"); + drawableResource.Id = newId; + drawableResource.Type = newType; + drawableResource.Asset = newAsset; + drawableResource.Clean(); + drawableResource.Verify(); + m_SettingsManager.SaveSettings(); + } + + if (drawableResource.Asset != null && !drawableResource.Verify()) + { + var errorMsgWidth = rect.width - k_Padding * 2; + var errorRect = AddPadding(new Rect(elementRect.x, elementRect.y + k_SlotSize, errorMsgWidth, k_LabelLineHeight * 3), 4, 4); + + var errorMsg = "Specified texture can't be used because: \n" + drawableResource.GenerateErrorString(); + EditorGUI.HelpBox(errorRect, errorMsg, MessageType.Error); + + GUI.Box(previewTextureRect, "Preview not available", NotificationStyles.k_PreviewMessageTextStyle); + } + else + { + var previewTexture = drawableResource.GetPreviewTexture(updatePreviewTexture); + if (previewTexture != null) + { + previewTexture.alphaIsTransparency = false; + + EditorGUI.LabelField(previewTextureRect, "Preview", NotificationStyles.k_PreviewLabelTextStyle); + + var previewTextureRectPadded = AddPadding(previewTextureRect, 6f, 6f); + previewTextureRectPadded.y += 8; + GUI.DrawTexture(previewTextureRectPadded, previewTexture); + } + } + } + + private DrawableResourceData GetDrawableResource(int index) + { + var resourceAssets = m_SettingsManager.DrawableResources; + if (index < resourceAssets.Count) + return resourceAssets[index]; + + return null; + } + + private static Rect AddPadding(Rect rect, float horizontal, float vertical) + { + Rect paddingRect = rect; + paddingRect.xMin += horizontal; + paddingRect.xMax -= horizontal; + paddingRect.yMin += vertical; + paddingRect.yMax -= vertical; + + return paddingRect; + } + + public override void OnGUI(string searchContext) + { + if (m_SettingsManager == null) + Initialize(); + + // This has to be called to sync all the changes between m_SettingsManager and m_SettingsManagerObject. + if (m_SettingsManagerObject.targetObject != null) + m_SettingsManagerObject.Update(); + + var noHeightRect = GUILayoutUtility.GetRect(GUIContent.none, EditorStyles.label, GUILayout.ExpandWidth(true), GUILayout.Height(0)); + var width = noHeightRect.width; + + var totalRect = new Rect(k_Padding, 0f, width - k_Padding, Screen.height); + + // Draw the toolbar for Android/iOS. + var toolBarRect = new Rect(totalRect.x, totalRect.y, totalRect.width, k_ToolbarHeight); + var toolbarIndex = GUI.Toolbar(toolBarRect, m_SettingsManager.ToolbarIndex, k_ToolbarStrings); + if (toolbarIndex != m_SettingsManager.ToolbarIndex) + { + m_SettingsManager.ToolbarIndex = toolbarIndex; + m_SettingsManager.SaveSettings(); + } + + var notificationSettingsRect = new Rect(totalRect.x, k_ToolbarHeight + 2, totalRect.width, totalRect.height - k_ToolbarHeight - k_Padding); + + // Draw the notification settings. + int drawnSettingsCount = DrawNotificationSettings(notificationSettingsRect, m_SettingsManager.ToolbarIndex); + if (drawnSettingsCount <= 0) + return; + + float heightPlaceHolder = k_SlotSize; + + // Draw drawable resources list for Android. + if (m_SettingsManager.ToolbarIndex == 0) + { + var iconListlabelRect = new Rect(notificationSettingsRect.x, notificationSettingsRect.y + 85, 180, k_LabelLineHeight); + GUI.Label(iconListlabelRect, "Notification Icons", EditorStyles.label); + + // Draw the help message for setting the icons. + float labelHeight; + if (notificationSettingsRect.width > 510) + labelHeight = k_LabelLineHeight * 4; + else if (notificationSettingsRect.width > 500) + labelHeight = k_LabelLineHeight * 5; + else + labelHeight = k_LabelLineHeight * 6; + var iconListMsgRect = new Rect(iconListlabelRect.x, iconListlabelRect.y + iconListlabelRect.height + k_VerticalSeparator, notificationSettingsRect.width, labelHeight); + EditorGUI.SelectableLabel(iconListMsgRect, k_InfoStringAndroid, NotificationStyles.k_IconHelpMessageStyle); + + // Draw the reorderable list for the icon list. + var iconListRect = new Rect(iconListMsgRect.x, iconListMsgRect.y + iconListMsgRect.height + k_VerticalSeparator, iconListMsgRect.width, notificationSettingsRect.height - 55f); + m_ReorderableList.DoList(iconListRect); + + heightPlaceHolder += iconListMsgRect.height + m_ReorderableList.GetHeight(); + } + + // We have to do this to occupy the space that ScrollView can set the scrollbars correctly. + EditorGUILayout.GetControlRect(true, heightPlaceHolder, GUILayout.MinWidth(width)); + } + + private int DrawNotificationSettings(Rect rect, int toolbarIndex) + { + Assert.IsTrue(toolbarIndex == 0 || toolbarIndex == 1); + + List settings; + BuildTargetGroup buildTarget; + int labelWidthMultiplier; + if (toolbarIndex == 0) + { + settings = m_SettingsManager.AndroidNotificationSettings; + buildTarget = BuildTargetGroup.Android; + labelWidthMultiplier = 3; + } + else + { + settings = m_SettingsManager.iOSNotificationSettings; + buildTarget = BuildTargetGroup.iOS; + labelWidthMultiplier = 5; + } + + if (settings == null) + return 0; + + GUI.BeginGroup(rect); + var drawnSettingsCount = DrawSettingElements(rect, buildTarget, settings, false, 0, labelWidthMultiplier); + GUI.EndGroup(); + + return drawnSettingsCount; + } + + private int DrawSettingElements(Rect rect, BuildTargetGroup buildTarget, List settings, bool disabled, int layer, int labelWidthMultiplier) + { + var spaceOffset = layer * 13; + + var labelStyle = new GUIStyle(NotificationStyles.k_LabelStyle); + labelStyle.fixedWidth = k_SlotSize * labelWidthMultiplier - spaceOffset; + + var toggleStyle = NotificationStyles.k_ToggleStyle; + var dropdownStyle = NotificationStyles.k_DropwDownStyle; + + int elementCount = settings.Count; + foreach (var setting in settings) + { + EditorGUI.BeginDisabledGroup(disabled); + EditorGUILayout.BeginHorizontal(); + GUILayout.Space(spaceOffset); + + GUILayout.Label(new GUIContent(setting.Label, setting.Tooltip), labelStyle); + + bool dependenciesDisabled = false; + + EditorGUI.BeginChangeCheck(); + if (setting.Value.GetType() == typeof(bool)) + { + setting.Value = EditorGUILayout.Toggle((bool)setting.Value, toggleStyle); + dependenciesDisabled = !(bool)setting.Value; + } + else if (setting.Value.GetType() == typeof(string)) + { + setting.Value = EditorGUILayout.TextField((string)setting.Value); + } + else if (setting.Value.GetType() == typeof(PresentationOption)) + { + setting.Value = (PresentationOption)EditorGUILayout.EnumFlagsField((iOSPresentationOption)setting.Value, dropdownStyle); + } + else if (setting.Value.GetType() == typeof(AuthorizationOption)) + { + setting.Value = (AuthorizationOption)EditorGUILayout.EnumFlagsField((iOSAuthorizationOption)setting.Value, dropdownStyle); + if ((iOSAuthorizationOption)setting.Value == 0) + setting.Value = (AuthorizationOption)(iOSAuthorizationOption.Badge | iOSAuthorizationOption.Sound | iOSAuthorizationOption.Alert); + } + else if (setting.Value.GetType() == typeof(AndroidExactSchedulingOption)) + { + setting.Value = (AndroidExactSchedulingOption)EditorGUILayout.EnumFlagsField((AndroidExactSchedulingOption)setting.Value, dropdownStyle); + } + else + Debug.LogError("Unsupported setting type: " + setting.Value.GetType()); + if (EditorGUI.EndChangeCheck()) + { + m_SettingsManager.SaveSetting(setting, buildTarget); + } + + EditorGUILayout.EndHorizontal(); + EditorGUI.EndDisabledGroup(); + + if (setting.Dependencies != null) + { + elementCount += DrawSettingElements(rect, buildTarget, setting.Dependencies, dependenciesDisabled, layer + 1, labelWidthMultiplier); + } + } + + return elementCount; + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsProvider.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsProvider.cs.meta new file mode 100755 index 0000000..4991bb9 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationSettingsProvider.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c8f51a1ea13c0461f8868c187d4ca482 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationStyles.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationStyles.cs new file mode 100755 index 0000000..b39d2e2 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationStyles.cs @@ -0,0 +1,16 @@ +using UnityEngine; + +namespace Unity.Notifications +{ + internal class NotificationStyles + { + public static readonly GUIStyle k_EvenRow = new GUIStyle("CN EntryBackEven"); + public static readonly GUIStyle k_OddRow = new GUIStyle("CN EntryBackOdd"); + public static readonly GUIStyle k_PreviewMessageTextStyle = new GUIStyle(GUI.skin.label) { fontSize = 8, wordWrap = true, alignment = TextAnchor.MiddleCenter }; + public static readonly GUIStyle k_PreviewLabelTextStyle = new GUIStyle(GUI.skin.label) { fontSize = 8, wordWrap = true, alignment = TextAnchor.UpperCenter }; + public static readonly GUIStyle k_IconHelpMessageStyle = new GUIStyle(GUI.skin.GetStyle("HelpBox")) { fontSize = 10, wordWrap = true, alignment = TextAnchor.UpperLeft }; + public static readonly GUIStyle k_ToggleStyle = new GUIStyle(GUI.skin.GetStyle("Toggle")) { alignment = TextAnchor.MiddleRight }; + public static readonly GUIStyle k_DropwDownStyle = new GUIStyle(GUI.skin.GetStyle("Button")) { alignment = TextAnchor.MiddleLeft }; + public static readonly GUIStyle k_LabelStyle = new GUIStyle(GUI.skin.GetStyle("Label")) { wordWrap = true }; + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationStyles.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationStyles.cs.meta new file mode 100755 index 0000000..b70a842 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/NotificationStyles.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7d20e68231df79a46be46dfc6d6e8580 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/TextureAssetUtils.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/TextureAssetUtils.cs new file mode 100755 index 0000000..6227fbe --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/TextureAssetUtils.cs @@ -0,0 +1,118 @@ +using System.Collections.Generic; +using UnityEditor; +using UnityEngine; + +namespace Unity.Notifications +{ + internal static class TextureAssetUtils + { + public static bool VerifyTextureByType(Texture2D texture, NotificationIconType type, out List errors) + { + errors = new List(); + + if (texture == null) + { + errors.Add("Texture is invalid"); + return false; + } + + var needsAlpha = true; + var minSize = 48; + + if (type == NotificationIconType.Large) + { + needsAlpha = false; + minSize = 192; + } + + var isSquare = texture.width == texture.height; + var isLargeEnough = texture.width >= minSize; + var hasAlpha = true;// TODO: texture.format == TextureFormat.Alpha8; + + var isReadable = texture.isReadable; + + if (!isReadable) + { + errors.Add("Read/Write is not enabled in the texture importer"); + } + + if (!isLargeEnough) + errors.Add(string.Format("Texture must be at least {0}x{1} pixels (while it's {2}x{3})", + minSize, + minSize, + texture.width, + texture.height + )); + + if (!isSquare) + errors.Add(string.Format("Texture must have the same width and height (while it's {0}x{1})", + texture.width, + texture.height + )); + + if (!hasAlpha && needsAlpha) + errors.Add(string.Format("Texture must contain an alpha channel")); + + return isReadable && isSquare && isLargeEnough && (!needsAlpha || hasAlpha); + } + + public static Texture2D ProcessTextureForType(Texture2D sourceTexture, NotificationIconType type) + { + if (sourceTexture == null) + return null; + + string assetPath = AssetDatabase.GetAssetPath(sourceTexture); + var importer = AssetImporter.GetAtPath(assetPath) as TextureImporter; + + if (importer == null || !importer.isReadable) + return null; + + Texture2D texture; + if (type == NotificationIconType.Small) + { + texture = new Texture2D(sourceTexture.width, sourceTexture.height, TextureFormat.RGBA32, true, false); + for (var i = 0; i < sourceTexture.mipmapCount; i++) + { + var c_0 = sourceTexture.GetPixels(i); + var c_1 = texture.GetPixels(i); + for (var i1 = 0; i1 < c_0.Length; i1++) + { + var a = c_0[i1].r + c_0[i1].g + c_0[i1].b; + c_1[i1].r = c_1[i1].g = c_1[i1].b = a > 127 ? 0 : 1; + c_1[i1].a = c_0[i1].a; + } + texture.SetPixels(c_1, i); + } + texture.Apply(); + } + else + { + texture = new Texture2D(sourceTexture.width, sourceTexture.height, TextureFormat.RGBA32, true); + texture.SetPixels(sourceTexture.GetPixels()); + texture.Apply(); + } + return texture; + } + + public static Texture2D ScaleTexture(Texture2D sourceTexture, int width, int height) + { + if (sourceTexture.width == width && sourceTexture.height == height) + return sourceTexture; + + var result = new Texture2D(width, height, TextureFormat.ARGB32, false); + + var destPixels = new Color[width * height]; + for (int y = 0; y < height; ++y) + { + for (int x = 0; x < width; ++x) + { + destPixels[y * width + x] = sourceTexture.GetPixelBilinear((float)x / (float)width, (float)y / (float)height); + } + } + result.SetPixels(destPixels); + result.Apply(); + + return result; + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/TextureAssetUtils.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/TextureAssetUtils.cs.meta new file mode 100755 index 0000000..36c992d --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/TextureAssetUtils.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5b9bfb8ad48d04ce5af3878b61cb8904 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/Unity.Mobile.Notifications.Editor.asmdef b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/Unity.Mobile.Notifications.Editor.asmdef new file mode 100755 index 0000000..6c369cf --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/Unity.Mobile.Notifications.Editor.asmdef @@ -0,0 +1,18 @@ +{ + "name": "Unity.Notifications", + "references": [ + "Unity.Notifications.iOS", + "Unity.Notifications.Android" + ], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/Unity.Mobile.Notifications.Editor.asmdef.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/Unity.Mobile.Notifications.Editor.asmdef.meta new file mode 100755 index 0000000..312672c --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/Unity.Mobile.Notifications.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 85a7f7b2e1fe24ff2b4c8b5d1a746334 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSAuthorizationOption.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSAuthorizationOption.cs new file mode 100755 index 0000000..7f66649 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSAuthorizationOption.cs @@ -0,0 +1,18 @@ +using System; + +namespace Unity.Notifications +{ + [Flags] + internal enum iOSAuthorizationOption + { + Default = 0, + Badge = 1 << 0, + Sound = 1 << 1, + Alert = 1 << 2, + CarPlay = 1 << 3, + CriticalAlert = 1 << 4, + ProvidesAppNotificationSettings = 1 << 5, + Provisional = 1 << 6, + All = ~0, + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSAuthorizationOption.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSAuthorizationOption.cs.meta new file mode 100755 index 0000000..3caae8c --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSAuthorizationOption.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 396d27f7ef9dc419ab240e8ea0135a26 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSNotificationPostProcessor.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSNotificationPostProcessor.cs new file mode 100755 index 0000000..2b5f337 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSNotificationPostProcessor.cs @@ -0,0 +1,214 @@ +#if UNITY_IOS +using System; +using System.IO; +using System.Collections.Generic; +using UnityEditor; +using UnityEditor.Callbacks; +using UnityEditor.iOS.Xcode; +using UnityEngine; +using Unity.Notifications; +using Unity.Notifications.iOS; + +public class iOSNotificationPostProcessor : MonoBehaviour +{ + [PostProcessBuild] + public static void OnPostprocessBuild(BuildTarget buildTarget, string path) + { + if (buildTarget != BuildTarget.iOS) + return; + + // Check if we have the minimal iOS version set. + bool hasMinOSVersion; + try + { + var requiredVersion = new Version(10, 0); + var currentVersion = new Version(PlayerSettings.iOS.targetOSVersionString); + hasMinOSVersion = currentVersion >= requiredVersion; + } + catch (Exception) + { + hasMinOSVersion = false; + } + + if (!hasMinOSVersion) + Debug.Log("UserNotifications framework is only available on iOS 10.0+, please make sure that you set a correct `Target minimum iOS Version` in Player Settings."); + + var settings = NotificationSettingsManager.Initialize().iOSNotificationSettingsFlat; + + var needLocationFramework = (bool)settings.Find(i => i.Key == NotificationSettings.iOSSettings.USE_LOCATION_TRIGGER).Value; + var addPushNotificationCapability = (bool)settings.Find(i => i.Key == NotificationSettings.iOSSettings.ADD_PUSH_CAPABILITY).Value; + var addTimeSensitiveEntitlement = (bool)settings.Find(i => i.Key == NotificationSettings.iOSSettings.ADD_TIME_SENSITIVE_ENTITLEMENT).Value; + + var useReleaseAPSEnv = false; + if (addPushNotificationCapability) + { + var useReleaseAPSEnvSetting = settings.Find(i => i.Key == NotificationSettings.iOSSettings.USE_APS_RELEASE); + if (useReleaseAPSEnvSetting != null) + useReleaseAPSEnv = (bool)useReleaseAPSEnvSetting.Value; + } + + PatchPBXProject(path, needLocationFramework, addPushNotificationCapability, useReleaseAPSEnv, addTimeSensitiveEntitlement); + PatchPlist(path, settings, addPushNotificationCapability); + PatchPreprocessor(path, needLocationFramework, addPushNotificationCapability); + } + + private static void PatchPBXProject(string path, bool needLocationFramework, bool addPushNotificationCapability, bool useReleaseAPSEnv, bool addTimeSensitiveEntitlement) + { + var pbxProjectPath = PBXProject.GetPBXProjectPath(path); + + var needsToWriteChanges = false; + + var pbxProject = new PBXProject(); + pbxProject.ReadFromString(File.ReadAllText(pbxProjectPath)); + + string mainTarget; + string unityFrameworkTarget; + + var unityMainTargetGuidMethod = pbxProject.GetType().GetMethod("GetUnityMainTargetGuid"); + var unityFrameworkTargetGuidMethod = pbxProject.GetType().GetMethod("GetUnityFrameworkTargetGuid"); + + if (unityMainTargetGuidMethod != null && unityFrameworkTargetGuidMethod != null) + { + mainTarget = (string)unityMainTargetGuidMethod.Invoke(pbxProject, null); + unityFrameworkTarget = (string)unityFrameworkTargetGuidMethod.Invoke(pbxProject, null); + } + else + { + mainTarget = pbxProject.TargetGuidByName("Unity-iPhone"); + unityFrameworkTarget = mainTarget; + } + + // Add necessary frameworks. + if (!pbxProject.ContainsFramework(unityFrameworkTarget, "UserNotifications.framework")) + { + pbxProject.AddFrameworkToProject(unityFrameworkTarget, "UserNotifications.framework", true); + needsToWriteChanges = true; + } + if (needLocationFramework && !pbxProject.ContainsFramework(unityFrameworkTarget, "CoreLocation.framework")) + { + pbxProject.AddFrameworkToProject(unityFrameworkTarget, "CoreLocation.framework", false); + needsToWriteChanges = true; + } + + if (needsToWriteChanges) + File.WriteAllText(pbxProjectPath, pbxProject.WriteToString()); + + var entitlementsFileName = pbxProject.GetBuildPropertyForAnyConfig(mainTarget, "CODE_SIGN_ENTITLEMENTS"); + if (entitlementsFileName == null) + { + var bundleIdentifier = PlayerSettings.GetApplicationIdentifier(BuildTargetGroup.iOS); + entitlementsFileName = string.Format("{0}.entitlements", bundleIdentifier.Substring(bundleIdentifier.LastIndexOf(".") + 1)); + } + + // Update the entitlements file. + if (addPushNotificationCapability) + { + var capManager = new ProjectCapabilityManager(pbxProjectPath, entitlementsFileName, "Unity-iPhone"); + capManager.AddPushNotifications(!useReleaseAPSEnv); + capManager.WriteToFile(); + } + + if (addTimeSensitiveEntitlement) + { + var entitlementsFile = new PlistDocument(); + var entitlementsFilePath = Path.Combine(path, entitlementsFileName); + if (File.Exists(entitlementsFilePath)) + entitlementsFile.ReadFromFile(entitlementsFilePath); + var entitlement = entitlementsFile.root["com.apple.developer.usernotifications.time-sensitive"] as PlistElementBoolean; + if (entitlement == null || entitlement.AsBoolean() == false) + { + entitlementsFile.root["com.apple.developer.usernotifications.time-sensitive"] = new PlistElementBoolean(true); + entitlementsFile.WriteToFile(entitlementsFilePath); + } + if (pbxProject.GetBuildPropertyForAnyConfig(mainTarget, "CODE_SIGN_ENTITLEMENTS") == null) + { + pbxProject.AddBuildProperty(mainTarget, "CODE_SIGN_ENTITLEMENTS", entitlementsFileName); + pbxProject.WriteToFile(pbxProjectPath); + } + } + } + + private static void PatchPlist(string path, List settings, bool addPushNotificationCapability) + { + var plistPath = path + "/Info.plist"; + var plist = new PlistDocument(); + plist.ReadFromString(File.ReadAllText(plistPath)); + + var rootDict = plist.root; + var needsToWriteChanges = false; + + // Add all the settings to the plist. + foreach (var setting in settings) + { + if (ShouldAddSettingToPlist(setting, rootDict)) + { + needsToWriteChanges = true; + if (setting.Value.GetType() == typeof(bool)) + { + rootDict.SetBoolean(setting.Key, (bool)setting.Value); + } + else if (setting.Value.GetType() == typeof(PresentationOption) || + setting.Value.GetType() == typeof(AuthorizationOption)) + { + rootDict.SetInteger(setting.Key, (int)setting.Value); + } + } + } + + // Add "remote-notification" to the list of supported UIBackgroundModes. + if (addPushNotificationCapability) + { + PlistElementArray currentBackgroundModes = (PlistElementArray)rootDict["UIBackgroundModes"]; + if (currentBackgroundModes == null) + currentBackgroundModes = rootDict.CreateArray("UIBackgroundModes"); + + var remoteNotificationElement = new PlistElementString("remote-notification"); + if (!currentBackgroundModes.values.Contains(remoteNotificationElement)) + { + currentBackgroundModes.values.Add(remoteNotificationElement); + needsToWriteChanges = true; + } + } + + if (needsToWriteChanges) + File.WriteAllText(plistPath, plist.WriteToString()); + } + + // If the plist doesn't contain the key, or it's value is different, we should add/overwrite it. + private static bool ShouldAddSettingToPlist(Unity.Notifications.NotificationSetting setting, + PlistElementDict rootDict) + { + if (!rootDict.values.ContainsKey(setting.Key)) + return true; + else if (setting.Value.GetType() == typeof(bool)) + return !rootDict.values[setting.Key].AsBoolean().Equals((bool)setting.Value); + else if (setting.Value.GetType() == typeof(PresentationOption) || setting.Value.GetType() == typeof(AuthorizationOption)) + return !rootDict.values[setting.Key].AsInteger().Equals((int)setting.Value); + else + return false; + } + + private static void PatchPreprocessor(string path, bool needLocationFramework, bool addPushNotificationCapability) + { + var preprocessorPath = path + "/Classes/Preprocessor.h"; + var preprocessor = File.ReadAllText(preprocessorPath); + var needsToWriteChanges = false; + + if (needLocationFramework && preprocessor.Contains("UNITY_USES_LOCATION")) + { + preprocessor = preprocessor.Replace("UNITY_USES_LOCATION 0", "UNITY_USES_LOCATION 1"); + needsToWriteChanges = true; + } + + if (addPushNotificationCapability && preprocessor.Contains("UNITY_USES_REMOTE_NOTIFICATIONS")) + { + preprocessor = + preprocessor.Replace("UNITY_USES_REMOTE_NOTIFICATIONS 0", "UNITY_USES_REMOTE_NOTIFICATIONS 1"); + needsToWriteChanges = true; + } + + if (needsToWriteChanges) + File.WriteAllText(preprocessorPath, preprocessor); + } +} +#endif diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSNotificationPostProcessor.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSNotificationPostProcessor.cs.meta new file mode 100755 index 0000000..ca14a57 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSNotificationPostProcessor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 53cc9fd7c6f7b49f89ceebacdbc87512 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSPresentationOption.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSPresentationOption.cs new file mode 100755 index 0000000..f53a077 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSPresentationOption.cs @@ -0,0 +1,15 @@ +using System; + +namespace Unity.Notifications +{ + [Flags] + internal enum iOSPresentationOption + { + Badge = 1 << 0, + Sound = 1 << 1, + Alert = 1 << 2, + List = 1 << 3, + Banner = 1 << 4, + All = ~0, + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSPresentationOption.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSPresentationOption.cs.meta new file mode 100755 index 0000000..693e9e6 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Editor/iOSPresentationOption.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b5fe6a884940b415f94f2b501eff5ce9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/LICENSE.md b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/LICENSE.md new file mode 100755 index 0000000..2d77eeb --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/LICENSE.md @@ -0,0 +1,5 @@ +Mobile Notifications copyright © 2020 Unity Technologies ApS + +Licensed under the Unity Companion License for Unity-dependent projects--see [Unity Companion License](http://www.unity3d.com/legal/licenses/Unity_Companion_License). + +Unless expressly provided otherwise, the Software under this license is made available strictly on an “AS IS” BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. Please review the license for details on these and other terms and conditions. diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/LICENSE.md.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/LICENSE.md.meta new file mode 100755 index 0000000..0ccf40c --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/LICENSE.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b120cb2074d184c898403ffcb68b1172 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime.meta new file mode 100755 index 0000000..5aa340c --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d5b0690debfe24ec5a3c76b61a6cc12a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android.meta new file mode 100755 index 0000000..e383904 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3040eaa3b547042fd9ee979fee321768 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotification.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotification.cs new file mode 100755 index 0000000..866c4c0 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotification.cs @@ -0,0 +1,320 @@ +using System; +using UnityEngine; + +namespace Unity.Notifications.Android +{ + /// + /// Allows applying a rich notification style to a notification. + /// + public enum NotificationStyle + { + /// + /// Use the default style. + /// + None = 0, + + /// + /// Generate a large-format notification centered around an image. + /// + BigPictureStyle = 1, + + /// + /// Generate a large-format notification that includes a lot of text. + /// + BigTextStyle = 2 + } + + /// + /// Allows applying an alert behaviour to grouped notifications. + /// + public enum GroupAlertBehaviours + { + /// + /// All notifications in a group with sound or vibration will make sound or vibrate, so this notification will not be muted when it is in a group. + /// + GroupAlertAll = 0, + + /// + /// The summary notification in a group will be silenced (no sound or vibration) even if they would otherwise make sound or vibrate. + /// Use this to mute this notification if this notification is a group summary. + /// + GroupAlertSummary = 1, + + /// + /// All children notification in a group will be silenced (no sound or vibration) even if they would otherwise make sound or vibrate. + /// Use this to mute this notification if this notification is a group child. This must be set on all children notifications you want to mute. + /// + GroupAlertChildren = 2, + } + + /// + /// Data for setting up the big picture style notification. + /// Properties that are not available in devices API level are ignored. See Android documentation for availibility. + /// + /// + public struct BigPictureStyle + { + /// + /// The override for large icon (requirements are the same). + /// + /// + public string LargeIcon { get; set; } + + /// + /// The picture to be displayed. + /// Can be resource name (like icon), file path or an URI supported by Android. + /// + public string Picture { get; set; } + + /// + /// The content title to be displayed in the notification. + /// + public string ContentTitle { get; set; } + + /// + /// The content description to set. + /// + public string ContentDescription { get; set; } + + /// + /// The summary text to be shown. + /// + public string SummaryText { get; set; } + + /// + /// Whether to show big picture in place of large icon when collapsed. + /// + public bool ShowWhenCollapsed { get; set; } + } + + /// + /// The AndroidNotification is used schedule a local notification, which includes the content of the notification. + /// + public struct AndroidNotification + { + /// + /// Notification title. + /// Set the first line of text in the notification. + /// + public string Title { get; set; } + + /// + /// Notification body. + /// Set the second line of text in the notification. + /// + public string Text { get; set; } + + /// + /// Notification small icon. + /// It will be used to represent the notification in the status bar and content view (unless overridden there by a large icon) + /// The icon has to be registered in Notification Settings or a PNG file has to be placed in the `res/drawable` folder of the Android library plugin + /// and it's name has to be specified without the extension. + /// Alternatively it can also be URI supported by the OS. + /// + public string SmallIcon { get; set; } + + /// + /// The date and time when the notification should be delivered. + /// + public DateTime FireTime { get; set; } + + /// + /// The notification will be be repeated on every specified time interval. + /// Do not set for one time notifications. + /// + public TimeSpan? RepeatInterval + { + get { return m_RepeatInterval; } + set { m_RepeatInterval = value.HasValue ? value.Value : (-1L).ToTimeSpan(); } + } + + /// + /// Notification large icon. + /// Add a large icon to the notification content view. This image will be shown on the left of the notification view in place of the small icon (which will be placed in a small badge atop the large icon). + /// The icon has to be registered in Notification Settings or a PNG file has to be placed in the `res/drawable` folder of the Android library plugin + /// and it's name has to be specified without the extension. + /// Alternatively it can be a file path or system supported URI. + /// + public string LargeIcon { get; set; } + + /// + /// Apply a custom style to the notification. + /// Currently only BigPicture and BigText styles are supported. + /// + public NotificationStyle Style { get; set; } + + /// + /// Accent color to be applied by the standard style templates when presenting this notification. + /// The template design constructs a colorful header image by overlaying the icon image (stenciled in white) atop a field of this color. Alpha components are ignored. + /// + public Color? Color + { + get { return m_Color; } + set { m_Color = value.HasValue ? value.Value : new Color(0, 0, 0, 0); } + } + + /// + /// Sets the number of items this notification represents. + /// Is displayed as a badge count on the notification icon if the launcher supports this behavior. + /// + public int Number { get; set; } + + /// + /// This notification will automatically be dismissed when the user touches it. + /// By default this behavior is turned off. + /// + public bool ShouldAutoCancel { get; set; } + + /// + /// Show the notification time field as a stopwatch instead of a timestamp. + /// + public bool UsesStopwatch { get; set; } + + /// + ///Set this property for the notification to be made part of a group of notifications sharing the same key. + /// Grouped notifications may display in a cluster or stack on devices which support such rendering. + /// Only available on Android 7.0 (API level 24) and above. + /// + public string Group { get; set; } + + /// + /// Set this notification to be the group summary for a group of notifications. Requires the 'Group' property to also be set. + /// Grouped notifications may display in a cluster or stack on devices which support such rendering. + /// Only available on Android 7.0 (API level 24) and above. + /// + public bool GroupSummary { get; set; } + + /// + /// Sets the group alert behavior for this notification. Set this property to mute this notification if alerts for this notification's group should be handled by a different notification. + /// This is only applicable for notifications that belong to a group. This must be set on all notifications you want to mute. + /// Only available on Android 8.0 (API level 26) and above. + /// + public GroupAlertBehaviours GroupAlertBehaviour { get; set; } + + /// + /// The sort key will be used to order this notification among other notifications from the same package. + /// Notifications will be sorted lexicographically using this value. + /// + public string SortKey { get; set; } + + /// + /// Use this to save arbitrary string data related to the notification. + /// + public string IntentData { get; set; } + + /// + /// Enable it to show a timestamp on the notification when it's delivered, unless the "CustomTimestamp" property is set "FireTime" will be shown. + /// + public bool ShowTimestamp { get; set; } + + /// + /// Set this to show custom date instead of the notification's "FireTime" as the notification's timestamp'. + /// + public DateTime CustomTimestamp + { + get { return m_CustomTimestamp; } + set + { + ShowCustomTimestamp = true; + m_CustomTimestamp = value; + } + } + + /// + /// Set this notification to be shown when app is in the foreground (default: true). + /// + public bool ShowInForeground + { + get => !m_SilentInForeground; + set => m_SilentInForeground = !value; + } + + /// + /// The necessary properties for big picture style notification. + /// For convenience, assigning this property will also set the Style property. + /// + public BigPictureStyle? BigPicture + { + get { return m_BigPictureStyle; } + set + { + m_BigPictureStyle = value; + if (m_BigPictureStyle.HasValue && Style == NotificationStyle.None) + Style = NotificationStyle.BigPictureStyle; + else if (!m_BigPictureStyle.HasValue && Style == NotificationStyle.BigPictureStyle) + Style = NotificationStyle.None; + } + } + + internal bool ShowCustomTimestamp { get; set; } + + private Color m_Color; + private TimeSpan m_RepeatInterval; + private DateTime m_CustomTimestamp; + private bool m_SilentInForeground; + private BigPictureStyle? m_BigPictureStyle; + + /// + /// Create a notification struct with all optional fields set to default values. + /// + /// Notification title + /// Text to show on notification + /// Date and time when to show, can be DateTime.Now to show right away + public AndroidNotification(string title, string text, DateTime fireTime) + { + Title = title; + Text = text; + FireTime = fireTime; + + SmallIcon = string.Empty; + ShouldAutoCancel = false; + LargeIcon = string.Empty; + Style = NotificationStyle.None; + Number = -1; + UsesStopwatch = false; + IntentData = string.Empty; + Group = string.Empty; + GroupSummary = false; + SortKey = string.Empty; + GroupAlertBehaviour = GroupAlertBehaviours.GroupAlertAll; + ShowTimestamp = false; + ShowCustomTimestamp = false; + m_BigPictureStyle = null; + + m_RepeatInterval = (-1L).ToTimeSpan(); + m_Color = new Color(0, 0, 0, 0); + m_CustomTimestamp = (-1L).ToDatetime(); + m_SilentInForeground = false; + } + + /// + /// Create a repeatable notification struct with all optional fields set to default values. + /// + /// Notification title + /// Text to show on notification + /// Date and time when to show, can be DateTime.Now to show right away + /// Makes notification repeatable with this time interval + /// + /// There is a minimum period of 1 minute for repeating notifications. + /// + public AndroidNotification(string title, string text, DateTime fireTime, TimeSpan repeatInterval) + : this(title, text, fireTime) + { + RepeatInterval = repeatInterval; + } + + /// + /// Create a notification struct with a custom small icon and all optional fields set to default values. + /// + /// Notification title + /// Text to show on notification + /// Date and time when to show, can be DateTime.Now to show right away + /// Makes notification repeatable with this time interval + /// Name of the small icon to be shown on notification + public AndroidNotification(string title, string text, DateTime fireTime, TimeSpan repeatInterval, string smallIcon) + : this(title, text, fireTime, repeatInterval) + { + SmallIcon = smallIcon; + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotification.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotification.cs.meta new file mode 100755 index 0000000..2ed6ef2 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotification.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5920d00d82f60ad438e2d483048328d6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCallback.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCallback.cs new file mode 100755 index 0000000..2549a1d --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCallback.cs @@ -0,0 +1,28 @@ +using System; +using UnityEngine; + +namespace Unity.Notifications.Android +{ + class NotificationCallback : AndroidJavaProxy + { + public NotificationCallback() : base("com.unity.androidnotifications.NotificationCallback") + { + } + + public override AndroidJavaObject Invoke(string methodName, AndroidJavaObject[] args) + { + if (methodName.Equals("onSentNotification", StringComparison.InvariantCulture) && args != null && args.Length == 1) + { + onSentNotification(args[0]); + return null; + } + + return base.Invoke(methodName, args); + } + + public void onSentNotification(AndroidJavaObject notification) + { + AndroidReceivedNotificationMainThreadDispatcher.GetInstance().EnqueueReceivedNotification(notification); + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCallback.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCallback.cs.meta new file mode 100755 index 0000000..52d51ec --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCallback.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: df44dfe6f4b394ca988636822db28499 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCenter.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCenter.cs new file mode 100755 index 0000000..ddd66f7 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCenter.cs @@ -0,0 +1,1300 @@ +using System; +using System.Linq; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.Android; + +#if UNITY_2022_2_OR_NEWER +using JniMethodID = System.IntPtr; +using JniFieldID = System.IntPtr; +#else +using JniMethodID = System.String; +using JniFieldID = System.String; +#endif + +namespace Unity.Notifications.Android +{ + /// + /// Current status of a scheduled notification, can be queried using CheckScheduledNotificationStatus. + /// + public enum NotificationStatus + { + /// + /// Status of a specified notification cannot be determined. This is only supported on Android Marshmallow (6.0) and above. + /// + Unavailable = -1, + + /// + /// A notification with a specified id could not be found. + /// + Unknown = 0, + + /// + /// A notification with a specified id is scheduled but not yet delivered. + /// + Scheduled = 1, + + /// + /// A notification with a specified id was already delivered (showing in status bar). + /// + Delivered = 2, + } + + struct NotificationManagerJni + { + private AndroidJavaClass klass; + private AndroidJavaObject self; + + public AndroidJavaObject KEY_FIRE_TIME; + public AndroidJavaObject KEY_ID; + public AndroidJavaObject KEY_INTENT_DATA; + public AndroidJavaObject KEY_LARGE_ICON; + public AndroidJavaObject KEY_REPEAT_INTERVAL; + public AndroidJavaObject KEY_NOTIFICATION; + public AndroidJavaObject KEY_SMALL_ICON; + public AndroidJavaObject KEY_SHOW_IN_FOREGROUND; + public AndroidJavaObject KEY_BIG_PICTURE; + + // these are lesser used, don't waste java global refs on them + public string KEY_BIG_LARGE_ICON; + public string KEY_BIG_CONTENT_TITLE; + public string KEY_BIG_SUMMARY_TEXT; + public string KEY_BIG_CONTENT_DESCRIPTION; + public string KEY_BIG_SHOW_WHEN_COLLAPSED; + + private JniMethodID getNotificationFromIntent; + private JniMethodID setNotificationIcon; + private JniMethodID setNotificationColor; + private JniMethodID getNotificationColor; + private JniMethodID setNotificationUsesChronometer; + private JniMethodID setNotificationGroupAlertBehavior; + private JniMethodID getNotificationGroupAlertBehavior; + private JniMethodID getNotificationChannelId; + private JniMethodID scheduleNotification; + private JniMethodID createNotificationBuilder; + + + public NotificationManagerJni(AndroidJavaClass clazz, AndroidJavaObject obj) + { + klass = clazz; + self = obj; + + getNotificationFromIntent = default; + setNotificationIcon = default; + setNotificationColor = default; + getNotificationColor = default; + setNotificationUsesChronometer = default; + setNotificationGroupAlertBehavior = default; + getNotificationGroupAlertBehavior = default; + getNotificationChannelId = default; + scheduleNotification = default; + createNotificationBuilder = default; + +#if UNITY_ANDROID && !UNITY_EDITOR + KEY_FIRE_TIME = clazz.GetStatic("KEY_FIRE_TIME"); + KEY_ID = clazz.GetStatic("KEY_ID"); + KEY_INTENT_DATA = clazz.GetStatic("KEY_INTENT_DATA"); + KEY_LARGE_ICON = clazz.GetStatic("KEY_LARGE_ICON"); + KEY_REPEAT_INTERVAL = clazz.GetStatic("KEY_REPEAT_INTERVAL"); + KEY_NOTIFICATION = clazz.GetStatic("KEY_NOTIFICATION"); + KEY_SMALL_ICON = clazz.GetStatic("KEY_SMALL_ICON"); + KEY_SHOW_IN_FOREGROUND = clazz.GetStatic("KEY_SHOW_IN_FOREGROUND"); + KEY_BIG_PICTURE = clazz.GetStatic("KEY_BIG_PICTURE"); + KEY_BIG_LARGE_ICON = clazz.GetStatic("KEY_BIG_LARGE_ICON"); + KEY_BIG_CONTENT_TITLE = clazz.GetStatic("KEY_BIG_CONTENT_TITLE"); + KEY_BIG_SUMMARY_TEXT = clazz.GetStatic("KEY_BIG_SUMMARY_TEXT"); + KEY_BIG_CONTENT_DESCRIPTION = clazz.GetStatic("KEY_BIG_CONTENT_DESCRIPTION"); + KEY_BIG_SHOW_WHEN_COLLAPSED = clazz.GetStatic("KEY_BIG_SHOW_WHEN_COLLAPSED"); + + CollectMethods(clazz); +#else + KEY_FIRE_TIME = null; + KEY_ID = null; + KEY_INTENT_DATA = null; + KEY_LARGE_ICON = null; + KEY_REPEAT_INTERVAL = null; + KEY_NOTIFICATION = null; + KEY_SMALL_ICON = null; + KEY_SHOW_IN_FOREGROUND = null; + KEY_BIG_PICTURE = null; + KEY_BIG_LARGE_ICON = null; + KEY_BIG_CONTENT_TITLE = null; + KEY_BIG_SUMMARY_TEXT = null; + KEY_BIG_CONTENT_DESCRIPTION = null; + KEY_BIG_SHOW_WHEN_COLLAPSED = null; +#endif + } + + void CollectMethods(AndroidJavaClass clazz) + { + getNotificationFromIntent = JniApi.FindMethod(clazz, "getNotificationFromIntent", "(Landroid/content/Intent;)Landroid/app/Notification;", false); + setNotificationIcon = JniApi.FindMethod(clazz, "setNotificationIcon", "(Landroid/app/Notification$Builder;Ljava/lang/String;Ljava/lang/String;)V", true); + setNotificationColor = JniApi.FindMethod(clazz, "setNotificationColor", "(Landroid/app/Notification$Builder;I)V", true); + getNotificationColor = JniApi.FindMethod(clazz, "getNotificationColor", "(Landroid/app/Notification;)Ljava/lang/Integer;", true); + setNotificationUsesChronometer = JniApi.FindMethod(clazz, "setNotificationUsesChronometer", "(Landroid/app/Notification$Builder;Z)V", true); + setNotificationGroupAlertBehavior = JniApi.FindMethod(clazz, "setNotificationGroupAlertBehavior", "(Landroid/app/Notification$Builder;I)V", true); + getNotificationGroupAlertBehavior = JniApi.FindMethod(clazz, "getNotificationGroupAlertBehavior", "(Landroid/app/Notification;)I", true); + getNotificationChannelId = JniApi.FindMethod(clazz, "getNotificationChannelId", "(Landroid/app/Notification;)Ljava/lang/String;", true); + scheduleNotification = JniApi.FindMethod(clazz, "scheduleNotification", "(Landroid/app/Notification$Builder;Z)I", false); + createNotificationBuilder = JniApi.FindMethod(clazz, "createNotificationBuilder", "(Ljava/lang/String;)Landroid/app/Notification$Builder;", false); + } + + public AndroidJavaObject GetNotificationFromIntent(AndroidJavaObject intent) + { + return self.Call(getNotificationFromIntent, intent); + } + + public void SetNotificationIcon(AndroidJavaObject builder, AndroidJavaObject keyName, string icon) + { + klass.CallStatic(setNotificationIcon, builder, keyName, icon); + } + + public void SetNotificationColor(AndroidJavaObject builder, int color) + { + klass.CallStatic(setNotificationColor, builder, color); + } + + public Color? GetNotificationColor(AndroidJavaObject notification) + { + using (var color = klass.CallStatic(getNotificationColor, notification)) + { + if (color == null) + return null; +#if UNITY_2022_2_OR_NEWER + int val; + AndroidJNIHelper.Unbox(color.GetRawObject(), out val); + return val.ToColor(); +#else + return color.Call("intValue").ToColor(); +#endif + } + } + + public void SetNotificationUsesChronometer(AndroidJavaObject builder, bool usesStopwatch) + { + klass.CallStatic(setNotificationUsesChronometer, builder, usesStopwatch); + } + + public void SetNotificationGroupAlertBehavior(AndroidJavaObject builder, int groupAlertBehaviour) + { + klass.CallStatic(setNotificationGroupAlertBehavior, builder, groupAlertBehaviour); + } + + public int GetNotificationGroupAlertBehavior(AndroidJavaObject notification) + { + return klass.CallStatic(getNotificationGroupAlertBehavior, notification); + } + + public string GetNotificationChannelId(AndroidJavaObject notification) + { + return klass.CallStatic(getNotificationChannelId, notification); + } + + public void RegisterNotificationChannelGroup(AndroidNotificationChannelGroup group) + { + self.Call("registerNotificationChannelGroup", group.Id, group.Name, group.Description); + } + + public void RegisterNotificationChannel(AndroidNotificationChannel channel) + { + self.Call("registerNotificationChannel", + channel.Id, + channel.Name, + (int)channel.Importance, + channel.Description, + channel.EnableLights, + channel.EnableVibration, + channel.CanBypassDnd, + channel.CanShowBadge, + channel.VibrationPattern, + (int)channel.LockScreenVisibility, + channel.Group + ); + } + + public AndroidJavaObject[] GetNotificationChannels() + { + return self.Call("getNotificationChannels"); + } + + public void DeleteNotificationChannelGroup(string id) + { + self.Call("deleteNotificationChannelGroup", id); + } + + public void DeleteNotificationChannel(string channelId) + { + self.Call("deleteNotificationChannel", channelId); + } + + public int ScheduleNotification(AndroidJavaObject notificationBuilder, bool customized) + { + return self.Call(scheduleNotification, notificationBuilder, customized); + } + + public bool CheckIfPendingNotificationIsRegistered(int id) + { + return self.Call("checkIfPendingNotificationIsRegistered", id); + } + + public void CancelPendingNotification(int id) + { + self.Call("cancelPendingNotification", id); + } + + public void CancelDisplayedNotification(int id) + { + self.Call("cancelDisplayedNotification", id); + } + + public void CancelAllPendingNotificationIntents() + { + self.Call("cancelAllPendingNotificationIntents"); + } + + public void CancelAllNotifications() + { + self.Call("cancelAllNotifications"); + } + + public int CheckNotificationStatus(int id) + { + return self.Call("checkNotificationStatus", id); + } + + public void ShowNotificationSettings(string channelId) + { + self.Call("showNotificationSettings", channelId); + } + + public AndroidJavaObject CreateNotificationBuilder(String channelId) + { + return self.Call(createNotificationBuilder, channelId); + } + + public void SetupBigPictureStyle(AndroidJavaObject builder, BigPictureStyle bigPicture) + { + self.Call("setupBigPictureStyle", + builder, + bigPicture.LargeIcon, + bigPicture.Picture, + bigPicture.ContentTitle, + bigPicture.ContentDescription, + bigPicture.SummaryText, + bigPicture.ShowWhenCollapsed + ); + } + + public bool CanScheduleExactAlarms() + { + return self.Call("canScheduleExactAlarms"); + } + + public PermissionStatus AreNotificationsEnabled() + { + return (PermissionStatus)self.Call("areNotificationsEnabled"); + } + } + + struct NotificationJni + { + public AndroidJavaObject EXTRA_TITLE; + public AndroidJavaObject EXTRA_TEXT; + public AndroidJavaObject EXTRA_SHOW_CHRONOMETER; + public AndroidJavaObject EXTRA_BIG_TEXT; + public AndroidJavaObject EXTRA_SHOW_WHEN; + public int FLAG_AUTO_CANCEL; + public int FLAG_GROUP_SUMMARY; + + JniMethodID getGroup; + JniMethodID getSortKey; + + JniFieldID extras; + JniFieldID flags; + JniFieldID number; + JniFieldID when; + + public void CollectJni() + { + using (var notificationClass = new AndroidJavaClass("android.app.Notification")) + { + CollectConstants(notificationClass); + CollectMethods(notificationClass); + CollectFields(notificationClass); + } + } + + void CollectConstants(AndroidJavaClass clazz) + { + EXTRA_TITLE = clazz.GetStatic("EXTRA_TITLE"); + EXTRA_TEXT = clazz.GetStatic("EXTRA_TEXT"); + EXTRA_SHOW_CHRONOMETER = clazz.GetStatic("EXTRA_SHOW_CHRONOMETER"); + EXTRA_BIG_TEXT = clazz.GetStatic("EXTRA_BIG_TEXT"); + EXTRA_SHOW_WHEN = clazz.GetStatic("EXTRA_SHOW_WHEN"); + FLAG_AUTO_CANCEL = clazz.GetStatic("FLAG_AUTO_CANCEL"); + FLAG_GROUP_SUMMARY = clazz.GetStatic("FLAG_GROUP_SUMMARY"); + } + + void CollectMethods(AndroidJavaClass clazz) + { + getGroup = JniApi.FindMethod(clazz, "getGroup", "()Ljava/lang/String;", false); + getSortKey = JniApi.FindMethod(clazz, "getSortKey", "()Ljava/lang/String;", false); + } + + void CollectFields(AndroidJavaClass clazz) + { + extras = JniApi.FindField(clazz, "extras", "Landroid/os/Bundle;", false); + flags = JniApi.FindField(clazz, "flags", "I", false); + number = JniApi.FindField(clazz, "number", "I", false); + when = JniApi.FindField(clazz, "when", "J", false); + } + + public AndroidJavaObject Extras(AndroidJavaObject notification) + { + return notification.Get(extras); + } + + public int Flags(AndroidJavaObject notification) + { + return notification.Get(flags); + } + + public int Number(AndroidJavaObject notification) + { + return notification.Get(number); + } + + public string GetGroup(AndroidJavaObject notification) + { + return notification.Call(getGroup); + } + + public string GetSortKey(AndroidJavaObject notification) + { + return notification.Call(getSortKey); + } + + internal long When(AndroidJavaObject notification) + { + return notification.Get(when); + } + } + + struct NotificationBuilderJni + { + JniMethodID getExtras; + JniMethodID setContentTitle; + JniMethodID setContentText; + JniMethodID setAutoCancel; + JniMethodID setNumber; + JniMethodID setStyle; + JniMethodID setWhen; + JniMethodID setGroup; + JniMethodID setGroupSummary; + JniMethodID setSortKey; + JniMethodID setShowWhen; + + public void CollectJni() + { + using (var clazz = new AndroidJavaClass("android.app.Notification$Builder")) + { + getExtras = JniApi.FindMethod(clazz, "getExtras", "()Landroid/os/Bundle;", false); + setContentTitle = JniApi.FindMethod(clazz, "setContentTitle", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;", false); + setContentText = JniApi.FindMethod(clazz, "setContentText", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;", false); + setAutoCancel = JniApi.FindMethod(clazz, "setAutoCancel", "(Z)Landroid/app/Notification$Builder;", false); + setNumber = JniApi.FindMethod(clazz, "setNumber", "(I)Landroid/app/Notification$Builder;", false); + setStyle = JniApi.FindMethod(clazz, "setStyle", "(Landroid/app/Notification$Style;)Landroid/app/Notification$Builder;", false); + setWhen = JniApi.FindMethod(clazz, "setWhen", "(J)Landroid/app/Notification$Builder;", false); + setGroup = JniApi.FindMethod(clazz, "setGroup", "(Ljava/lang/String;)Landroid/app/Notification$Builder;", false); + setGroupSummary = JniApi.FindMethod(clazz, "setGroupSummary", "(Z)Landroid/app/Notification$Builder;", false); + setSortKey = JniApi.FindMethod(clazz, "setSortKey", "(Ljava/lang/String;)Landroid/app/Notification$Builder;", false); + setShowWhen = JniApi.FindMethod(clazz, "setShowWhen", "(Z)Landroid/app/Notification$Builder;", false); + } + } + + public AndroidJavaObject GetExtras(AndroidJavaObject builder) + { + return builder.Call(getExtras); + } + + public void SetContentTitle(AndroidJavaObject builder, string title) + { + builder.Call(setContentTitle, title).Dispose(); + } + + public void SetContentText(AndroidJavaObject builder, string text) + { + builder.Call(setContentText, text).Dispose(); + } + + public void SetAutoCancel(AndroidJavaObject builder, bool shouldAutoCancel) + { + builder.Call(setAutoCancel, shouldAutoCancel).Dispose(); + } + + public void SetNumber(AndroidJavaObject builder, int number) + { + builder.Call(setNumber, number).Dispose(); + } + + public void SetStyle(AndroidJavaObject builder, AndroidJavaObject style) + { + builder.Call(setStyle, style).Dispose(); + } + + public void SetWhen(AndroidJavaObject builder, long timestamp) + { + builder.Call(setWhen, timestamp).Dispose(); + } + + public void SetGroup(AndroidJavaObject builder, string group) + { + builder.Call(setGroup, group).Dispose(); + } + + public void SetGroupSummary(AndroidJavaObject builder, bool groupSummary) + { + builder.Call(setGroupSummary, groupSummary).Dispose(); + } + + public void SetSortKey(AndroidJavaObject builder, string sortKey) + { + builder.Call(setSortKey, sortKey).Dispose(); + } + + public void SetShowWhen(AndroidJavaObject builder, bool showTimestamp) + { + builder.Call(setShowWhen, showTimestamp).Dispose(); + } + } + + struct BundleJni + { + JniMethodID containsKey; + JniMethodID getBoolean; + JniMethodID getInt; + JniMethodID getLong; + JniMethodID getString; + JniMethodID putBoolean; + JniMethodID putInt; + JniMethodID putLong; + JniMethodID putString; + + public void CollectJni() + { + using (var clazz = new AndroidJavaClass("android/os/Bundle")) + { + containsKey = JniApi.FindMethod(clazz, "containsKey", "(Ljava/lang/String;)Z", false); + getBoolean = JniApi.FindMethod(clazz, "getBoolean", "(Ljava/lang/String;Z)Z", false); + getInt = JniApi.FindMethod(clazz, "getInt", "(Ljava/lang/String;I)I", false); + getLong = JniApi.FindMethod(clazz, "getLong", "(Ljava/lang/String;J)J", false); + getString = JniApi.FindMethod(clazz, "getString", "(Ljava/lang/String;)Ljava/lang/String;", false); + putBoolean = JniApi.FindMethod(clazz, "putBoolean", "(Ljava/lang/String;Z)V", false); + putInt = JniApi.FindMethod(clazz, "putInt", "(Ljava/lang/String;I)V", false); + putLong = JniApi.FindMethod(clazz, "putLong", "(Ljava/lang/String;J)V", false); + putString = JniApi.FindMethod(clazz, "putString", "(Ljava/lang/String;Ljava/lang/String;)V", false); + } + } + + public bool ContainsKey(AndroidJavaObject bundle, AndroidJavaObject key) + { + return bundle.Call(containsKey, key); + } + + public bool GetBoolean(AndroidJavaObject bundle, AndroidJavaObject key, bool defaultValue) + { + return bundle.Call(getBoolean, key, defaultValue); + } + + public bool GetBoolean(AndroidJavaObject bundle, string key, bool defaultValue) + { + return bundle.Call(getBoolean, key, defaultValue); + } + + public int GetInt(AndroidJavaObject bundle, AndroidJavaObject key, int defaultValue) + { + return bundle.Call(getInt, key, defaultValue); + } + + public long GetLong(AndroidJavaObject bundle, AndroidJavaObject key, long defaultValue) + { + return bundle.Call(getLong, key, defaultValue); + } + + public string GetString(AndroidJavaObject bundle, AndroidJavaObject key) + { + return bundle.Call(getString, key); + } + + public string GetString(AndroidJavaObject bundle, string key) + { + return bundle.Call(getString, key); + } + + public void PutBoolean(AndroidJavaObject bundle, AndroidJavaObject key, bool value) + { + bundle.Call(putBoolean, key, value); + } + + public void PutInt(AndroidJavaObject bundle, AndroidJavaObject key, int value) + { + bundle.Call(putInt, key, value); + } + + public void PutLong(AndroidJavaObject bundle, AndroidJavaObject key, long value) + { + bundle.Call(putLong, key, value); + } + + public void PutString(AndroidJavaObject bundle, AndroidJavaObject key, string value) + { + bundle.Call(putString, key, value); + } + } + + struct JniApi + { + public NotificationManagerJni NotificationManager; + public NotificationJni Notification; + public NotificationBuilderJni NotificationBuilder; + public BundleJni Bundle; + + public JniApi(AndroidJavaClass notificationManagerClass, AndroidJavaObject notificationManager) + { + NotificationManager = new NotificationManagerJni(notificationManagerClass, notificationManager); + Notification = default; + Notification.CollectJni(); + NotificationBuilder = default; + NotificationBuilder.CollectJni(); + Bundle = default; + Bundle.CollectJni(); + } + + public static JniFieldID FindField(AndroidJavaClass clazz, string name, string signature, bool isStatic) + { +#if UNITY_2022_2_OR_NEWER + var field = AndroidJNIHelper.GetFieldID(clazz.GetRawClass(), name, signature, isStatic); + if (field == IntPtr.Zero) + throw new Exception($"Field {name} with signature {signature} not found"); + return field; +#else + return name; +#endif + } + + public static JniMethodID FindMethod(AndroidJavaClass clazz, string name, string signature, bool isStatic) + { +#if UNITY_2022_2_OR_NEWER + var method = AndroidJNIHelper.GetMethodID(clazz.GetRawClass(), name, signature, isStatic); + if (method == IntPtr.Zero) + throw new Exception($"Method {name} with signature {signature} not found"); + return method; +#else + return name; +#endif + } + } + + /// + /// Use the AndroidNotificationCenter to register notification channels and schedule local notifications. + /// + public class AndroidNotificationCenter + { + private static int API_NOTIFICATIONS_CAN_BE_BLOCKED = 24; + private static int API_POST_NOTIFICATIONS_PERMISSION_REQUIRED = 33; + internal static string PERMISSION_POST_NOTIFICATIONS = "android.permission.POST_NOTIFICATIONS"; + + /// + /// A PlayerPrefs key used to save users reply to POST_NOTIFICATIONS request (integer value of the PermissionStatus). + /// Value is one of + /// + public static string SETTING_POST_NOTIFICATIONS_PERMISSION = "com.unity.androidnotifications.PostNotificationsPermission"; + + /// + /// The delegate type for the notification received callbacks. + /// It is used in event. + /// + public delegate void NotificationReceivedCallback(AndroidNotificationIntentData data); + + /// + /// Subscribe to this event to receive callbacks whenever a scheduled notification is shown to the user. + /// + public static event NotificationReceivedCallback OnNotificationReceived = delegate { }; + + private static AndroidJavaObject s_CurrentActivity; + private static JniApi s_Jni; + private static int s_DeviceApiLevel; + private static int s_TargetApiLevel; + private static bool s_Initialized = false; + + /// + /// Initialize the AndroidNotificationCenter class. + /// Can be safely called multiple times + /// + /// True if has been successfully initialized + public static bool Initialize() + { + if (s_Initialized) + return true; + + if (AndroidReceivedNotificationMainThreadDispatcher.GetInstance() == null) + { + var receivedNotificationDispatcher = new GameObject("AndroidReceivedNotificationMainThreadDispatcher"); + receivedNotificationDispatcher.AddComponent(); + } + +#if UNITY_EDITOR || !UNITY_ANDROID + s_CurrentActivity = null; +#elif UNITY_ANDROID + using (var unityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer")) + s_CurrentActivity = unityPlayer.GetStatic("currentActivity"); + + var notificationManagerClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationManager"); + var notificationManager = notificationManagerClass.CallStatic("getNotificationManagerImpl", s_CurrentActivity, new NotificationCallback()); + s_Jni = new JniApi(notificationManagerClass, notificationManager); + + using (var version = new AndroidJavaClass("android/os/Build$VERSION")) + s_DeviceApiLevel = version.GetStatic("SDK_INT"); + s_TargetApiLevel = notificationManager.Call("getTargetSdk"); + + s_Initialized = true; +#endif + return s_Initialized; + } + + internal static void SetPostPermissionSetting(PermissionStatus status) + { + PlayerPrefs.SetInt(SETTING_POST_NOTIFICATIONS_PERMISSION, (int)status); + } + + /// + /// Has user given permission to post notifications. + /// Before Android 13 (API 33) no permission is required, but user can disable notifications in the Settings since Android 7 (API 24). + /// + public static PermissionStatus UserPermissionToPost + { + get + { + if (!Initialize()) + return PermissionStatus.Denied; + if (s_DeviceApiLevel < API_NOTIFICATIONS_CAN_BE_BLOCKED) + return PermissionStatus.Allowed; + + var permissionStatus = (PermissionStatus)PlayerPrefs.GetInt(SETTING_POST_NOTIFICATIONS_PERMISSION, (int)PermissionStatus.NotRequested); + var enableStatus = s_Jni.NotificationManager.AreNotificationsEnabled(); + if (enableStatus == PermissionStatus.Allowed) + { + // only save to settings on devices where runtime permission exists + if (s_DeviceApiLevel >= API_POST_NOTIFICATIONS_PERMISSION_REQUIRED && permissionStatus != PermissionStatus.Allowed) + SetPostPermissionSetting(PermissionStatus.Allowed); + return PermissionStatus.Allowed; + } + else if (enableStatus == PermissionStatus.NotificationsBlockedForApp) + return enableStatus; + + switch (permissionStatus) + { + case PermissionStatus.NotRequested: + break; + case PermissionStatus.Allowed: + permissionStatus = PermissionStatus.Denied; + SetPostPermissionSetting(permissionStatus); + break; + case PermissionStatus.DeniedDontAskAgain: // no longer used, revert to Denied + permissionStatus = PermissionStatus.Denied; + break; + } + + return permissionStatus; + } + } + + internal static bool CanRequestPermissionToPost + { + get + { + if (!Initialize()) + return false; + // on lower target SDK OS asks permission automatically, can't ask manually + return s_TargetApiLevel >= API_POST_NOTIFICATIONS_PERMISSION_REQUIRED; + } + } + + /// + /// Returns true if app should show UI explaining why it need permission to post notifications. + /// The UI should be shown before requesting the permission. + /// + public static bool ShouldShowPermissionToPostRationale + { + get + { + if (!Initialize()) + return false; + + if (CanRequestPermissionToPost) + { +#if UNITY_2023_1_OR_NEWER + return Permission.ShouldShowRequestPermissionRationale(PERMISSION_POST_NOTIFICATIONS); +#else + return s_CurrentActivity.Call("shouldShowRequestPermissionRationale", PERMISSION_POST_NOTIFICATIONS); +#endif + } + + return false; + } + } + + /// + /// Whether notifications are scheduled at exact times. + /// Combines notification settings and actual device settings (since Android 12 exact scheduling is user controllable). + /// + /// + public static bool UsingExactScheduling + { + get + { + if (!Initialize()) + return false; + return s_Jni.NotificationManager.CanScheduleExactAlarms(); + } + } + + /// + /// Request user permission to schedule alarms at exact times. + /// Only works on Android 12 and later, older versions can schedule at exact times without requesting it. + /// This may cause your app to use more battery. + /// App must have SCHEDULE_EXACT_ALARM permission to be able to request this. + /// + /// + public static void RequestExactScheduling() + { + if (!Initialize()) + return; + if (s_DeviceApiLevel < 31) + return; + + StartActionForThisPackage("android.settings.REQUEST_SCHEDULE_EXACT_ALARM"); + } + + private static void StartActionForThisPackage(string action) + { + var packageName = s_CurrentActivity.Call("getPackageName"); + using (var uriClass = new AndroidJavaClass("android.net.Uri")) + using (var uri = uriClass.CallStatic("parse", $"package:{packageName}")) + using (var intent = new AndroidJavaObject("android.content.Intent", action, uri)) + s_CurrentActivity.Call("startActivity", intent); + } + + /// + /// Whether app is ignoring device battery optimization settings. + /// When device is in power saving or similar restricted mode, scheduled notifications may not appear or be late. + /// + /// + public static bool IgnoringBatteryOptimizations + { + get + { + if (!Initialize()) + return false; + if (s_DeviceApiLevel < 23) + return false; + using (var pm = s_CurrentActivity.Call("getSystemService", "power")) + return pm.Call("isIgnoringBatteryOptimizations", s_CurrentActivity.Call("getPackageName")); + } + } + + /// + /// Request user to allow unrestricted background work for app. + /// UI for it is provided by OS and is manufacturer specific. Recommended to explain user what to do before requesting. + /// App must have REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission to be able to request this. + /// + /// + public static void RequestIgnoreBatteryOptimizations() + { + if (!Initialize()) + return; + if (s_DeviceApiLevel < 23) + return; + + StartActionForThisPackage("android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"); + } + + /// + /// Register notification channel group. + /// + public static void RegisterNotificationChannelGroup(AndroidNotificationChannelGroup group) + { + if (!Initialize()) + return; + + if (string.IsNullOrEmpty(group.Id)) + throw new Exception("Notification channel group ID is not specified."); + if (string.IsNullOrEmpty(group.Name)) + throw new Exception("Notification channel group name is not specified."); + + s_Jni.NotificationManager.RegisterNotificationChannelGroup(group); + } + + /// + /// Delete notification channel group and all the channels in it. + /// + /// The ID of the group. + public static void DeleteNotificationChannelGroup(string id) + { + if (Initialize()) + s_Jni.NotificationManager.DeleteNotificationChannelGroup(id); + } + + /// + /// Creates a notification channel that notifications can be posted to. + /// Notification channel settings can be changed by users on devices running Android 8.0 and above. + /// On older Android versions settings set on the notification channel struct will still be applied to the notification + /// if they are supported to by the Android version the app is running on. + /// + /// Channel parameters + /// + /// When a channel is deleted and recreated, all of the previous settings are restored. In order to change any settings + /// besides the name or description an entirely new channel (with a different channel ID) must be created. + /// + public static void RegisterNotificationChannel(AndroidNotificationChannel channel) + { + if (!Initialize()) + return; + + if (string.IsNullOrEmpty(channel.Id)) + { + throw new Exception("Cannot register notification channel, the channel ID is not specified."); + } + if (string.IsNullOrEmpty(channel.Name)) + { + throw new Exception(string.Format("Cannot register notification channel: {0} , the channel Name is not set.", channel.Id)); + } + if (string.IsNullOrEmpty(channel.Description)) + { + throw new Exception(string.Format("Cannot register notification channel: {0} , the channel Description is not set.", channel.Id)); + } + + s_Jni.NotificationManager.RegisterNotificationChannel(channel); + } + + /// + /// Returns the notification channel with the specified id. + /// The notification channel struct fields might not be identical to the channel struct used to initially register the channel if they were changed by the user. + /// + /// ID of the channel to retrieve + /// Channel with given ID or empty struct if such channel does not exist + public static AndroidNotificationChannel GetNotificationChannel(string channelId) + { + return GetNotificationChannels().SingleOrDefault(channel => channel.Id == channelId); + } + + /// + /// Returns all notification channels that were created by the app. + /// + /// All existing channels + public static AndroidNotificationChannel[] GetNotificationChannels() + { + if (!Initialize()) + return new AndroidNotificationChannel[0]; + + var androidChannels = s_Jni.NotificationManager.GetNotificationChannels(); + var channels = new AndroidNotificationChannel[androidChannels == null ? 0 : androidChannels.Length]; + + for (int i = 0; i < channels.Length; ++i) + { + var channel = androidChannels[i]; + var ch = new AndroidNotificationChannel(); + ch.Id = channel.Get("id"); + ch.Name = channel.Get("name"); + ch.Importance = channel.Get("importance").ToImportance(); + ch.Description = channel.Get("description"); + ch.EnableLights = channel.Get("enableLights"); + ch.EnableVibration = channel.Get("enableVibration"); + ch.CanBypassDnd = channel.Get("canBypassDnd"); + ch.CanShowBadge = channel.Get("canShowBadge"); + ch.VibrationPattern = channel.Get("vibrationPattern"); + ch.LockScreenVisibility = channel.Get("lockscreenVisibility").ToLockScreenVisibility(); + ch.Group = channel.Get("group"); + + channels[i] = ch; + } + + return channels; + } + + /// + /// Delete the specified notification channel. + /// + /// ID of the channel to delete + public static void DeleteNotificationChannel(string channelId) + { + if (Initialize()) + s_Jni.NotificationManager.DeleteNotificationChannel(channelId); + } + + /// + /// Schedule a notification which will be shown at the time specified in the notification struct. + /// The returned id can later be used to update the notification before it's triggered, it's current status can be tracked using CheckScheduledNotificationStatus. + /// + /// Data for the notification + /// ID of the channel to send notification to + /// The generated ID for the notification + public static int SendNotification(AndroidNotification notification, string channelId) + { + if (!Initialize()) + return -1; + + using (var builder = CreateNotificationBuilder(notification, channelId)) + return ScheduleNotification(builder, false); + } + + /// + /// Schedule a notification which will be shown at the time specified in the notification struct. + /// The specified id can later be used to update the notification before it's triggered, it's current status can be tracked using CheckScheduledNotificationStatus. + /// + /// Data for the notification + /// ID of the channel to send notification to + /// A unique ID for the notification + public static void SendNotificationWithExplicitID(AndroidNotification notification, string channelId, int id) + { + if (Initialize()) + using (var builder = CreateNotificationBuilder(id, notification, channelId)) + ScheduleNotification(builder, false); + } + + /// + /// Schedule a notification created using the provided Notification.Builder object. + /// Notification builder should be created by calling CreateNotificationBuilder. + /// + public static void SendNotification(AndroidJavaObject notificationBuilder) + { + if (Initialize()) + ScheduleNotification(notificationBuilder, true); + } + + /// + /// Schedule a notification created using the provided Notification.Builder object. + /// Notification builder should be created by calling CreateNotificationBuilder. + /// Stores the notification id to the second argument + /// + public static void SendNotification(AndroidJavaObject notificationBuilder, out int id) + { + id = -1; + if (Initialize()) + id = ScheduleNotification(notificationBuilder, true); + } + + static int ScheduleNotification(AndroidJavaObject notificationBuilder, bool customized) + { + return s_Jni.NotificationManager.ScheduleNotification(notificationBuilder, customized); + } + + /// + /// Update an already scheduled notification. + /// If a notification with the specified id was already scheduled it will be overridden with the information from the passed notification struct. + /// + /// ID of the notification to update + /// Data for the notification + /// ID of the channel to send notification to + public static void UpdateScheduledNotification(int id, AndroidNotification notification, string channelId) + { + if (!Initialize()) + return; + + if (s_Jni.NotificationManager.CheckIfPendingNotificationIsRegistered(id)) + { + using (var builder = CreateNotificationBuilder(id, notification, channelId)) + { + ScheduleNotification(builder, false); + } + } + } + + /// + /// Cancel a scheduled or previously shown notification. + /// The notification will no longer be displayed on it's scheduled time. If it's already delivered it will be removed from the status bar. + /// + /// ID of the notification to cancel + public static void CancelNotification(int id) + { + if (!Initialize()) + return; + + CancelScheduledNotification(id); + CancelDisplayedNotification(id); + } + + /// + /// Cancel a scheduled notification. + /// The notification will no longer be displayed on it's scheduled time. It it will not be removed from the status bar if it's already delivered. + /// + /// ID of the notification to cancel + public static void CancelScheduledNotification(int id) + { + if (Initialize()) + s_Jni.NotificationManager.CancelPendingNotification(id); + } + + /// + /// Cancel a previously shown notification. + /// The notification will be removed from the status bar. + /// + /// ID of the notification to cancel + public static void CancelDisplayedNotification(int id) + { + if (Initialize()) + s_Jni.NotificationManager.CancelDisplayedNotification(id); + } + + /// + /// Cancel all notifications scheduled or previously shown by the app. + /// All scheduled notifications will be canceled. All notifications shown by the app will be removed from the status bar. + /// + public static void CancelAllNotifications() + { + if (!Initialize()) + return; + + CancelAllScheduledNotifications(); + CancelAllDisplayedNotifications(); + } + + /// + /// Cancel all notifications scheduled by the app. + /// All scheduled notifications will be canceled. Notifications will not be removed from the status bar if they are already shown. + /// + public static void CancelAllScheduledNotifications() + { + if (Initialize()) + s_Jni.NotificationManager.CancelAllPendingNotificationIntents(); + } + + /// + /// Cancel all previously shown notifications. + /// All notifications shown by the app will be removed from the status bar. All scheduled notifications will still be shown on their scheduled time. + /// + public static void CancelAllDisplayedNotifications() + { + if (Initialize()) + s_Jni.NotificationManager.CancelAllNotifications(); + } + + /// + /// Return the status of a scheduled notification. + /// + /// ID of the notification to check + /// The status of the notification + public static NotificationStatus CheckScheduledNotificationStatus(int id) + { + if (!Initialize()) + return NotificationStatus.Unavailable; + + var status = s_Jni.NotificationManager.CheckNotificationStatus(id); + return (NotificationStatus)status; + } + + /// + /// Allows retrieving the notification used to open the app. You can save arbitrary string data in the 'AndroidNotification.IntentData' field. + /// + /// + /// Returns the AndroidNotification used to open the app, returns null if the app was not opened with a notification. + /// + public static AndroidNotificationIntentData GetLastNotificationIntent() + { + if (!Initialize()) + return null; + + var intent = s_CurrentActivity.Call("getIntent"); + var notification = s_Jni.NotificationManager.GetNotificationFromIntent(intent); + if (notification == null) + return null; + return GetNotificationData(notification); + } + + /// + /// Opens settings. + /// On Android versions lower than 8.0 opens settings for the application. + /// On Android 8.0 and later opens notification settings for the specified channel, or for the application, if channelId is null. + /// Note, that opening settings will suspend the application and switch to settings app. + /// + /// ID for the channel to open or null to open notification settings for the application. + public static void OpenNotificationSettings(string channelId = null) + { + if (!Initialize()) + return; + + s_Jni.NotificationManager.ShowNotificationSettings(channelId); + } + + /// + /// Create Notification.Builder. + /// Will automatically generate the ID for notification. + /// + /// + public static AndroidJavaObject CreateNotificationBuilder(AndroidNotification notification, string channelId) + { + AndroidJavaObject builder, extras; + CreateNotificationBuilder(notification, channelId, out builder, out extras); + if (extras != null) + extras.Dispose(); + return builder; + } + + /// + /// Create Notification.Builder object on Java side using privided AndroidNotification. + /// + /// ID for the notification + /// Struct with notification data + /// Channel id + /// A proxy object for created Notification.Builder + public static AndroidJavaObject CreateNotificationBuilder(int id, AndroidNotification notification, string channelId) + { + AndroidJavaObject builder, extras; + CreateNotificationBuilder(notification, channelId, out builder, out extras); + if (extras != null) + { + s_Jni.Bundle.PutInt(extras, s_Jni.NotificationManager.KEY_ID, id); + extras.Dispose(); + } + return builder; + } + + static void CreateNotificationBuilder(AndroidNotification notification, string channelId, out AndroidJavaObject notificationBuilder, out AndroidJavaObject extras) + { + if (!Initialize()) + { + notificationBuilder = extras = null; + return; + } + + long fireTime = notification.FireTime.ToLong(); + if (fireTime < 0L) + { + Debug.LogError("Failed to schedule notification, it did not contain a valid FireTime"); + } + + // NOTE: JNI calls are expensive, so we avoid calls that set something that is also a default + + notificationBuilder = s_Jni.NotificationManager.CreateNotificationBuilder(channelId); + s_Jni.NotificationManager.SetNotificationIcon(notificationBuilder, s_Jni.NotificationManager.KEY_SMALL_ICON, notification.SmallIcon); + if (!string.IsNullOrEmpty(notification.LargeIcon)) + s_Jni.NotificationManager.SetNotificationIcon(notificationBuilder, s_Jni.NotificationManager.KEY_LARGE_ICON, notification.LargeIcon); + if (!string.IsNullOrEmpty(notification.Title)) + s_Jni.NotificationBuilder.SetContentTitle(notificationBuilder, notification.Title); + if (!string.IsNullOrEmpty(notification.Text)) + s_Jni.NotificationBuilder.SetContentText(notificationBuilder, notification.Text); + if (notification.ShouldAutoCancel) + s_Jni.NotificationBuilder.SetAutoCancel(notificationBuilder, notification.ShouldAutoCancel); + if (notification.Number >= 0) + s_Jni.NotificationBuilder.SetNumber(notificationBuilder, notification.Number); + switch (notification.Style) + { + case NotificationStyle.None: + break; + case NotificationStyle.BigPictureStyle: + if (notification.BigPicture.HasValue) + { + var bigPicture = notification.BigPicture.Value; + s_Jni.NotificationManager.SetupBigPictureStyle(notificationBuilder, bigPicture); + } + break; + case NotificationStyle.BigTextStyle: + using (var style = new AndroidJavaObject("android.app.Notification$BigTextStyle")) + { + style.Call("bigText", notification.Text).Dispose(); + s_Jni.NotificationBuilder.SetStyle(notificationBuilder, style); + } + break; + } + long timestampValue = notification.ShowCustomTimestamp ? notification.CustomTimestamp.ToLong() : fireTime; + s_Jni.NotificationBuilder.SetWhen(notificationBuilder, timestampValue); + if (!string.IsNullOrEmpty(notification.Group)) + s_Jni.NotificationBuilder.SetGroup(notificationBuilder, notification.Group); + if (notification.GroupSummary) + s_Jni.NotificationBuilder.SetGroupSummary(notificationBuilder, notification.GroupSummary); + if (!string.IsNullOrEmpty(notification.SortKey)) + s_Jni.NotificationBuilder.SetSortKey(notificationBuilder, notification.SortKey); + if (notification.ShowTimestamp) + s_Jni.NotificationBuilder.SetShowWhen(notificationBuilder, notification.ShowTimestamp); + int color = notification.Color.ToInt(); + if (color != 0) + s_Jni.NotificationManager.SetNotificationColor(notificationBuilder, color); + if (notification.UsesStopwatch) + s_Jni.NotificationManager.SetNotificationUsesChronometer(notificationBuilder, notification.UsesStopwatch); + if (notification.GroupAlertBehaviour != GroupAlertBehaviours.GroupAlertAll) // All is default value + s_Jni.NotificationManager.SetNotificationGroupAlertBehavior(notificationBuilder, (int)notification.GroupAlertBehaviour); + + extras = s_Jni.NotificationBuilder.GetExtras(notificationBuilder); + s_Jni.Bundle.PutLong(extras, s_Jni.NotificationManager.KEY_REPEAT_INTERVAL, notification.RepeatInterval.ToLong()); + s_Jni.Bundle.PutLong(extras, s_Jni.NotificationManager.KEY_FIRE_TIME, fireTime); + s_Jni.Bundle.PutBoolean(extras, s_Jni.NotificationManager.KEY_SHOW_IN_FOREGROUND, notification.ShowInForeground); + if (!string.IsNullOrEmpty(notification.IntentData)) + s_Jni.Bundle.PutString(extras, s_Jni.NotificationManager.KEY_INTENT_DATA, notification.IntentData); + } + + internal static AndroidNotificationIntentData GetNotificationData(AndroidJavaObject notificationObj) + { + using (var extras = s_Jni.Notification.Extras(notificationObj)) + { + var id = s_Jni.Bundle.GetInt(extras, s_Jni.NotificationManager.KEY_ID, -1); + if (id == -1) + return null; + + var channelId = s_Jni.NotificationManager.GetNotificationChannelId(notificationObj); + int flags = s_Jni.Notification.Flags(notificationObj); + + var notification = new AndroidNotification(); + notification.Title = s_Jni.Bundle.GetString(extras, s_Jni.Notification.EXTRA_TITLE); + notification.Text = s_Jni.Bundle.GetString(extras, s_Jni.Notification.EXTRA_TEXT); + notification.SmallIcon = s_Jni.Bundle.GetString(extras, s_Jni.NotificationManager.KEY_SMALL_ICON); + notification.LargeIcon = s_Jni.Bundle.GetString(extras, s_Jni.NotificationManager.KEY_LARGE_ICON); + notification.ShouldAutoCancel = 0 != (flags & s_Jni.Notification.FLAG_AUTO_CANCEL); + notification.UsesStopwatch = s_Jni.Bundle.GetBoolean(extras, s_Jni.Notification.EXTRA_SHOW_CHRONOMETER, false); + notification.FireTime = s_Jni.Bundle.GetLong(extras, s_Jni.NotificationManager.KEY_FIRE_TIME, -1L).ToDatetime(); + notification.RepeatInterval = s_Jni.Bundle.GetLong(extras, s_Jni.NotificationManager.KEY_REPEAT_INTERVAL, -1L).ToTimeSpan(); + notification.ShowInForeground = s_Jni.Bundle.GetBoolean(extras, s_Jni.NotificationManager.KEY_SHOW_IN_FOREGROUND, true); + + if (s_Jni.Bundle.ContainsKey(extras, s_Jni.Notification.EXTRA_BIG_TEXT)) + notification.Style = NotificationStyle.BigTextStyle; + else if (s_Jni.Bundle.ContainsKey(extras, s_Jni.NotificationManager.KEY_BIG_PICTURE)) + notification.Style = NotificationStyle.BigPictureStyle; + else + notification.Style = NotificationStyle.None; + + if (notification.Style == NotificationStyle.BigPictureStyle) + { + var bigPicture = new BigPictureStyle(); + bigPicture.Picture = s_Jni.Bundle.GetString(extras, s_Jni.NotificationManager.KEY_BIG_PICTURE); + bigPicture.LargeIcon = s_Jni.Bundle.GetString(extras, s_Jni.NotificationManager.KEY_BIG_LARGE_ICON); + bigPicture.ContentTitle = s_Jni.Bundle.GetString(extras, s_Jni.NotificationManager.KEY_BIG_CONTENT_TITLE); + bigPicture.ContentDescription = s_Jni.Bundle.GetString(extras, s_Jni.NotificationManager.KEY_BIG_CONTENT_DESCRIPTION); + bigPicture.SummaryText = s_Jni.Bundle.GetString(extras, s_Jni.NotificationManager.KEY_BIG_SUMMARY_TEXT); + bigPicture.ShowWhenCollapsed = s_Jni.Bundle.GetBoolean(extras, s_Jni.NotificationManager.KEY_BIG_SHOW_WHEN_COLLAPSED, false); + notification.BigPicture = bigPicture; + } + + notification.Color = s_Jni.NotificationManager.GetNotificationColor(notificationObj); + notification.Number = s_Jni.Notification.Number(notificationObj); + notification.IntentData = s_Jni.Bundle.GetString(extras, s_Jni.NotificationManager.KEY_INTENT_DATA); + notification.Group = s_Jni.Notification.GetGroup(notificationObj); + notification.GroupSummary = 0 != (flags & s_Jni.Notification.FLAG_GROUP_SUMMARY); + notification.SortKey = s_Jni.Notification.GetSortKey(notificationObj); + notification.GroupAlertBehaviour = s_Jni.NotificationManager.GetNotificationGroupAlertBehavior(notificationObj).ToGroupAlertBehaviours(); + var showTimestamp = s_Jni.Bundle.GetBoolean(extras, s_Jni.Notification.EXTRA_SHOW_WHEN, false); + notification.ShowTimestamp = showTimestamp; + if (showTimestamp) + notification.CustomTimestamp = s_Jni.Notification.When(notificationObj).ToDatetime(); + + var data = new AndroidNotificationIntentData(id, channelId, notification); + data.NativeNotification = notificationObj; + return data; + } + } + + internal static void ReceivedNotificationCallback(AndroidJavaObject notification) + { + var data = GetNotificationData(notification); + OnNotificationReceived(data); + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCenter.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCenter.cs.meta new file mode 100755 index 0000000..06e392b --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationCenter.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 330d6c453457d452dba1912232a97e01 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationChannel.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationChannel.cs new file mode 100755 index 0000000..cdd6072 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationChannel.cs @@ -0,0 +1,183 @@ +using System; + +namespace Unity.Notifications.Android +{ + /// + /// The level of interruption of this notification channel. + /// The importance of a notification is used to determine how much the notification should interrupt the user (visually and audibly). + /// The higher the importance of a notification, the more interruptive the notification will be. + /// + /// + /// The exact behaviour of each importance level might vary depending on the device and OS version on devices running Android 7.1 or older. + /// + public enum Importance + { + /// + /// A notification with no importance: does not show in the shade. + /// + None = 0, + + /// + /// Low importance, notification is shown everywhere, but is not intrusive. + /// + Low = 2, + + /// + /// Default importance, notification is shown everywhere, makes noise, but does not intrude visually. + /// + Default = 3, + + /// + /// High importance, notification is shown everywhere, makes noise and is shown on the screen. + /// + High = 4, + } + + /// + /// Determines whether notifications appear on the lock screen. + /// + public enum LockScreenVisibility + { + /// + /// Do not reveal any part of this notification on a secure lock screen. + /// + Secret = -1, + + /// + /// Show this notification on all lock screens, but conceal sensitive or private information on secure lock screens. + /// + Private = 0, + + /// + /// Show this notification in its entirety on the lock screen. + /// + Public = 1, + } + + /// + /// The wrapper of the Android notification channel. Use this to group notifications by groups. + /// + public struct AndroidNotificationChannel + { + /// + /// Notification channel identifier. + /// Must be specified when scheduling notifications. + /// + public string Id { get; set; } + + /// + /// Notification channel name which is visible to users. + /// + public string Name { get; set; } + + /// + /// User visible description of the notification channel. + /// + public string Description { get; set; } + + /// + /// The ID of the registered channel group this channel belongs to. + /// + public string Group { get; set; } + + /// + /// Importance level which is applied to all notifications sent to the channel. + /// This can be changed by users in the settings app. Android uses importance to determine how much the notification should interrupt the user (visually and audibly). + /// The higher the importance of a notification, the more interruptive the notification will be. + /// The possible importance levels are the following: + /// High: Makes a sound and appears as a heads-up notification. + /// Default: Makes a sound. + /// Low: No sound. + /// None: No sound and does not appear in the status bar. + /// + public Importance Importance { get; set; } + + /// + /// Whether or not notifications posted to this channel can bypass the Do Not Disturb. + /// This can be changed by users in the settings app. + /// + public bool CanBypassDnd { get; set; } + + /// + /// Whether notifications posted to this channel can appear as badges in a Launcher application. + /// + public bool CanShowBadge { get; set; } + + /// + /// Sets whether notifications posted to this channel should display notification lights, on devices that support that feature. + /// This can be changed by users in the settings app. + /// / + public bool EnableLights { get; set; } + + /// + /// Sets whether notification posted to this channel should vibrate. + /// This can be changed by users in the settings app. + /// + public bool EnableVibration { get; set; } + + /// + /// Sets the vibration pattern for notifications posted to this channel. + /// + public long[] VibrationPattern { get; set; } + + /// + /// Sets whether or not notifications posted to this channel are shown on the lockscreen in full or redacted form. + /// This can be changed by users in the settings app. + /// + public LockScreenVisibility LockScreenVisibility { get; set; } + + /// + /// Indicates whether a channel is enabled in the Settings app. User can block notifications for the entire app or for individual channels. The Importance of a blocked channel is set to None. + /// + public bool Enabled + { + get { return Importance != Importance.None; } + } + + /// + /// Create a notification channel struct with all optional fields set to default values. + /// + /// ID for the channel + /// Channel name + /// Channel description + /// Importance of the channel + public AndroidNotificationChannel(string id, string name, string description, Importance importance) + { + Id = id; + Name = name; + Description = description; + Group = null; + this.Importance = importance; + + CanBypassDnd = false; + CanShowBadge = true; + EnableLights = false; + EnableVibration = true; + VibrationPattern = null; + + this.LockScreenVisibility = LockScreenVisibility.Public; + } + } + + /// + /// Notification channel group description. + /// It is optional to put channels into groups, but looks nicer in Settings UI. + /// + public struct AndroidNotificationChannelGroup + { + /// + /// A unique ID for this group. Will rename the group if already exists. + /// + public string Id { get; set; } + + /// + /// A user visible name for this group. + /// + public string Name { get; set; } + + /// + /// A description for this group. + /// + public string Description { get; set; } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationChannel.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationChannel.cs.meta new file mode 100755 index 0000000..77591bf --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationChannel.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6f3829a6c0515ee45b4e641fbd0999f6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationExtensions.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationExtensions.cs new file mode 100755 index 0000000..471c15f --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationExtensions.cs @@ -0,0 +1,83 @@ +using System; +using UnityEngine; + +namespace Unity.Notifications.Android +{ + internal static class AndroidNotificationExtensions + { + public static Importance ToImportance(this int importance) + { + if (Enum.IsDefined(typeof(Importance), importance)) + return (Importance)importance; + + return Importance.Default; + } + + public static LockScreenVisibility ToLockScreenVisibility(this int lockscreenVisibility) + { + if (Enum.IsDefined(typeof(LockScreenVisibility), lockscreenVisibility)) + return (LockScreenVisibility)lockscreenVisibility; + + return LockScreenVisibility.Public; + } + + public static NotificationStyle ToNotificationStyle(this int notificationStyle) + { + if (Enum.IsDefined(typeof(NotificationStyle), notificationStyle)) + return (NotificationStyle)notificationStyle; + + return NotificationStyle.None; + } + + public static GroupAlertBehaviours ToGroupAlertBehaviours(this int groupAlertBehaviour) + { + if (Enum.IsDefined(typeof(GroupAlertBehaviours), groupAlertBehaviour)) + return (GroupAlertBehaviours)groupAlertBehaviour; + + return GroupAlertBehaviours.GroupAlertAll; + } + + public static Color ToColor(this int color) + { + int a = (color >> 24) & 0xff; + int r = (color >> 16) & 0xff; + int g = (color >> 8) & 0xff; + int b = (color) & 0xff; + + return new Color32((byte)r, (byte)g, (byte)b, (byte)a); + } + + public static int ToInt(this Color? color) + { + if (!color.HasValue) + return 0; + + var color32 = (Color32)color.Value; + return (color32.a & 0xff) << 24 | (color32.r & 0xff) << 16 | (color32.g & 0xff) << 8 | (color32.b & 0xff); + } + + public static long ToLong(this DateTime dateTime) + { + DateTime origin = new DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc); + TimeSpan diff = dateTime.ToUniversalTime() - origin; + + return (long)Math.Floor(diff.TotalMilliseconds); + } + + public static DateTime ToDatetime(this long dateTime) + { + DateTime origin = new DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc); + return origin.AddMilliseconds(dateTime).ToLocalTime(); + } + + public static long ToLong(this TimeSpan? timeSpan) + { + return timeSpan.HasValue ? (long)timeSpan.Value.TotalMilliseconds : -1L; + } + + public static TimeSpan ToTimeSpan(this long timeSpan) + { + return TimeSpan.FromMilliseconds(timeSpan); + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationExtensions.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationExtensions.cs.meta new file mode 100755 index 0000000..4d98404 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationExtensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b97d256371bb62248bb9f4404a72030a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationIntentData.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationIntentData.cs new file mode 100755 index 0000000..e364429 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationIntentData.cs @@ -0,0 +1,43 @@ +using UnityEngine; + +namespace Unity.Notifications.Android +{ + /// + /// Wrapper for the AndroidNotification. Contains the notification's id and channel. + /// + public class AndroidNotificationIntentData + { + /// + /// The id of the notification. + /// + public int Id { get; } + + /// + /// The channel id that the notification was sent to. + /// + public string Channel { get; } + + /// + /// Returns the AndroidNotification. + /// + public AndroidNotification Notification { get; } + + /// + /// Returns the proxy to the Android Java instance of Notification class. + /// + public AndroidJavaObject NativeNotification { get; internal set; } + + /// + /// Create an AndroidNotificationIntentData with AndroidNotification, id, and channel id. + /// + /// Notification id + /// ID of the notification channel + /// Data of the received notification + public AndroidNotificationIntentData(int id, string channelId, AndroidNotification notification) + { + Id = id; + Channel = channelId; + Notification = notification; + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationIntentData.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationIntentData.cs.meta new file mode 100755 index 0000000..6771772 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidNotificationIntentData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 25b01cf50533ff64387fe382f4075a2c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidReceivedNotificationMainThreadDispatcher.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidReceivedNotificationMainThreadDispatcher.cs new file mode 100755 index 0000000..93db8ad --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidReceivedNotificationMainThreadDispatcher.cs @@ -0,0 +1,76 @@ +using System; +using System.Collections.Generic; +using UnityEngine; + +namespace Unity.Notifications.Android +{ + /// + /// Class that queues the received notifications and triggers the notification callbacks. + /// + public class AndroidReceivedNotificationMainThreadDispatcher : MonoBehaviour + { + private static AndroidReceivedNotificationMainThreadDispatcher instance = null; + + private List m_ReceivedNotificationQueue = new List(); + + private List m_ReceivedNotificationList = new List(); + + internal void EnqueueReceivedNotification(AndroidJavaObject notification) + { + lock (this) + { + m_ReceivedNotificationQueue.Add(notification); + } + } + + internal static AndroidReceivedNotificationMainThreadDispatcher GetInstance() + { + return instance; + } + + /// + /// Update is called once per frame. + /// + public void Update() + { + // Note: Don't call callbacks while locking receivedNotificationQueue, otherwise there's a risk + // that callback might introduce an operations which would create a deadlock + lock (this) + { + if (m_ReceivedNotificationQueue.Count == 0) + return; + var temp = m_ReceivedNotificationQueue; + m_ReceivedNotificationQueue = m_ReceivedNotificationList; + m_ReceivedNotificationList = temp; + } + + foreach (var notification in m_ReceivedNotificationList) + { + try + { + AndroidNotificationCenter.ReceivedNotificationCallback(notification); + } + catch (Exception e) + { + Debug.LogException(e); + } + } + + m_ReceivedNotificationList.Clear(); + } + + void Awake() + { + if (instance == null) + { + instance = this; + DontDestroyOnLoad(this.gameObject); + } + } + + void OnDestroy() + { + instance = null; + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidReceivedNotificationMainThreadDispatcher.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidReceivedNotificationMainThreadDispatcher.cs.meta new file mode 100755 index 0000000..1c7e532 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AndroidReceivedNotificationMainThreadDispatcher.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 253fc88305aec43f3886f5484cfbb307 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AssemblyInfo.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AssemblyInfo.cs new file mode 100755 index 0000000..c1cc8b5 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using System.Runtime.CompilerServices; + +[assembly: InternalsVisibleTo("Unity.Android.Notifications.Tests")] diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AssemblyInfo.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AssemblyInfo.cs.meta new file mode 100755 index 0000000..779c724 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/AssemblyInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 76998f4bffc9142d18bb6fa7e954e01c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/NotificationPermission.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/NotificationPermission.cs new file mode 100755 index 0000000..e6839e4 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/NotificationPermission.cs @@ -0,0 +1,92 @@ +using UnityEngine.Android; + +namespace Unity.Notifications.Android +{ + /// + /// Represents a status of the Android runtime permission. + /// + public enum PermissionStatus + { + /// + /// No permission as user was not prompted for it. + /// + NotRequested = 0, + + /// + /// User gave permission. + /// + Allowed = 1, + + /// + /// User denied permission. + /// + Denied = 2, + + /// + /// No longer used. User denied permission and expressed intent to not be prompted again. + /// + DeniedDontAskAgain = 3, + + /// + /// A request for permission was made and user hasn't responded yet. + /// + RequestPending = 4, + + /// + /// Notifications are blocked for this app. Before API level 33 this means they were disabled in Settings. + /// + /// + NotificationsBlockedForApp = 5, + } + + /// + /// A class to request permission to post notifications. + /// Before Android 13 (API 33) it is not required and Status will become Allowed immediately. + /// May succeed or fail immediately. Users response is saved to PlayerPrefs. + /// Respects users wish to not be asked again. + /// + /// + /// + public class PermissionRequest + { + /// + /// The status of this request. + /// Value other than RequestPending means request has completed. + /// + public PermissionStatus Status { get; set; } + + /// + /// Create a new request. + /// Will show user a dialog asking for permission if that is required to post notifications and user hasn't permanently denied it already. + /// + public PermissionRequest() + { + Status = AndroidNotificationCenter.UserPermissionToPost; + switch (Status) + { + case PermissionStatus.NotRequested: + case PermissionStatus.Denied: + case PermissionStatus.DeniedDontAskAgain: // this one is no longer used, but might be found in settings + Status = RequestPermission(); + break; + } + } + + PermissionStatus RequestPermission() + { + if (!AndroidNotificationCenter.CanRequestPermissionToPost) + return PermissionStatus.Denied; + var callbacks = new PermissionCallbacks(); + callbacks.PermissionGranted += (unused) => PermissionResponse(PermissionStatus.Allowed); + callbacks.PermissionDenied += (unused) => PermissionResponse(PermissionStatus.Denied); + Permission.RequestUserPermission(AndroidNotificationCenter.PERMISSION_POST_NOTIFICATIONS, callbacks); + return PermissionStatus.RequestPending; + } + + void PermissionResponse(PermissionStatus status) + { + Status = status; + AndroidNotificationCenter.SetPostPermissionSetting(status); + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/NotificationPermission.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/NotificationPermission.cs.meta new file mode 100755 index 0000000..a00fe03 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/NotificationPermission.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 110fbd120961b4105a52b39fc24273be +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins.meta new file mode 100755 index 0000000..5c6fcdd --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b4d5e3b0fd3074704a1c4fcee255f85c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib.meta new file mode 100755 index 0000000..bb70236 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib.meta @@ -0,0 +1,80 @@ +fileFormatVersion: 2 +guid: 5a06b648d726ee0479a00bac712c49f1 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 1 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + : Any + second: + enabled: 0 + settings: + Exclude Android: 0 + Exclude Editor: 1 + Exclude Linux64: 1 + Exclude OSXUniversal: 1 + Exclude Win: 1 + Exclude Win64: 1 + Exclude iOS: 1 + - first: + Android: Android + second: + enabled: 1 + settings: + CPU: ARMv7 + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + CPU: AnyCPU + DefaultValueInitialized: true + OS: AnyOS + - first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: None + - first: + Standalone: OSXUniversal + second: + enabled: 0 + settings: + CPU: None + - first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: None + - first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: None + - first: + iPhone: iOS + second: + enabled: 0 + settings: + AddToEmbeddedBinaries: false + CPU: AnyCPU + CompileFlags: + FrameworkDependencies: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/build.gradle b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/build.gradle new file mode 100755 index 0000000..100ac81 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/build.gradle @@ -0,0 +1,44 @@ +plugins { + id 'com.android.library' +} + +def getCompileSdk(unityLib) { + def unityCompileSdk = unityLib.compileSdkVersion + def version = unityCompileSdk.find('\\d+').toInteger() + if (version < 33) { + return 33 + } + return version +} + +android { + // Checking if namespace exists is needed for 2021.3 (AGP 4.0.1) + // When 2021.3 is dropped, remove this check and package="com.unity.androidnotifications" from AndroidManifest + if (project.android.hasProperty("namespace")) { + namespace "com.unity.androidnotifications" + } + + def unityLib = project(':unityLibrary').extensions.getByName('android') + compileSdkVersion getCompileSdk(unityLib) + buildToolsVersion unityLib.buildToolsVersion + + defaultConfig { + minSdkVersion 22 + consumerProguardFiles "proguard-rules.pro" + } + + buildTypes { + release { + minifyEnabled true + proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' + } + } + compileOptions { + sourceCompatibility JavaVersion.VERSION_1_8 + targetCompatibility JavaVersion.VERSION_1_8 + } +} + +dependencies { + api files('../libs/unity-classes.jar') +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/proguard-rules.pro b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/proguard-rules.pro new file mode 100755 index 0000000..edd506e --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/proguard-rules.pro @@ -0,0 +1,3 @@ +# Accessed from C# code +-keep class com.unity.androidnotifications.UnityNotificationManager { public *; } +-keep interface com.unity.androidnotifications.NotificationCallback { *; } \ No newline at end of file diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/AndroidManifest.xml b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/AndroidManifest.xml new file mode 100755 index 0000000..2a9ef82 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/AndroidManifest.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationBackgroundThread.java b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationBackgroundThread.java new file mode 100755 index 0000000..b7dd3d6 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationBackgroundThread.java @@ -0,0 +1,203 @@ +package com.unity.androidnotifications; + +import static com.unity.androidnotifications.UnityNotificationManager.KEY_FIRE_TIME; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_ID; +import static com.unity.androidnotifications.UnityNotificationManager.TAG_UNITY; + +import android.app.Notification; +import android.os.Bundle; +import android.util.Log; + +import java.util.Calendar; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.LinkedTransferQueue; +import java.util.Enumeration; +import java.util.HashSet; +import java.util.List; +import java.util.Set; + +public class UnityNotificationBackgroundThread extends Thread { + private static abstract class Task { + // returns true if notificationIds was modified (needs to be saved) + public abstract boolean run(UnityNotificationManager manager, ConcurrentHashMap notifications); + } + + private static class ScheduleNotificationTask extends Task { + private int notificationId; + private Notification.Builder notificationBuilder; + private boolean isCustomized; + private boolean isNew; + + public ScheduleNotificationTask(int id, Notification.Builder builder, boolean customized, boolean addedNew) { + notificationId = id; + notificationBuilder = builder; + isCustomized = customized; + isNew = addedNew; + } + + @Override + public boolean run(UnityNotificationManager manager, ConcurrentHashMap notifications) { + String id = String.valueOf(notificationId); + Integer ID = Integer.valueOf(notificationId); + boolean didSchedule = false; + try { + UnityNotificationManager.mUnityNotificationManager.performNotificationScheduling(notificationId, notificationBuilder, isCustomized); + didSchedule = true; + } finally { + // if failed to schedule or replace, remove + if (!didSchedule) { + notifications.remove(notificationId); + manager.cancelPendingNotificationIntent(notificationId); + manager.deleteExpiredNotificationIntent(id); + } + } + + return isNew; + } + } + + private static class CancelNotificationTask extends Task { + private int notificationId; + + public CancelNotificationTask(int id) { + notificationId = id; + } + + @Override + public boolean run(UnityNotificationManager manager, ConcurrentHashMap notifications) { + manager.cancelPendingNotificationIntent(notificationId); + if (notifications.remove(notificationId) != null) { + manager.deleteExpiredNotificationIntent(String.valueOf(notificationId)); + return true; + } + + return false; + } + } + + private static class CancelAllNotificationsTask extends Task { + @Override + public boolean run(UnityNotificationManager manager, ConcurrentHashMap notifications) { + if (notifications.isEmpty()) + return false; + + Enumeration ids = notifications.keys(); + while (ids.hasMoreElements()) { + Integer notificationId = ids.nextElement(); + manager.cancelPendingNotificationIntent(notificationId); + manager.deleteExpiredNotificationIntent(String.valueOf(notificationId)); + } + + notifications.clear(); + return true; + } + } + + private static class HousekeepingTask extends Task { + UnityNotificationBackgroundThread thread; + + public HousekeepingTask(UnityNotificationBackgroundThread th) { + thread = th; + } + + @Override + public boolean run(UnityNotificationManager manager, ConcurrentHashMap notifications) { + HashSet notificationIds = new HashSet<>(); + Enumeration ids = notifications.keys(); + while (ids.hasMoreElements()) { + notificationIds.add(String.valueOf(ids.nextElement())); + } + thread.performHousekeeping(notificationIds); + return false; + } + } + + private static final int TASKS_FOR_HOUSEKEEPING = 50; + private LinkedTransferQueue mTasks = new LinkedTransferQueue(); + private ConcurrentHashMap mScheduledNotifications; + private UnityNotificationManager mManager; + private int mTasksSinceHousekeeping = TASKS_FOR_HOUSEKEEPING; // we want hoursekeeping at the start + + public UnityNotificationBackgroundThread(UnityNotificationManager manager, ConcurrentHashMap scheduledNotifications) { + mManager = manager; + mScheduledNotifications = scheduledNotifications; + // rescheduling after reboot may have loaded, otherwise load here + if (mScheduledNotifications.size() == 0) + loadNotifications(); + } + + public void enqueueNotification(int id, Notification.Builder notificationBuilder, boolean customized, boolean addedNew) { + mTasks.add(new UnityNotificationBackgroundThread.ScheduleNotificationTask(id, notificationBuilder, customized, addedNew)); + } + + public void enqueueCancelNotification(int id) { + mTasks.add(new CancelNotificationTask(id)); + } + + public void enqueueCancelAllNotifications() { + mTasks.add(new CancelAllNotificationsTask()); + } + + private void enqueueHousekeeping() { + mTasks.add(new HousekeepingTask(this)); + } + + @Override + public void run() { + boolean haveChanges = false; + while (true) { + try { + Task task = mTasks.take(); + haveChanges |= executeTask(mManager, task, mScheduledNotifications); + if (!(task instanceof HousekeepingTask)) + ++mTasksSinceHousekeeping; + if (mTasks.size() == 0 && haveChanges) { + haveChanges = false; + enqueueHousekeeping(); + } + } catch (InterruptedException e) { + if (mTasks.isEmpty()) + break; + } + } + } + + private boolean executeTask(UnityNotificationManager manager, Task task, ConcurrentHashMap notifications) { + try { + return task.run(manager, notifications); + } catch (Exception e) { + Log.e(TAG_UNITY, "Exception executing notification task", e); + return false; + } + } + + private void performHousekeeping(Set notificationIds) { + // don't do housekeeping if last task we did was housekeeping (other=1) + boolean performHousekeeping = mTasksSinceHousekeeping >= TASKS_FOR_HOUSEKEEPING; + mTasksSinceHousekeeping = 0; + if (performHousekeeping) + mManager.performNotificationHousekeeping(notificationIds); + mManager.saveScheduledNotificationIDs(notificationIds); + } + + private void loadNotifications() { + List notifications = mManager.loadSavedNotifications(); + if (notifications == null || notifications.size() == 0) + return; + final long currentTime = Calendar.getInstance().getTime().getTime(); + boolean needHousekeeping = false; + for (Notification.Builder builder : notifications) { + Bundle extras = builder.getExtras(); + int id = extras.getInt(KEY_ID, -1); + long fireTime = extras.getLong(KEY_FIRE_TIME, -1); + boolean inFuture = fireTime - currentTime > 0; + if (inFuture) + mScheduledNotifications.put(id, builder); + else + needHousekeeping = true; + } + + if (needHousekeeping) + enqueueHousekeeping(); + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationManager.java b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationManager.java new file mode 100755 index 0000000..284049a --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationManager.java @@ -0,0 +1,1117 @@ +package com.unity.androidnotifications; + +import android.Manifest; +import android.annotation.TargetApi; +import android.app.Activity; +import android.app.ActivityManager; +import android.app.AlarmManager; +import android.app.Notification; +import android.app.NotificationChannel; +import android.app.NotificationChannelGroup; +import android.app.NotificationManager; +import android.app.PendingIntent; +import android.content.BroadcastReceiver; +import android.content.ComponentName; +import android.content.Context; +import android.content.Intent; +import android.content.pm.PackageManager; +import android.content.SharedPreferences; +import android.graphics.Bitmap; +import android.graphics.BitmapFactory; +import android.graphics.drawable.Icon; +import android.net.Uri; +import android.os.AsyncTask; +import android.os.Build; +import android.os.Bundle; +import android.provider.Settings; +import android.service.notification.StatusBarNotification; +import android.util.Log; + +import static android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND; +import static android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_VISIBLE; +import static android.app.Notification.VISIBILITY_PUBLIC; + +import java.io.InputStream; +import java.lang.Integer; +import java.util.Calendar; +import java.util.Random; +import java.util.Set; +import java.util.HashSet; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import java.util.concurrent.ConcurrentHashMap; + +import com.unity3d.player.UnityPlayer; + +public class UnityNotificationManager extends BroadcastReceiver { + static UnityNotificationManager mUnityNotificationManager; + + private Context mContext = null; + private Activity mActivity = null; + private Class mOpenActivity = null; + private UnityNotificationBackgroundThread mBackgroundThread; + private Random mRandom; + private HashSet mVisibleNotifications; + private ConcurrentHashMap mScheduledNotifications; + private NotificationCallback mNotificationCallback; + private int mExactSchedulingSetting = -1; + + private static final int PERMISSION_STATUS_ALLOWED = 1; + private static final int PERMISSION_STATUS_DENIED = 2; + private static final int PERMISSION_STATUS_NOTIFICATIONS_BLOCKED_FOR_APP = 5; + static final String TAG_UNITY = "UnityNotifications"; + + public static final String KEY_FIRE_TIME = "fireTime"; + public static final String KEY_ID = "id"; + public static final String KEY_INTENT_DATA = "data"; + public static final String KEY_LARGE_ICON = "largeIcon"; + public static final String KEY_REPEAT_INTERVAL = "repeatInterval"; + public static final String KEY_NOTIFICATION = "unityNotification"; + public static final String KEY_NOTIFICATION_ID = "com.unity.NotificationID"; + public static final String KEY_SMALL_ICON = "smallIcon"; + public static final String KEY_CHANNEL_ID = "channelID"; + public static final String KEY_SHOW_IN_FOREGROUND = "com.unity.showInForeground"; + public static final String KEY_NOTIFICATION_DISMISSED = "com.unity.NotificationDismissed"; + public static final String KEY_BIG_LARGE_ICON = "com.unity.BigLargeIcon"; + public static final String KEY_BIG_PICTURE = "com.unity.BigPicture"; + public static final String KEY_BIG_CONTENT_TITLE = "com.unity.BigContentTytle"; + public static final String KEY_BIG_SUMMARY_TEXT = "com.unity.BigSummaryText"; + public static final String KEY_BIG_CONTENT_DESCRIPTION = "com.unity.BigContentDescription"; + public static final String KEY_BIG_SHOW_WHEN_COLLAPSED = "com.unity.BigShowWhenCollapsed"; + + static final String NOTIFICATION_CHANNELS_SHARED_PREFS = "UNITY_NOTIFICATIONS"; + static final String NOTIFICATION_CHANNELS_SHARED_PREFS_KEY = "ChannelIDs"; + static final String NOTIFICATION_IDS_SHARED_PREFS = "UNITY_STORED_NOTIFICATION_IDS"; + static final String NOTIFICATION_IDS_SHARED_PREFS_KEY = "UNITY_NOTIFICATION_IDS"; + + private void initialize(Activity activity, NotificationCallback notificationCallback) { + // always assign these, as callback here is always new, activity and context might be + mContext = activity.getApplicationContext(); + mActivity = activity; + mNotificationCallback = notificationCallback; + if (mScheduledNotifications == null) + mScheduledNotifications = new ConcurrentHashMap(); + if (mBackgroundThread == null || !mBackgroundThread.isAlive()) + mBackgroundThread = new UnityNotificationBackgroundThread(this, mScheduledNotifications); + if (mRandom == null) + mRandom = new Random(); + if (mVisibleNotifications == null) + mVisibleNotifications = new HashSet<>(); + + Bundle metaData = getAppMetadata(); + + Boolean rescheduleOnRestart = false; + if (metaData != null) + rescheduleOnRestart = metaData.getBoolean("reschedule_notifications_on_restart", false); + + if (rescheduleOnRestart) { + ComponentName receiver = new ComponentName(mContext, UnityNotificationRestartReceiver.class); + PackageManager pm = mContext.getPackageManager(); + + pm.setComponentEnabledSetting(receiver, + PackageManager.COMPONENT_ENABLED_STATE_ENABLED, + PackageManager.DONT_KILL_APP); + } + + mOpenActivity = UnityNotificationUtilities.getOpenAppActivity(mContext); + if (mOpenActivity == null) + throw new RuntimeException("Failed to determine Activity to be opened when tapping notification"); + if (!mBackgroundThread.isAlive()) + mBackgroundThread.start(); + } + + static synchronized UnityNotificationManager getNotificationManagerImpl(Context context) { + if (mUnityNotificationManager == null) { + mUnityNotificationManager = new UnityNotificationManager(); + mUnityNotificationManager.mVisibleNotifications = new HashSet<>(); + mUnityNotificationManager.mScheduledNotifications = new ConcurrentHashMap(); + } + + // always assign context, as it might change + mUnityNotificationManager.mContext = context.getApplicationContext(); + return mUnityNotificationManager; + } + + // Called from managed code. + public static synchronized UnityNotificationManager getNotificationManagerImpl(Activity activity, NotificationCallback notificationCallback) { + if (mUnityNotificationManager == null) { + mUnityNotificationManager = new UnityNotificationManager(); + } + + mUnityNotificationManager.initialize(activity, notificationCallback); + return mUnityNotificationManager; + } + + private Bundle getAppMetadata() { + try { + return mContext.getPackageManager().getApplicationInfo(mContext.getPackageName(), PackageManager.GET_META_DATA).metaData; + } catch (PackageManager.NameNotFoundException e) { + return null; + } + } + + public NotificationManager getNotificationManager() { + return (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE); + } + + public int getTargetSdk() { + return mContext.getApplicationInfo().targetSdkVersion; + } + + @TargetApi(Build.VERSION_CODES.N) + public int areNotificationsEnabled() { + boolean permissionGranted = true; + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) + permissionGranted = mContext.checkCallingOrSelfPermission(Manifest.permission.POST_NOTIFICATIONS) == PackageManager.PERMISSION_GRANTED; + boolean notificationsEnabled = getNotificationManager().areNotificationsEnabled(); + if (permissionGranted) + return notificationsEnabled ? PERMISSION_STATUS_ALLOWED : PERMISSION_STATUS_NOTIFICATIONS_BLOCKED_FOR_APP; + return PERMISSION_STATUS_DENIED; + } + + public void registerNotificationChannelGroup(String id, String name, String description) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { + NotificationChannelGroup group = new NotificationChannelGroup(id, name); + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) { + group.setDescription(description); + } + + getNotificationManager().createNotificationChannelGroup(group); + } + } + + public void deleteNotificationChannelGroup(String id) { + if (id == null) + return; + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { + getNotificationManager().deleteNotificationChannelGroup(id); + } else { + for (NotificationChannelWrapper c : getNotificationChannels()) { + if (id.equals(c.group)) + deleteNotificationChannel(c.id); + } + } + } + + public void registerNotificationChannel( + String id, + String name, + int importance, + String description, + boolean enableLights, + boolean enableVibration, + boolean canBypassDnd, + boolean canShowBadge, + long[] vibrationPattern, + int lockscreenVisibility, + String group) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { + NotificationChannel channel = new NotificationChannel(id, name, importance); + channel.setDescription(description); + channel.enableLights(enableLights); + channel.enableVibration(enableVibration); + channel.setBypassDnd(canBypassDnd); + channel.setShowBadge(canShowBadge); + channel.setVibrationPattern(vibrationPattern); + channel.setLockscreenVisibility(lockscreenVisibility); + channel.setGroup(group); + + getNotificationManager().createNotificationChannel(channel); + } else { + SharedPreferences prefs = mContext.getSharedPreferences(NOTIFICATION_CHANNELS_SHARED_PREFS, Context.MODE_PRIVATE); + Set channelIds = new HashSet(prefs.getStringSet(NOTIFICATION_CHANNELS_SHARED_PREFS_KEY, new HashSet())); + channelIds.add(id); // TODO: what if users create the channel again with the same id? + + // Add to notification channel ids SharedPreferences. + SharedPreferences.Editor editor = prefs.edit().clear(); + editor.putStringSet("ChannelIDs", channelIds); + editor.apply(); + + // Store the channel into a SharedPreferences. + SharedPreferences channelPrefs = mContext.getSharedPreferences(getSharedPrefsNameByChannelId(id), Context.MODE_PRIVATE); + editor = channelPrefs.edit(); + + editor.putString("title", name); // Sadly I can't change the "title" here to "name" due to backward compatibility. + editor.putInt("importance", importance); + editor.putString("description", description); + editor.putBoolean("enableLights", enableLights); + editor.putBoolean("enableVibration", enableVibration); + editor.putBoolean("canBypassDnd", canBypassDnd); + editor.putBoolean("canShowBadge", canShowBadge); + editor.putString("vibrationPattern", Arrays.toString(vibrationPattern)); + editor.putInt("lockscreenVisibility", lockscreenVisibility); + editor.putString("group", group); + + editor.apply(); + } + } + + private static String getSharedPrefsNameByChannelId(String id) + { + return String.format("unity_notification_channel_%s", id); + } + + public NotificationChannelWrapper getNotificationChannel(String id) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { + NotificationChannel ch = getNotificationManagerImpl(mContext).getNotificationManager().getNotificationChannel(id); + if (ch == null) + return null; + return notificationChannelToWrapper(ch); + } + + SharedPreferences prefs = mContext.getSharedPreferences(getSharedPrefsNameByChannelId(id), Context.MODE_PRIVATE); + NotificationChannelWrapper channel = new NotificationChannelWrapper(); + + channel.id = id; + channel.name = prefs.getString("title", "undefined"); + channel.importance = prefs.getInt("importance", NotificationManager.IMPORTANCE_DEFAULT); + channel.description = prefs.getString("description", "undefined"); + channel.enableLights = prefs.getBoolean("enableLights", false); + channel.enableVibration = prefs.getBoolean("enableVibration", false); + channel.canBypassDnd = prefs.getBoolean("canBypassDnd", false); + channel.canShowBadge = prefs.getBoolean("canShowBadge", false); + channel.lockscreenVisibility = prefs.getInt("lockscreenVisibility", VISIBILITY_PUBLIC); + channel.group = prefs.getString("group", null); + String[] vibrationPatternStr = prefs.getString("vibrationPattern", "[]").split(","); + + long[] vibrationPattern = new long[vibrationPatternStr.length]; + + if (vibrationPattern.length > 1) { + for (int i = 0; i < vibrationPatternStr.length; i++) { + try { + vibrationPattern[i] = Long.parseLong(vibrationPatternStr[i]); + } catch (NumberFormatException e) { + vibrationPattern[i] = 1; + } + } + } + + channel.vibrationPattern = vibrationPattern.length > 1 ? vibrationPattern : null; + return channel; + } + + @TargetApi(Build.VERSION_CODES.O) + private static NotificationChannelWrapper notificationChannelToWrapper(Object chan) { + // Possibly unavailable classes cannot be in API, breaks reflection code looping over when searching for method + NotificationChannel channel = (NotificationChannel)chan; + NotificationChannelWrapper wrapper = new NotificationChannelWrapper(); + + wrapper.id = channel.getId(); + wrapper.name = channel.getName().toString(); + wrapper.importance = channel.getImportance(); + wrapper.description = channel.getDescription(); + wrapper.enableLights = channel.shouldShowLights(); + wrapper.enableVibration = channel.shouldVibrate(); + wrapper.canBypassDnd = channel.canBypassDnd(); + wrapper.canShowBadge = channel.canShowBadge(); + wrapper.vibrationPattern = channel.getVibrationPattern(); + wrapper.lockscreenVisibility = channel.getLockscreenVisibility(); + wrapper.group = channel.getGroup(); + + return wrapper; + } + + public void deleteNotificationChannel(String id) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { + getNotificationManager().deleteNotificationChannel(id); + } else { + SharedPreferences prefs = mContext.getSharedPreferences(NOTIFICATION_CHANNELS_SHARED_PREFS, Context.MODE_PRIVATE); + Set channelIds = prefs.getStringSet(NOTIFICATION_CHANNELS_SHARED_PREFS_KEY, new HashSet()); + + if (!channelIds.contains(id)) + return; + + // Remove from the notification channel ids SharedPreferences. + channelIds = new HashSet(channelIds); + channelIds.remove(id); + SharedPreferences.Editor editor = prefs.edit().clear(); + editor.putStringSet(NOTIFICATION_CHANNELS_SHARED_PREFS_KEY, channelIds); + editor.apply(); + + // Delete the notification channel SharedPreferences. + SharedPreferences channelPrefs = mContext.getSharedPreferences(getSharedPrefsNameByChannelId(id), Context.MODE_PRIVATE); + channelPrefs.edit().clear().apply(); + } + } + + public NotificationChannelWrapper[] getNotificationChannels() { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { + List channels = getNotificationManager().getNotificationChannels(); + if (channels.size() == 0) + return null; + NotificationChannelWrapper[] channelList = new NotificationChannelWrapper[channels.size()]; + int i = 0; + for (NotificationChannel ch : channels) { + channelList[i++] = notificationChannelToWrapper(ch); + } + + return channelList; + } else { + SharedPreferences prefs = mContext.getSharedPreferences(NOTIFICATION_CHANNELS_SHARED_PREFS, Context.MODE_PRIVATE); + Set channelIdsSet = prefs.getStringSet(NOTIFICATION_CHANNELS_SHARED_PREFS_KEY, new HashSet()); + if (channelIdsSet.size() == 0) + return null; + NotificationChannelWrapper[] channels = new NotificationChannelWrapper[channelIdsSet.size()]; + int i = 0; + for (String k : channelIdsSet) { + channels[i++] = getNotificationChannel(k); + } + return channels; + } + } + + private int generateUniqueId() { + int id = 0; + do { + id += mRandom.nextInt(1000); + } while (mScheduledNotifications.containsKey(Integer.valueOf(id))); + + return id; + } + + public int scheduleNotification(Notification.Builder notificationBuilder, boolean customized) { + Bundle extras = notificationBuilder.getExtras(); + int id; + if (extras.containsKey(KEY_ID)) + id = notificationBuilder.getExtras().getInt(KEY_ID, -1); + else { + id = generateUniqueId(); + extras.putInt(KEY_ID, id); + } + + boolean addedNew = mScheduledNotifications.putIfAbsent(id, notificationBuilder) == null; + mBackgroundThread.enqueueNotification(id, notificationBuilder, customized, addedNew); + return id; + } + + void performNotificationScheduling(int id, Notification.Builder notificationBuilder, boolean customized) { + Bundle extras = notificationBuilder.getExtras(); + long repeatInterval = extras.getLong(KEY_REPEAT_INTERVAL, -1); + long fireTime = extras.getLong(KEY_FIRE_TIME, -1); + + // if less than a second in the future, notify right away + boolean fireNow = fireTime - Calendar.getInstance().getTime().getTime() < 1000; + if (!fireNow || repeatInterval > 0) { + if (fireNow) { + // schedule at next repetition + fireTime += repeatInterval; + } + + Intent intent = buildNotificationIntent(); + + if (intent != null) { + saveNotification(notificationBuilder.build(), customized); + scheduleAlarmWithNotification(notificationBuilder, intent, fireTime); + } + } + + if (fireNow) { + Notification notification = buildNotificationForSending(mOpenActivity, notificationBuilder); + notify(id, notification); + } + } + + void scheduleAlarmWithNotification(Notification.Builder notificationBuilder, Intent intent, long fireTime) { + Bundle extras = notificationBuilder.getExtras(); + int id = extras.getInt(KEY_ID, -1); + long repeatInterval = extras.getLong(KEY_REPEAT_INTERVAL, -1); + // fireTime not taken from notification, because we may have adjusted it + + // when rescheduling after boot notification may be absent + // also, we may be replacing an existing notification + mScheduledNotifications.put(Integer.valueOf(id), notificationBuilder); + intent.putExtra(KEY_NOTIFICATION_ID, id); + + PendingIntent broadcast = getBroadcastPendingIntent(id, intent, PendingIntent.FLAG_UPDATE_CURRENT); + scheduleNotificationIntentAlarm(repeatInterval, fireTime, broadcast); + } + + void scheduleAlarmWithNotification(Notification.Builder notificationBuilder) { + long fireTime = notificationBuilder.getExtras().getLong(KEY_FIRE_TIME, 0L); + Intent intent = buildNotificationIntent(); + scheduleAlarmWithNotification(notificationBuilder, intent, fireTime); + } + + private Notification buildNotificationForSending(Class openActivity, Notification.Builder builder) { + int id = builder.getExtras().getInt(KEY_ID, -1); + Intent openAppIntent = new Intent(mContext, openActivity); + openAppIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP); + openAppIntent.putExtra(KEY_NOTIFICATION_ID, id); + PendingIntent pendingIntent = getActivityPendingIntent(id, openAppIntent, 0); + builder.setContentIntent(pendingIntent); + + if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) { + // Can't check StatusBar notifications pre-M, so ask to be notified when dismissed + Intent deleteIntent = new Intent(mContext, UnityNotificationManager.class); + deleteIntent.setAction(KEY_NOTIFICATION_DISMISSED); // need action to distinguish intent from content one + deleteIntent.putExtra(KEY_NOTIFICATION_DISMISSED, id); + PendingIntent deletePending = getBroadcastPendingIntent(id, deleteIntent, 0); + builder.setDeleteIntent(deletePending); + } + + finalizeNotificationForDisplay(builder); + return builder.build(); + } + + void performNotificationHousekeeping(Set ids) { + Log.d(TAG_UNITY, "Checking for invalid notification IDs still hanging around"); + + Set invalid = findInvalidNotificationIds(ids); + Set currentIds = new HashSet<>(ids); + for (String id : invalid) { + currentIds.remove(id); + mScheduledNotifications.remove(id); + } + + // in case we have saved intents, clear them + for (String id : invalid) + deleteExpiredNotificationIntent(id); + } + + private Set findInvalidNotificationIds(Set ids) { + Intent intent = buildNotificationIntent(); + HashSet invalid = new HashSet(); + for (String id : ids) { + // Get the given broadcast PendingIntent by id as request code. + // FLAG_NO_CREATE is set to return null if the described PendingIntent doesn't exist. + PendingIntent broadcast = getBroadcastPendingIntent(Integer.valueOf(id), intent, PendingIntent.FLAG_NO_CREATE); + if (broadcast == null) { + invalid.add(id); + } + } + + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { + StatusBarNotification[] active = getNotificationManager().getActiveNotifications(); + for (StatusBarNotification notification : active) { + // any notifications in status bar are still valid + String id = String.valueOf(notification.getId()); + invalid.remove(id); + } + } + else synchronized (this) { + for (Integer visibleId : mVisibleNotifications) { + String id = String.valueOf(visibleId); + invalid.remove(id); + } + } + + // if app is launched with notification, user still has access to it + if (UnityPlayer.currentActivity != null) { + Intent currentIntent = UnityPlayer.currentActivity.getIntent(); + if (currentIntent.hasExtra(KEY_NOTIFICATION_ID)) { + int id = currentIntent.getExtras().getInt(KEY_NOTIFICATION_ID); + invalid.remove(String.valueOf(id)); + } + } + + return invalid; + } + + private Intent buildNotificationIntent() { + Intent intent = new Intent(mContext, UnityNotificationManager.class); + intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK); + return intent; + } + + private PendingIntent getActivityPendingIntent(int id, Intent intent, int flags) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) + return PendingIntent.getActivity(mContext, id, intent, flags | PendingIntent.FLAG_IMMUTABLE); + else + return PendingIntent.getActivity(mContext, id, intent, flags); + } + + private PendingIntent getBroadcastPendingIntent(int id, Intent intent, int flags) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) + return PendingIntent.getBroadcast(mContext, id, intent, flags | PendingIntent.FLAG_IMMUTABLE); + else + return PendingIntent.getBroadcast(mContext, id, intent, flags); + } + + // Save the notification intent to SharedPreferences if reschedule_on_restart is true, + // which will be consumed by UnityNotificationRestartOnBootReceiver for device reboot. + synchronized void saveNotification(Notification notification, boolean customized) { + String notification_id = Integer.toString(notification.extras.getInt(KEY_ID, -1)); + SharedPreferences prefs = mContext.getSharedPreferences(getSharedPrefsNameByNotificationId(notification_id), Context.MODE_PRIVATE); + UnityNotificationUtilities.serializeNotification(prefs, notification, customized); + } + + static String getSharedPrefsNameByNotificationId(String id) { + return String.format("u_notification_data_%s", id); + } + + // Load all the notification intents from SharedPreferences. + synchronized List loadSavedNotifications() { + Set ids = getScheduledNotificationIDs(); + + List intent_data_list = new ArrayList(); + Set idsMarkedForRemoval = new HashSet(); + + for (String id : ids) { + SharedPreferences prefs = mContext.getSharedPreferences(getSharedPrefsNameByNotificationId(id), Context.MODE_PRIVATE); + Notification.Builder builder = null; + Object notification = UnityNotificationUtilities.deserializeNotification(mContext, prefs); + if (notification != null) { + if (notification instanceof Notification.Builder) + builder = (Notification.Builder)notification; + else + builder = UnityNotificationUtilities.recoverBuilder(mContext, (Notification)notification); + } + + if (builder != null) + intent_data_list.add(builder); + else + idsMarkedForRemoval.add(id); + } + + if (idsMarkedForRemoval.size() > 0) { + ids = new HashSet<>(ids); + for (String id : idsMarkedForRemoval) { + ids.remove(id); + deleteExpiredNotificationIntent(id); + } + saveScheduledNotificationIDs(ids); + } + + return intent_data_list; + } + + private boolean canScheduleExactAlarms(AlarmManager alarmManager) { + // exact scheduling supported since Android 6 + if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) + return false; + if (mExactSchedulingSetting < 0) { + Bundle metaData = getAppMetadata(); + if (metaData != null) + mExactSchedulingSetting = metaData.getInt("com.unity.androidnotifications.exact_scheduling", 1); + } + if (mExactSchedulingSetting == 0) + return false; + if (Build.VERSION.SDK_INT < 31) + return true; + + return alarmManager.canScheduleExactAlarms(); + } + + public boolean canScheduleExactAlarms() { + AlarmManager alarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE); + return canScheduleExactAlarms(alarmManager); + } + + // Call AlarmManager to set the broadcast intent with fire time and interval. + private void scheduleNotificationIntentAlarm(long repeatInterval, long fireTime, PendingIntent broadcast) { + AlarmManager alarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE); + + if (repeatInterval <= 0) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M && canScheduleExactAlarms(alarmManager)) { + alarmManager.setExactAndAllowWhileIdle(AlarmManager.RTC_WAKEUP, fireTime, broadcast); + } else { + alarmManager.set(AlarmManager.RTC_WAKEUP, fireTime, broadcast); + } + } else { + alarmManager.setInexactRepeating(AlarmManager.RTC_WAKEUP, fireTime, repeatInterval, broadcast); + } + } + + // Check the notification status by id. + public int checkNotificationStatus(int id) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { + for (StatusBarNotification n : getNotificationManager().getActiveNotifications()) { + if (id == n.getId()) + return 2; + } + } else synchronized (this) { + for (Integer notificationId : mVisibleNotifications) { + if (notificationId.intValue() == id) + return 2; + } + } + + if (mScheduledNotifications.containsKey(id)) + return 1; + if (checkIfPendingNotificationIsRegistered(id)) + return 1; + + return 0; + } + + // Check if the pending notification with the given id has been registered. + public boolean checkIfPendingNotificationIsRegistered(int id) { + Intent intent = new Intent(mActivity, UnityNotificationManager.class); + return (getBroadcastPendingIntent(id, intent, PendingIntent.FLAG_NO_CREATE) != null); + } + + // Cancel all the pending notifications. + public void cancelAllPendingNotificationIntents() { + mBackgroundThread.enqueueCancelAllNotifications(); + } + + private synchronized Set getScheduledNotificationIDs() { + SharedPreferences prefs = mContext.getSharedPreferences(NOTIFICATION_IDS_SHARED_PREFS, Context.MODE_PRIVATE); + Set ids = prefs.getStringSet(NOTIFICATION_IDS_SHARED_PREFS_KEY, new HashSet()); + return ids; + } + + synchronized void saveScheduledNotificationIDs(Set ids) { + SharedPreferences.Editor editor = mContext.getSharedPreferences(NOTIFICATION_IDS_SHARED_PREFS, Context.MODE_PRIVATE).edit().clear(); + editor.putStringSet(NOTIFICATION_IDS_SHARED_PREFS_KEY, ids); + editor.apply(); + } + + // Cancel a pending notification by id. + public void cancelPendingNotification(int id) { + mBackgroundThread.enqueueCancelNotification(id); + } + + // Cancel a pending notification by id. + void cancelPendingNotificationIntent(int id) { + Intent intent = new Intent(mContext, UnityNotificationManager.class); + PendingIntent broadcast = getBroadcastPendingIntent(id, intent, PendingIntent.FLAG_NO_CREATE); + + if (broadcast != null) { + AlarmManager alarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE); + alarmManager.cancel(broadcast); + broadcast.cancel(); + } + } + + // Delete the notification intent from SharedPreferences by id. + synchronized void deleteExpiredNotificationIntent(String id) { + SharedPreferences notificationPrefs = mContext.getSharedPreferences(getSharedPrefsNameByNotificationId(id), Context.MODE_PRIVATE); + notificationPrefs.edit().clear().apply(); + } + + // Cancel a previously shown notification by id. + public void cancelDisplayedNotification(int id) { + getNotificationManager().cancel(id); + } + + // Cancel all previously shown notifications. + public void cancelAllNotifications() { + getNotificationManager().cancelAll(); + } + + @Override + public void onReceive(Context context, Intent intent) { + // This method is called on OS created instance and that instance is recreated during various times + // for example sending app to background will cause new instance to be created when alarm fires + // since we also create one instance for our uses, always forward to that instance (creating if necessary) + getNotificationManagerImpl(context).onReceive(intent); + } + + public void onReceive(Intent intent) { + if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) { + if (KEY_NOTIFICATION_DISMISSED.equals(intent.getAction())) { + int removedId = intent.getIntExtra(KEY_NOTIFICATION_DISMISSED, -1); + if (removedId > 0) synchronized (this) { + mVisibleNotifications.remove(removedId); + } + return; + } + } + showNotification(intent); + } + + private void showNotification(Intent intent) { + Object notification = getNotificationOrIdForIntent(intent); + if (notification == null) { + return; + } + + if (notification instanceof Notification) { + Notification notif = (Notification) notification; + int id = notif.extras.getInt(KEY_ID, -1); + notify(id, notif); + return; + } + + Integer notificationId = (Integer)notification; + Notification.Builder builder = mScheduledNotifications.get(notificationId); + if (builder != null) { + notify(notificationId, builder); + return; + } + + AsyncTask.execute(() -> { + Notification.Builder nb = deserializeNotificationBuilder(notificationId); + if (nb == null) { + Log.e(TAG_UNITY, "Failed to recover builder, can't send notification"); + return; + } + + notify(notificationId, nb); + }); + } + + void notify(int id, Notification.Builder builder) { + Class openActivity; + if (mOpenActivity == null) { + openActivity = UnityNotificationUtilities.getOpenAppActivity(mContext); + if (openActivity == null) { + Log.e(TAG_UNITY, "Activity not found, cannot show notification"); + return; + } + } + else { + openActivity = mOpenActivity; + } + + Notification notification = buildNotificationForSending(openActivity, builder); + if (notification != null) { + notify(id, notification); + } + } + + // Call the system notification service to notify the notification. + private void notify(int id, Notification notification) { + boolean showInForeground = notification.extras.getBoolean(KEY_SHOW_IN_FOREGROUND, true); + if (!isInForeground() || showInForeground) { + getNotificationManager().notify(id, notification); + if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) synchronized (this) { + mVisibleNotifications.add(Integer.valueOf(id)); + } + } + + long repeatInterval = notification.extras.getLong(KEY_REPEAT_INTERVAL, -1); + if (repeatInterval <= 0) { + mScheduledNotifications.remove(id); + cancelPendingNotificationIntent(id); + } + + try { + if (mNotificationCallback != null) + mNotificationCallback.onSentNotification(notification); + } catch (RuntimeException ex) { + Log.w(TAG_UNITY, "Can not invoke OnNotificationReceived event when the app is not running!"); + } + } + + public static Integer getNotificationColor(Notification notification) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { + if (!notification.extras.containsKey(Notification.EXTRA_COLORIZED)) + return null; + } + + return notification.color; + } + + public static int getNotificationGroupAlertBehavior(Notification notification) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) + return notification.getGroupAlertBehavior(); + return 0; + } + + private void finalizeNotificationForDisplay(Notification.Builder notificationBuilder) { + String icon = notificationBuilder.getExtras().getString(KEY_SMALL_ICON); + Object ico = getIconForUri(icon); + if (ico != null && Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { + notificationBuilder.setSmallIcon((Icon)ico); + } else { + int iconId = UnityNotificationUtilities.findResourceIdInContextByName(mContext, icon); + if (iconId == 0) { + iconId = mContext.getApplicationInfo().icon; + } + notificationBuilder.setSmallIcon(iconId); + } + + icon = notificationBuilder.getExtras().getString(KEY_LARGE_ICON); + Object largeIcon = getIcon(icon); + if (largeIcon != null) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M && largeIcon instanceof Icon) + notificationBuilder.setLargeIcon((Icon)largeIcon); + else + notificationBuilder.setLargeIcon((Bitmap)largeIcon); + } + + setupBigPictureStyle(notificationBuilder); + } + + private Object getIcon(String icon) { + if (icon == null || icon.length() == 0) + return null; + if (icon.charAt(0) == '/') { + return BitmapFactory.decodeFile(icon); + } + + Object ico = getIconForUri(icon); + if (ico != null) + return ico; + + return getIconFromResources(icon, false); + } + + private Object getIconForUri(String uri) { + if (uri == null || uri.length() == 0) + return null; + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M && uri.indexOf("://") > 0) { + return Icon.createWithContentUri(uri); + } + + return null; + } + + private Object getIconFromResources(String name, boolean forceBitmap) { + int iconId = UnityNotificationUtilities.findResourceIdInContextByName(mContext, name); + if (iconId != 0) { + if (!forceBitmap && Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) + return Icon.createWithResource(mContext, iconId); + return BitmapFactory.decodeResource(mContext.getResources(), iconId); + } + + return null; + } + + private Bitmap loadBitmap(String uri) { + try { + InputStream in = mContext.getContentResolver().openInputStream(Uri.parse(uri)); + return BitmapFactory.decodeStream(in); + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to load image " + uri, e); + return null; + } + } + + @SuppressWarnings("deprecation") + public Notification.Builder createNotificationBuilder(String channelID) { + if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O) { + Notification.Builder notificationBuilder = new Notification.Builder(mContext); + + // For device below Android O, we use the values from NotificationChannelWrapper to set visibility, priority etc. + NotificationChannelWrapper fakeNotificationChannel = getNotificationChannel(channelID); + + if (fakeNotificationChannel.vibrationPattern != null && fakeNotificationChannel.vibrationPattern.length > 0) { + notificationBuilder.setDefaults(Notification.DEFAULT_LIGHTS | Notification.DEFAULT_SOUND); + notificationBuilder.setVibrate(fakeNotificationChannel.vibrationPattern); + } else { + notificationBuilder.setDefaults(Notification.DEFAULT_ALL); + } + + notificationBuilder.setVisibility((int) fakeNotificationChannel.lockscreenVisibility); + + // Need to convert Oreo channel importance to pre-Oreo priority. + int priority; + switch (fakeNotificationChannel.importance) { + case NotificationManager.IMPORTANCE_HIGH: + priority = Notification.PRIORITY_MAX; + break; + case NotificationManager.IMPORTANCE_DEFAULT: + priority = Notification.PRIORITY_DEFAULT; + break; + case NotificationManager.IMPORTANCE_LOW: + priority = Notification.PRIORITY_LOW; + break; + case NotificationManager.IMPORTANCE_NONE: + priority = Notification.PRIORITY_MIN; + break; + default: + priority = Notification.PRIORITY_DEFAULT; + } + notificationBuilder.setPriority(priority); + notificationBuilder.getExtras().putString(KEY_CHANNEL_ID, channelID); + + return notificationBuilder; + } else { + return new Notification.Builder(mContext, channelID); + } + } + + public static void setNotificationIcon(Notification.Builder notificationBuilder, String keyName, String icon) { + if (icon == null || icon.length() == 0 && notificationBuilder.getExtras().getString(keyName) != null) + notificationBuilder.getExtras().remove(keyName); + else + notificationBuilder.getExtras().putString(keyName, icon); + } + + public void setupBigPictureStyle(Notification.Builder builder, + String largeIcon, String picture, String contentTitle, String contentDescription, String summaryText, boolean showWhenCollapsed) { + Bundle extras = builder.getExtras(); + if (picture == null || picture.length() == 0) + return; + extras.putString(KEY_BIG_LARGE_ICON, largeIcon); + extras.putString(KEY_BIG_PICTURE, picture); + extras.putString(KEY_BIG_CONTENT_TITLE, contentTitle); + extras.putString(KEY_BIG_SUMMARY_TEXT, summaryText); + extras.putString(KEY_BIG_CONTENT_DESCRIPTION, contentDescription); + extras.putBoolean(KEY_BIG_SHOW_WHEN_COLLAPSED, showWhenCollapsed); + } + + private void setupBigPictureStyle(Notification.Builder builder) { + Bundle extras = builder.getExtras(); + String picture = extras.getString(KEY_BIG_PICTURE); + if (picture == null) + return; // not big picture style + Notification.BigPictureStyle style = new Notification.BigPictureStyle(); + String largeIcon = extras.getString(KEY_BIG_LARGE_ICON); + Object ico = getIcon(largeIcon); + if (ico != null) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M && ico instanceof Icon) + style.bigLargeIcon((Icon)ico); + else + style.bigLargeIcon((Bitmap)ico); + } + + if (picture.charAt(0) == '/') { + style.bigPicture(BitmapFactory.decodeFile(picture)); + } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M && picture.indexOf("://") > 0) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) { + Icon icon = Icon.createWithContentUri(picture); + style.bigPicture(icon); + } else { + Bitmap pic = loadBitmap(picture); + if (pic != null) { + style.bigPicture(pic); + } + } + } else { + Object pic = getIconFromResources(picture, Build.VERSION.SDK_INT < Build.VERSION_CODES.S); + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S && pic instanceof Icon) + style.bigPicture((Icon)pic); + else if (pic instanceof Bitmap) + style.bigPicture((Bitmap)pic); + } + + style.setBigContentTitle(extras.getString(KEY_BIG_CONTENT_TITLE)); + style.setSummaryText(extras.getString(KEY_BIG_SUMMARY_TEXT)); + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) { + style.setContentDescription(extras.getString(KEY_BIG_CONTENT_DESCRIPTION)); + style.showBigPictureWhenCollapsed(extras.getBoolean(KEY_BIG_SHOW_WHEN_COLLAPSED, false)); + } + + builder.setStyle(style); + } + + public static void setNotificationColor(Notification.Builder notificationBuilder, int color) { + if (color != 0) { + notificationBuilder.setColor(color); + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { + notificationBuilder.setColorized(true); + } + } + } + + public static void setNotificationUsesChronometer(Notification.Builder notificationBuilder, boolean usesChrono) { + notificationBuilder.setUsesChronometer(usesChrono); + } + + public static void setNotificationGroupAlertBehavior(Notification.Builder notificationBuilder, int behavior) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) + notificationBuilder.setGroupAlertBehavior(behavior); + } + + public static String getNotificationChannelId(Notification notification) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { + return notification.getChannelId(); + } + + return null; + } + + private static boolean isInForeground() { + ActivityManager.RunningAppProcessInfo appProcessInfo = new ActivityManager.RunningAppProcessInfo(); + ActivityManager.getMyMemoryState(appProcessInfo); + return (appProcessInfo.importance == IMPORTANCE_FOREGROUND || appProcessInfo.importance == IMPORTANCE_VISIBLE); + } + + public Notification getNotificationFromIntent(Intent intent) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { + if (intent.hasExtra(KEY_NOTIFICATION_ID)) { + int id = intent.getExtras().getInt(KEY_NOTIFICATION_ID); + StatusBarNotification[] shownNotifications = getNotificationManager().getActiveNotifications(); + for (StatusBarNotification n : shownNotifications) { + if (n.getId() == id) { + return n.getNotification(); + } + } + } + } + + Object notification = getNotificationOrBuilderForIntent(intent); + if (notification == null) + return null; + if (notification instanceof Notification) + return (Notification)notification; + Notification.Builder builder = (Notification.Builder)notification; + return builder.build(); + } + + private Object getNotificationOrIdForIntent(Intent intent) { + if (intent.hasExtra(KEY_NOTIFICATION_ID)) { + return intent.getExtras().getInt(KEY_NOTIFICATION_ID); + } else if (intent.hasExtra(KEY_NOTIFICATION)) { + // old code path where Notification object is in intent + // in case the app was replaced and there still are pending alarms with notification + return intent.getParcelableExtra(KEY_NOTIFICATION); + } + + return null; + } + + private Object getNotificationOrBuilderForIntent(Intent intent) { + Object notification = getNotificationOrIdForIntent(intent); + if (notification instanceof Integer) { + Integer notificationId = (Integer)notification; + if ((notification = mScheduledNotifications.get(notificationId)) == null) { + // in case we don't have cached notification, deserialize from storage + return deserializeNotificationBuilder(notificationId); + } + } + + return notification; + } + + private Notification.Builder deserializeNotificationBuilder(Integer notificationId) { + SharedPreferences prefs = mContext.getSharedPreferences(getSharedPrefsNameByNotificationId(notificationId.toString()), Context.MODE_PRIVATE); + Object notification = UnityNotificationUtilities.deserializeNotification(mContext, prefs); + if (notification == null) { + return null; + } + + if (notification instanceof Notification) { + return UnityNotificationUtilities.recoverBuilder(mContext, (Notification)notification); + } + + return (Notification.Builder)notification; + } + + public void showNotificationSettings(String channelId) { + Intent settingsIntent; + if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O) { + settingsIntent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); + Uri uri = Uri.fromParts("package", mContext.getPackageName(), null); + settingsIntent.setData(uri); + } else { + if (channelId != null && channelId.length() > 0) { + settingsIntent = new Intent(Settings.ACTION_CHANNEL_NOTIFICATION_SETTINGS); + settingsIntent.putExtra(Settings.EXTRA_CHANNEL_ID, channelId); + } else { + settingsIntent = new Intent(Settings.ACTION_APP_NOTIFICATION_SETTINGS); + } + + settingsIntent.putExtra(Settings.EXTRA_APP_PACKAGE, mContext.getPackageName()); + } + + settingsIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); + mActivity.startActivity(settingsIntent); + } +} + +// Provide a wrapper for NotificationChannel. +// Create this wrapper for all Android versions as NotificationChannel is only available for Android O or above. +class NotificationChannelWrapper { + public String id; + public String name; + public int importance; + public String description; + public boolean enableLights; + public boolean enableVibration; + public boolean canBypassDnd; + public boolean canShowBadge; + public long[] vibrationPattern; + public int lockscreenVisibility; + public String group; +} + +// Implemented in C# to receive callback on notification show +interface NotificationCallback { + void onSentNotification(Notification notification); +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationRestartReceiver.java b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationRestartReceiver.java new file mode 100755 index 0000000..57453ba --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationRestartReceiver.java @@ -0,0 +1,67 @@ +package com.unity.androidnotifications; + +import android.app.Notification; +import android.content.BroadcastReceiver; +import android.content.Context; +import android.content.Intent; +import android.os.AsyncTask; +import android.os.Bundle; +import android.util.Log; + +import java.util.Calendar; +import java.util.Date; +import java.util.List; + +import static com.unity.androidnotifications.UnityNotificationManager.KEY_FIRE_TIME; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_ID; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_REPEAT_INTERVAL; +import static com.unity.androidnotifications.UnityNotificationManager.TAG_UNITY; + +public class UnityNotificationRestartReceiver extends BroadcastReceiver { + private static final long EXPIRATION_TRESHOLD = 600000; // 10 minutes + + @Override + public void onReceive(Context context, Intent received_intent) { + Log.d(TAG_UNITY, "Rescheduling notifications after restart"); + if (Intent.ACTION_BOOT_COMPLETED.equals(received_intent.getAction())) { + AsyncTask.execute(() -> { rescheduleSavedNotifications(context); }); + } + } + + private static void rescheduleSavedNotifications(Context context) { + UnityNotificationManager manager = UnityNotificationManager.getNotificationManagerImpl(context); + List saved_notifications = manager.loadSavedNotifications(); + Date currentDate = Calendar.getInstance().getTime(); + + for (Notification.Builder notificationBuilder : saved_notifications) { + rescheduleNotification(manager, currentDate, notificationBuilder); + } + } + + private static boolean rescheduleNotification(UnityNotificationManager manager, Date currentDate, Notification.Builder notificationBuilder) { + try { + Bundle extras = notificationBuilder.getExtras(); + long repeatInterval = extras.getLong(KEY_REPEAT_INTERVAL, 0L); + long fireTime = extras.getLong(KEY_FIRE_TIME, 0L); + Date fireTimeDate = new Date(fireTime); + + boolean isRepeatable = repeatInterval > 0; + + if (fireTimeDate.after(currentDate) || isRepeatable) { + manager.scheduleAlarmWithNotification(notificationBuilder); + return true; + } else if (currentDate.getTime() - fireTime < EXPIRATION_TRESHOLD) { + // notification is in the past, but not by much, send now + int id = extras.getInt(KEY_ID); + manager.notify(id, notificationBuilder); + return true; + } else { + Log.d(TAG_UNITY, "Notification expired, not rescheduling, ID: " + extras.getInt(KEY_ID, -1)); + return false; + } + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to reschedule notification", e); + return false; + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationUtilities.java b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationUtilities.java new file mode 100755 index 0000000..0966e6f --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Plugins/mobilenotifications.androidlib/src/main/java/com/unity/androidnotifications/UnityNotificationUtilities.java @@ -0,0 +1,652 @@ +package com.unity.androidnotifications; + +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.DataInputStream; +import java.io.DataOutputStream; +import java.io.IOException; +import java.nio.charset.StandardCharsets; + +import android.app.Notification; +import android.content.Context; +import android.content.Intent; +import android.content.SharedPreferences; +import android.content.pm.ActivityInfo; +import android.content.pm.ApplicationInfo; +import android.content.pm.PackageManager; +import android.content.res.Resources; +import android.os.Build; +import android.os.Bundle; +import android.os.Parcel; +import android.os.Parcelable; +import android.util.Base64; +import android.util.Log; + +import static com.unity.androidnotifications.UnityNotificationManager.KEY_CHANNEL_ID; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_FIRE_TIME; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_ID; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_INTENT_DATA; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_LARGE_ICON; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_NOTIFICATION; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_REPEAT_INTERVAL; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_SMALL_ICON; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_SHOW_IN_FOREGROUND; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_BIG_LARGE_ICON; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_BIG_PICTURE; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_BIG_CONTENT_TITLE; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_BIG_SUMMARY_TEXT; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_BIG_CONTENT_DESCRIPTION; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_BIG_SHOW_WHEN_COLLAPSED; +import static com.unity.androidnotifications.UnityNotificationManager.TAG_UNITY; + +class UnityNotificationUtilities { + /* + We serialize notifications and save them to shared prefs, so that if app is killed, we can recreate them. + The serialized BLOB starts with a four byte magic number descibing serialization type, followed by an integer version. + IMPORTANT: IF YOU DO A CHANGE THAT AFFECTS THE LAYOUT, BUMP THE VERSION, AND ENSURE OLD VERSION STILL DESERIALIZES. ADD TEST. + In real life app can get updated having old serialized notifications present, so we should be able to deserialize them. + */ + // magic stands for "Unity Mobile Notifications Notification" + static final byte[] UNITY_MAGIC_NUMBER = new byte[] { 'U', 'M', 'N', 'N'}; + private static final byte[] UNITY_MAGIC_NUMBER_PARCELLED = new byte[] { 'U', 'M', 'N', 'P'}; + private static final int NOTIFICATION_SERIALIZATION_VERSION = 3; + private static final int INTENT_SERIALIZATION_VERSION = 0; + + static final String SAVED_NOTIFICATION_PRIMARY_KEY = "data"; + static final String SAVED_NOTIFICATION_FALLBACK_KEY = "fallback.data"; + + protected static int findResourceIdInContextByName(Context context, String name) { + if (name == null) + return 0; + + try { + Resources res = context.getResources(); + if (res != null) { + int id = res.getIdentifier(name, "mipmap", context.getPackageName()); + if (id == 0) + return res.getIdentifier(name, "drawable", context.getPackageName()); + else + return id; + } + return 0; + } catch (Resources.NotFoundException e) { + return 0; + } + } + + /* Originally we used to serialize a bundle with predefined list of values. + After we exposed entire Notification.Builder to users, this is not sufficient anymore. + Unfortunately, while Notification itself is Parcelable and can be marshalled to bytes, + it's contents are not guaranteed to be (Binder objects). + Hence what we try to do here is: + - serialize as is if notification is possibly customized by user + - otherwise serialize our stuff, since there is nothing more + */ + protected static void serializeNotification(SharedPreferences prefs, Notification notification, boolean serializeParcel) { + try { + String serialized; + ByteArrayOutputStream data = new ByteArrayOutputStream(); + DataOutputStream out = new DataOutputStream(data); + if (serializeParcel) { + Intent intent = new Intent(); + intent.putExtra(KEY_NOTIFICATION, notification); + if (serializeNotificationParcel(intent, out)) { + out.close(); + byte[] bytes = data.toByteArray(); + serialized = Base64.encodeToString(bytes, 0, bytes.length, 0); + } else { + return; // failed + } + } + else { + if (serializeNotificationCustom(notification, out)) { + out.flush(); + byte[] bytes = data.toByteArray(); + serialized = Base64.encodeToString(bytes, 0, bytes.length, 0); + } else { + return; // failed + } + } + + SharedPreferences.Editor editor = prefs.edit().clear(); + editor.putString(SAVED_NOTIFICATION_PRIMARY_KEY, serialized); + editor.apply(); + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to serialize notification", e); + } + } + + static boolean serializeNotificationParcel(Intent intent, DataOutputStream out) { + try { + byte[] bytes = serializeParcelable(intent); + if (bytes == null || bytes.length == 0) + return false; + out.write(UNITY_MAGIC_NUMBER_PARCELLED); + out.writeInt(INTENT_SERIALIZATION_VERSION); + out.writeInt(bytes.length); + out.write(bytes); + return true; + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to serialize notification as Parcel", e); + } catch (OutOfMemoryError e) { + Log.e(TAG_UNITY, "Failed to serialize notification as Parcel", e); + } + + return false; + } + + private static boolean serializeNotificationCustom(Notification notification, DataOutputStream out) { + try { + out.write(UNITY_MAGIC_NUMBER); + out.writeInt(NOTIFICATION_SERIALIZATION_VERSION); + + // serialize extras + boolean showWhen = notification.extras.getBoolean(Notification.EXTRA_SHOW_WHEN, false); + + out.writeInt(notification.extras.getInt(KEY_ID)); + serializeString(out, notification.extras.getString(Notification.EXTRA_TITLE)); + serializeString(out, notification.extras.getString(Notification.EXTRA_TEXT)); + serializeString(out, notification.extras.getString(KEY_SMALL_ICON)); + serializeString(out, notification.extras.getString(KEY_LARGE_ICON)); + out.writeLong(notification.extras.getLong(KEY_FIRE_TIME, -1)); + out.writeLong(notification.extras.getLong(KEY_REPEAT_INTERVAL, -1)); + serializeString(out, notification.extras.getString(Notification.EXTRA_BIG_TEXT)); + out.writeBoolean(notification.extras.getBoolean(Notification.EXTRA_SHOW_CHRONOMETER, false)); + out.writeBoolean(showWhen); + serializeString(out, notification.extras.getString(KEY_INTENT_DATA)); + out.writeBoolean(notification.extras.getBoolean(KEY_SHOW_IN_FOREGROUND, true)); + + String bigPicture = notification.extras.getString(KEY_BIG_PICTURE); + serializeString(out, bigPicture); + if (bigPicture != null && bigPicture.length() > 0) { + // the following only need to be put in if big picture is there + serializeString(out, notification.extras.getString(KEY_BIG_LARGE_ICON)); + serializeString(out, notification.extras.getString(KEY_BIG_CONTENT_TITLE)); + serializeString(out, notification.extras.getString(KEY_BIG_CONTENT_DESCRIPTION)); + serializeString(out, notification.extras.getString(KEY_BIG_SUMMARY_TEXT)); + out.writeBoolean(notification.extras.getBoolean(KEY_BIG_SHOW_WHEN_COLLAPSED, false)); + } + + serializeString(out, Build.VERSION.SDK_INT < Build.VERSION_CODES.O ? null : notification.getChannelId()); + Integer color = UnityNotificationManager.getNotificationColor(notification); + out.writeBoolean(color != null); + if (color != null) + out.writeInt(color); + out.writeInt(notification.number); + out.writeBoolean(0 != (notification.flags & Notification.FLAG_AUTO_CANCEL)); + serializeString(out, notification.getGroup()); + out.writeBoolean(0 != (notification.flags & Notification.FLAG_GROUP_SUMMARY)); + out.writeInt(UnityNotificationManager.getNotificationGroupAlertBehavior(notification)); + serializeString(out, notification.getSortKey()); + if (showWhen) + out.writeLong(notification.when); + + return true; + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to serialize notification", e); + return false; + } + } + + static void serializeString(DataOutputStream out, String s) throws IOException { + if (s == null || s.length() == 0) + out.writeInt(0); + else { + byte[] bytes = s.getBytes(StandardCharsets.UTF_8); + out.writeInt(bytes.length); + out.write(bytes); + } + } + + static byte[] serializeParcelable(Parcelable obj) { + try { + Parcel p = Parcel.obtain(); + Bundle b = new Bundle(); + b.putParcelable("obj", obj); + p.writeParcelable(b, 0); + byte[] result = p.marshall(); + p.recycle(); + return result; + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to serialize Parcelable", e); + } catch (OutOfMemoryError e) { + Log.e(TAG_UNITY, "Failed to serialize Parcelable", e); + } + + return null; + } + + protected static Object deserializeNotification(Context context, SharedPreferences prefs) { + String serializedIntentData = prefs.getString(SAVED_NOTIFICATION_PRIMARY_KEY, ""); + if (null == serializedIntentData || serializedIntentData.length() <= 0) + return null; + byte[] bytes = Base64.decode(serializedIntentData, 0); + Object notification = deserializeNotification(context, bytes); + if (notification != null) + return notification; + serializedIntentData = prefs.getString(SAVED_NOTIFICATION_FALLBACK_KEY, ""); + if (null == serializedIntentData || serializedIntentData.length() <= 0) + return null; + bytes = Base64.decode(serializedIntentData, 0); + return deserializeNotification(context, bytes); + } + + /* See serialization method above for explaination of fallbacks. + This one matches it with one additional fallback: support for "old" bundle serialization. + */ + private static Object deserializeNotification(Context context, byte[] bytes) { + ByteArrayInputStream data = new ByteArrayInputStream(bytes); + DataInputStream in = new DataInputStream(data); + Notification notification = deserializeNotificationParcelable(in); + if (notification != null) + return notification; + data.reset(); + Notification.Builder builder = deserializeNotificationCustom(context, in); + if (builder == null) { + builder = deserializedFromOldIntent(context, bytes); + } + return builder; + } + + private static boolean readAndCheckMagicNumber(DataInputStream in, byte[] magic) { + try { + boolean magicNumberMatch = true; + for (int i = 0; i < magic.length; ++i) { + byte b = in.readByte(); + if (b != magic[i]) { + magicNumberMatch = false; + break; + } + } + + return magicNumberMatch; + } catch (Exception e) { + return false; + } + } + + private static Notification deserializeNotificationParcelable(DataInputStream in) { + try { + if (!readAndCheckMagicNumber(in, UNITY_MAGIC_NUMBER_PARCELLED)) + return null; + int version = in.readInt(); + if (version < 0 || version > INTENT_SERIALIZATION_VERSION) + return null; + Intent intent = deserializeParcelable(in); + Notification notification = intent.getParcelableExtra(KEY_NOTIFICATION); + return notification; + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to deserialize notification intent", e); + } catch (OutOfMemoryError e) { + Log.e(TAG_UNITY, "Failed to deserialize notification intent", e); + } + + return null; + } + + private static Notification.Builder deserializeNotificationCustom(Context context, DataInputStream in) { + try { + if (!readAndCheckMagicNumber(in, UNITY_MAGIC_NUMBER)) + return null; + int version = in.readInt(); + if (version < 0 || version > NOTIFICATION_SERIALIZATION_VERSION) + return null; + + // deserialize extras + int id = 0; + String title, text, smallIcon, largeIcon, bigText, intentData; + long fireTime, repeatInterval; + boolean usesStopWatch, showWhen, showInForeground = true; + Bundle extras = null; + String bigPicture = null, bigLargeIcon = null, bigContentTitle = null, bigSummary = null, bigContentDesc = null; + boolean bigShowWhenCollapsed = false; + if (version < 2) { + // no longer serialized since v2 + extras = deserializeParcelable(in); + } + + // before v2 it was extras or variables, since 2 always variables + if (extras == null) { + // extras serialized manually + id = in.readInt(); + title = deserializeString(in); + text = deserializeString(in); + smallIcon = deserializeString(in); + largeIcon = deserializeString(in); + fireTime = in.readLong(); + repeatInterval = in.readLong(); + bigText = deserializeString(in); + usesStopWatch = in.readBoolean(); + showWhen = in.readBoolean(); + intentData = deserializeString(in); + if (version > 0) + showInForeground = in.readBoolean(); + + if (version >= 3) { + bigPicture = deserializeString(in); + if (bigPicture != null && bigPicture.length() > 0) { + // the following only need to be put in if big picture is there + bigLargeIcon = deserializeString(in); + bigContentTitle = deserializeString(in); + bigContentDesc = deserializeString(in); + bigSummary = deserializeString(in); + bigShowWhenCollapsed = in.readBoolean(); + } + } + } else { + title = extras.getString(Notification.EXTRA_TITLE); + text = extras.getString(Notification.EXTRA_TEXT); + smallIcon = extras.getString(KEY_SMALL_ICON); + largeIcon = extras.getString(KEY_LARGE_ICON); + fireTime = extras.getLong(KEY_FIRE_TIME, -1); + repeatInterval = extras.getLong(KEY_REPEAT_INTERVAL, -1); + bigText = extras.getString(Notification.EXTRA_BIG_TEXT); + usesStopWatch = extras.getBoolean(Notification.EXTRA_SHOW_CHRONOMETER, false); + showWhen = extras.getBoolean(Notification.EXTRA_SHOW_WHEN, false); + intentData = extras.getString(KEY_INTENT_DATA); + } + + String channelId = deserializeString(in); + boolean haveColor = in.readBoolean(); + int color = 0; + if (haveColor) + color = in.readInt(); + int number = in.readInt(); + boolean shouldAutoCancel = in.readBoolean(); + String group = deserializeString(in); + boolean groupSummary = in.readBoolean(); + int groupAlertBehavior = in.readInt(); + String sortKey = deserializeString(in); + long when = showWhen ? in.readLong() : 0; + + UnityNotificationManager manager = UnityNotificationManager.getNotificationManagerImpl(context); + Notification.Builder builder = manager.createNotificationBuilder(channelId); + if (extras != null) + builder.setExtras(extras); + else { + builder.getExtras().putInt(KEY_ID, id); + UnityNotificationManager.setNotificationIcon(builder, KEY_SMALL_ICON, smallIcon); + UnityNotificationManager.setNotificationIcon(builder, KEY_LARGE_ICON, largeIcon); + if (fireTime != -1) + builder.getExtras().putLong(KEY_FIRE_TIME, fireTime); + if (repeatInterval != -1) + builder.getExtras().putLong(KEY_REPEAT_INTERVAL, repeatInterval); + if (intentData != null) + builder.getExtras().putString(KEY_INTENT_DATA, intentData); + builder.getExtras().putBoolean(KEY_SHOW_IN_FOREGROUND, showInForeground); + } + if (title != null) + builder.setContentTitle(title); + if (text != null) + builder.setContentText(text); + if (bigText != null) + builder.setStyle(new Notification.BigTextStyle().bigText(bigText)); + else if (bigPicture != null) + manager.setupBigPictureStyle(builder, bigLargeIcon, bigPicture, bigContentTitle, bigContentDesc, bigSummary, bigShowWhenCollapsed); + if (haveColor) + UnityNotificationManager.setNotificationColor(builder, color); + if (number >= 0) + builder.setNumber(number); + builder.setAutoCancel(shouldAutoCancel); + UnityNotificationManager.setNotificationUsesChronometer(builder, usesStopWatch); + if (group != null && group.length() > 0) + builder.setGroup(group); + builder.setGroupSummary(groupSummary); + UnityNotificationManager.setNotificationGroupAlertBehavior(builder, groupAlertBehavior); + if (sortKey != null && sortKey.length() > 0) + builder.setSortKey(sortKey); + if (showWhen) { + builder.setShowWhen(true); + builder.setWhen(when); + } + + return builder; + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to deserialize notification", e); + } catch (OutOfMemoryError e) { + Log.e(TAG_UNITY, "Failed to deserialize notification", e); + } + + return null; + } + + private static Notification.Builder deserializedFromOldIntent(Context context, byte[] bytes) { + try { + Parcel p = Parcel.obtain(); + p.unmarshall(bytes, 0, bytes.length); + p.setDataPosition(0); + Bundle bundle = new Bundle(); + bundle.readFromParcel(p); + + int id = bundle.getInt(KEY_ID, -1); + String channelId = bundle.getString("channelID"); + String textTitle = bundle.getString("textTitle"); + String textContent = bundle.getString("textContent"); + String smallIcon = bundle.getString("smallIconStr"); + boolean autoCancel = bundle.getBoolean("autoCancel", false); + boolean usesChronometer = bundle.getBoolean("usesChronometer", false); + long fireTime = bundle.getLong(KEY_FIRE_TIME, -1); + long repeatInterval = bundle.getLong(KEY_REPEAT_INTERVAL, -1); + String largeIcon = bundle.getString("largeIconStr"); + int style = bundle.getInt("style", -1); + int color = bundle.getInt("color", 0); + int number = bundle.getInt("number", 0); + String intentData = bundle.getString(KEY_INTENT_DATA); + String group = bundle.getString("group"); + boolean groupSummary = bundle.getBoolean("groupSummary", false); + String sortKey = bundle.getString("sortKey"); + int groupAlertBehaviour = bundle.getInt("groupAlertBehaviour", -1); + boolean showTimestamp = bundle.getBoolean("showTimestamp", false); + + Notification.Builder builder = UnityNotificationManager.getNotificationManagerImpl(context).createNotificationBuilder(channelId); + builder.getExtras().putInt(KEY_ID, id); + builder.setContentTitle(textTitle); + builder.setContentText(textContent); + UnityNotificationManager.setNotificationIcon(builder, KEY_SMALL_ICON, smallIcon); + builder.setAutoCancel(autoCancel); + builder.setUsesChronometer(usesChronometer); + builder.getExtras().putLong(KEY_FIRE_TIME, fireTime); + builder.getExtras().putLong(KEY_REPEAT_INTERVAL, repeatInterval); + UnityNotificationManager.setNotificationIcon(builder, KEY_LARGE_ICON, largeIcon); + if (style == 2) + builder.setStyle(new Notification.BigTextStyle().bigText(textContent)); + if (color != 0) + UnityNotificationManager.setNotificationColor(builder, color); + if (number >= 0) + builder.setNumber(number); + if (intentData != null) + builder.getExtras().putString(KEY_INTENT_DATA, intentData); + if (null != group && group.length() > 0) + builder.setGroup(group); + builder.setGroupSummary(groupSummary); + if (null != sortKey && sortKey.length() > 0) + builder.setSortKey(sortKey); + UnityNotificationManager.setNotificationGroupAlertBehavior(builder, groupAlertBehaviour); + builder.setShowWhen(showTimestamp); + return builder; + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to deserialize old style notification", e); + } catch (OutOfMemoryError e) { + Log.e(TAG_UNITY, "Failed to deserialize old style notification", e); + } + + return null; + } + + private static String deserializeString(DataInputStream in) throws IOException { + int length = in.readInt(); + if (length <= 0) + return null; + byte[] bytes = new byte[length]; + int didRead = in.read(bytes); + if (didRead != bytes.length) + throw new IOException("Insufficient amount of bytes read"); + return new String(bytes, StandardCharsets.UTF_8); + } + + private static T deserializeParcelable(DataInputStream in) throws IOException { + int length = in.readInt(); + if (length <= 0) + return null; + byte[] bytes = new byte[length]; + int didRead = in.read(bytes); + if (didRead != bytes.length) + throw new IOException("Insufficient amount of bytes read"); + + try { + Parcel p = Parcel.obtain(); + p.unmarshall(bytes, 0, bytes.length); + p.setDataPosition(0); + Bundle b = p.readParcelable(UnityNotificationUtilities.class.getClassLoader()); + p.recycle(); + if (b != null) { + return b.getParcelable("obj"); + } + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to deserialize parcelable", e); + } catch (OutOfMemoryError e) { + Log.e(TAG_UNITY, "Failed to deserialize parcelable", e); + } + + return null; + } + + // Returns Activity class to be opened when notification is tapped + // Search is done in this order: + // * class specified in meta-data key custom_notification_android_activity + // * the only enabled activity with name ending in either .UnityPlayerActivity or .UnityPlayerGameActivity + // * the only enabled activity in the package + protected static Class getOpenAppActivity(Context context) { + try { + PackageManager pm = context.getPackageManager(); + ApplicationInfo ai = pm.getApplicationInfo(context.getPackageName(), PackageManager.GET_META_DATA); + Bundle bundle = ai.metaData; + + if (bundle.containsKey("custom_notification_android_activity")) { + try { + return Class.forName(bundle.getString("custom_notification_android_activity")); + } catch (ClassNotFoundException e) { + Log.e(TAG_UNITY, "Specified activity class for notifications not found: " + e.getMessage()); + } + } + + Log.w(TAG_UNITY, "No custom_notification_android_activity found, attempting to find app activity class"); + + ActivityInfo[] aInfo = pm.getPackageInfo(context.getPackageName(), PackageManager.GET_ACTIVITIES).activities; + if (aInfo == null) { + Log.e(TAG_UNITY, "Could not get package activities"); + return null; + } + + String activityClassName = null; + boolean activityIsUnity = false, activityConflict = false; + for (ActivityInfo info : aInfo) { + // activity alias not supported + if (!info.enabled || info.targetActivity != null) + continue; + + boolean candidateIsUnity = isUnityActivity(info.name); + if (activityClassName == null) { + activityClassName = info.name; + activityIsUnity = candidateIsUnity; + continue; + } + + // two Unity activities is a hard conflict + // two non-Unity activities is a conflict unless we find a Unity activity later on + if (activityIsUnity == candidateIsUnity) { + activityConflict = true; + if (activityIsUnity && candidateIsUnity) + break; + continue; + } + + if (candidateIsUnity) { + activityClassName = info.name; + activityIsUnity = candidateIsUnity; + activityConflict = false; + } + } + + if (activityConflict) { + Log.e(TAG_UNITY, "Multiple choices for activity for notifications, set activity explicitly in Notification Settings"); + return null; + } + + if (activityClassName == null) { + Log.e(TAG_UNITY, "Activity class for notifications not found"); + return null; + } + + return Class.forName(activityClassName); + } catch (PackageManager.NameNotFoundException e) { + e.printStackTrace(); + } catch (ClassNotFoundException e) { + Log.e(TAG_UNITY, "Failed to find activity class: " + e.getMessage()); + } + + return null; + } + + private static boolean isUnityActivity(String name) { + return name.endsWith(".UnityPlayerActivity") || name.endsWith(".UnityPlayerGameActivity"); + } + + protected static Notification.Builder recoverBuilder(Context context, Notification notification) { + try { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) { + Notification.Builder builder = Notification.Builder.recoverBuilder(context, notification); + // extras not recovered, transfer manually + builder.setExtras(notification.extras); + return builder; + } + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to recover builder for notification!", e); + } catch (OutOfMemoryError e) { + Log.e(TAG_UNITY, "Failed to recover builder for notification!", e); + } + + return recoverBuilderCustom(context, notification); + } + + private static Notification.Builder recoverBuilderCustom(Context context, Notification notification) { + String channelID = notification.extras.getString(KEY_CHANNEL_ID); + Notification.Builder builder = UnityNotificationManager.getNotificationManagerImpl(context).createNotificationBuilder(channelID); + UnityNotificationManager.setNotificationIcon(builder, KEY_SMALL_ICON, notification.extras.getString(KEY_SMALL_ICON)); + String largeIcon = notification.extras.getString(KEY_LARGE_ICON); + if (largeIcon != null && !largeIcon.isEmpty()) + UnityNotificationManager.setNotificationIcon(builder, KEY_LARGE_ICON, largeIcon); + builder.setContentTitle(notification.extras.getString(Notification.EXTRA_TITLE)); + builder.setContentText(notification.extras.getString(Notification.EXTRA_TEXT)); + builder.setAutoCancel(0 != (notification.flags & Notification.FLAG_AUTO_CANCEL)); + if (notification.number >= 0) + builder.setNumber(notification.number); + String bigText = notification.extras.getString(Notification.EXTRA_BIG_TEXT); + if (bigText != null) + builder.setStyle(new Notification.BigTextStyle().bigText(bigText)); + + builder.setWhen(notification.when); + String group = notification.getGroup(); + if (group != null && !group.isEmpty()) + builder.setGroup(group); + builder.setGroupSummary(0 != (notification.flags & Notification.FLAG_GROUP_SUMMARY)); + String sortKey = notification.getSortKey(); + if (sortKey != null && !sortKey.isEmpty()) + builder.setSortKey(sortKey); + builder.setShowWhen(notification.extras.getBoolean(Notification.EXTRA_SHOW_WHEN, false)); + Integer color = UnityNotificationManager.getNotificationColor(notification); + if (color != null) + UnityNotificationManager.setNotificationColor(builder, color); + UnityNotificationManager.setNotificationUsesChronometer(builder, notification.extras.getBoolean(Notification.EXTRA_SHOW_CHRONOMETER, false)); + UnityNotificationManager.setNotificationGroupAlertBehavior(builder, UnityNotificationManager.getNotificationGroupAlertBehavior(notification)); + + builder.getExtras().putInt(KEY_ID, notification.extras.getInt(KEY_ID, 0)); + builder.getExtras().putLong(KEY_REPEAT_INTERVAL, notification.extras.getLong(KEY_REPEAT_INTERVAL, 0)); + builder.getExtras().putLong(KEY_FIRE_TIME, notification.extras.getLong(KEY_FIRE_TIME, 0)); + String intentData = notification.extras.getString(KEY_INTENT_DATA); + if (intentData != null && !intentData.isEmpty()) + builder.getExtras().putString(KEY_INTENT_DATA, intentData); + + return builder; + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Unity.Notifications.Android.asmdef b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Unity.Notifications.Android.asmdef new file mode 100755 index 0000000..be90438 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Unity.Notifications.Android.asmdef @@ -0,0 +1,16 @@ +{ + "name": "Unity.Notifications.Android", + "references": [], + "optionalUnityReferences": [], + "includePlatforms": [ + "Android", + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [] +} \ No newline at end of file diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Unity.Notifications.Android.asmdef.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Unity.Notifications.Android.asmdef.meta new file mode 100755 index 0000000..49253f0 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Android/Unity.Notifications.Android.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ac145e6b8c6034cdbadc8c6e26aedbcf +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified.meta new file mode 100755 index 0000000..90799bb --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2928de7141e034d699719cb63e6156e9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Notification.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Notification.cs new file mode 100755 index 0000000..5c80bf3 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Notification.cs @@ -0,0 +1,222 @@ +using System; + +#if UNITY_ANDROID +using PlatformNotification = Unity.Notifications.Android.AndroidNotification; +#else +using System.Globalization; +using PlatformNotification = Unity.Notifications.iOS.iOSNotification; +#endif + +namespace Unity.Notifications +{ + /// + /// Represents a notification to be sent or a received one. + /// Can be converted to platform specific notification via explicit cast. + /// + /// var n1 = (AndroidNotification)notification; // convert to Android + /// var n1 = (iOSNotification)notification; // convert to iOS + /// + /// + public struct Notification + { + PlatformNotification notification; + + public static explicit operator PlatformNotification(Notification n) + { +#if UNITY_ANDROID + n.notification.ShowInForeground = n.ShowInForeground; + n.notification.ShouldAutoCancel = true; // iOS always auto-cancels + return n.notification; +#else + var ret = n.notification; + if (ret != null && n.Identifier.HasValue) + ret.Identifier = n.Identifier.Value.ToString(CultureInfo.InvariantCulture); + ret.ShowInForeground = n.ShowInForeground; + return ret; +#endif + } + + internal Notification(PlatformNotification notification +#if UNITY_ANDROID + , int id +#endif + ) + { + this.notification = notification; + Identifier = default; + ShowInForeground = notification.ShowInForeground; + +#if UNITY_ANDROID + Identifier = id; +#else + if (int.TryParse(notification.Identifier, NumberStyles.None, CultureInfo.InvariantCulture, out int val)) + Identifier = val; +#endif + } + +#if !UNITY_ANDROID // so code compiles when something other than Android/iOS is selected + PlatformNotification GetNotification() + { + if (notification == null) + notification = new PlatformNotification(); + return notification; + } +#endif + + /// + /// A unique identifier for this notification. + /// If null, a unique ID will be generated when scheduling. + /// + public int? Identifier { get; set; } + + /// + /// String that is shown on notification as title. + /// + public string Title + { + get + { +#if UNITY_IOS + if (notification == null) + return null; +#endif + return notification.Title; + } + set + { +#if UNITY_IOS + if (notification == null) + notification = new PlatformNotification(); +#endif + notification.Title = value; + } + } + + /// + /// String that is shown on notification as it's main body. + /// + public string Text + { + get + { +#if UNITY_ANDROID + return notification.Text; +#else + return notification?.Body; +#endif + } + set + { +#if UNITY_ANDROID + notification.Text = value; +#else + GetNotification().Body = value; +#endif + } + } + + /// + /// Arbitrary data that is sent with notification. + /// Can be used to store some useful information in the notification to be later retrieved when notification arrives or is tapped by user. + /// + public string Data + { + get + { +#if UNITY_ANDROID + return notification.IntentData; +#else + return notification?.Data; +#endif + } + set + { +#if UNITY_ANDROID + notification.IntentData = value; +#else + GetNotification().Data = value; +#endif + } + } + + /// + /// Number, associated with the notification. Zero is ignored. + /// When supported, shows up as badge on application launcher. + /// + public int Badge + { + get + { +#if UNITY_ANDROID + return notification.Number; +#else + return notification == null ? 0 : notification.Badge; +#endif + } + set + { +#if UNITY_ANDROID + notification.Number = value; +#else + GetNotification().Badge = value; +#endif + } + } + + // Default value differs on Android/iOS, so have separate here and unify uppon conversion + /// + /// Indicated, whether notification should be shown if it arrives while application is in foreground. + /// When notification arrives with app in foreground even fires regardless of this. + /// Default is false, meaning notifications are silent when app is in foreground. + /// + public bool ShowInForeground { get; set; } + + /// + /// Identifier for the group this notification belong to. + /// If device supports it, notifications with same group identifier are stacked together. + /// On Android this is also called group, while on iOS it is called thread identidier. + /// + public string Group + { + get + { +#if UNITY_ANDROID + return notification.Group; +#else + return notification?.ThreadIdentifier; +#endif + } + set + { +#if UNITY_ANDROID + notification.Group = value; +#else + GetNotification().ThreadIdentifier = value; +#endif + } + } + + /// + /// Marks this notification as group summary. + /// Only has effect if is also set. + /// Android only. On iOS will be just another notification in the group. + /// + public bool IsGroupSummary + { + get + { +#if UNITY_ANDROID + return notification.GroupSummary; +#else + return false; +#endif + } + set + { +#if UNITY_ANDROID + notification.GroupSummary = value; +#endif + } + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Notification.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Notification.cs.meta new file mode 100755 index 0000000..e74fc44 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Notification.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3c21b2456627d40629aab46fbb054de9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationCenter.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationCenter.cs new file mode 100755 index 0000000..c5af00e --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationCenter.cs @@ -0,0 +1,423 @@ +using System; + +#if UNITY_ANDROID +using Unity.Notifications.Android; +#else +using System.Globalization; +using Unity.Notifications.iOS; +#endif + +namespace Unity.Notifications +{ + /// + /// Options, specifying how notifications should be presented to the user. + /// These option can be bitwise-ored to combine them. + /// + /// + /// On Android Alert and Sound flags are used to choose importance level for the channel, so specifying Alert also includes sound. + /// + /// + [Flags] + public enum NotificationPresentation + { + /// + /// Specifies that when notification arrives, a pop-up should show up on screen. + /// Alerts can be disabled by user in device settings. They may also be disabled by default. + /// + Alert = 1, + + /// + /// Whether notifications can set a badge on applications launcher. + /// + Badge = 1 << 1, + + /// + /// Whether notifications cause device to play sound uppon arrival. + /// + Sound = 1 << 2, + + /// + /// Causes device to vibrate when notification is received. Android only. + /// + Vibrate = 1 << 3, + } + + /// + /// The settings section to open, if possible. + /// + public enum NotificationSettingsSection + { + /// + /// Opens settings for application and tries to open the section for notifications. + /// + Application, + + /// + /// Tries to navigate to section for a particular notification category. + /// Since Android 8.0 will open notification settings for the specific notification channel. + /// + Category, + } + + /// + /// Initialization arguments for . + /// Recommended to use to retrieve recommened default values and then alter it. + /// It is required to manually set . + /// + public struct NotificationCenterArgs + { + /// + /// Returns recommended default values for all settings. + /// + public static NotificationCenterArgs Default => new NotificationCenterArgs() + { + PresentationOptions = NotificationPresentation.Badge | NotificationPresentation.Sound, + }; + + /// + /// Options specifying how notifications should be presented to user when they arrive. + /// On Android these only have effect if notification channel is created uppon initialization (all channel related properties are set). + /// On iOS these only have effect if permission to post notification is later requested using + /// + public NotificationPresentation PresentationOptions { get; set; } + + /// + /// A custom non-empty string to identify notification channel. Required, Android only. + /// All notifications will be sent to this channel. + /// Channel is created automatically during initialization if and are both set. + /// If name and description are left null, channel with given identifier has to be created manually (for example using ). + /// + public string AndroidChannelId { get; set; } + + /// + /// A user visible name for notification channel. Optional, Android only. + /// Leave null, if you wish to create channel manually. + /// Set this to channel name for it to be created automatically during initialization. + /// If this is set, then must also be set. + /// + /// + public string AndroidChannelName { get; set; } + + /// + /// A user visible description for the channel. Optional, Android only. + /// Leave null, if you wish to create channel manually. + /// Set this to channel description for it to be created automatically during initialization. + /// If this is set, then must also be set. + /// + /// + public string AndroidChannelDescription { get; set; } + } + + /// + /// Send, receive and manage notifications. + /// Must be initialized before use. See . + /// + public static class NotificationCenter + { + /// + /// Delegate for . + /// + /// Notification that has been received. + public delegate void NotificationReceivedCallback(Notification notification); + + static bool s_Initialized = false; + static NotificationCenterArgs s_Args; + static event NotificationReceivedCallback s_OnNotificationReceived; + static bool s_OnNotificationReceivedSet = false; + +#if UNITY_ANDROID + static void NotificationReceived(AndroidNotificationIntentData data) +#else + static void NotificationReceived(iOSNotification notif) +#endif + { + if (s_OnNotificationReceived != null) + { +#if UNITY_ANDROID + var notification = new Notification(data.Notification, data.Id); +#else + var notification = new Notification(notif); +#endif + + s_OnNotificationReceived(notification); + } + } + + /// + /// An event that fires when notification is received. + /// Application must be running for this event to work. + /// On Android this even fires if application is in foreground or when it's brought back from background. + /// On iOS this even only fires when notification is received while app is in foreground. + /// + /// + /// This event is the same as AndroidNotificationCenter.OnNotificationReceived and iOSNotificationCenter.OnNotificationReceived. + /// + public static event NotificationReceivedCallback OnNotificationReceived + { + add + { + if (!s_OnNotificationReceivedSet) + { +#if UNITY_ANDROID + AndroidNotificationCenter.OnNotificationReceived += NotificationReceived; +#else + iOSNotificationCenter.OnNotificationReceived += NotificationReceived; +#endif + s_OnNotificationReceivedSet = true; + } + s_OnNotificationReceived += value; + } + remove + { + s_OnNotificationReceived -= value; + } + } + + /// + /// Initializes notification center with given arguments. + /// On Android it will also create notification channel if arguments are set accordingly. + /// + /// Arguments for initialization. + public static void Initialize(NotificationCenterArgs args) + { + if (s_Initialized) + return; + if (string.IsNullOrEmpty(args.AndroidChannelId)) + throw new ArgumentException("AndroidChannel not provided"); + + s_Args = args; + s_Initialized = true; + +#if UNITY_ANDROID + AndroidNotificationCenter.Initialize(); + if (args.AndroidChannelName != null || args.AndroidChannelDescription != null) + { + Importance importance = Importance.Low; + if (0 != (args.PresentationOptions & NotificationPresentation.Alert)) + importance = Importance.High; + else if (0 != (args.PresentationOptions & NotificationPresentation.Sound)) + importance = Importance.Default; + + AndroidNotificationCenter.RegisterNotificationChannel(new AndroidNotificationChannel() + { + Id = args.AndroidChannelId, + Name = args.AndroidChannelName, + Description = args.AndroidChannelDescription, + Importance = importance, + CanShowBadge = 0 != (args.PresentationOptions & NotificationPresentation.Badge), + EnableVibration = 0 != (args.PresentationOptions & NotificationPresentation.Vibrate), + }); + } +#endif + } + + /// + /// Request for users permission to post notifications. + /// Requests users permission to send notifications. Unless already allowed or permanently denied, shows UI to the user. + /// Users can revoke permission in Settings while app is not running. + /// + /// An object for tracking the request and obtaining results. + /// Before Android 13 no permission is required. + public static NotificationsPermissionRequest RequestPermission() + { + CheckInitialized(); + + int iOSAuthorizationOptions = 0; +#if UNITY_IOS + if (0 != (s_Args.PresentationOptions & NotificationPresentation.Alert)) + iOSAuthorizationOptions |= (int)AuthorizationOption.Alert; + if (0 != (s_Args.PresentationOptions & NotificationPresentation.Badge)) + iOSAuthorizationOptions |= (int)AuthorizationOption.Badge; + if (0 != (s_Args.PresentationOptions & NotificationPresentation.Sound)) + iOSAuthorizationOptions |= (int)AuthorizationOption.Sound; +#endif + return new NotificationsPermissionRequest(iOSAuthorizationOptions); + } + + static void CheckInitialized() + { + if (!s_Initialized) + throw new Exception("NotificationCenter not initialized"); + } + + /// + /// Schedule notification to be shown in the future. + /// + /// Type of the schedule, usually deduced from actually passed one. + /// Notification to send. + /// Schedule, specifying, when notification should be shown. + /// Notification identifier. + public static int ScheduleNotification(Notification notification, T schedule) + where T : NotificationSchedule + { + string category = null; +#if UNITY_ANDROID + category = s_Args.AndroidChannelId; +#endif + return ScheduleNotification(notification, category, schedule); + } + + /// + /// Schedule notification to be shown in the future. + /// Allows to explicitly specify the category to send notification to. On Android it is notification channel. + /// Channel or category has to be created manually using AndroidNotificationCenter and iOSNotificationCenter respectively. + /// + /// Type of the schedule, usually deduced from actually passed one. + /// Notification to send. + /// Identifier for iOS category or Android channel. + /// Schedule, specifying, when notification should be shown. + /// Notification identifier. + public static int ScheduleNotification(Notification notification, string category, T schedule) + where T : NotificationSchedule + { + CheckInitialized(); + +#if UNITY_ANDROID + var n = (AndroidNotification)notification; + schedule.Schedule(ref n); + if (notification.Identifier.HasValue) + { + AndroidNotificationCenter.SendNotificationWithExplicitID(n, category, notification.Identifier.Value); + return notification.Identifier.Value; + } + else + return AndroidNotificationCenter.SendNotification(n, category); +#else + var n = (iOSNotification)notification; + if (n == null) + throw new ArgumentException("Passed notifiation is empty"); + n.CategoryIdentifier = category; + schedule.Schedule(ref n); + iOSNotificationCenter.ScheduleNotification(n); + if (notification.Identifier.HasValue) + return notification.Identifier.Value; + // iOSNotification is class and has auto-generated id set at this point + // for consistency with Android set it back to null, so same Notification can be sent again as new one + int id = int.Parse(n.Identifier, NumberStyles.None, CultureInfo.InvariantCulture); + n.Identifier = null; + return id; +#endif + } + + /// + /// Returns last notification tapped by user, or null. + /// + public static Notification? LastRespondedNotification + { + get + { + CheckInitialized(); + +#if UNITY_ANDROID + var intent = AndroidNotificationCenter.GetLastNotificationIntent(); + if (intent == null) + return null; + return new Notification(intent.Notification, intent.Id); +#else + var notification = iOSNotificationCenter.GetLastRespondedNotification(); + if (notification == null) + return null; + return new Notification(notification); +#endif + } + } + + /// + /// Cancel a scheduled notification. + /// + /// ID of the notification to cancel. + public static void CancelScheduledNotification(int id) + { + CheckInitialized(); + +#if UNITY_ANDROID + AndroidNotificationCenter.CancelScheduledNotification(id); +#else + iOSNotificationCenter.RemoveScheduledNotification(id.ToString(CultureInfo.InvariantCulture)); +#endif + } + + /// + /// Cancel delivered notification. + /// Removes notification from the tray. + /// + /// ID of the notification to cancel. + public static void CancelDeliveredNotification(int id) + { + CheckInitialized(); + +#if UNITY_ANDROID + AndroidNotificationCenter.CancelDisplayedNotification(id); +#else + iOSNotificationCenter.RemoveDeliveredNotification(id.ToString(CultureInfo.InvariantCulture)); +#endif + } + + /// + /// Cancel all future notifications. + /// + public static void CancelAllScheduledNotifications() + { + CheckInitialized(); + +#if UNITY_ANDROID + AndroidNotificationCenter.CancelAllScheduledNotifications(); +#else + iOSNotificationCenter.RemoveAllScheduledNotifications(); +#endif + } + + /// + /// Remove all already delivered notifications. + /// + public static void CancelAllDeliveredNotifications() + { + CheckInitialized(); + +#if UNITY_ANDROID + AndroidNotificationCenter.CancelAllDisplayedNotifications(); +#else + iOSNotificationCenter.RemoveAllDeliveredNotifications(); +#endif + } + + /// + /// Clear Application badge. iOS only. + /// iOS applications can set numeric badge on app icon. Calling this method removes that badge. + /// On Android badge is removed automatically when notifications are removed. + /// + public static void ClearBadge() + { + CheckInitialized(); + +#if UNITY_IOS + iOSNotificationCenter.ApplicationBadge = 0; +#endif + } + + /// + /// Opens settings for the application. + /// If possible, will try to navigate as close to requested section as it can. + /// On iOS and Android prior to 8.0 will open settings for the application. + /// Since Android 8.0 will open notification settings for either application or the default channel. + /// + /// The section to navigate to. + public static void OpenNotificationSettings(NotificationSettingsSection section = NotificationSettingsSection.Application) + { + CheckInitialized(); + +#if UNITY_ANDROID + string channel = section switch + { + NotificationSettingsSection.Category => s_Args.AndroidChannelId, + NotificationSettingsSection.Application => null, + _ => null, + }; + + AndroidNotificationCenter.OpenNotificationSettings(channel); +#else + iOSNotificationCenter.OpenNotificationSettings(); +#endif + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationCenter.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationCenter.cs.meta new file mode 100755 index 0000000..058d7b9 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationCenter.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 89f50368f285b453ebeac8f965391651 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationScheduling.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationScheduling.cs new file mode 100755 index 0000000..1116478 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationScheduling.cs @@ -0,0 +1,158 @@ +using System; +#if UNITY_ANDROID +using PlatformNotification = Unity.Notifications.Android.AndroidNotification; +#else +using Unity.Notifications.iOS; +using PlatformNotification = Unity.Notifications.iOS.iOSNotification; +#endif + +namespace Unity.Notifications +{ + /// + /// Interval, at which notification should repeat. + /// + public enum NotificationRepeatInterval + { + /// + /// Indicates, that notification does not repeat. + /// + OneTime = 0, + + /// + /// Indicates, that notification should repeat daily. + /// When used in , only time is used for scheduling. + /// + Daily = 1, + } + + /// + /// Marker interface for different schedule types. + /// + public interface NotificationSchedule + { + internal void Schedule(ref PlatformNotification notification); + } + + /// + /// Schedule notification to show up after a certain amount of time, optionally repeating at the same time interval. + /// + public struct NotificationIntervalSchedule + : NotificationSchedule + { + /// + /// Time interval to show notification from current time. + /// Only full seconds are considered. + /// + public TimeSpan Interval { get; set; } + + /// + /// Whether notification should repeat. + /// If true, notification will repeat at the same interval as initial time from the current one. + /// + public bool Repeats { get; set; } + + /// + /// Convenience constructor. + /// + /// Value for + /// Value for + public NotificationIntervalSchedule(TimeSpan interval, bool repeats = false) + { + Interval = interval; + Repeats = repeats; + } + + void NotificationSchedule.Schedule(ref PlatformNotification notification) + { +#if UNITY_ANDROID + notification.FireTime = DateTime.Now + Interval; + if (Repeats) + notification.RepeatInterval = Interval; +#else + notification.Trigger = new iOSNotificationTimeIntervalTrigger() + { + TimeInterval = Interval, + Repeats = Repeats, + }; +#endif + } + } + + /// + /// Schedule to show notification at particular date and time. + /// Optionally can repeat at predefined intervals. + /// + public struct NotificationDateTimeSchedule + : NotificationSchedule + { + /// + /// Date and time when notification has to be shown if does not repeat. + /// If notification is set to repeat, the meaning of this value depends on . + /// + public DateTime FireTime { get; set; } + + /// + /// Interval, at which notification should repeat from the first delivery. + /// + public NotificationRepeatInterval RepeatInterval { get; set; } + + /// + /// Convenience constructor. + /// + /// Value for + /// Value for + public NotificationDateTimeSchedule(DateTime fireTime, NotificationRepeatInterval repeatInterval = NotificationRepeatInterval.OneTime) + { + FireTime = fireTime; + RepeatInterval = repeatInterval; + } + + void NotificationSchedule.Schedule(ref PlatformNotification notification) + { +#if UNITY_ANDROID + // TODO handle UTC + switch (RepeatInterval) + { + case NotificationRepeatInterval.OneTime: + notification.FireTime = FireTime; + break; + case NotificationRepeatInterval.Daily: + { + var currentTime = DateTime.Now; + var fireTime = new DateTime(currentTime.Year, currentTime.Month, currentTime.Day, FireTime.Hour, FireTime.Minute, FireTime.Second); + if (fireTime < currentTime) + fireTime = fireTime.AddDays(1); + notification.FireTime = fireTime; + notification.RepeatInterval = TimeSpan.FromDays(1); + break; + } + } +#else + var trigger = new iOSNotificationCalendarTrigger() + { + Hour = FireTime.Hour, + Minute = FireTime.Minute, + Second = FireTime.Second, + UtcTime = FireTime.Kind == DateTimeKind.Utc, + }; + + switch (RepeatInterval) + { + case NotificationRepeatInterval.OneTime: + trigger.Year = FireTime.Year; + trigger.Month = FireTime.Month; + trigger.Day = FireTime.Day; + break; + case NotificationRepeatInterval.Daily: + trigger.Day = null; + trigger.Repeats = true; + break; + default: + throw new Exception($"Unsupported repeat interval {RepeatInterval}"); + } + + notification.Trigger = trigger; +#endif + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationScheduling.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationScheduling.cs.meta new file mode 100755 index 0000000..7a580f7 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationScheduling.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 304ff37de66064f79ad81cb7991a4b36 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationsPermissionRequest.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationsPermissionRequest.cs new file mode 100755 index 0000000..1c9ac8c --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationsPermissionRequest.cs @@ -0,0 +1,94 @@ +using UnityEngine; + +#if UNITY_ANDROID +using Unity.Notifications.Android; +#else +using Unity.Notifications.iOS; +#endif + +namespace Unity.Notifications +{ + /// + /// The status of notification permission request. + /// + /// + public enum NotificationsPermissionStatus + { + /// + /// Indicates that request is ongoing. Usually mean that user is presented with UI to respond to. + /// + RequestPending, + + /// + /// Permission granted, you can post notifications. + /// + Granted, + + /// + /// Permission denied, sending notifications will not work. + /// + Denied, + } + + /// + /// Track the status of notification permission request. + /// Can be returned from coroutine to suspend it until request is either granted or denied. + /// Permission can be granted or denied immediately, if this isn't the first request. + /// + public class NotificationsPermissionRequest + : CustomYieldInstruction + { +#if UNITY_ANDROID + PermissionRequest request; +#else + AuthorizationRequest request; +#endif + + internal NotificationsPermissionRequest(int options) + { +#if UNITY_ANDROID + // do not create request if already allowed + if (AndroidNotificationCenter.UserPermissionToPost != PermissionStatus.Allowed) + request = new PermissionRequest(); +#else + request = new AuthorizationRequest((AuthorizationOption)options, false); +#endif + } + + /// + /// Overridden property of base class. Indicates if coroutine should be suspended. + /// + public override bool keepWaiting => (request == null) + ? false +#if UNITY_ANDROID + : request.Status == PermissionStatus.RequestPending; +#else + : !request.IsFinished; +#endif + + /// + /// Returns a status of this request. + /// + public NotificationsPermissionStatus Status + { + get + { + if (request == null) + return NotificationsPermissionStatus.Granted; + +#if UNITY_ANDROID + return request.Status switch + { + PermissionStatus.RequestPending => NotificationsPermissionStatus.RequestPending, + PermissionStatus.Allowed => NotificationsPermissionStatus.Granted, + _ => NotificationsPermissionStatus.Denied, + }; +#else + if (!request.IsFinished) + return NotificationsPermissionStatus.RequestPending; + return request.Granted ? NotificationsPermissionStatus.Granted : NotificationsPermissionStatus.Denied; +#endif + } + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationsPermissionRequest.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationsPermissionRequest.cs.meta new file mode 100755 index 0000000..f33508a --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/NotificationsPermissionRequest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cf48a9bb20f8b4cdbbf92393fd680077 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Unity.Notifications.Unified.asmdef b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Unity.Notifications.Unified.asmdef new file mode 100755 index 0000000..59f8402 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Unity.Notifications.Unified.asmdef @@ -0,0 +1,21 @@ +{ + "name": "Unity.Notifications.Unified", + "rootNamespace": "", + "references": [ + "Unity.Notifications.Android", + "Unity.Notifications.iOS" + ], + "includePlatforms": [ + "Android", + "Editor", + "iOS" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Unity.Notifications.Unified.asmdef.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Unity.Notifications.Unified.asmdef.meta new file mode 100755 index 0000000..c6e4615 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/Unified/Unity.Notifications.Unified.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d71139be5ab9e4bb49bc95f8093014e9 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS.meta new file mode 100755 index 0000000..ed59df0 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 00c2f1475f1804a4e8559419f485be7b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AssemblyInfo.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AssemblyInfo.cs new file mode 100755 index 0000000..2669213 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AssemblyInfo.cs @@ -0,0 +1,4 @@ +using System.Runtime.CompilerServices; + +[assembly: InternalsVisibleTo("Unity.Notifications.Tests")] +[assembly: InternalsVisibleTo("Unity.iOS.Notifications.Tests")] diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AssemblyInfo.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AssemblyInfo.cs.meta new file mode 100755 index 0000000..1d1cdac --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AssemblyInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: eaec56e278645461f8385f7af3c99e8a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AuthorizationRequest.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AuthorizationRequest.cs new file mode 100755 index 0000000..489095e --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AuthorizationRequest.cs @@ -0,0 +1,198 @@ +using System; +using System.Runtime.InteropServices; +using UnityEngine; + +namespace Unity.Notifications.iOS +{ + /// + /// Enum for requesting authorization to interact with the user. + /// + [Flags] + public enum AuthorizationOption + { + /// + /// The ability to update the app’s badge. + /// + Badge = (1 << 0), + + /// + /// The ability to play sounds. + /// + Sound = (1 << 1), + + /// + /// The ability to display alerts. + /// + Alert = (1 << 2), + + /// + /// The ability to display notifications in a CarPlay environment. + /// + CarPlay = (1 << 3), + + /// + /// The ability to play sounds for critical alerts. + /// Critical alerts require a special entitlement issued by Apple. + /// + CriticalAlert = (1 << 4), + + /// + /// An option indicating the system should display a button for in-app notification settings. + /// + ProvidesAppNotificationSettings = (1 << 5), + + /// + /// The ability to post noninterrupting notifications provisionally to the Notification Center. + /// + Provisional = (1 << 6), + } + + [StructLayout(LayoutKind.Sequential)] + internal struct iOSAuthorizationRequestData + { + internal int granted; + internal string error; + internal string deviceToken; + } + + /// + /// Use this to request authorization to interact with the user when you with to deliver local and remote notifications are delivered to the user's device. + /// + /// + /// This method must be called before you attempt to schedule any local notifications. If "Request Authorization on App Launch" is enabled in + /// "Edit -> Project Settings -> Mobile Notification Settings" this method will be called automatically when the app launches. You might call this method again to determine the current + /// authorizations status or retrieve the DeviceToken for Push Notifications. However the UI system prompt will not be shown if the user has already granted or denied authorization for this app. + /// + /// + /// + /// using (var req = new AuthorizationRequest(AuthorizationOption.Alert | AuthorizationOption.Badge, true)) + /// { + /// while (!req.IsFinished) + /// { + /// yield return null; + /// }; + /// + /// string result = "\n RequestAuthorization: \n"; + /// result += "\n finished: " + req.IsFinished; + /// result += "\n granted : " + req.Granted; + /// result += "\n error: " + req.Error; + /// result += "\n deviceToken: " + req.DeviceToken; + /// Debug.Log(res); + /// } + /// + /// + public class AuthorizationRequest : IDisposable + { + bool m_IsFinished; + bool m_Granted; + string m_Error; + string m_DeviceToken; + + /// + /// Indicates whether the authorization request has completed. + /// + public bool IsFinished + { + get { lock (this) { return m_IsFinished; } } + private set { m_IsFinished = value; } + } + + /// + /// A property indicating whether authorization was granted. The value of this parameter is set to true when authorization was granted for one or more options. The value is set to false when authorization is denied for all options. + /// + public bool Granted + { + get { lock (this) { return m_Granted; } } + private set { m_Granted = value; } + } + + /// + /// Contains error information of the request failed for some reason or an empty string if no error occurred. + /// + public string Error + { + get { lock (this) { return m_Error; } } + private set { m_Error = value; } + } + + /// + /// A globally unique token that identifies this device to Apple Push Notification Network. Send this token to the server that you use to generate remote notifications. + /// Your server must pass this token unmodified back to APNs when sending those remote notifications. + /// This property will be empty if you set the registerForRemoteNotifications parameter to false when creating the Authorization request or if the app fails registration with the APN. + /// + public string DeviceToken + { + get { lock (this) { return m_DeviceToken; } } + private set { m_DeviceToken = value; } + } + + static AuthorizationRequest() + { + iOSNotificationsWrapper.RegisterAuthorizationRequestCallback(); + } + + /// + /// Initiate an authorization request. + /// + /// The authorization options your app is requesting. You may specify multiple options to request authorization for. Request only the authorization options that you plan to use. + /// Set this to true to initiate the registration process with Apple Push Notification service after the user has granted authorization + /// If registration succeeds the DeviceToken will be returned. You should pass this token along to the server you use to generate remote notifications for the device. + public AuthorizationRequest(AuthorizationOption authorizationOption, bool registerForRemoteNotifications) + { + var handle = GCHandle.Alloc(this); + iOSNotificationsWrapper.RequestAuthorization(GCHandle.ToIntPtr(handle), (int)authorizationOption, registerForRemoteNotifications); + } + + private void OnAuthorizationRequestCompleted(iOSAuthorizationRequestData requestData) + { + lock (this) + { + IsFinished = true; + Granted = requestData.granted != 0; + Error = requestData.error; + DeviceToken = requestData.deviceToken; + } + } + + internal static void OnAuthorizationRequestCompleted(IntPtr request, iOSAuthorizationRequestData requestData) + { + try + { + var handle = GCHandle.FromIntPtr(request); + var req = handle.Target as AuthorizationRequest; + handle.Free(); + req.OnAuthorizationRequestCompleted(requestData); + } + catch (Exception e) + { + Debug.LogException(e); + } + } + + /// + /// Whether the app is currently registered for remote notifications. + /// + /// + public static bool RegisteredForRemoteNotifications + { + get => iOSNotificationsWrapper.RegisteredForRemoteNotifications(); + } + + /// + /// Unregister for remote notifications. + /// This is rarely needed, typically when user logs out. The app can always re-register. + /// + /// + public static void UnregisterForRemoteNotifications() + { + iOSNotificationsWrapper.UnregisterForRemoteNotifications(); + } + + /// + /// Dispose to unregister the OnAuthorizationRequestCompleted callback. + /// + public void Dispose() + { + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AuthorizationRequest.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AuthorizationRequest.cs.meta new file mode 100755 index 0000000..55c8fde --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/AuthorizationRequest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b313ac86fae05a14cb6f9c95468075e0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins.meta new file mode 100755 index 0000000..bcac240 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9c6a1338bb05c4940b3099839651a262 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.h b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.h new file mode 100755 index 0000000..5fe8b8e --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.h @@ -0,0 +1,22 @@ +// +// UnityAppController+Notifications.h +// iOS.notifications +// + +#if TARGET_OS_IOS +#import "UnityAppController.h" + +#include "Classes/PluginBase/LifeCycleListener.h" +#include "Classes/PluginBase/AppDelegateListener.h" + +@interface UnityAppController (Notifications) + +@end + +@interface UnityNotificationLifeCycleManager : NSObject + ++ (instancetype)sharedInstance; + +@end + +#endif diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.h.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.h.meta new file mode 100755 index 0000000..6df00f7 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.h.meta @@ -0,0 +1,44 @@ +fileFormatVersion: 2 +guid: 16485d365daaf42668d353cf0a47af00 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + : Any + second: + enabled: 0 + settings: + Exclude iOS: 0 + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + CPU: AnyCPU + DefaultValueInitialized: true + OS: AnyOS + - first: + iPhone: iOS + second: + enabled: 1 + settings: + AddToEmbeddedBinaries: false + CPU: AnyCPU + CompileFlags: + FrameworkDependencies: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.mm b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.mm new file mode 100755 index 0000000..980cfe2 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.mm @@ -0,0 +1,93 @@ +// +// UnityAppController+Notifications.m +// iOS.notifications +// + +#if TARGET_OS_IOS + +#import + +#import "UnityNotificationManager.h" +#import "UnityAppController+Notifications.h" + +@implementation UnityNotificationLifeCycleManager + ++ (void)load +{ + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + [UnityNotificationLifeCycleManager sharedInstance]; + }); +} + ++ (instancetype)sharedInstance; +{ + static UnityNotificationLifeCycleManager *sharedInstance = nil; + static dispatch_once_t onceToken; + + dispatch_once(&onceToken, ^{ + sharedInstance = [[UnityNotificationLifeCycleManager alloc] init]; + NSNotificationCenter *nc = [NSNotificationCenter defaultCenter]; + + [nc addObserverForName: UIApplicationDidBecomeActiveNotification + object: nil + queue: [NSOperationQueue mainQueue] + usingBlock:^(NSNotification *notification) { + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + [manager updateScheduledNotificationList]; + [manager updateDeliveredNotificationList]; + [manager updateNotificationSettings]; + }]; + + [nc addObserverForName: UIApplicationDidEnterBackgroundNotification + object: nil + queue: [NSOperationQueue mainQueue] + usingBlock:^(NSNotification *notification) { + [UnityNotificationManager sharedInstance].lastReceivedNotification = NULL; + }]; + + [nc addObserverForName: kUnityWillFinishLaunchingWithOptions + object: nil + queue: [NSOperationQueue mainQueue] + usingBlock:^(NSNotification *notification) { + [UNUserNotificationCenter currentNotificationCenter].delegate = [UnityNotificationManager sharedInstance]; + + BOOL authorizeOnLaunch = [[[NSBundle mainBundle] objectForInfoDictionaryKey: @"UnityNotificationRequestAuthorizationOnAppLaunch"] boolValue]; + BOOL supportsPushNotification = [[[NSBundle mainBundle] objectForInfoDictionaryKey: @"UnityAddRemoteNotificationCapability"] boolValue]; + BOOL registerRemoteOnLaunch = supportsPushNotification == YES ? + [[[NSBundle mainBundle] objectForInfoDictionaryKey: @"UnityNotificationRequestAuthorizationForRemoteNotificationsOnAppLaunch"] boolValue] : NO; + + NSInteger defaultAuthorizationOptions = [[[NSBundle mainBundle] objectForInfoDictionaryKey: @"UnityNotificationDefaultAuthorizationOptions"] integerValue]; + + if (defaultAuthorizationOptions <= 0) + defaultAuthorizationOptions = (UNAuthorizationOptionSound + UNAuthorizationOptionAlert + UNAuthorizationOptionBadge); + + if (authorizeOnLaunch) + { + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + [manager requestAuthorization: defaultAuthorizationOptions withRegisterRemote: registerRemoteOnLaunch forRequest: NULL]; + } + }]; + + [nc addObserverForName: kUnityDidRegisterForRemoteNotificationsWithDeviceToken + object: nil + queue: [NSOperationQueue mainQueue] + usingBlock:^(NSNotification *notification) { + NSLog(@"didRegisterForRemoteNotificationsWithDeviceToken"); + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + [manager finishRemoteNotificationRegistration: UNAuthorizationStatusAuthorized notification: notification]; + }]; + + [nc addObserverForName: kUnityDidFailToRegisterForRemoteNotificationsWithError + object: nil + queue: [NSOperationQueue mainQueue] + usingBlock:^(NSNotification *notification) { + NSLog(@"didFailToRegisterForRemoteNotificationsWithError"); + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + [manager finishRemoteNotificationRegistration: UNAuthorizationStatusDenied notification: notification]; + }]; + }); + return sharedInstance; +} +@end +#endif diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.mm.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.mm.meta new file mode 100755 index 0000000..d2477e0 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityAppController+Notifications.mm.meta @@ -0,0 +1,34 @@ +fileFormatVersion: 2 +guid: a1fc929ae85b245fcadbb125623bc498 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + - first: + iPhone: iOS + second: + enabled: 1 + settings: {} + - first: + tvOS: tvOS + second: + enabled: 1 + settings: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.h b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.h new file mode 100755 index 0000000..e5b0f27 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.h @@ -0,0 +1,116 @@ +// +// UnityNotificationData.h +// iOS.notifications +// + +#if TARGET_OS_IOS + +#ifndef UnityNotificationData_h +#define UnityNotificationData_h + +enum triggerType +{ + TIME_TRIGGER = 0, + CALENDAR_TRIGGER = 10, + LOCATION_TRIGGER = 20, + PUSH_TRIGGER = 3, + UNKNOWN_TRIGGER = -1, +}; + +enum UnitySoundType +{ + kSoundTypeDefault = 0, + kSoundTypeCritical = 1, + kSoundTypeRingtone = 2, + kSoundTypeNone = 4, +}; + +enum UnityNotificationInterruptionLevel +{ + kInterruptionLevelActive = 0, + kInterruptionLevelCritical = 1, + kInterruptionLevelPassive = 2, + kInterruptionLevelTimeSensitive = 3, +}; + +typedef struct iOSNotificationData +{ + char* identifier; + char* title; + char* body; + int badge; + char* subtitle; + char* categoryIdentifier; + char* threadIdentifier; + int soundType; + float soundVolume; + char* soundName; + int interruptionLevel; + double relevanceScore; + + void* userInfo; + void* attachments; + + // Trigger + int triggerType; //0 - time, 1 - calendar, 2 - location, 3 - push. + union + { + struct + { + int interval; + unsigned char repeats; + } timeInterval; + + struct + { + int year; + int month; + int day; + int hour; + int minute; + int second; + unsigned char repeats; + } calendar; + + struct + { + double latitude; + double longitude; + float radius; + unsigned char notifyOnEntry; + unsigned char notifyOnExit; + unsigned char repeats; + } location; + } trigger; +} iOSNotificationData; + +typedef struct iOSNotificationAuthorizationData +{ + int granted; + const char* error; + const char* deviceToken; +} iOSNotificationAuthorizationData; + +typedef struct NotificationSettingsData +{ + int authorizationStatus; + int notificationCenterSetting; + int lockScreenSetting; + int carPlaySetting; + int alertSetting; + int badgeSetting; + int soundSetting; + int alertStyle; + int showPreviewsSetting; +} NotificationSettingsData; + +typedef void (*NotificationDataReceivedResponse)(iOSNotificationData data); +typedef void (*AuthorizationRequestResponse) (void* request, struct iOSNotificationAuthorizationData data); + +NotificationSettingsData UNNotificationSettingsToNotificationSettingsData(UNNotificationSettings* settings); +iOSNotificationData UNNotificationRequestToiOSNotificationData(UNNotificationRequest* request); +void freeiOSNotificationData(iOSNotificationData* notificationData); + +#endif /* UnityNotificationData_h */ + +#endif diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.h.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.h.meta new file mode 100755 index 0000000..52722fd --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.h.meta @@ -0,0 +1,44 @@ +fileFormatVersion: 2 +guid: 7609257501e8b48f98214be5de026339 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 1 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + : Any + second: + enabled: 0 + settings: + Exclude iOS: 0 + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + CPU: AnyCPU + DefaultValueInitialized: true + OS: AnyOS + - first: + iPhone: iOS + second: + enabled: 1 + settings: + AddToEmbeddedBinaries: false + CPU: AnyCPU + CompileFlags: + FrameworkDependencies: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.m b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.m new file mode 100755 index 0000000..e8146a8 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.m @@ -0,0 +1,315 @@ +// +// UnityNotificationData.m +// iOS.notifications +// + +#if TARGET_OS_IOS + +#import +#import +#if UNITY_USES_LOCATION +#import +#endif + +#import "UnityNotificationData.h" + + +static NSString* ParseNotificationDataObject(id obj) +{ + if ([obj isKindOfClass: [NSString class]]) + return obj; + else if ([obj isKindOfClass: [NSNumber class]]) + { + NSNumber* numberVal = obj; + if (CFBooleanGetTypeID() == CFGetTypeID((__bridge CFTypeRef)(obj))) + return numberVal.boolValue ? @"true" : @"false"; + return numberVal.stringValue; + } + else if ([NSJSONSerialization isValidJSONObject: obj]) + { + NSError* error; + NSData* data = [NSJSONSerialization dataWithJSONObject: obj options: NSJSONWritingPrettyPrinted error: &error]; + if (data) + { + NSString* v = [[NSString alloc] initWithData: data encoding: NSUTF8StringEncoding]; + return v; + } + else + { + NSLog(@"Failed parsing notification userInfo value: %@", error); + } + } + else + NSLog(@"Failed parsing notification userInfo value"); + + NSObject* o = obj; + return o.description; +} + +NotificationSettingsData UNNotificationSettingsToNotificationSettingsData(UNNotificationSettings* settings) +{ + NotificationSettingsData settingsData; + + settingsData.alertSetting = (int)settings.alertSetting; + settingsData.authorizationStatus = (int)settings.authorizationStatus; + settingsData.badgeSetting = (int)settings.badgeSetting; + settingsData.carPlaySetting = (int)settings.carPlaySetting; + settingsData.lockScreenSetting = (int)settings.lockScreenSetting; + settingsData.notificationCenterSetting = (int)settings.notificationCenterSetting; + settingsData.soundSetting = (int)settings.soundSetting; + settingsData.alertStyle = (int)settings.alertStyle; + settingsData.showPreviewsSetting = (int)settings.showPreviewsSetting; + return settingsData; +} + +void initiOSNotificationData(iOSNotificationData* notificationData) +{ + notificationData->title = NULL; + notificationData->body = NULL; + notificationData->badge = 0; + notificationData->subtitle = NULL; + notificationData->categoryIdentifier = NULL; + notificationData->threadIdentifier = NULL; + notificationData->soundType = kSoundTypeDefault; + notificationData->soundVolume = -1.0f; + notificationData->soundName = NULL; + notificationData->interruptionLevel = kInterruptionLevelActive; + notificationData->relevanceScore = 0; + notificationData->triggerType = PUSH_TRIGGER; + notificationData->userInfo = NULL; +} + +static enum UnityNotificationInterruptionLevel InterruptionLevelToUnity(UNNotificationInterruptionLevel level) +API_AVAILABLE(ios(15.0)) +{ + switch (level) + { + case UNNotificationInterruptionLevelActive: + default: + return kInterruptionLevelActive; + case UNNotificationInterruptionLevelCritical: + return kInterruptionLevelCritical; + case UNNotificationInterruptionLevelPassive: + return kInterruptionLevelPassive; + case UNNotificationInterruptionLevelTimeSensitive: + return kInterruptionLevelTimeSensitive; + } +} + +static void parseCustomizedData(iOSNotificationData* notificationData, UNNotificationRequest* request) +{ + NSDictionary* userInfo = request.content.userInfo; + NSObject* customizedData = [userInfo objectForKey: @"data"]; + + // For local notifications, the customzied data is always a string. + if (notificationData->triggerType == TIME_TRIGGER || notificationData->triggerType == CALENDAR_TRIGGER || customizedData == nil) + { + notificationData->userInfo = (__bridge_retained void*)userInfo; + return; + } + + // For push notifications, we have to handle more cases. + NSString* strData = ParseNotificationDataObject(customizedData); + if (strData == nil) + NSLog(@"Failed parsing notification userInfo[\"data\"]"); + + NSMutableDictionary* parsedUserInfo = [NSMutableDictionary dictionaryWithDictionary: userInfo]; + [parsedUserInfo setValue: strData forKey: @"data"]; + notificationData->userInfo = (__bridge_retained void*)parsedUserInfo; +} + +iOSNotificationData UNNotificationRequestToiOSNotificationData(UNNotificationRequest* request) +{ + iOSNotificationData notificationData; + initiOSNotificationData(¬ificationData); + + UNNotificationContent* content = request.content; + + notificationData.identifier = strdup([request.identifier UTF8String]); + + if (content.title != nil && content.title.length > 0) + notificationData.title = strdup([content.title UTF8String]); + + if (content.body != nil && content.body.length > 0) + notificationData.body = strdup([content.body UTF8String]); + + notificationData.badge = [content.badge intValue]; + + if (content.subtitle != nil && content.subtitle.length > 0) + notificationData.subtitle = strdup([content.subtitle UTF8String]); + + if (content.categoryIdentifier != nil && content.categoryIdentifier.length > 0) + notificationData.categoryIdentifier = strdup([content.categoryIdentifier UTF8String]); + + if (content.threadIdentifier != nil && content.threadIdentifier.length > 0) + notificationData.threadIdentifier = strdup([content.threadIdentifier UTF8String]); + + if (@available(iOS 15.0, *)) + { + notificationData.interruptionLevel = InterruptionLevelToUnity(content.interruptionLevel); + notificationData.relevanceScore = content.relevanceScore; + } + else + { + notificationData.interruptionLevel = kInterruptionLevelActive; + notificationData.relevanceScore = 0; + } + + if ([request.trigger isKindOfClass: [UNTimeIntervalNotificationTrigger class]]) + { + notificationData.triggerType = TIME_TRIGGER; + + UNTimeIntervalNotificationTrigger* timeTrigger = (UNTimeIntervalNotificationTrigger*)request.trigger; + notificationData.trigger.timeInterval.interval = timeTrigger.timeInterval; + notificationData.trigger.timeInterval.repeats = timeTrigger.repeats; + } + else if ([request.trigger isKindOfClass: [UNCalendarNotificationTrigger class]]) + { + notificationData.triggerType = CALENDAR_TRIGGER; + + UNCalendarNotificationTrigger* calendarTrigger = (UNCalendarNotificationTrigger*)request.trigger; + NSDateComponents* date = calendarTrigger.dateComponents; + + notificationData.trigger.calendar.year = (int)date.year; + notificationData.trigger.calendar.month = (int)date.month; + notificationData.trigger.calendar.day = (int)date.day; + notificationData.trigger.calendar.hour = (int)date.hour; + notificationData.trigger.calendar.minute = (int)date.minute; + notificationData.trigger.calendar.second = (int)date.second; + notificationData.trigger.calendar.repeats = (int)calendarTrigger.repeats; + } + else if ([request.trigger isKindOfClass: [UNLocationNotificationTrigger class]]) + { +#if UNITY_USES_LOCATION + notificationData.triggerType = LOCATION_TRIGGER; + + UNLocationNotificationTrigger* locationTrigger = (UNLocationNotificationTrigger*)request.trigger; + CLCircularRegion *region = (CLCircularRegion*)locationTrigger.region; + + notificationData.trigger.location.latitude = region.center.latitude; + notificationData.trigger.location.longitude = region.center.longitude; + notificationData.trigger.location.radius = region.radius; + notificationData.trigger.location.notifyOnExit = region.notifyOnEntry; + notificationData.trigger.location.notifyOnEntry = region.notifyOnExit; + notificationData.trigger.location.repeats = locationTrigger.repeats; +#endif + } + else if ([request.trigger isKindOfClass: [UNPushNotificationTrigger class]]) + { + notificationData.triggerType = PUSH_TRIGGER; + } + else + notificationData.triggerType = UNKNOWN_TRIGGER; + + parseCustomizedData(¬ificationData, request); + notificationData.attachments = (__bridge_retained void*)request.content.attachments; + + return notificationData; +} + +void freeiOSNotificationData(iOSNotificationData* notificationData) +{ + if (notificationData->identifier != NULL) + free(notificationData->identifier); + + if (notificationData->title != NULL) + free(notificationData->title); + + if (notificationData->body != NULL) + free(notificationData->body); + + if (notificationData->subtitle != NULL) + free(notificationData->subtitle); + + if (notificationData->categoryIdentifier != NULL) + free(notificationData->categoryIdentifier); + + if (notificationData->threadIdentifier != NULL) + free(notificationData->threadIdentifier); + + if (notificationData->soundName != NULL) + free(notificationData->soundName); + + if (notificationData->userInfo != NULL) + { + NSDictionary* userInfo = (__bridge_transfer NSDictionary*)notificationData->userInfo; + userInfo = nil; + } + + if (notificationData->attachments != NULL) + { + NSArray* attachments = (__bridge_transfer NSArray*)notificationData->attachments; + attachments = nil; + } +} + +void* _AddItemToNSDictionary(void* dict, const char* key, const char* value) +{ + NSDictionary* dictionary; + if (dict != NULL) + dictionary = (__bridge NSDictionary*)dict; + else + { + dictionary = [[NSMutableDictionary alloc] init]; + dict = (__bridge_retained void*)dictionary; + } + + NSString* k = [NSString stringWithUTF8String: key]; + NSString* v = value ? [NSString stringWithUTF8String: value] : @""; + [dictionary setValue: v forKey: k]; + return dict; +} + +void* _AddAttachmentToNSArray(void* arr, const char* attId, const char* url, void** outError) +{ + *outError = NULL; + NSString* attachmentId = nil; + if (attId != NULL) + attachmentId = [NSString stringWithUTF8String: attId]; + NSURL* uri = [NSURL URLWithString: [NSString stringWithUTF8String: url]]; + NSError* error = nil; + UNNotificationAttachment* attachment = [UNNotificationAttachment attachmentWithIdentifier: attachmentId URL: uri options: nil error: &error]; + if (attachment != nil) + { + NSMutableArray* array; + if (arr != NULL) + array = (__bridge NSMutableArray*)arr; + else + { + array = [[NSMutableArray alloc] init]; + arr = (__bridge_retained void*)array; + } + + [array addObject: attachment]; + return arr; + } + + if (error != nil) + *outError = (__bridge_retained void*)error; + return NULL; +} + +void _ReadNSDictionary(void* csDict, void* nsDict, void (*callback)(void* csDcit, const char*, const char*)) +{ + NSDictionary* dict = (__bridge NSDictionary*)nsDict; + [dict enumerateKeysAndObjectsUsingBlock:^(id _Nonnull key, id _Nonnull obj, BOOL * _Nonnull stop) { + NSString* k = key; + NSString* v = ParseNotificationDataObject(obj); + if (v != nil) + callback(csDict, k.UTF8String, v.UTF8String); + else + NSLog(@"Failed to parse value for key '%@'", key); + }]; +} + +void _ReadAttachmentsNSArray(void* csList, void* nsArray, void (*callback)(void*, const char*, const char*)) +{ + NSArray* attachments = (__bridge NSArray*)nsArray; + [attachments enumerateObjectsUsingBlock:^(UNNotificationAttachment * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) { + NSString* idr = obj.identifier; + NSString* url = obj.URL.absoluteString; + callback(csList, idr.UTF8String, url.UTF8String); + }]; +} + +#endif diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.m.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.m.meta new file mode 100755 index 0000000..2df6eb2 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationData.m.meta @@ -0,0 +1,37 @@ +fileFormatVersion: 2 +guid: a44b320ceb3374077b14c5d3a8f0037f +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 1 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + - first: + iPhone: iOS + second: + enabled: 1 + settings: {} + - first: + tvOS: tvOS + second: + enabled: 1 + settings: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.h b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.h new file mode 100755 index 0000000..93ca5c7 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.h @@ -0,0 +1,42 @@ +// +// UnityNotificationManager.h +// iOS.notifications +// + +#if TARGET_OS_IOS + +#import +#import +#import +#import "UnityNotificationData.h" + +@interface UnityNotificationManager : NSObject + +@property UNNotificationSettings* cachedNotificationSettings; + +@property NotificationDataReceivedResponse onNotificationReceivedCallback; +@property NotificationDataReceivedResponse onRemoteNotificationReceivedCallback; +@property AuthorizationRequestResponse onAuthorizationCompletionCallback; + +@property NSArray * cachedPendingNotificationRequests; +@property NSArray * cachedDeliveredNotifications; + +@property (nonatomic) UNNotification* lastReceivedNotification; +@property NSString* lastRespondedNotificationAction; +@property NSString* lastRespondedNotificationUserText; + ++ (instancetype)sharedInstance; + +- (id)init; +- (void)finishAuthorization:(struct iOSNotificationAuthorizationData*)authData forRequest:(void*)request; +- (void)finishRemoteNotificationRegistration:(UNAuthorizationStatus)status notification:(NSNotification*)notification; +- (void)updateScheduledNotificationList; +- (void)updateDeliveredNotificationList; +- (void)updateNotificationSettings; +- (void)requestAuthorization:(NSInteger)authorizationOptions withRegisterRemote:(BOOL)registerRemote forRequest:(void*)request; +- (void)unregisterForRemoteNotifications; +- (void)scheduleLocalNotification:(iOSNotificationData*)data; + +@end + +#endif diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.h.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.h.meta new file mode 100755 index 0000000..2d8ad71 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.h.meta @@ -0,0 +1,44 @@ +fileFormatVersion: 2 +guid: cef86cd5b8e5d4dc6acd332b2199c6c8 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + : Any + second: + enabled: 0 + settings: + Exclude iOS: 0 + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + CPU: AnyCPU + DefaultValueInitialized: true + OS: AnyOS + - first: + iPhone: iOS + second: + enabled: 1 + settings: + AddToEmbeddedBinaries: false + CPU: AnyCPU + CompileFlags: + FrameworkDependencies: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.m b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.m new file mode 100755 index 0000000..8d83420 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.m @@ -0,0 +1,420 @@ +// +// UnityNotificationManager.m +// iOS.notifications +// + +#if TARGET_OS_IOS + +#import "UnityNotificationManager.h" + +#if UNITY_USES_LOCATION +#import +#endif + +@implementation UnityNotificationManager +{ + NSLock* _lock; + UNAuthorizationStatus _remoteNotificationsRegistered; + NSInteger _remoteNotificationForegroundPresentationOptions; + NSString* _deviceToken; + NSPointerArray* _pendingRemoteAuthRequests; +} + ++ (instancetype)sharedInstance +{ + static UnityNotificationManager *sharedInstance = nil; + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + sharedInstance = [[UnityNotificationManager alloc] init]; + }); + + [sharedInstance updateNotificationSettings]; + [sharedInstance updateScheduledNotificationList]; + + return sharedInstance; +} + +- (id)init +{ + _lock = [[NSLock alloc] init]; + _remoteNotificationsRegistered = UNAuthorizationStatusNotDetermined; + _deviceToken = nil; + _pendingRemoteAuthRequests = nil; + _remoteNotificationForegroundPresentationOptions = [[[NSBundle mainBundle] objectForInfoDictionaryKey: @"UnityRemoteNotificationForegroundPresentationOptions"] integerValue]; + return self; +} + +- (void)finishAuthorization:(struct iOSNotificationAuthorizationData*)authData forRequest:(void*)request +{ + if (self.onAuthorizationCompletionCallback != NULL && request) + self.onAuthorizationCompletionCallback(request, *authData); +} + +- (void)finishRemoteNotificationRegistration:(UNAuthorizationStatus)status notification:(NSNotification*)notification +{ + struct iOSNotificationAuthorizationData authData; + authData.granted = status == UNAuthorizationStatusAuthorized; + authData.error = NULL; + authData.deviceToken = NULL; + NSString* deviceToken = nil; + if (authData.granted) + { + deviceToken = [UnityNotificationManager deviceTokenFromNotification: notification]; + authData.deviceToken = [deviceToken UTF8String]; + } + + [_lock lock]; + _remoteNotificationsRegistered = status; + _deviceToken = deviceToken; + NSPointerArray* pointers = _pendingRemoteAuthRequests; + _pendingRemoteAuthRequests = nil; + [_lock unlock]; + + while (pointers.count > 0) + { + unsigned long idx = pointers.count - 1; + void* request = [pointers pointerAtIndex: idx]; + [pointers removePointerAtIndex: idx]; + [self finishAuthorization: &authData forRequest: request]; + } +} + +- (void)requestAuthorization:(NSInteger)authorizationOptions withRegisterRemote:(BOOL)registerRemote forRequest:(void*)request +{ + UNUserNotificationCenter* center = [UNUserNotificationCenter currentNotificationCenter]; + + BOOL supportsPushNotification = [[[NSBundle mainBundle] objectForInfoDictionaryKey: @"UnityAddRemoteNotificationCapability"] boolValue]; + registerRemote = registerRemote && supportsPushNotification; + + [center requestAuthorizationWithOptions: authorizationOptions completionHandler:^(BOOL granted, NSError * _Nullable error) + { + BOOL authorizationRequestFinished = YES; + struct iOSNotificationAuthorizationData authData; + authData.granted = granted; + authData.error = [[error localizedDescription]cStringUsingEncoding: NSUTF8StringEncoding]; + authData.deviceToken = ""; + + if (granted) + { + [_lock lock]; + if (registerRemote && _remoteNotificationsRegistered == UNAuthorizationStatusNotDetermined) + { + authorizationRequestFinished = NO; + if (request) + { + if (_pendingRemoteAuthRequests == nil) + _pendingRemoteAuthRequests = [NSPointerArray pointerArrayWithOptions: NSPointerFunctionsOpaqueMemory]; + [_pendingRemoteAuthRequests addPointer: request]; + } + dispatch_async(dispatch_get_main_queue(), ^{ + [[UIApplication sharedApplication] registerForRemoteNotifications]; + }); + } + else + authData.deviceToken = [_deviceToken UTF8String]; + [_lock unlock]; + } + else + NSLog(@"Requesting notification authorization failed with: %@", error); + + if (authorizationRequestFinished) + [self finishAuthorization: &authData forRequest: request]; + [self updateNotificationSettings]; + }]; +} + +- (void)unregisterForRemoteNotifications +{ + [[UIApplication sharedApplication] unregisterForRemoteNotifications]; + _remoteNotificationsRegistered = UNAuthorizationStatusNotDetermined; +} + ++ (NSString*)deviceTokenFromNotification:(NSNotification*)notification +{ + NSData* deviceTokenData; + if ([notification.userInfo isKindOfClass: [NSData class]]) + deviceTokenData = (NSData*)notification.userInfo; + else + return nil; + + NSUInteger len = deviceTokenData.length; + if (len == 0) + return nil; + + const unsigned char *buffer = deviceTokenData.bytes; + NSMutableString *str = [NSMutableString stringWithCapacity: (len * 2)]; + for (int i = 0; i < len; ++i) + [str appendFormat: @"%02x", buffer[i]]; + + return str; +} + +// Called when a notification is delivered to a foreground app. +- (void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification + withCompletionHandler:(void (^)(UNNotificationPresentationOptions options))completionHandler +{ + iOSNotificationData notificationData; + BOOL haveNotificationData = NO; + if (self.onNotificationReceivedCallback != NULL) + { + notificationData = UNNotificationRequestToiOSNotificationData(notification.request); + haveNotificationData = YES; + self.onNotificationReceivedCallback(notificationData); + } + + BOOL showInForeground; + NSInteger presentationOptions; + + showInForeground = [[notification.request.content.userInfo objectForKey: @"showInForeground"] boolValue]; + if ([notification.request.trigger isKindOfClass: [UNPushNotificationTrigger class]]) + { + presentationOptions = _remoteNotificationForegroundPresentationOptions; + if (self.onRemoteNotificationReceivedCallback != NULL) + { + if (!haveNotificationData) + { + notificationData = UNNotificationRequestToiOSNotificationData(notification.request); + haveNotificationData = YES; + } + + self.onRemoteNotificationReceivedCallback(notificationData); + } + else + { + showInForeground = YES; + } + } + else + { + presentationOptions = [[notification.request.content.userInfo objectForKey: @"showInForegroundPresentationOptions"] intValue]; + } + + if (haveNotificationData) + freeiOSNotificationData(¬ificationData); + + if (showInForeground) + completionHandler(presentationOptions); + else + completionHandler(UNNotificationPresentationOptionNone); + + [[UnityNotificationManager sharedInstance] updateDeliveredNotificationList]; +} + +// Called to let your app know which action was selected by the user for a given notification. +- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response + withCompletionHandler:(nonnull void(^)(void))completionHandler +{ + self.lastReceivedNotification = response.notification; + self.lastRespondedNotificationAction = response.actionIdentifier; + if ([response isKindOfClass: UNTextInputNotificationResponse.class]) + { + UNTextInputNotificationResponse* resp = (UNTextInputNotificationResponse*)response; + self.lastRespondedNotificationUserText = resp.userText; + } + else + self.lastRespondedNotificationUserText = nil; + completionHandler(); + [[UnityNotificationManager sharedInstance] updateDeliveredNotificationList]; +} + +- (void)updateScheduledNotificationList +{ + UNUserNotificationCenter* center = [UNUserNotificationCenter currentNotificationCenter]; + [center getPendingNotificationRequestsWithCompletionHandler:^(NSArray * _Nonnull requests) { + self.cachedPendingNotificationRequests = requests; + }]; +} + +- (void)updateDeliveredNotificationList +{ + UNUserNotificationCenter* center = [UNUserNotificationCenter currentNotificationCenter]; + [center getDeliveredNotificationsWithCompletionHandler:^(NSArray * _Nonnull notifications) { + self.cachedDeliveredNotifications = notifications; + }]; +} + +- (void)updateNotificationSettings +{ + UNUserNotificationCenter* center = [UNUserNotificationCenter currentNotificationCenter]; + + [center getNotificationSettingsWithCompletionHandler:^(UNNotificationSettings * _Nonnull settings) { + self.cachedNotificationSettings = settings; + }]; +} + +bool validateAuthorizationStatus(UnityNotificationManager* manager) +{ + UNAuthorizationStatus authorizationStatus = manager.cachedNotificationSettings.authorizationStatus; + + if (authorizationStatus == UNAuthorizationStatusAuthorized) + return true; + + if (authorizationStatus == UNAuthorizationStatusProvisional) + return true; + + NSLog(@"Attempting to schedule a local notification without authorization, please call RequestAuthorization first."); + return false; +} + +- (void)scheduleLocalNotification:(iOSNotificationData*)data +{ + if (!validateAuthorizationStatus(self)) + return; + + assert(self.onNotificationReceivedCallback != NULL); + + NSDictionary* userInfo = (__bridge_transfer NSDictionary*)data->userInfo; + data->userInfo = NULL; + + // Convert from iOSNotificationData to UNMutableNotificationContent. + UNMutableNotificationContent* content = [[UNMutableNotificationContent alloc] init]; + + NSString* dataTitle = data->title ? [NSString stringWithUTF8String: data->title] : [NSString string]; + NSString* dataBody = data->body ? [NSString stringWithUTF8String: data->body] : [NSString string]; + + content.title = [NSString localizedUserNotificationStringForKey: dataTitle arguments: nil]; + content.body = [NSString localizedUserNotificationStringForKey: dataBody arguments: nil]; + content.userInfo = userInfo; + + if (data->badge >= 0) + content.badge = [NSNumber numberWithInt: data->badge]; + + if (data->subtitle != NULL) + content.subtitle = [NSString localizedUserNotificationStringForKey: [NSString stringWithUTF8String: data->subtitle] arguments: nil]; + + if (data->categoryIdentifier != NULL) + content.categoryIdentifier = [NSString stringWithUTF8String: data->categoryIdentifier]; + + if (data->threadIdentifier != NULL) + content.threadIdentifier = [NSString stringWithUTF8String: data->threadIdentifier]; + + UNNotificationSound* sound = [self soundForNotification: data]; + if (sound != nil) + content.sound = sound; + if (@available(iOS 15.0, *)) + { + content.interruptionLevel = [self unityInterruptionLevelToIos: data->interruptionLevel]; + content.relevanceScore = data->relevanceScore; + } + + content.attachments = (__bridge_transfer NSArray*)data->attachments; + data->attachments = NULL; + + NSString* identifier = [NSString stringWithUTF8String: data->identifier]; + // Generate UNNotificationTrigger from iOSNotificationData. + UNNotificationTrigger* trigger; + if (data->triggerType == TIME_TRIGGER) + { + trigger = [UNTimeIntervalNotificationTrigger triggerWithTimeInterval: data->trigger.timeInterval.interval repeats: data->trigger.timeInterval.repeats]; + } + else if (data->triggerType == CALENDAR_TRIGGER) + { + NSDateComponents* date = [[NSDateComponents alloc] init]; + if (data->trigger.calendar.year >= 0) + date.year = data->trigger.calendar.year; + if (data->trigger.calendar.month >= 0) + date.month = data->trigger.calendar.month; + if (data->trigger.calendar.day >= 0) + date.day = data->trigger.calendar.day; + if (data->trigger.calendar.hour >= 0) + date.hour = data->trigger.calendar.hour; + if (data->trigger.calendar.minute >= 0) + date.minute = data->trigger.calendar.minute; + if (data->trigger.calendar.second >= 0) + date.second = data->trigger.calendar.second; + + date.calendar = [NSCalendar calendarWithIdentifier: NSCalendarIdentifierGregorian]; + if ([@"1" isEqualToString: [userInfo objectForKey: @"OriginalUtc"]]) + date.timeZone = [NSTimeZone timeZoneWithAbbreviation: @"UTC"]; + + trigger = [UNCalendarNotificationTrigger triggerWithDateMatchingComponents: date repeats: data->trigger.calendar.repeats]; + NSLog(@"Notification will show after %f s.", ((UNCalendarNotificationTrigger*)trigger).nextTriggerDate.timeIntervalSinceNow); + } + else if (data->triggerType == LOCATION_TRIGGER) + { +#if UNITY_USES_LOCATION + CLLocationCoordinate2D center = CLLocationCoordinate2DMake(data->trigger.location.latitude, data->trigger.location.longitude); + + CLCircularRegion* region = [[CLCircularRegion alloc] initWithCenter: center + radius: data->trigger.location.radius identifier: identifier]; + region.notifyOnEntry = data->trigger.location.notifyOnEntry; + region.notifyOnExit = data->trigger.location.notifyOnExit; + + trigger = [UNLocationNotificationTrigger triggerWithRegion: region repeats: data->trigger.location.repeats]; +#else + return; +#endif + } + else + { + return; + } + + UNNotificationRequest* request = [UNNotificationRequest requestWithIdentifier: identifier content: content trigger: trigger]; + + // Schedule the notification. + UNUserNotificationCenter* center = [UNUserNotificationCenter currentNotificationCenter]; + [center addNotificationRequest: request withCompletionHandler:^(NSError * _Nullable error) { + if (error != NULL) + NSLog(@"%@", [error localizedDescription]); + + [self updateScheduledNotificationList]; + }]; +} + +- (UNNotificationSound*)soundForNotification:(const iOSNotificationData*)data +{ + NSString* soundName = nil; + if (data->soundName != NULL) + soundName = [NSString stringWithUTF8String: data->soundName]; + + switch (data->soundType) + { + case kSoundTypeNone: + return nil; + case kSoundTypeCritical: + if (soundName != nil) + { + if (data->soundVolume < 0) + return [UNNotificationSound criticalSoundNamed: soundName]; + return [UNNotificationSound criticalSoundNamed: soundName withAudioVolume: data->soundVolume]; + } + if (data->soundVolume >= 0) + return [UNNotificationSound defaultCriticalSoundWithAudioVolume: data->soundVolume]; + return UNNotificationSound.defaultCriticalSound; + case kSoundTypeRingtone: + if (@available(iOS 15.2, *)) + { + if (soundName != nil) + return [UNNotificationSound ringtoneSoundNamed: soundName]; + return UNNotificationSound.defaultRingtoneSound; + } + // continue to default + case kSoundTypeDefault: + default: + if (soundName != nil) + return [UNNotificationSound soundNamed: soundName]; + return UNNotificationSound.defaultSound; + } +} + +- (UNNotificationInterruptionLevel)unityInterruptionLevelToIos:(int)level + API_AVAILABLE(ios(15.0)) +{ + switch (level) + { + case kInterruptionLevelActive: + return UNNotificationInterruptionLevelActive; + case kInterruptionLevelCritical: + return UNNotificationInterruptionLevelCritical; + case kInterruptionLevelPassive: + return UNNotificationInterruptionLevelPassive; + case kInterruptionLevelTimeSensitive: + return UNNotificationInterruptionLevelTimeSensitive; + default: + return UNNotificationInterruptionLevelActive; + } +} + +@end +#endif diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.m.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.m.meta new file mode 100755 index 0000000..4e6c298 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationManager.m.meta @@ -0,0 +1,34 @@ +fileFormatVersion: 2 +guid: d15de7aefd6e94456967d000884a11ea +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + - first: + iPhone: iOS + second: + enabled: 1 + settings: {} + - first: + tvOS: tvOS + second: + enabled: 1 + settings: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationWrapper.m b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationWrapper.m new file mode 100755 index 0000000..fc1ccc8 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationWrapper.m @@ -0,0 +1,362 @@ +// +// UnityNotificationWrapper.m +// iOS.notifications +// + +#if TARGET_OS_IOS +#import + +#import "UnityNotificationManager.h" + + +int _NativeSizeof_iOSNotificationAuthorizationData() +{ + return sizeof(iOSNotificationAuthorizationData); +} + +int _NativeSizeof_iOSNotificationData() +{ + return sizeof(iOSNotificationData); +} + +int _NativeSizeof_NotificationSettingsData() +{ + return sizeof(NotificationSettingsData); +} + +void _FreeUnmanagediOSNotificationDataArray(iOSNotificationData* ptr, int count) +{ + for (int i = 0; i < count; ++i) + freeiOSNotificationData(&ptr[i]); + free(ptr); +} + +void _SetAuthorizationRequestReceivedDelegate(AuthorizationRequestResponse callback) +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + manager.onAuthorizationCompletionCallback = callback; +} + +void _SetNotificationReceivedDelegate(NotificationDataReceivedResponse callback) +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + manager.onNotificationReceivedCallback = callback; +} + +void _SetRemoteNotificationReceivedDelegate(NotificationDataReceivedResponse callback) +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + manager.onRemoteNotificationReceivedCallback = callback; +} + +void _RequestAuthorization(void* request, int options, BOOL registerRemote) +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + [manager requestAuthorization: options withRegisterRemote: registerRemote forRequest: request]; + UNUserNotificationCenter* center = [UNUserNotificationCenter currentNotificationCenter]; + center.delegate = manager; +} + +int _RegisteredForRemoteNotifications() +{ + return [UIApplication sharedApplication].registeredForRemoteNotifications; +} + +void _UnregisterForRemoteNotifications() +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + [manager unregisterForRemoteNotifications]; +} + +void _ScheduleLocalNotification(iOSNotificationData data) +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + [manager scheduleLocalNotification: &data]; +} + +NotificationSettingsData _GetNotificationSettings() +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + return UNNotificationSettingsToNotificationSettingsData(manager.cachedNotificationSettings); +} + +iOSNotificationData* _GetScheduledNotificationDataArray(int* count) +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + NSArray* pendingNotificationRequests = manager.cachedPendingNotificationRequests; + if (pendingNotificationRequests == nil) + { + *count = 0; + return NULL; + } + *count = (int)pendingNotificationRequests.count; + if (*count == 0) + return NULL; + + iOSNotificationData* ret = (iOSNotificationData*)malloc(*count * sizeof(iOSNotificationData)); + for (int i = 0; i < *count; ++i) + { + UNNotificationRequest *request = pendingNotificationRequests[i]; + ret[i] = UNNotificationRequestToiOSNotificationData(request); + } + + return ret; +} + +iOSNotificationData* _GetDeliveredNotificationDataArray(int* count) +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + NSArray* deliveredNotifications = manager.cachedDeliveredNotifications; + if (deliveredNotifications == nil) + { + *count = 0; + return NULL; + } + *count = (int)deliveredNotifications.count; + if (*count == 0) + return NULL; + + iOSNotificationData* ret = (iOSNotificationData*)malloc(*count * sizeof(iOSNotificationData)); + for (int i = 0; i < *count; ++i) + { + UNNotification* notification = deliveredNotifications[i]; + ret[i] = UNNotificationRequestToiOSNotificationData(notification.request); + } + + return ret; +} + +void _RemoveScheduledNotification(const char* identifier) +{ + UNUserNotificationCenter* center = [UNUserNotificationCenter currentNotificationCenter]; + [center removePendingNotificationRequestsWithIdentifiers: @[[NSString stringWithUTF8String: identifier]]]; + [[UnityNotificationManager sharedInstance] updateScheduledNotificationList]; +} + +void _RemoveAllScheduledNotifications() +{ + UNUserNotificationCenter* center = [UNUserNotificationCenter currentNotificationCenter]; + [center removeAllPendingNotificationRequests]; + [[UnityNotificationManager sharedInstance] updateScheduledNotificationList]; +} + +void _RemoveDeliveredNotification(const char* identifier) +{ + UNUserNotificationCenter* center = [UNUserNotificationCenter currentNotificationCenter]; + [center removeDeliveredNotificationsWithIdentifiers: @[[NSString stringWithUTF8String: identifier]]]; + [[UnityNotificationManager sharedInstance] updateDeliveredNotificationList]; +} + +void _RemoveAllDeliveredNotifications() +{ + UNUserNotificationCenter* center = [UNUserNotificationCenter currentNotificationCenter]; + [center removeAllDeliveredNotifications]; + [[UnityNotificationManager sharedInstance] updateDeliveredNotificationList]; +} + +void _SetApplicationBadge(long badge) +{ + [[UIApplication sharedApplication] setApplicationIconBadgeNumber: badge]; +} + +long _GetApplicationBadge() +{ + return [UIApplication sharedApplication].applicationIconBadgeNumber; +} + +bool _GetAppOpenedUsingNotification() +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + return manager.lastReceivedNotification != NULL; +} + +iOSNotificationData* _GetLastNotificationData() +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + UNNotification* notification = manager.lastReceivedNotification; + if (notification == nil) + return NULL; + UNNotificationRequest* request = notification.request; + if (request == nil) + return NULL; + iOSNotificationData* ret = (iOSNotificationData*)malloc(sizeof(iOSNotificationData)); + *ret = UNNotificationRequestToiOSNotificationData(request); + return ret; +} + +const char* _GetLastRespondedNotificationAction() +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + NSString* action = manager.lastRespondedNotificationAction; + if (action == nil) + return NULL; + return strdup(action.UTF8String); +} + +const char* _GetLastRespondedNotificationUserText() +{ + UnityNotificationManager* manager = [UnityNotificationManager sharedInstance]; + NSString* userText = manager.lastRespondedNotificationUserText; + if (userText == nil) + return NULL; + return strdup(userText.UTF8String); +} + +static NSObject* CreateNotificationActionIcon(int iconType, const char* icon) +{ + enum IconType + { + kIconTypeNone = 0, + kIconTypeSystemImageName = 1, + kIconTypeTemplateImageName = 2, + }; + + NSObject* actionIcon = nil; + + if (@available(iOS 15.0, *)) + { + if (icon != NULL && iconType != kIconTypeNone) + { + NSString* iconName = [NSString stringWithUTF8String: icon]; + switch (iconType) + { + case kIconTypeSystemImageName: + actionIcon = [UNNotificationActionIcon iconWithSystemImageName: iconName]; + break; + case kIconTypeTemplateImageName: + actionIcon = [UNNotificationActionIcon iconWithTemplateImageName: iconName]; + break; + } + } + } + + return actionIcon; +} + +void* _CreateUNNotificationAction(const char* identifier, const char* title, int options, int iconType, const char* icon) +{ + UNNotificationActionOptions opts = (UNNotificationActionOptions)options; + NSString* idr = [NSString stringWithUTF8String: identifier]; + NSString* titl = [NSString stringWithUTF8String: title]; + UNNotificationAction* action; + + if (@available(iOS 15.0, *)) + { + UNNotificationActionIcon* actionIcon = (UNNotificationActionIcon*)CreateNotificationActionIcon(iconType, icon); + action = [UNNotificationAction actionWithIdentifier: idr title: titl options: opts icon: actionIcon]; + } + else + action = [UNNotificationAction actionWithIdentifier: idr title: titl options: opts]; + + return (__bridge_retained void*)action; +} + +void* _CreateUNTextInputNotificationAction(const char* identifier, const char* title, int options, int iconType, const char* icon, const char* buttonTitle, const char* placeholder) +{ + UNNotificationActionOptions opts = (UNNotificationActionOptions)options; + NSString* idr = [NSString stringWithUTF8String: identifier]; + NSString* titl = [NSString stringWithUTF8String: title]; + NSString* btnTitle = [NSString stringWithUTF8String: buttonTitle]; + NSString* placeHolder = placeholder ? [NSString stringWithUTF8String: placeholder] : NULL; + UNTextInputNotificationAction* action; + + if (@available(iOS 15.0, *)) + { + UNNotificationActionIcon* actionIcon = (UNNotificationActionIcon*)CreateNotificationActionIcon(iconType, icon); + action = [UNTextInputNotificationAction actionWithIdentifier: idr title: titl options: opts icon: actionIcon textInputButtonTitle: btnTitle textInputPlaceholder: placeHolder]; + } + else + action = [UNTextInputNotificationAction actionWithIdentifier: idr title: titl options: opts textInputButtonTitle: btnTitle textInputPlaceholder: placeHolder]; + + return (__bridge_retained void*)action; +} + +void _ReleaseNSObject(void* obj) +{ + NSObject* a = (__bridge_transfer NSObject*)obj; + a = nil; +} + +const char* _NSErrorToMessage(void* error) +{ + NSError* e = (__bridge_transfer NSError*)error; + NSString* msg = e.localizedDescription; + return strdup(msg.UTF8String); +} + +void* _AddActionToNSArray(void* actions, void* action, int capacity) +{ + NSMutableArray* array; + void* ret = actions; + if (actions == NULL) + { + array = [NSMutableArray arrayWithCapacity: capacity]; + ret = (__bridge_retained void*)array; + } + else + array = (__bridge NSMutableArray*)actions; + UNNotificationAction* a = (__bridge UNNotificationAction*)action; + [array addObject: a]; + return ret; +} + +void* _AddStringToNSArray(void* array, const char* str, int capacity) +{ + NSMutableArray* arr; + void* ret = array; + if (array == NULL) + { + arr = [NSMutableArray arrayWithCapacity: capacity]; + ret = (__bridge_retained void*)arr; + } + else + arr = (__bridge NSMutableArray*)array; + NSString* s = [NSString stringWithUTF8String: str]; + [arr addObject: s]; + return ret; +} + +void* _CreateUNNotificationCategory(const char* identifier, const char* hiddenPreviewsBodyPlaceholder, const char* summaryFormat, + int options, void* actions, void* intentIdentifiers) +{ + NSString* idr = [NSString stringWithUTF8String: identifier]; + NSString* placeholder = hiddenPreviewsBodyPlaceholder ? [NSString stringWithUTF8String: hiddenPreviewsBodyPlaceholder] : nil; + NSString* summary = summaryFormat ? [NSString stringWithUTF8String: summaryFormat] : nil; + NSArray* acts = (__bridge_transfer NSArray*)actions; + NSArray* intents = (__bridge_transfer NSArray*)intentIdentifiers; + UNNotificationCategoryOptions opts = (UNNotificationCategoryOptions)options; + + UNNotificationCategory* category = [UNNotificationCategory categoryWithIdentifier: idr actions: acts intentIdentifiers: intents hiddenPreviewsBodyPlaceholder: placeholder categorySummaryFormat: summary options: opts]; + return (__bridge_retained void*)category; +} + +void* _AddCategoryToCategorySet(void* categorySet, void* category) +{ + UNNotificationCategory* cat = (__bridge_transfer UNNotificationCategory*)category; + NSMutableSet* categories; + if (categorySet == NULL) + { + categories = [NSMutableSet setWithObject: cat]; + return (__bridge_retained void*)categories; + } + + categories = (__bridge NSMutableSet*)categorySet; + [categories addObject: cat]; + return categorySet; +} + +void _SetNotificationCategories(void* categorySet) +{ + NSMutableSet* categories = (__bridge_transfer NSMutableSet*)categorySet; + [UNUserNotificationCenter.currentNotificationCenter setNotificationCategories: categories]; +} + +void _OpenNotificationSettings() +{ + NSURL* url = [NSURL URLWithString: UIApplicationOpenSettingsURLString]; + UIApplication* app = [UIApplication sharedApplication]; + if ([app canOpenURL: url]) + [app openURL: url options: @{} completionHandler: nil]; +} + +#endif diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationWrapper.m.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationWrapper.m.meta new file mode 100755 index 0000000..01fcbdf --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Plugins/UnityNotificationWrapper.m.meta @@ -0,0 +1,34 @@ +fileFormatVersion: 2 +guid: ce0614a77cbc545b99eca271d5c36809 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + - first: + iPhone: iOS + second: + enabled: 1 + settings: {} + - first: + tvOS: tvOS + second: + enabled: 1 + settings: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Unity.Notifications.iOS.asmdef b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Unity.Notifications.iOS.asmdef new file mode 100755 index 0000000..ab74d09 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Unity.Notifications.iOS.asmdef @@ -0,0 +1,16 @@ +{ + "name": "Unity.Notifications.iOS", + "references": [], + "optionalUnityReferences": [], + "includePlatforms": [ + "Editor", + "iOS" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [] +} \ No newline at end of file diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Unity.Notifications.iOS.asmdef.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Unity.Notifications.iOS.asmdef.meta new file mode 100755 index 0000000..07485be --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/Unity.Notifications.iOS.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1e8e55397bd004beaba78a667566665f +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotification.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotification.cs new file mode 100755 index 0000000..cca7c55 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotification.cs @@ -0,0 +1,547 @@ +using System; +using System.Collections.Generic; +using System.Runtime.InteropServices; +using UnityEngine; + +namespace Unity.Notifications.iOS +{ + /// + /// Constants indicating how to present a notification in a foreground app + /// + /// + [Flags] + public enum PresentationOption + { + /// + /// No options are set. + /// + None = 0, + + /// + /// Apply the notification's badge value to the app’s icon. + /// + Badge = 1 << 0, + + /// + /// Play the sound associated with the notification. + /// + Sound = 1 << 1, + + /// + /// Display the alert using the content provided by the notification. + /// + Alert = 1 << 2, + + /// + /// Show the notification in Notification Center. + /// + List = 1 << 3, + + /// + /// Present the notification as a banner. + /// + Banner = 1 << 4, + } + + /// + /// The type of sound to use for the notification. + /// See Apple documentation for details. + /// + /// + public enum NotificationSoundType + { + /// + /// Play the default sound. + /// + Default = 0, + + /// + /// Critical sound (bypass Do Not Disturb) + /// + Critical = 1, + + /// + /// Ringtone sound. + /// + Ringtone = 2, + + /// + /// No sound. + /// + None = 4, + } + + /// + /// Importance and delivery timing of a notification. + /// See Apple documentation for details. Available since iOS 15, always Active on lower versions. + /// + /// + public enum NotificationInterruptionLevel + { + /// + /// Default level. The system presents the notification immediately, lights up the screen, and can play a sound. + /// + Active = 0, + + /// + /// The system presents the notification immediately, lights up the screen, and bypasses the mute switch to play a sound. + /// + Critical = 1, + + /// + /// The system adds the notification to the notification list without lighting up the screen or playing a sound. + /// + Passive = 2, + + /// + /// The system presents the notification immediately, lights up the screen, and can play a sound, but won’t break through system notification controls. + /// + TimeSensitive = 3, + } + + [StructLayout(LayoutKind.Sequential)] + internal struct TimeTriggerData + { + public Int32 interval; + public Byte repeats; + } + + [StructLayout(LayoutKind.Sequential)] + internal struct CalendarTriggerData + { + public Int32 year; + public Int32 month; + public Int32 day; + public Int32 hour; + public Int32 minute; + public Int32 second; + public Byte repeats; + } + + [StructLayout(LayoutKind.Sequential)] + internal struct LocationTriggerData + { + public double latitude; + public double longitude; + public float radius; + public Byte notifyOnEntry; + public Byte notifyOnExit; + public Byte repeats; + } + + [StructLayout(LayoutKind.Explicit)] + internal struct TriggerData + { + [FieldOffset(0)] + public TimeTriggerData timeInterval; + [FieldOffset(0)] + public CalendarTriggerData calendar; + [FieldOffset(0)] + public LocationTriggerData location; + } + + [StructLayout(LayoutKind.Sequential)] + internal struct iOSNotificationData + { + public string identifier; + public string title; + public string body; + public Int32 badge; + public string subtitle; + public string categoryIdentifier; + public string threadIdentifier; + public Int32 soundType; + public float soundVolume; + public string soundName; + public Int32 interruptionLevel; + public double relevanceScore; + + public IntPtr userInfo; + public IntPtr attachments; + + // Trigger + public Int32 triggerType; + public TriggerData trigger; + } + + /// + /// The iOSNotification class is used schedule local notifications. It includes the content of the notification and the trigger conditions for delivery. + /// An instance of this class is also returned when receiving remote notifications.. + /// + /// + /// Create an instance of this class when you want to schedule the delivery of a local notification. It contains the entire notification payload to be delivered + /// (which corresponds to UNNotificationContent) and also the NotificationTrigger object with the conditions that trigger the delivery of the notification. + /// To schedule the delivery of your notification, pass an instance of this class to the method. + /// + public class iOSNotification + { + /// + /// The unique identifier for this notification request. + /// + /// + /// If not explicitly specified the identifier will be automatically generated when creating the notification. + /// + public string Identifier + { + get { return data.identifier; } + set { data.identifier = value; } + } + + /// + /// The identifier of the app-defined category object. + /// + public string CategoryIdentifier + { + get { return data.categoryIdentifier; } + set { data.categoryIdentifier = value; } + } + + /// + /// An identifier that used to group related notifications together. + /// + /// + /// Automatic notification grouping according to the thread identifier is only supported on iOS 12 and above. + /// + public string ThreadIdentifier + { + get { return data.threadIdentifier; } + set { data.threadIdentifier = value; } + } + + /// + /// A short description of the reason for the notification. + /// + public string Title + { + get { return data.title; } + set { data.title = value; } + } + + /// + /// A secondary description of the reason for the notification. + /// + public string Subtitle + { + get { return data.subtitle; } + set { data.subtitle = value; } + } + + /// + /// The message displayed in the notification alert. + /// See Apple's documentation for details. + /// + /// + public string Body + { + get { return data.body; } + set { data.body = value; } + } + + /// + /// Indicates whether the notification alert should be shown when the app is open. + /// + /// + /// Subscribe to the event to receive a callback when the notification is triggered. + /// + public bool ShowInForeground + { + get + { + string value; + if (userInfo.TryGetValue("showInForeground", out value)) + return value == "YES"; + return false; + } + set { userInfo["showInForeground"] = value ? "YES" : "NO"; } + } + + + /// + /// Presentation options for displaying the local of notification when the app is running. Only works if is enabled and user has allowed enabled the requested options for your app. + /// + public PresentationOption ForegroundPresentationOption + { + get + { + try + { + string value; + if (userInfo.TryGetValue("showInForegroundPresentationOptions", out value)) + return (PresentationOption)Int32.Parse(value); + return default; + } + catch (Exception) + { + return default; + } + } + set { userInfo["showInForegroundPresentationOptions"] = ((int)value).ToString(); } + } + + + /// + /// The number to display as a badge on the app’s icon. + /// + public int Badge + { + get { return data.badge; } + set { data.badge = value; } + } + + /// + /// The type of sound to be played. + /// + public NotificationSoundType SoundType + { + get { return (NotificationSoundType)data.soundType; } + set { data.soundType = (int)value; } + } + + /// + /// The name of the sound to be played. Use null for system default sound. + /// See Apple documentation for named sounds and sound file placement. + /// + public string SoundName + { + get { return data.soundName; } + set { data.soundName = value; } + } + + /// + /// The volume for the sound. Use null to use the default volume. + /// See Apple documentation for supported values. + /// + /// + public float? SoundVolume { get; set; } + + /// + /// The notification’s importance and required delivery timing. + /// + public NotificationInterruptionLevel InterruptionLevel + { + get { return (NotificationInterruptionLevel)data.interruptionLevel; } + set { data.interruptionLevel = (int)value; } + } + + /// + /// The score the system uses to determine if the notification is the summary’s featured notification. + /// + /// + public double RelevanceScore + { + get { return data.relevanceScore; } + set { data.relevanceScore = value; } + } + + /// + /// Arbitrary string data which can be retrieved when the notification is used to open the app or is received while the app is running. + /// Push notification is sent to the device as JSON. + /// The value for data key is set to the Data property on notification. + /// + public string Data + { + get + { + string value; + userInfo.TryGetValue("data", out value); + return value; + } + set { userInfo["data"] = value; } + } + + /// + /// Key-value collection sent or received with the notification. + /// Note, that some of the other notification properties are transfered using this collection, it is not recommended to modify existing items. + /// + public Dictionary UserInfo + { + get { return userInfo; } + } + + /// + /// A list of notification attachments. + /// Notification attachments can be images, audio or video files. Refer to Apple documentation on supported formats. + /// + /// + public List Attachments { get; set; } + + /// + /// The conditions that trigger the delivery of the notification. + /// For notification that were already delivered and whose instance was returned by or + /// use this property to determine what caused the delivery to occur. You can do this by comparing to any of the notification trigger types that implement it, such as + /// , , , . + /// + /// + /// + /// notification.Trigger is iOSNotificationPushTrigger + /// + /// + public iOSNotificationTrigger Trigger + { + set + { + switch (value.Type) + { + case iOSNotificationTriggerType.TimeInterval: + { + var trigger = (iOSNotificationTimeIntervalTrigger)value; + data.trigger.timeInterval.interval = trigger.timeInterval; + + if (trigger.Repeats && trigger.timeInterval < 60) + throw new ArgumentException("Time interval must be 60 seconds or greater for repeating notifications."); + + data.trigger.timeInterval.repeats = (byte)(trigger.Repeats ? 1 : 0); + break; + } + case iOSNotificationTriggerType.Calendar: + { + var trigger = ((iOSNotificationCalendarTrigger)value); + if (userInfo == null) + userInfo = new Dictionary(); + userInfo["OriginalUtc"] = trigger.UtcTime ? "1" : "0"; + data.trigger.calendar.year = trigger.Year != null ? trigger.Year.Value : -1; + data.trigger.calendar.month = trigger.Month != null ? trigger.Month.Value : -1; + data.trigger.calendar.day = trigger.Day != null ? trigger.Day.Value : -1; + data.trigger.calendar.hour = trigger.Hour != null ? trigger.Hour.Value : -1; + data.trigger.calendar.minute = trigger.Minute != null ? trigger.Minute.Value : -1; + data.trigger.calendar.second = trigger.Second != null ? trigger.Second.Value : -1; + data.trigger.calendar.repeats = (byte)(trigger.Repeats ? 1 : 0); + break; + } + case iOSNotificationTriggerType.Location: + { + var trigger = (iOSNotificationLocationTrigger)value; + data.trigger.location.latitude = trigger.Latitude; + data.trigger.location.longitude = trigger.Longitude; + data.trigger.location.notifyOnEntry = (byte)(trigger.NotifyOnEntry ? 1 : 0); + data.trigger.location.notifyOnExit = (byte)(trigger.NotifyOnExit ? 1 : 0); + data.trigger.location.radius = trigger.Radius; + data.trigger.location.repeats = (byte)(trigger.Repeats ? 1 : 0); + break; + } + case iOSNotificationTriggerType.Push: + break; + default: + throw new Exception($"Unknown trigger type {value.Type}"); + } + + data.triggerType = (int)value.Type; + } + + get + { + switch ((iOSNotificationTriggerType)data.triggerType) + { + case iOSNotificationTriggerType.TimeInterval: + return new iOSNotificationTimeIntervalTrigger() + { + timeInterval = data.trigger.timeInterval.interval, + Repeats = data.trigger.timeInterval.repeats != 0, + }; + case iOSNotificationTriggerType.Calendar: + { + var trigger = new iOSNotificationCalendarTrigger() + { + Year = (data.trigger.calendar.year > 0) ? (int?)data.trigger.calendar.year : null, + Month = (data.trigger.calendar.month > 0) ? (int?)data.trigger.calendar.month : null, + Day = (data.trigger.calendar.day > 0) ? (int?)data.trigger.calendar.day : null, + Hour = (data.trigger.calendar.hour >= 0) ? (int?)data.trigger.calendar.hour : null, + Minute = (data.trigger.calendar.minute >= 0) ? (int?)data.trigger.calendar.minute : null, + Second = (data.trigger.calendar.second >= 0) ? (int?)data.trigger.calendar.second : null, + UtcTime = false, + Repeats = data.trigger.calendar.repeats != 0 + }; + if (userInfo != null) + { + string utc; + if (userInfo.TryGetValue("OriginalUtc", out utc)) + { + if (utc == "1") + trigger.UtcTime = true; + } + } + return trigger; + } + case iOSNotificationTriggerType.Location: + return new iOSNotificationLocationTrigger() + { + Latitude = data.trigger.location.latitude, + Longitude = data.trigger.location.longitude, + Radius = data.trigger.location.radius, + NotifyOnEntry = data.trigger.location.notifyOnEntry != 0, + NotifyOnExit = data.trigger.location.notifyOnExit != 0, + Repeats = data.trigger.location.repeats != 0, + }; + case iOSNotificationTriggerType.Push: + return new iOSNotificationPushTrigger(); + default: + throw new Exception($"Unknown trigger type {data.triggerType}"); + } + } + } + + private static string GenerateUniqueID() + { + return Math.Abs(DateTime.Now.ToString("yyMMddHHmmssffffff").GetHashCode()).ToString(); + } + + /// + /// Create a new instance of and automatically generate an unique string for with all optional fields set to default values. + /// + public iOSNotification() : this(GenerateUniqueID()) + { + } + + /// + /// Specify a and create a notification object with all optional fields set to default values. + /// + /// Unique identifier for the local notification tha can later be used to track or change it's status. + public iOSNotification(string identifier) + { + data = new iOSNotificationData(); + data.identifier = identifier; + data.title = ""; + data.body = ""; + data.badge = -1; + data.subtitle = ""; + data.categoryIdentifier = ""; + data.threadIdentifier = ""; + + data.triggerType = -1; + + data.userInfo = IntPtr.Zero; + userInfo = new Dictionary(); + Data = ""; + ShowInForeground = false; + ForegroundPresentationOption = PresentationOption.Alert | PresentationOption.Sound; + InterruptionLevel = NotificationInterruptionLevel.Active; + RelevanceScore = 0; + } + + internal iOSNotification(iOSNotificationWithUserInfo data) + { + this.data = data.data; + userInfo = data.userInfo; + Attachments = data.attachments; + } + + iOSNotificationData data; + Dictionary userInfo; + + internal iOSNotificationWithUserInfo GetDataForSending() + { + if (data.identifier == null) + data.identifier = GenerateUniqueID(); + if (SoundVolume.HasValue) + data.soundVolume = SoundVolume.Value; + else + data.soundVolume = -1.0f; + + iOSNotificationWithUserInfo ret; + ret.data = data; + ret.userInfo = userInfo; + ret.attachments = Attachments; + return ret; + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotification.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotification.cs.meta new file mode 100755 index 0000000..6473919 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotification.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7ab0873fd8f23f34681825b7642810ee +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAction.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAction.cs new file mode 100755 index 0000000..2a5ef69 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAction.cs @@ -0,0 +1,185 @@ +using System; + +namespace Unity.Notifications.iOS +{ + /// + /// Options for notification actions. + /// These represent values from UNNotificationActionOptions. + /// For more information, refer to Apple documentation. + /// + [Flags] + public enum iOSNotificationActionOptions + { + /// + /// No specific action is performed. + /// + None = 0, + /// + /// An action that requires the user to unlock their device. + /// + Required = (1 << 0), + /// + /// An irreversible action such as deleting data. + /// + Destructive = (1 << 1), + /// + /// An action that opens the application. + /// + Foreground = (1 << 2), + } + + enum iOSNotificationActionIconType + { + None = 0, + SystemImageName = 1, + TemplateImageName = 2, + } + + /// + /// Represents action for an actionable notification. + /// Actions are supposed to be added to notification categories, which are then registered prior to sending notifications. + /// User can choose to tap a notification or one of associated actions. Application gets feedback of the choice. + /// + /// + /// + public class iOSNotificationAction + { + internal iOSNotificationActionIconType _imageType; + internal string _image; + + /// + /// An identifier for this action. + /// Each action within an application unique must have unique ID. + /// This ID will be returned by iOSNotificationCenter.GetLastRespondedNotificationAction if user chooses this action. + /// + public string Id { get; set; } + + /// + /// Title for the action. + /// This will be the title of the button that appears below the notification. + /// + public string Title { get; set; } + + /// + /// Options for the action. Can be a combination of given flags. + /// Refer to Apple documentation for UNNotificationActionOptions for exact meanings. + /// + /// + public iOSNotificationActionOptions Options { get; set; } + + /// + /// Set the icon for action using system symbol image name. + /// + /// + public string SystemImageName + { + get { return _imageType == iOSNotificationActionIconType.SystemImageName ? _image : null; } + set + { + _imageType = iOSNotificationActionIconType.SystemImageName; + _image = value; + } + } + + /// + /// Set the icon for action using image from app's bundle. + /// + /// + public string TemplateImageName + { + get { return _imageType == iOSNotificationActionIconType.TemplateImageName ? _image : null; } + set + { + _imageType = iOSNotificationActionIconType.TemplateImageName; + _image = value; + } + } + + /// + /// Creates new action. + /// + /// Unique identifier for this action + /// Title for the action (and button label) + public iOSNotificationAction(string id, string title) + : this(id, title, 0) + { + } + + /// + /// Creates new action. + /// + /// Unique identifier for this action + /// Title for the action (and button label) + /// Options for the action + public iOSNotificationAction(string id, string title, iOSNotificationActionOptions options) + { + Id = id; + Title = title; + Options = options; + } + + internal virtual IntPtr CreateUNNotificationAction() + { +#if UNITY_IOS && !UNITY_EDITOR + return iOSNotificationsWrapper._CreateUNNotificationAction(Id, Title, (int)Options, (int)_imageType, _image); +#else + return IntPtr.Zero; +#endif + } + } + + /// + /// Represents a special notification action with text input support. + /// Each action within an application unique must have unique ID. + /// When user chooses this action, a prompt for text input appears. + /// If this action is responded to by the user, iOSNotificationCenter.GetLastRespondedNotificationAction will return it's ID, + /// while iOSNotificationCenter.GetLastRespondedNotificationUserText will return the text entered. + /// + public class iOSTextInputNotificationAction + : iOSNotificationAction + { + /// + /// Text label for the button for submitting the text input. + /// + public string TextInputButtonTitle { get; set; } + + /// + /// The placeholder text for input. + /// + public string TextInputPlaceholder { get; set; } + + /// + /// Creates new text input action. + /// + /// Unique identifier for this action + /// Title for the action (and button label) + /// Label for a button for submitting the text input + public iOSTextInputNotificationAction(string id, string title, string buttonTitle) + : base(id, title) + { + TextInputButtonTitle = buttonTitle; + } + + /// + /// Creates new text input action. + /// + /// Unique identifier for this action + /// Title for the action (and button label) + /// Options for the action + /// Label for a button for submitting the text input + public iOSTextInputNotificationAction(string id, string title, iOSNotificationActionOptions options, string buttonTitle) + : base(id, title, options) + { + TextInputButtonTitle = buttonTitle; + } + + internal override IntPtr CreateUNNotificationAction() + { +#if UNITY_IOS && !UNITY_EDITOR + return iOSNotificationsWrapper._CreateUNTextInputNotificationAction(Id, Title, (int)Options, (int)_imageType, _image, TextInputButtonTitle, TextInputPlaceholder); +#else + return IntPtr.Zero; +#endif + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAction.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAction.cs.meta new file mode 100755 index 0000000..2a0c033 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAction.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f7d19fa19fc06456eac4adb06cbf32e8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAttachment.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAttachment.cs new file mode 100755 index 0000000..5c86157 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAttachment.cs @@ -0,0 +1,25 @@ +namespace Unity.Notifications.iOS +{ + /// + /// Notification attachment. + /// Refer to Apple documentation for details. + /// + /// + public struct iOSNotificationAttachment + { + /// + /// A unique identifier for the attachments. Will be auto-generated if left empty. + /// + public string Id { get; set; } + + /// + /// URL to local file, accessible to the application. + /// + /// + /// + /// attachmend.Url = new System.Uri(System.IO.Path.Combine(Application.streamingAssetsPath, fileName)).AbsoluteUri; + /// + /// + public string Url { get; set; } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAttachment.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAttachment.cs.meta new file mode 100755 index 0000000..ab727c0 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationAttachment.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f6bc2d6d64e6740d78bacee53461b615 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCategory.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCategory.cs new file mode 100755 index 0000000..7e36d00 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCategory.cs @@ -0,0 +1,152 @@ +using System; +using System.Collections.Generic; + +namespace Unity.Notifications.iOS +{ + /// + /// Options for notification category. Multiple options can be combined. + /// These represent values from UNNotificationCategoryOptions. + /// + /// + [Flags] + public enum iOSNotificationCategoryOptions + { + None = 0, + CustomDismissAction = (1 << 0), + AllowInCarPlay = (1 << 1), + HiddenPreviewsShowTitle = (1 << 2), + HiddenPreviewsShowSubtitle = (1 << 3), + } + + /// + /// Represents notification category. + /// Notification categories need to be registered on application start to be useful. + /// By adding actions to category, you make all notification sent with this category identifier actionable. + /// + /// + /// + public class iOSNotificationCategory + { + List m_Actions = new List(); + List m_IntentIdentifiers = new List(); + + /// + /// A unique identifier for this category. + /// + public string Id { get; set; } + + /// + /// Get actions set for this category. + /// For more info see . + /// + public iOSNotificationAction[] Actions { get { return m_Actions.ToArray(); } } + + /// + /// Intent identifiers set for this category. + /// + /// + public string[] IntentIdentifiers { get { return m_IntentIdentifiers.ToArray(); } } + + /// + /// The placeholder text to display when the system disables notification previews for the app. + /// + /// + public string HiddenPreviewsBodyPlaceholder { get; set; } + + /// + /// A format string for the summary description used when the system groups the category’s notifications. + /// + /// + public string SummaryFormat { get; set; } + + /// + /// Options for how to handle notifications of this type. + /// + public iOSNotificationCategoryOptions Options { get; set; } + + /// + /// Create notification category. + /// Category must be registered using iOSNotificationCenter.SetNotificationCategories. + /// + /// A unique identifier for this category + public iOSNotificationCategory(string id) + { + Id = id; + } + + /// + /// Create notification category. + /// Category must be registered using iOSNotificationCenter.SetNotificationCategories. + /// + /// A unique identifier for this category + /// Add provided actions to this category + public iOSNotificationCategory(string id, IEnumerable actions) + : this(id) + { + if (actions != null) + m_Actions.AddRange(actions); + } + + /// + /// Create notification category. + /// Category must be registered using iOSNotificationCenter.SetNotificationCategories. + /// + /// A unique identifier for this category + /// Add provided actions to this category + /// Add provided intent identifiers to this category + public iOSNotificationCategory(string id, IEnumerable actions, IEnumerable intentIdentifiers) + : this(id, actions) + { + if (intentIdentifiers != null) + m_IntentIdentifiers.AddRange(intentIdentifiers); + } + + /// + /// Add action to this category. + /// Actions must be added prior to registering the category. + /// + /// Action to add + public void AddAction(iOSNotificationAction action) + { + if (action == null) + throw new ArgumentException("Cannot add null action"); + m_Actions.Add(action); + } + + /// + /// Add actions to this category. + /// Actions must be added prior to registering the category. + /// + /// Actions to add + public void AddActions(IEnumerable actions) + { + if (actions == null) + throw new ArgumentException("Cannot add null actions collection"); + m_Actions.AddRange(actions); + } + + /// + /// Add intent identifier to this category. + /// Intent identifiers must be added prior to registering the category. + /// + /// Intent identifier to add + public void AddIntentIdentifier(string identifier) + { + if (identifier == null) + throw new ArgumentException("Cannot add null intent identifier"); + m_IntentIdentifiers.Add(identifier); + } + + /// + /// Add intent identifier to this category. + /// Intent identifiers must be added prior to registering the category. + /// + /// Intent identifiers to add + public void AddIntentIdentifiers(IEnumerable identifiers) + { + if (identifiers == null) + throw new ArgumentException("Cannot add null intent identifiers collection"); + m_IntentIdentifiers.AddRange(identifiers); + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCategory.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCategory.cs.meta new file mode 100755 index 0000000..3d04811 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCategory.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7f323c7093dfc41d587ecb64426dceb2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCenter.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCenter.cs new file mode 100755 index 0000000..a24196d --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCenter.cs @@ -0,0 +1,255 @@ +using System.Collections.Generic; + +namespace Unity.Notifications.iOS +{ + /// + /// Use the iOSNotificationCenter to register notification channels and schedule local notifications. + /// + public class iOSNotificationCenter + { + private static bool s_Initialized; + + /// + /// The delegate type for the notification received callbacks. + /// + public delegate void NotificationReceivedCallback(iOSNotification notification); + + /// + /// Subscribe to this event to receive a callback whenever a local notification or a remote is shown to the user. + /// + public static event NotificationReceivedCallback OnNotificationReceived + { + add + { + if (!s_OnNotificationReceivedCallbackSet) + { + iOSNotificationsWrapper.RegisterOnReceivedCallback(); + s_OnNotificationReceivedCallbackSet = true; + } + + s_OnNotificationReceived += value; + } + remove + { + s_OnNotificationReceived -= value; + } + } + + private static bool s_OnNotificationReceivedCallbackSet; + private static event NotificationReceivedCallback s_OnNotificationReceived = delegate { }; + + /// + /// Subscribe to this event to receive a callback whenever a remote notification is received while the app is in foreground, + /// if you subscribe to this event remote notification will not be shown while the app is in foreground and if you still want + /// to show it to the user you will have to schedule a local notification with the data received from this callback. + /// If you want remote notifications to be shown automatically subscribe to the [[OnNotificationReceived]] even instead and check the + /// [[Notification.Trigger]] class type to determine whether the received notification is a remote notification. + /// + public static event NotificationReceivedCallback OnRemoteNotificationReceived + { + add + { + if (!s_OnRemoteNotificationReceivedCallbackSet) + { + iOSNotificationsWrapper.RegisterOnReceivedRemoteNotificationCallback(); + s_OnRemoteNotificationReceivedCallbackSet = true; + } + + s_OnRemoteNotificationReceived += value; + } + remove + { + s_OnRemoteNotificationReceived -= value; + } + } + + private static bool s_OnRemoteNotificationReceivedCallbackSet; + private static event NotificationReceivedCallback s_OnRemoteNotificationReceived = delegate { }; + + internal delegate void AuthorizationRequestCompletedCallback(iOSAuthorizationRequestData data); + + /// + /// The number currently set as the badge of the app icon. + /// + public static int ApplicationBadge + { + get { return iOSNotificationsWrapper.GetApplicationBadge(); } + set { iOSNotificationsWrapper.SetApplicationBadge(value); } + } + + static bool Initialize() + { +#if UNITY_EDITOR || !UNITY_IOS + return false; +#elif UNITY_IOS + + if (s_Initialized) + return true; + + iOSNotificationsWrapper.RegisterOnReceivedCallback(); + return s_Initialized = true; +#endif + } + + /// + /// Schedules a local notification for delivery. + /// + /// Notification to schedule + public static void ScheduleNotification(iOSNotification notification) + { + if (!Initialize()) + return; + + iOSNotificationsWrapper.ScheduleLocalNotification(notification.GetDataForSending()); + } + + /// + /// Returns all notifications that are currently scheduled. + /// + /// Array of scheduled notifications + public static iOSNotification[] GetScheduledNotifications() + { + return NotificationDataToNotifications(iOSNotificationsWrapper.GetScheduledNotificationData()); + } + + /// + /// Returns all of the app's delivered notifications that are currently shown in the Notification Center. + /// + /// Array of delivered notifications + public static iOSNotification[] GetDeliveredNotifications() + { + return NotificationDataToNotifications(iOSNotificationsWrapper.GetDeliveredNotificationData()); + } + + private static iOSNotification[] NotificationDataToNotifications(iOSNotificationWithUserInfo[] notificationData) + { + var iOSNotifications = new iOSNotification[notificationData == null ? 0 : notificationData.Length]; + + for (int i = 0; i < iOSNotifications.Length; ++i) + iOSNotifications[i] = new iOSNotification(notificationData[i]); + + return iOSNotifications; + } + + /// + /// Use this to retrieve the last local or remote notification received by the app. + /// Do not call this in Awake or Start of the first scene, wait for at least a frame. + /// On cold app start iOS reports this with small delay. + /// + /// + /// + /// Returns the last local or remote notification used to open the app or clicked on by the user. If no notification is available it returns null. + /// + public static iOSNotification GetLastRespondedNotification() + { + var data = iOSNotificationsWrapper.GetLastNotificationData(); + + if (data == null) + return null; + + return new iOSNotification(data.Value); + } + + /// + /// Get users chosen action for the last actionable notification, null if no action was chosen. + /// + /// + /// Action identifier + public static string GetLastRespondedNotificationAction() + { + return iOSNotificationsWrapper.GetLastRespondedNotificationAction(); + } + + /// + /// Get users text input for the last actionable notification with input support, null if no input. + /// + /// Text user extered in the input field from notification + public static string GetLastRespondedNotificationUserText() + { + return iOSNotificationsWrapper.GetLastRespondedNotificationUserText(); + } + + /// + /// Unschedules the specified notification. + /// + /// Identifier for the notification to be removed + public static void RemoveScheduledNotification(string identifier) + { + if (Initialize()) + iOSNotificationsWrapper._RemoveScheduledNotification(identifier); + } + + /// + /// Removes the specified notification from Notification Center. + /// + /// Identifier for the notification to be removed + public static void RemoveDeliveredNotification(string identifier) + { + if (Initialize()) + iOSNotificationsWrapper._RemoveDeliveredNotification(identifier); + } + + /// + /// Unschedules all pending notification. + /// + public static void RemoveAllScheduledNotifications() + { + if (Initialize()) + iOSNotificationsWrapper._RemoveAllScheduledNotifications(); + } + + /// + /// Removes all of the app's delivered notifications from the Notification Center. + /// + public static void RemoveAllDeliveredNotifications() + { + if (Initialize()) + iOSNotificationsWrapper._RemoveAllDeliveredNotifications(); + } + + /// + /// Get the notification settings for this app. + /// + /// Notification settings + public static iOSNotificationSettings GetNotificationSettings() + { + return iOSNotificationsWrapper.GetNotificationSettings(); + } + + /// + /// Set (replace if already set) notification categories. + /// Use this to setup actionable notifications. You can specify actions for each category, + /// which then will be available for each notification with the same category identifier. + /// Categories must be registered before sending notifications. + /// + /// All notification categories for your application + public static void SetNotificationCategories(IEnumerable categories) + { + iOSNotificationsWrapper.SetNotificationCategories(categories); + } + + internal static void OnReceivedRemoteNotification(iOSNotificationWithUserInfo data) + { + var notification = new iOSNotification(data); + s_OnRemoteNotificationReceived(notification); + } + + internal static void OnSentNotification(iOSNotificationWithUserInfo data) + { + var notification = new iOSNotification(data); + s_OnNotificationReceived(notification); + } + + /// + /// Opens Settings. + /// On iOS there is no way to open notification settings specifically, but you can open settings app with current application settings. + /// Note, that application will be suspended, since opening settings is switching to different application. + /// + public static void OpenNotificationSettings() + { +#if !UNITY_EDITOR + iOSNotificationsWrapper._OpenNotificationSettings(); +#endif + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCenter.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCenter.cs.meta new file mode 100755 index 0000000..58d2a03 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationCenter.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a54aa2e66430c45c2b076910262347d4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationSettings.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationSettings.cs new file mode 100755 index 0000000..dbe1744 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationSettings.cs @@ -0,0 +1,194 @@ +using System.Runtime.InteropServices; + +namespace Unity.Notifications.iOS +{ + /// + /// Enum indicating whether the app is allowed to schedule notifications. + /// You can capture these values in property using method. + /// + public enum AuthorizationStatus + { + /// + /// The user has not yet made a choice regarding whether the application may post notifications. + /// + NotDetermined = 0, + /// + /// The application is not authorized to post notifications. + /// + Denied = 1, + /// + /// The application is authorized to post notifications. + /// + Authorized = 2, + /// + /// The application is authorized to post non-interruptive user notifications. + /// + Provisional = 3, + /// + /// The application is temporarily authorized to post notifications. Only available to app clips. + /// + Ephemeral = 4, + } + + /// + /// Presentation styles for alerts. + /// + public enum AlertStyle + { + /// + /// No alert. + /// + None = 0, + /// + /// Banner alerts. + /// + Banner = 1, + /// + /// Modal alerts. + /// + Alert = 2, + } + + /// + /// The style for previewing a notification's content. + /// + public enum ShowPreviewsSetting + { + /// + /// The notification's content is always shown, even when the device is locked. + /// + Always = 0, + /// + /// The notification's content is shown only when the device is unlocked. + /// + WhenAuthenticated = 1, + /// + /// The notification's content is never shown, even when the device is unlocked + /// + Never = 2, + } + + /// + /// Enum indicating the current status of a notification setting. + /// + public enum NotificationSetting + { + /// + /// The app does not support this notification setting. + /// + NotSupported = 0, + + /// + /// The notification setting is turned off. + /// + Disabled, + + /// + /// The notification setting is turned on. + /// + Enabled, + } + + /// + /// iOSNotificationSettings contains the current authorization status and notification-related settings for your app. Your app must receive authorization to schedule notifications. + /// + /// + /// Use this struct to determine what notification-related actions your app is allowed to perform by the user. This information should be used to enable, disable, or adjust your app's notification-related behaviors. + /// The system enforces your app's settings by preventing denied interactions from occurring. + /// + [StructLayout(LayoutKind.Sequential)] + public struct iOSNotificationSettings + { + internal int authorizationStatus; + internal int notificationCenterSetting; + internal int lockScreenSetting; + internal int carPlaySetting; + internal int alertSetting; + internal int badgeSetting; + internal int soundSetting; + + internal int alertStyle; + internal int showPreviewsSetting; + + + /// + /// When the value is set to Authorized your app is allowed to schedule and receive local and remote notifications. + /// + /// + /// When authorized, use the alertSetting, badgeSetting, and soundSetting properties to specify which types of interactions are allowed. + /// When the `AuthorizationStatus` value is `Denied`, the system doesn't deliver notifications to your app, and the system ignores any attempts to schedule local notifications. + /// + public AuthorizationStatus AuthorizationStatus + { + get { return (AuthorizationStatus)authorizationStatus; } + } + + /// + /// The setting that indicates whether your app’s notifications are displayed in Notification Center. + /// + public NotificationSetting NotificationCenterSetting + { + get { return (NotificationSetting)notificationCenterSetting; } + } + + /// + /// The setting that indicates whether your app’s notifications appear onscreen when the device is locked. + /// + public NotificationSetting LockScreenSetting + { + get { return (NotificationSetting)lockScreenSetting; } + } + + /// + /// The setting that indicates whether your app’s notifications may be displayed in a CarPlay environment. + /// + public NotificationSetting CarPlaySetting + { + get { return (NotificationSetting)carPlaySetting; } + } + + /// + /// The authorization status for displaying alerts. + /// + public NotificationSetting AlertSetting + { + get { return (NotificationSetting)alertSetting; } + } + + /// + /// The authorization status for badging your app’s icon. + /// + public NotificationSetting BadgeSetting + { + get { return (NotificationSetting)badgeSetting; } + } + + /// + /// The authorization status for playing sounds for incoming notifications. + /// + public NotificationSetting SoundSetting + { + get { return (NotificationSetting)soundSetting; } + } + + /// + /// The type of alert that the app may display when the device is unlocked. + /// + /// + /// This property specifies the presentation style for alerts when the device is unlocked. + /// The user may choose to display alerts as automatically disappearing banners or as modal windows that require explicit dismissal (the user may also choose not to display alerts at all. + /// + public AlertStyle AlertStyle + { + get { return (AlertStyle)alertStyle; } + } + + /// + /// The setting that indicates whether the app shows a preview of the notification's content. + /// + public ShowPreviewsSetting ShowPreviewsSetting + { + get { return (ShowPreviewsSetting)showPreviewsSetting; } + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationSettings.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationSettings.cs.meta new file mode 100755 index 0000000..63e69fa --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationSettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4f0fce3da9e80904c834cd6c21a9fc08 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationTriggers.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationTriggers.cs new file mode 100755 index 0000000..1082733 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationTriggers.cs @@ -0,0 +1,277 @@ +using System; +using UnityEngine; + +namespace Unity.Notifications.iOS +{ + /// + /// Describes notification trigger type + /// + public enum iOSNotificationTriggerType + { + /// + /// Time interval trigger + /// + TimeInterval = 0, + /// + /// Calendar trigger + /// + Calendar = 10, + /// + /// Location trigger + /// + Location = 20, + /// + /// Push notification trigger + /// + Push = 3, + /// + /// Trigger, that is not known to this version of notifications package + /// + Unknown = -1, + } + + /// + /// iOSNotificationTrigger interface is implemented by notification trigger types representing an event that triggers the delivery of a notification. + /// + public interface iOSNotificationTrigger + { + /// + /// Returns the trigger type for this trigger. + /// + iOSNotificationTriggerType Type { get; } + } + + /// + /// A trigger condition that causes a notification to be delivered when the user's device enters or exits the specified geographic region. + /// + /// + /// Create a UNLocationNotificationTrigger instance when you want to schedule the delivery of a local notification when the device enters or leaves a specific geographic region. + /// The system limits the number of location-based triggers that may be scheduled at the same time. Before scheduling any notifications using this trigger, + /// your app must have authorization to use Core Location and must have when-in-use permissions. Use the Unity LocationService API to request for this authorization. + /// Region-based notifications aren't always triggered immediately when the edge of the boundary is crossed. The system applies heuristics to ensure that the boundary crossing + /// represents a deliberate event and is not the result of spurious location data. + /// See https://developer.apple.com/documentation/corelocation/clregion?language=objc for additional information. + /// + public struct iOSNotificationLocationTrigger : iOSNotificationTrigger + { + /// + /// The type of notification trigger. + /// + public iOSNotificationTriggerType Type { get { return iOSNotificationTriggerType.Location; } } + + /// + /// The center point of the geographic area. + /// + [Obsolete("Use Latitude and Longitude", false)] + public Vector2 Center + { + get + { + return new Vector2((float)Latitude, (float)Longitude); + } + set + { + Latitude = value.x; + Longitude = value.y; + } + } + + /// + /// The latitude of the center point of the geographic area. + /// + public double Latitude { get; set; } + + /// + /// The longitude of the center point of the geographic area. + /// + public double Longitude { get; set; } + + /// + /// The radius (measured in meters) that defines the geographic area’s outer boundary. + /// + public float Radius { get; set; } + + /// + /// When this property is enabled, a device crossing from outside the region to inside the region triggers the delivery of a notification + /// + public bool NotifyOnEntry { get; set; } + + /// + /// When this property is enabled, a device crossing from inside the region to outside the region triggers the delivery of a notification + /// + public bool NotifyOnExit { get; set; } + + /// + /// Whether the notification should repeat. + /// + public bool Repeats { get; set; } + } + + /// + /// A trigger condition that indicates the notification was sent from Apple Push Notification Service (APNs). + /// + /// + /// You should not create instances of this type manually. Instead compare the Trigger property of notification objects received in `OnNotificationReceived` to this type to + /// determine whether the received notification was scheduled locally or remotely. + /// + /// + /// notification.Trigger is iOSNotificationPushTrigger + /// + + public struct iOSNotificationPushTrigger : iOSNotificationTrigger + { + /// + /// The type of notification trigger. + /// + public iOSNotificationTriggerType Type { get { return iOSNotificationTriggerType.Push; } } + } + + /// + /// A trigger condition that causes a notification to be delivered after the specified amount of time elapses. + /// + /// + /// Create a iOSNotificationTimeIntervalTrigger instance when you want to schedule the delivery of a local notification after the specified time span has elapsed. + /// + public struct iOSNotificationTimeIntervalTrigger : iOSNotificationTrigger + { + /// + /// The type of notification trigger. + /// + public iOSNotificationTriggerType Type { get { return iOSNotificationTriggerType.TimeInterval; } } + + internal int timeInterval; + + /// + /// Time interval after which the notification should be delivered (only total of full seconds is considered). + /// + public TimeSpan TimeInterval + { + get { return TimeSpan.FromSeconds(timeInterval); } + set + { + timeInterval = (int)value.TotalSeconds; + if (timeInterval <= 0) + throw new ArgumentException("Time interval must be greater than 0."); + } + } + + /// + /// Whether the notification should repeat. + /// + public bool Repeats { get; set; } + } + + /// + /// A trigger condition that causes a notification to be delivered at a specific date and time. + /// + /// + /// Create an instance of when you want to schedule the delivery of a local notification at the specified date and time. + /// You are not required to set all of the fields because the system uses the provided information to determine the next date and time that matches the specified information automatically. + /// + public struct iOSNotificationCalendarTrigger : iOSNotificationTrigger + { + /// + /// The type of notification trigger. + /// + public iOSNotificationTriggerType Type { get { return iOSNotificationTriggerType.Calendar; } } + + /// + /// Year + /// + public int? Year { get; set; } + + /// + /// Month + /// + public int? Month { get; set; } + + /// + /// Day + /// + public int? Day { get; set; } + + /// + /// Hour + /// + public int? Hour { get; set; } + + /// + /// Minute + /// + public int? Minute { get; set; } + + /// + /// Second + /// + public int? Second { get; set; } + + /// + /// Are Date and Time field in UTC time. When false, use local time. + /// + public bool UtcTime { get; set; } + + /// + /// Indicate whether the notification is repeated every defined time period. For instance if hour and minute fields are set the notification will be triggered every day at the specified hour and minute. + /// + public bool Repeats { get; set; } + + /// + /// Converts this trigger into the one using UTC time. + /// + /// A new trigger with UtcTime set to true and other field adjusted accordingly. + public iOSNotificationCalendarTrigger ToUtc() + { + if (UtcTime) + return this; + + var notificationTime = AssignDateTimeComponents(DateTime.Now).ToUniversalTime(); + iOSNotificationCalendarTrigger result = this; + result.UtcTime = true; + result.AssignNonEmptyComponents(notificationTime); + return result; + } + + /// + /// Converts this trigger into the one using local time. + /// + /// A new trigger with UtcTime set to false and other field adjusted accordingly. + public iOSNotificationCalendarTrigger ToLocal() + { + if (!UtcTime) + return this; + + var notificationTime = AssignDateTimeComponents(DateTime.UtcNow).ToLocalTime(); + iOSNotificationCalendarTrigger result = this; + result.UtcTime = false; + result.AssignNonEmptyComponents(notificationTime); + return result; + } + + internal DateTime AssignDateTimeComponents(DateTime dt) + { + int year = Year != null ? Year.Value : dt.Year; + int month = Month != null ? Month.Value : dt.Month; + int day = Day != null ? Day.Value : dt.Day; + int hour = Hour != null ? Hour.Value : dt.Hour; + int minute = Minute != null ? Minute.Value : dt.Minute; + int second = Second != null ? Second.Value : dt.Second; + return new DateTime(year, month, day, hour, minute, second, dt.Kind); + } + + internal void AssignNonEmptyComponents(DateTime dt) + { + if (Year != null) + Year = dt.Year; + if (Month != null) + Month = dt.Month; + if (Day != null) + Day = dt.Day; + if (Hour != null) + Hour = dt.Hour; + if (Minute != null) + Minute = dt.Minute; + if (Second != null) + Second = dt.Second; + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationTriggers.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationTriggers.cs.meta new file mode 100755 index 0000000..d9cc046 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationTriggers.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 56be22c2d38b781439f9da4ef07e2638 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationsWrapper.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationsWrapper.cs new file mode 100755 index 0000000..335d6e2 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationsWrapper.cs @@ -0,0 +1,497 @@ +using System; +using System.Collections.Generic; +using System.Runtime.InteropServices; +using AOT; +using UnityEngine; + +#pragma warning disable 162 + +namespace Unity.Notifications.iOS +{ + internal struct iOSNotificationWithUserInfo + { + internal iOSNotificationData data; + internal Dictionary userInfo; + internal List attachments; + } + + internal class iOSNotificationsWrapper : MonoBehaviour + { +#if DEVELOPMENT_BUILD + [DllImport("__Internal")] + private static extern int _NativeSizeof_iOSNotificationAuthorizationData(); + + [DllImport("__Internal")] + private static extern int _NativeSizeof_iOSNotificationData(); + + [DllImport("__Internal")] + private static extern int _NativeSizeof_NotificationSettingsData(); +#endif + + [DllImport("__Internal")] + private static extern void _RequestAuthorization(IntPtr request, Int32 options, bool registerForRemote); + + [DllImport("__Internal")] + private static extern int _RegisteredForRemoteNotifications(); + + [DllImport("__Internal")] + private static extern void _UnregisterForRemoteNotifications(); + + [DllImport("__Internal")] + private static extern void _ScheduleLocalNotification(iOSNotificationData data); + + [DllImport("__Internal")] + private static extern void _SetNotificationReceivedDelegate(NotificationReceivedCallback callback); + + [DllImport("__Internal")] + private static extern void _SetRemoteNotificationReceivedDelegate(NotificationReceivedCallback callback); + + [DllImport("__Internal")] + private static extern void _SetAuthorizationRequestReceivedDelegate(AuthorizationRequestCallback callback); + + [DllImport("__Internal")] + private static extern iOSNotificationSettings _GetNotificationSettings(); + + [DllImport("__Internal")] + private static extern IntPtr _GetScheduledNotificationDataArray(out Int32 count); + + [DllImport("__Internal")] + private static extern IntPtr _GetDeliveredNotificationDataArray(out Int32 count); + + [DllImport("__Internal")] + internal static extern void _RemoveScheduledNotification(string identifier); + + [DllImport("__Internal")] + internal static extern void _RemoveAllScheduledNotifications(); + + [DllImport("__Internal")] + internal static extern void _RemoveDeliveredNotification(string identifier); + + [DllImport("__Internal")] + private static extern void _SetApplicationBadge(Int32 badge); + + [DllImport("__Internal")] + private static extern Int32 _GetApplicationBadge(); + + [DllImport("__Internal")] + private static extern bool _GetAppOpenedUsingNotification(); + + [DllImport("__Internal")] + internal static extern void _RemoveAllDeliveredNotifications(); + + [DllImport("__Internal")] + private static extern IntPtr _GetLastNotificationData(); + + [DllImport("__Internal")] + private static extern string _GetLastRespondedNotificationAction(); + + [DllImport("__Internal")] + private static extern string _GetLastRespondedNotificationUserText(); + + [DllImport("__Internal")] + private static extern void _FreeUnmanagediOSNotificationDataArray(IntPtr ptr, int count); + + [DllImport("__Internal")] + internal static extern IntPtr _AddItemToNSDictionary(IntPtr dict, string key, string value); + + [DllImport("__Internal")] + internal static extern IntPtr _AddAttachmentToNSArray(IntPtr atts, string id, string url, out IntPtr error); + + [DllImport("__Internal")] + private static extern void _ReadNSDictionary(IntPtr handle, IntPtr nsDict, ReceiveNSDictionaryKeyValueCallback callback); + + [DllImport("__Internal")] + private static extern void _ReadAttachmentsNSArray(IntPtr handle, IntPtr nsArray, ReceiveUNNotificationAttachmentCallback callback); + + [DllImport("__Internal")] + internal static extern IntPtr _CreateUNNotificationAction(string id, string title, int options, int iconType, string icon); + + [DllImport("__Internal")] + internal static extern IntPtr _CreateUNTextInputNotificationAction(string id, string title, int options, int iconType, string icon, string buttonTitle, string placeholder); + + [DllImport("__Internal")] + private static extern void _ReleaseNSObject(IntPtr obj); + + [DllImport("__Internal")] + private static extern string _NSErrorToMessage(IntPtr error); + + [DllImport("__Internal")] + private static extern IntPtr _AddActionToNSArray(IntPtr actions, IntPtr action, int capacity); + + [DllImport("__Internal")] + private static extern IntPtr _CreateUNNotificationCategory(string id, string hiddenPreviewsBodyPlaceholder, string summaryFormat, int options, IntPtr actions, IntPtr intentIdentifiers); + + [DllImport("__Internal")] + private static extern IntPtr _AddCategoryToCategorySet(IntPtr categorySet, IntPtr category); + + [DllImport("__Internal")] + private static extern void _SetNotificationCategories(IntPtr categorySet); + + [DllImport("__Internal")] + private static extern IntPtr _AddStringToNSArray(IntPtr array, string str, int capacity); + + [DllImport("__Internal")] + internal static extern void _OpenNotificationSettings(); + + private delegate void AuthorizationRequestCallback(IntPtr request, iOSAuthorizationRequestData data); + private delegate void NotificationReceivedCallback(iOSNotificationData notificationData); + private delegate void ReceiveNSDictionaryKeyValueCallback(IntPtr dict, string key, string value); + private delegate void ReceiveUNNotificationAttachmentCallback(IntPtr array, string id, string url); + +#if UNITY_IOS && !UNITY_EDITOR && DEVELOPMENT_BUILD + static iOSNotificationsWrapper() + { + VerifyNativeManagedSize(_NativeSizeof_iOSNotificationAuthorizationData(), typeof(iOSAuthorizationRequestData)); + VerifyNativeManagedSize(_NativeSizeof_iOSNotificationData(), typeof(iOSNotificationData)); + VerifyNativeManagedSize(_NativeSizeof_NotificationSettingsData(), typeof(iOSNotificationSettings)); + } + + static void VerifyNativeManagedSize(int nativeSize, Type managedType) + { + var managedSize = Marshal.SizeOf(managedType); + if (nativeSize != managedSize) + throw new Exception(string.Format("Native/managed struct size missmatch: {0} vs {1}", nativeSize, managedSize)); + } + +#endif + + public static void RegisterAuthorizationRequestCallback() + { +#if UNITY_IOS && !UNITY_EDITOR + _SetAuthorizationRequestReceivedDelegate(AuthorizationRequestReceived); +#endif + } + + public static void RegisterOnReceivedRemoteNotificationCallback() + { +#if UNITY_IOS && !UNITY_EDITOR + _SetRemoteNotificationReceivedDelegate(RemoteNotificationReceived); +#endif + } + + public static void RegisterOnReceivedCallback() + { +#if UNITY_IOS && !UNITY_EDITOR + _SetNotificationReceivedDelegate(NotificationReceived); +#endif + } + + [MonoPInvokeCallback(typeof(AuthorizationRequestCallback))] + public static void AuthorizationRequestReceived(IntPtr request, iOSAuthorizationRequestData data) + { +#if UNITY_IOS && !UNITY_EDITOR + AuthorizationRequest.OnAuthorizationRequestCompleted(request, data); +#endif + } + + [MonoPInvokeCallback(typeof(NotificationReceivedCallback))] + public static void RemoteNotificationReceived(iOSNotificationData data) + { +#if UNITY_IOS && !UNITY_EDITOR + iOSNotificationCenter.OnReceivedRemoteNotification(NotificationDataToDataWithUserInfo(data)); +#endif + } + + [MonoPInvokeCallback(typeof(NotificationReceivedCallback))] + public static void NotificationReceived(iOSNotificationData data) + { +#if UNITY_IOS && !UNITY_EDITOR + iOSNotificationCenter.OnSentNotification(NotificationDataToDataWithUserInfo(data)); +#endif + } + + static iOSNotificationWithUserInfo NotificationDataToDataWithUserInfo(iOSNotificationData data) + { + iOSNotificationWithUserInfo ret; + ret.data = data; + ret.data.userInfo = IntPtr.Zero; + ret.userInfo = NSDictionaryToCs(data.userInfo); + ret.attachments = AttachmentsNSArrayToCs(data.attachments); + return ret; + } + + [MonoPInvokeCallback(typeof(ReceiveNSDictionaryKeyValueCallback))] + private static void ReceiveNSDictionaryKeyValue(IntPtr dict, string key, string value) + { + GCHandle handle = GCHandle.FromIntPtr(dict); + var dictionary = (Dictionary)handle.Target; + if (dictionary == null) + return; + dictionary[key] = value; + } + + [MonoPInvokeCallback(typeof(ReceiveUNNotificationAttachmentCallback))] + private static void ReceiveUNNotificationAttachment(IntPtr array, string id, string url) + { + GCHandle handle = GCHandle.FromIntPtr(array); + var list = (List)handle.Target; + if (list == null) + return; + list.Add(new iOSNotificationAttachment() + { + Id = id, + Url = url, + }); + } + + public static void RequestAuthorization(IntPtr request, int options, bool registerRemote) + { +#if UNITY_IOS && !UNITY_EDITOR + _RequestAuthorization(request, options, registerRemote); +#endif + } + + public static bool RegisteredForRemoteNotifications() + { +#if UNITY_IOS && !UNITY_EDITOR + return _RegisteredForRemoteNotifications() != 0; +#else + return false; +#endif + } + + public static void UnregisterForRemoteNotifications() + { +#if UNITY_IOS && !UNITY_EDITOR + _UnregisterForRemoteNotifications(); +#endif + } + + public static iOSNotificationSettings GetNotificationSettings() + { +#if UNITY_IOS && !UNITY_EDITOR + return _GetNotificationSettings(); +#else + return new iOSNotificationSettings(); +#endif + } + + public static void ScheduleLocalNotification(iOSNotificationWithUserInfo data) + { +#if UNITY_IOS && !UNITY_EDITOR + data.data.userInfo = iOSNotificationsWrapper.CsDictionaryToObjC(data.userInfo); + data.data.attachments = iOSNotificationsWrapper.CsAttachmentsToObjc(data.attachments); + _ScheduleLocalNotification(data.data); +#endif + } + + public static iOSNotificationWithUserInfo[] GetDeliveredNotificationData() + { +#if UNITY_IOS && !UNITY_EDITOR + int count; + var ptr = _GetDeliveredNotificationDataArray(out count); + return MarshalAndFreeNotificationDataArray(ptr, count); +#else + return null; +#endif + } + + public static string GetLastRespondedNotificationAction() + { +#if UNITY_IOS && !UNITY_EDITOR + return _GetLastRespondedNotificationAction(); +#else + return null; +#endif + } + + public static string GetLastRespondedNotificationUserText() + { +#if UNITY_IOS && !UNITY_EDITOR + return _GetLastRespondedNotificationUserText(); +#else + return null; +#endif + } + + public static iOSNotificationWithUserInfo[] GetScheduledNotificationData() + { +#if UNITY_IOS && !UNITY_EDITOR + int count; + var ptr = _GetScheduledNotificationDataArray(out count); + return MarshalAndFreeNotificationDataArray(ptr, count); +#else + return null; +#endif + } + +#if UNITY_IOS && !UNITY_EDITOR + static iOSNotificationWithUserInfo[] MarshalAndFreeNotificationDataArray(IntPtr ptr, int count) + { + if (count == 0 || ptr == IntPtr.Zero) + return null; + + var dataArray = new iOSNotificationWithUserInfo[count]; + var structSize = Marshal.SizeOf(typeof(iOSNotificationData)); + var next = ptr; + for (var i = 0; i < count; ++i) + { + dataArray[i].data = (iOSNotificationData)Marshal.PtrToStructure(next, typeof(iOSNotificationData)); + dataArray[i].userInfo = NSDictionaryToCs(dataArray[i].data.userInfo); + dataArray[i].attachments = AttachmentsNSArrayToCs(dataArray[i].data.attachments); + next = next + structSize; + } + _FreeUnmanagediOSNotificationDataArray(ptr, count); + + return dataArray; + } + +#endif + + public static IntPtr CsDictionaryToObjC(Dictionary userInfo) + { +#if UNITY_IOS && !UNITY_EDITOR + if (userInfo == null) + return IntPtr.Zero; + + IntPtr dict = IntPtr.Zero; + foreach (var item in userInfo) + dict = _AddItemToNSDictionary(dict, item.Key, item.Value); + return dict; +#else + return IntPtr.Zero; +#endif + } + + public static IntPtr CsAttachmentsToObjc(List attachments) + { +#if UNITY_IOS && !UNITY_EDITOR + if (attachments == null || attachments.Count == 0) + return IntPtr.Zero; + + var atts = IntPtr.Zero; + foreach (var attachment in attachments) + { + IntPtr error; + atts = _AddAttachmentToNSArray(atts, attachment.Id, attachment.Url, out error); + if (error != IntPtr.Zero) + { + if (atts != IntPtr.Zero) + _ReleaseNSObject(atts); + var msg = _NSErrorToMessage(error); + throw new Exception(msg); + } + } + + return atts; +#else + return IntPtr.Zero; +#endif + } + + public static Dictionary NSDictionaryToCs(IntPtr dict) + { +#if UNITY_IOS && !UNITY_EDITOR + var ret = new Dictionary(); + var handle = GCHandle.Alloc(ret); + _ReadNSDictionary(GCHandle.ToIntPtr(handle), dict, ReceiveNSDictionaryKeyValue); + handle.Free(); + return ret; +#else + return new Dictionary(); +#endif + } + + public static List AttachmentsNSArrayToCs(IntPtr array) + { +#if UNITY_IOS && !UNITY_EDITOR + if (array == IntPtr.Zero) + return null; + var ret = new List(); + var handle = GCHandle.Alloc(ret); + _ReadAttachmentsNSArray(GCHandle.ToIntPtr(handle), array, ReceiveUNNotificationAttachment); + handle.Free(); + return ret; +#else + return null; +#endif + } + + public static void SetApplicationBadge(int badge) + { +#if UNITY_IOS && !UNITY_EDITOR + _SetApplicationBadge(badge); +#endif + } + + public static int GetApplicationBadge() + { +#if UNITY_IOS && !UNITY_EDITOR + return _GetApplicationBadge(); +#else + return 0; +#endif + } + + public static bool GetAppOpenedUsingNotification() + { +#if UNITY_IOS && !UNITY_EDITOR + return _GetAppOpenedUsingNotification(); +#else + return false; +#endif + } + + public static iOSNotificationWithUserInfo? GetLastNotificationData() + { +#if UNITY_IOS && !UNITY_EDITOR + if (_GetAppOpenedUsingNotification()) + { + IntPtr ptr = _GetLastNotificationData(); + + if (ptr != IntPtr.Zero) + { + iOSNotificationWithUserInfo data; + data.data = (iOSNotificationData)Marshal.PtrToStructure(ptr, typeof(iOSNotificationData)); + data.userInfo = NSDictionaryToCs(data.data.userInfo); + data.data.userInfo = IntPtr.Zero; + data.attachments = AttachmentsNSArrayToCs(data.data.attachments); + data.data.attachments = IntPtr.Zero; + _FreeUnmanagediOSNotificationDataArray(ptr, 1); + return data; + } + } +#endif + return null; + } + + public static void SetNotificationCategories(IEnumerable categories) + { + var allActions = new Dictionary(); + foreach (var category in categories) + { + foreach (var action in category.Actions) + { + if (string.IsNullOrEmpty(action.Id)) + throw new ArgumentException("Action must have a valid and unique ID"); + if (!allActions.ContainsKey(action.Id)) + allActions[action.Id] = action.CreateUNNotificationAction(); + } + } + +#if UNITY_IOS && !UNITY_EDITOR + IntPtr categorySet = IntPtr.Zero; + foreach (var category in categories) + { + IntPtr actions = IntPtr.Zero; + int count = category.Actions.Length; + foreach (var action in category.Actions) + actions = _AddActionToNSArray(actions, allActions[action.Id], count); + IntPtr intentIdentifiers = IntPtr.Zero; + count = category.IntentIdentifiers.Length; + foreach (var idr in category.IntentIdentifiers) + intentIdentifiers = _AddStringToNSArray(intentIdentifiers, idr, count); + var cat = _CreateUNNotificationCategory(category.Id, category.HiddenPreviewsBodyPlaceholder, category.SummaryFormat, (int)category.Options, + actions, intentIdentifiers); + categorySet = _AddCategoryToCategorySet(categorySet, cat); + } + + _SetNotificationCategories(categorySet); + + foreach (var act in allActions) + _ReleaseNSObject(act.Value); +#endif + } + } +} +#pragma warning restore 162 diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationsWrapper.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationsWrapper.cs.meta new file mode 100755 index 0000000..a3cb1e6 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Runtime/iOS/iOSNotificationsWrapper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 306facfaa63a94abea275dd2f15c37ee +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests.meta new file mode 100755 index 0000000..b5ee8c7 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4193514ca69fa44a3af94af439e2755c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor.meta new file mode 100755 index 0000000..cd40f69 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 789bd7058dd3c4044ba6a7d9fe840a2b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/ApiTestsiOS.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/ApiTestsiOS.cs new file mode 100755 index 0000000..5506f78 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/ApiTestsiOS.cs @@ -0,0 +1,45 @@ +using System; +using NUnit.Framework; +using Unity.Notifications.iOS; + +namespace Unity.Notifications.Tests +{ + public class ApiTestsiOS + { + [Test] + public void TimeIntervalTrigger_MeasuredInSeconds() + { + var trigger = new iOSNotificationTimeIntervalTrigger(); + var interval = TimeSpan.FromMinutes(1); + trigger.TimeInterval = interval; + Assert.AreEqual(60, trigger.timeInterval); + var outInterval = trigger.TimeInterval; + Assert.AreEqual(interval, outInterval); + + trigger.TimeInterval = new TimeSpan(0, 0, 1, 5, 50); + // milliseconds should get discarded + Assert.AreEqual(65, trigger.timeInterval); + } + + [Test] + public void TimeIntervalTrigger_RejectsLessThanSecond() + { + CheckTimeSpanIsRected(new TimeSpan(0, 0, 0, 0, 100)); + CheckTimeSpanIsRected(TimeSpan.FromSeconds(-3)); + } + + void CheckTimeSpanIsRected(TimeSpan interval) + { + try + { + var trigger = new iOSNotificationTimeIntervalTrigger(); + trigger.TimeInterval = interval; + Assert.Fail("Exception expected"); + } + catch (ArgumentException) + { + // expected + } + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/ApiTestsiOS.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/ApiTestsiOS.cs.meta new file mode 100755 index 0000000..6787d71 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/ApiTestsiOS.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 934f7d9817a584e38af6c229150b5480 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/NotificationSettingsTests.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/NotificationSettingsTests.cs new file mode 100755 index 0000000..9115aeb --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/NotificationSettingsTests.cs @@ -0,0 +1,51 @@ +using System.IO; +using NUnit.Framework; +using Unity.Notifications.iOS; + +namespace Unity.Notifications.Tests +{ + internal class NotificationSettingsTests + { + [OneTimeSetUp] + public void ResetSettings() + { + if (File.Exists(NotificationSettingsManager.k_SettingsPath)) + { + File.Delete(NotificationSettingsManager.k_SettingsPath); + } + } + + [Test] + public void SetAndroidNotifcationSettings_Works() + { + NotificationSettings.AndroidSettings.CustomActivityString = "com.test.dummy.activity"; + NotificationSettings.AndroidSettings.UseCustomActivity = true; + NotificationSettings.AndroidSettings.RescheduleOnDeviceRestart = true; + + Assert.AreEqual("com.test.dummy.activity", NotificationSettings.AndroidSettings.CustomActivityString); + Assert.IsTrue(NotificationSettings.AndroidSettings.UseCustomActivity); + Assert.IsTrue(NotificationSettings.AndroidSettings.RescheduleOnDeviceRestart); + } + + [Test] + public void SetiOSNotifcationSettings_Works() + { + NotificationSettings.iOSSettings.AddRemoteNotificationCapability = true; + NotificationSettings.iOSSettings.DefaultAuthorizationOptions = AuthorizationOption.Alert; + NotificationSettings.iOSSettings.UseLocationNotificationTrigger = true; + NotificationSettings.iOSSettings.UseAPSReleaseEnvironment = true; + NotificationSettings.iOSSettings.RemoteNotificationForegroundPresentationOptions = PresentationOption.Alert; + NotificationSettings.iOSSettings.RequestAuthorizationOnAppLaunch = true; + NotificationSettings.iOSSettings.NotificationRequestAuthorizationForRemoteNotificationsOnAppLaunch = true; + + Assert.IsTrue(NotificationSettings.iOSSettings.AddRemoteNotificationCapability); + Assert.IsTrue(NotificationSettings.iOSSettings.UseLocationNotificationTrigger); + Assert.IsTrue(NotificationSettings.iOSSettings.UseAPSReleaseEnvironment); + Assert.IsTrue(NotificationSettings.iOSSettings.RequestAuthorizationOnAppLaunch); + Assert.IsTrue(NotificationSettings.iOSSettings.NotificationRequestAuthorizationForRemoteNotificationsOnAppLaunch); + + Assert.AreEqual(PresentationOption.Alert, NotificationSettings.iOSSettings.RemoteNotificationForegroundPresentationOptions); + Assert.AreEqual(AuthorizationOption.Alert, NotificationSettings.iOSSettings.DefaultAuthorizationOptions); + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/NotificationSettingsTests.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/NotificationSettingsTests.cs.meta new file mode 100755 index 0000000..054a818 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/NotificationSettingsTests.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9c12d2439337c4d1d90aa2a02fbab9bb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/PostprocessorTests.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/PostprocessorTests.cs new file mode 100755 index 0000000..61798ef --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/PostprocessorTests.cs @@ -0,0 +1,209 @@ +using System.Xml; +using NUnit.Framework; + +namespace Unity.Notifications.Tests +{ + internal class PostprocessorTests + { + [Test] + public void DummmyTest() + { + Assert.AreEqual(true, true); + } + + const string kManifestTemplate = @" + + + + + + + + + + + + + + {0} + + + + + {1} + + + +"; + const string kRescheduleOnRestartFalse = ""; + const string kRescheduleOnRestartTrue = ""; + const string kExactSchedulingOn = ""; + const string kExactSchedulingOff = ""; + const string kReceiveBookCompletedPermission = ""; + const string kScheduleExactAlarmPermission = ""; + const string kUseExactAlarmPermission = ""; + const string kRequestIgnoreBatteryOptimizationsPermission = ""; + + string GetSourceXml(string metaDataExtra, string permissionExtra) + { + if (metaDataExtra == null) + metaDataExtra = ""; + if (permissionExtra == null) + permissionExtra = ""; + return string.Format(kManifestTemplate, metaDataExtra, permissionExtra); + } + +#if UNITY_ANDROID + [Test] + public void AppendMetadataToManifest_WhenSameValue_Works() + { + string sourceXmlContent = GetSourceXml(kRescheduleOnRestartTrue, null); + XmlDocument xmlDoc = new XmlDocument(); + xmlDoc.LoadXml(sourceXmlContent); + + + AndroidNotificationPostProcessor.AppendAndroidMetadataField(null, xmlDoc, "reschedule_notifications_on_restart", "true"); + + Assert.IsTrue(xmlDoc.InnerXml.Contains(kRescheduleOnRestartTrue)); + } + + [Test] + public void AppendMetadataToManifest_WhenOtherValue_Works() + { + string sourceXmlContent = GetSourceXml(kRescheduleOnRestartFalse, null); + XmlDocument xmlDoc = new XmlDocument(); + xmlDoc.LoadXml(sourceXmlContent); + + + AndroidNotificationPostProcessor.AppendAndroidMetadataField(null, xmlDoc, "reschedule_notifications_on_restart", "true"); + + Assert.IsFalse(xmlDoc.InnerXml.Contains(kRescheduleOnRestartFalse)); + Assert.IsTrue(xmlDoc.InnerXml.Contains(kRescheduleOnRestartTrue)); + } + + [Test] + public void AppendMetadataToManifest_WhenNotPresent_Works() + { + string sourceXmlContent = GetSourceXml(null, null); + XmlDocument xmlDoc = new XmlDocument(); + xmlDoc.LoadXml(sourceXmlContent); + + + AndroidNotificationPostProcessor.AppendAndroidMetadataField(null, xmlDoc, "reschedule_notifications_on_restart", "true"); + + Assert.IsTrue(xmlDoc.InnerXml.Contains(kRescheduleOnRestartTrue)); + } + + [Test] + public void AppendMetadataToManifest_WhenOtherFieldPresentWorks() + { + string sourceXmlContent = GetSourceXml(kRescheduleOnRestartTrue, null); + XmlDocument xmlDoc = new XmlDocument(); + xmlDoc.LoadXml(sourceXmlContent); + + + AndroidNotificationPostProcessor.AppendAndroidMetadataField(null, xmlDoc, "do_something", "true"); + + Assert.IsTrue(xmlDoc.InnerXml.Contains(kRescheduleOnRestartTrue)); + Assert.IsTrue(xmlDoc.InnerXml.Contains("")); + } + + [Test] + public void AppendPermissionToManifest_WhenNoPresentWorks() + { + string sourceXmlContent = GetSourceXml(null, null); + XmlDocument xmlDoc = new XmlDocument(); + xmlDoc.LoadXml(sourceXmlContent); + + + AndroidNotificationPostProcessor.AppendAndroidPermissionField(null, xmlDoc, "android.permission.RECEIVE_BOOT_COMPLETED"); + + Assert.IsTrue(xmlDoc.InnerXml.Contains(kReceiveBookCompletedPermission)); + } + + [Test] + public void AppendPermissionToManifest_WhenAlreadyPresentWorks() + { + string sourceXmlContent = GetSourceXml(null, kReceiveBookCompletedPermission); + XmlDocument xmlDoc = new XmlDocument(); + xmlDoc.LoadXml(sourceXmlContent); + + + AndroidNotificationPostProcessor.AppendAndroidPermissionField(null, xmlDoc, "android.permission.RECEIVE_BOOT_COMPLETED"); + + Assert.IsTrue(xmlDoc.InnerXml.Contains(kReceiveBookCompletedPermission)); + } + + [Test] + public void InjectAndroidManifest_AddsScheduleExactWhenEnabled() + { + InjectAndroidManifest_AddsPermissionWhenEnabled(AndroidExactSchedulingOption.AddScheduleExactPermission, kScheduleExactAlarmPermission); + } + + [Test] + public void InjectAndroidManifest_AddsUseExactWhenEnabled() + { + InjectAndroidManifest_AddsPermissionWhenEnabled(AndroidExactSchedulingOption.AddUseExactAlarmPermission, kUseExactAlarmPermission); + } + + [Test] + public void InjectAndroidManifest_AddsBatteryOptimizationsWhenEnabled() + { + InjectAndroidManifest_AddsPermissionWhenEnabled(AndroidExactSchedulingOption.AddRequestIgnoreBatteryOptimizationsPermission, kRequestIgnoreBatteryOptimizationsPermission); + //InjectAndroidManifest_AddsPermissionWhenEnabled(AndroidExactSchedulingOption.AddRequestIgnoreBatteryOptimizationsPermission, "android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"); + } + + public void InjectAndroidManifest_AddsPermissionWhenEnabled(AndroidExactSchedulingOption flag, string permission) + { + string sourceXmlContent = GetSourceXml(null, null); + XmlDocument xmlDoc = new XmlDocument(); + xmlDoc.LoadXml(sourceXmlContent); + var settings = new AndroidNotificationPostProcessor.ManifestSettings() + { + ExactAlarm = AndroidExactSchedulingOption.ExactWhenAvailable | flag, + }; + + AndroidNotificationPostProcessor.InjectAndroidManifest("test", xmlDoc, settings); + + Assert.IsTrue(xmlDoc.InnerXml.Contains(kExactSchedulingOn)); + Assert.IsTrue(xmlDoc.InnerXml.Contains(permission)); + } + + [Test] + public void InjectAndroidManifest_DoesNotAddScheduleExactWhenExactNotEnabled() + { + InjectAndroidManifest_DoesNotAddPermissionWhenExactNotEnabled("android.permission.SCHEDULE_EXACT_ALARM"); + } + + [Test] + public void InjectAndroidManifest_DoesNotAddUseExactWhenExactNotEnabled() + { + InjectAndroidManifest_DoesNotAddPermissionWhenExactNotEnabled("android.permission.USE_EXACT_ALARM"); + } + + [Test] + public void InjectAndroidManifest_DoesNotAddBatteryOptimizationsWhenExactNotEnabled() + { + InjectAndroidManifest_DoesNotAddPermissionWhenExactNotEnabled("android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"); + } + + public void InjectAndroidManifest_DoesNotAddPermissionWhenExactNotEnabled(string permission) + { + string sourceXmlContent = GetSourceXml(null, null); + XmlDocument xmlDoc = new XmlDocument(); + xmlDoc.LoadXml(sourceXmlContent); + var settings = new AndroidNotificationPostProcessor.ManifestSettings() + { + // AndroidExactSchedulingOption.ExactWhenAvailable absent, so this one is ignored + ExactAlarm = AndroidExactSchedulingOption.AddScheduleExactPermission, + }; + + AndroidNotificationPostProcessor.InjectAndroidManifest("test", xmlDoc, settings); + + Assert.IsTrue(xmlDoc.InnerXml.Contains(kExactSchedulingOff)); + Assert.IsFalse(xmlDoc.InnerXml.Contains(permission)); + } + +#endif + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/PostprocessorTests.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/PostprocessorTests.cs.meta new file mode 100755 index 0000000..82ab354 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/PostprocessorTests.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ad29723af4e864cf2bce62d266ce900a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/Unity.Notifications.Tests.asmdef b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/Unity.Notifications.Tests.asmdef new file mode 100755 index 0000000..6578b4f --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/Unity.Notifications.Tests.asmdef @@ -0,0 +1,21 @@ +{ + "name": "Unity.Notifications.Tests", + "references": [ + "Unity.Notifications", + "Unity.Notifications.iOS" + ], + "optionalUnityReferences": [ + "TestAssemblies" + ], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": true, + "precompiledReferences": [], + "autoReferenced": false, + "defineConstraints": [ + "UNITY_INCLUDE_TESTS" + ] +} \ No newline at end of file diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/Unity.Notifications.Tests.asmdef.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/Unity.Notifications.Tests.asmdef.meta new file mode 100755 index 0000000..0945211 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Editor/Unity.Notifications.Tests.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c29b1cefd8e67404885a0dafaded033c +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime.meta new file mode 100755 index 0000000..e9e5124 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f94bb771ac3e54dcba889a55ee20b179 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android.meta new file mode 100755 index 0000000..7cf32d7 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f00e76f28f7d840f7a9fe86e0eb2342d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSendingTests.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSendingTests.cs new file mode 100755 index 0000000..571b68d --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSendingTests.cs @@ -0,0 +1,512 @@ +using System; +using UnityEngine; +using UnityEngine.TestTools; +using NUnit.Framework; +using System.Collections; +using Unity.Notifications.Android; + +class AndroidNotificationSendingTests +{ + const string kDefaultTestChannel = "default_test_channel"; + + class NotificationReceivedHandler + { + public int receivedNotificationCount = 0; + public AndroidNotificationIntentData lastNotification; + + public void OnReceiveNotification(AndroidNotificationIntentData data) + { + ++receivedNotificationCount; + lastNotification = data; + } + } + + NotificationReceivedHandler currentHandler; + + [OneTimeSetUp] + public void BeforeAllTests() + { +#if !UNITY_EDITOR + var c = new AndroidNotificationChannel(); + c.Id = kDefaultTestChannel; + c.Name = "Default Channel 5"; + c.Description = "test_channel 5"; + c.Importance = Importance.High; + + AndroidNotificationCenter.RegisterNotificationChannel(c); +#endif + } + + [OneTimeTearDown] + public void AfterAllTests() + { + AndroidNotificationCenter.CancelAllNotifications(); + } + + [SetUp] + public void BeforeEachTest() + { +#if !UNITY_EDITOR + AndroidNotificationCenter.CancelAllNotifications(); + currentHandler = new NotificationReceivedHandler(); + AndroidNotificationCenter.OnNotificationReceived += currentHandler.OnReceiveNotification; +#endif + } + + [TearDown] + public void AfterEachTest() + { +#if !UNITY_EDITOR + AndroidNotificationCenter.OnNotificationReceived -= currentHandler.OnReceiveNotification; + currentHandler = null; +#endif + } + + IEnumerator WaitForNotification(float timeout) + { + float passed = 0.0f; + int notificationCount = currentHandler.receivedNotificationCount; + while (notificationCount == currentHandler.receivedNotificationCount && passed < timeout) + { + yield return null; + passed += Time.deltaTime; + } + if (passed > timeout) + Debug.LogWarning("Timeout waiting for notification"); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator SendNotificationExplicitID_NotificationIsReceived() + { + int originalId = 456; + + var n = new AndroidNotification(); + n.Title = "SendNotificationExplicitID_NotificationIsReceived : " + originalId.ToString(); + n.Text = "SendNotificationExplicitID_NotificationIsReceived Text"; + n.FireTime = System.DateTime.Now; + n.Group = "test.dummy.group"; + + + Debug.LogWarning("SendNotificationExplicitID_NotificationIsReceived sends notification with ID " + originalId); + AndroidNotificationCenter.SendNotificationWithExplicitID(n, kDefaultTestChannel, originalId); + + yield return WaitForNotification(8.0f); + + Debug.LogWarning("SendNotificationExplicitID_NotificationIsReceived completed. Received notifications: " + currentHandler.receivedNotificationCount); + + Assert.AreEqual(1, currentHandler.receivedNotificationCount); + Assert.AreEqual(originalId, currentHandler.lastNotification.Id); + Assert.AreEqual(n.Group, currentHandler.lastNotification.Notification.Group); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator SendNotification_NotificationIsReceived() + { + var n = new AndroidNotification(); + n.Title = "SendNotification_NotificationIsReceived"; + n.Text = "SendNotification_NotificationIsReceived Text"; + n.FireTime = System.DateTime.Now; + + Debug.LogWarning("SendNotification_NotificationIsReceived sends notification"); + int originalId = AndroidNotificationCenter.SendNotification(n, kDefaultTestChannel); + + yield return WaitForNotification(8.0f); + + Debug.LogWarning("SendNotification_NotificationIsReceived completed. Received notifications: " + currentHandler.receivedNotificationCount); + + Assert.AreEqual(1, currentHandler.receivedNotificationCount); + Assert.AreEqual(originalId, currentHandler.lastNotification.Id); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator SendNotificationAndCancelNotification_NotificationIsNotReceived() + { + var n = new AndroidNotification(); + n.Title = "SendNotificationAndCancelNotification_NotificationIsNotReceived"; + n.Text = "SendNotificationAndCancelNotification_NotificationIsNotReceived Text"; + n.FireTime = System.DateTime.Now.AddSeconds(2.0f); + + Debug.LogWarning("SendNotificationAndCancelNotification_NotificationIsNotReceived sends notification"); + + int originalId = AndroidNotificationCenter.SendNotification(n, kDefaultTestChannel); + yield return null; + AndroidNotificationCenter.CancelScheduledNotification(originalId); + + yield return WaitForNotification(8.0f); + + Debug.LogWarning("SendNotificationAndCancelNotification_NotificationIsNotReceived completed."); + + Assert.AreEqual(0, currentHandler.receivedNotificationCount); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator ScheduleRepeatableNotification_NotificationsAreReceived() + { + var n = new AndroidNotification(); + n.Title = "Repeating Notification Title"; + n.Text = "Repeating Notification Text"; + n.FireTime = System.DateTime.Now.AddSeconds(2); + n.RepeatInterval = new System.TimeSpan(0, 0, 5); // interval needs to be quite big for test to be reliable + + Debug.LogWarning("ScheduleRepeatableNotification_NotificationsAreReceived sends notification"); + + int originalId = AndroidNotificationCenter.SendNotification(n, kDefaultTestChannel); + + // we use inexact scheduling, so repeated notification may take a while to appear + // inexact also can group, so for test purposes we only check that it repeats at least once + yield return WaitForNotification(120.0f); + yield return WaitForNotification(120.0f); + AndroidNotificationCenter.CancelScheduledNotification(originalId); + + Debug.LogWarning("ScheduleRepeatableNotification_NotificationsAreReceived completed"); + + Assert.GreaterOrEqual(currentHandler.receivedNotificationCount, 2); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator NotificationIsScheduled_NotificationStatusIsCorrectlyReported() + { + var n = new AndroidNotification(); + n.Title = "NotificationStatusIsCorrectlyReported"; + n.Text = "NotificationStatusIsCorrectlyReported"; + n.FireTime = System.DateTime.Now.AddSeconds(2f); + + Debug.LogWarning("NotificationIsScheduled_NotificationStatusIsCorrectlyReported sends notification"); + + int originalId = AndroidNotificationCenter.SendNotification(n, kDefaultTestChannel); + yield return null; + + var status = AndroidNotificationCenter.CheckScheduledNotificationStatus(originalId); + Assert.AreEqual(NotificationStatus.Scheduled, status); + + yield return WaitForNotification(120.0f); + yield return new WaitForSeconds(1.0f); // give some time for Status Bar to update + status = AndroidNotificationCenter.CheckScheduledNotificationStatus(originalId); + Assert.AreEqual(NotificationStatus.Delivered, status); + + AndroidNotificationCenter.CancelNotification(originalId); + yield return new WaitForSeconds(1.5f); + + status = AndroidNotificationCenter.CheckScheduledNotificationStatus(originalId); + Assert.AreEqual(NotificationStatus.Unknown, status); + + Debug.LogWarning("NotificationIsScheduled_NotificationStatusIsCorrectlyReported completed"); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator ArrivedAndUserDismissedNotification_DoesNotReportStatusAsScheduled() + { + var n = new AndroidNotification("ArrivedNotificationAndDissmissed", "ArrivedNotificationAndDissmissed", System.DateTime.Now); + yield return DismissedNotification_DoesNotReportStatusAsScheduled(n); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator ArrivedAndUserDismissedScheduledNotification_DoesNotReportStatusAsScheduled() + { + var n = new AndroidNotification("ArrivedNotificationAndDissmissedScheduled", "ArrivedNotificationAndDissmissedScheduled", System.DateTime.Now.AddSeconds(2)); + yield return DismissedNotification_DoesNotReportStatusAsScheduled(n); + } + + public IEnumerator DismissedNotification_DoesNotReportStatusAsScheduled(AndroidNotification n) + { + int originalId = AndroidNotificationCenter.SendNotification(n, kDefaultTestChannel); + yield return WaitForNotification(8.0f); + + Assert.AreEqual(1, currentHandler.receivedNotificationCount); + + AndroidNotificationCenter.CancelDisplayedNotification(originalId); + yield return new WaitForSeconds(2.0f); // cancel is async + var status = AndroidNotificationCenter.CheckScheduledNotificationStatus(originalId); + Assert.AreEqual(NotificationStatus.Unknown, status); + + // now simulate app kill and restart, where notifications are loaded from persistent storage + using var managerClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationManager"); + using var manager = managerClass.GetStatic("mUnityNotificationManager"); + using var backgroundThread = manager.Get("mBackgroundThread"); + using var scheduledNotifications = manager.Get("mScheduledNotifications"); + scheduledNotifications.Call("clear"); + backgroundThread.Call("loadNotifications"); + + status = AndroidNotificationCenter.CheckScheduledNotificationStatus(originalId); + Assert.AreEqual(NotificationStatus.Unknown, status); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void CreateNotificationChannelWithInitializedSettings_ChannelSettingsAreSaved() + { + var chOrig = new AndroidNotificationChannel(); + chOrig.Id = "test_channel_settings_are_saved_0"; + chOrig.Name = "spam Channel"; + chOrig.Description = "Generic spam"; + chOrig.Importance = Importance.High; + chOrig.CanBypassDnd = true; + chOrig.CanShowBadge = true; + chOrig.EnableLights = true; + chOrig.EnableVibration = false; + // this opne should be read-only, it reports the system setting, but can't be set + // chOrig.LockScreenVisibility = LockScreenVisibility.Private; + + AndroidNotificationCenter.RegisterNotificationChannel(chOrig); + + var ch = AndroidNotificationCenter.GetNotificationChannel(chOrig.Id); + + Assert.AreEqual(chOrig.Id, ch.Id); + Assert.AreEqual(chOrig.Name, ch.Name); + Assert.AreEqual(chOrig.Description, ch.Description); + Assert.AreEqual(chOrig.Importance, ch.Importance); + Assert.AreEqual(chOrig.EnableLights, ch.EnableLights); + Assert.AreEqual(chOrig.EnableVibration, ch.EnableVibration); + //Assert.AreEqual(chOrig.LockScreenVisibility, ch.LockScreenVisibility); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator SendNotification_NotificationIsReceived_CallMainThread() + { + var gameObjects = new GameObject[1]; + + AndroidNotificationCenter.NotificationReceivedCallback receivedNotificationHandler = + delegate (AndroidNotificationIntentData data) + { + gameObjects[0] = new GameObject(); + gameObjects[0].name = "Hello_World"; + Assert.AreEqual("Hello_World", gameObjects[0].name); + }; + + var n = new AndroidNotification(); + n.Title = "SendNotification_NotificationIsReceived"; + n.Text = "SendNotification_NotificationIsReceived Text"; + n.FireTime = System.DateTime.Now; + + Debug.LogWarning("SendNotification_NotificationIsReceived_CallMainThread sends notification"); + + int originalId = AndroidNotificationCenter.SendNotification(n, kDefaultTestChannel); + + AndroidNotificationCenter.OnNotificationReceived += receivedNotificationHandler; + + yield return WaitForNotification(8.0f); + + Debug.LogWarning("SendNotification_NotificationIsReceived_CallMainThread completed"); + + AndroidNotificationCenter.OnNotificationReceived -= receivedNotificationHandler; + Assert.AreEqual(1, currentHandler.receivedNotificationCount); + Assert.AreEqual(originalId, currentHandler.lastNotification.Id); + Assert.IsNotNull(gameObjects[0]); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator SendNotification_CanAccessNativeBuilder() + { + var n = new AndroidNotification(); + n.Title = "SendNotification_CanAccessNativeBuilder"; + n.Text = "SendNotification_CanAccessNativeBuilder Text"; + n.FireTime = System.DateTime.Now; + + Debug.LogWarning("SendNotification_CanAccessNativeBuilder sends notification"); + + using (var builder = AndroidNotificationCenter.CreateNotificationBuilder(n, kDefaultTestChannel)) + { + using (var extras = builder.Call("getExtras")) + { + extras.Call("putString", "notification.test.string", "TheTest"); + } + + AndroidNotificationCenter.SendNotification(builder); + } + + yield return WaitForNotification(8.0f); + + Debug.LogWarning("SendNotification_CanAccessNativeBuilder completed"); + + Assert.AreEqual(1, currentHandler.receivedNotificationCount); + using (var extras = currentHandler.lastNotification.NativeNotification.Get("extras")) + { + Assert.AreEqual("TheTest", extras.Call("getString", "notification.test.string")); + } + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator SendNotification_CanReschedule() + { + var managerClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationManager"); + var rebootClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationRestartReceiver"); + AndroidJavaObject context; + using (var unityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer")) + { + using (var activity = unityPlayer.GetStatic("currentActivity")) + context = activity.Call("getApplicationContext"); + } + + var n = new AndroidNotification(); + n.Title = "SendNotification_CanReschedule"; + n.Text = "SendNotification_CanReschedule Text"; + n.FireTime = System.DateTime.Now.AddSeconds(5); + + Debug.LogWarning("SendNotification_CanReschedule sends notification"); + + int id = AndroidNotificationCenter.SendNotification(n, kDefaultTestChannel); + yield return new WaitForSeconds(0.2f); + + var manager = managerClass.GetStatic("mUnityNotificationManager"); + // clear cached notifications to not mess up future tests + manager.Get("mScheduledNotifications").Call("clear"); + // simulate reboot by directly cancelling scheduled alarms preserving saves + manager.Call("cancelPendingNotificationIntent", id); + // temporary null the manager, cause that's what we have in reality + managerClass.SetStatic("mUnityNotificationManager", null); + + yield return new WaitForSeconds(0.2f); + // simulate reboot by calling reschedule method, that is called after reboot + rebootClass.CallStatic("rescheduleSavedNotifications", context); + + var newManager = managerClass.GetStatic("mUnityNotificationManager"); + // new manager was supposed to be created, assign callback from original one to get notifications + newManager.Set("mNotificationCallback", manager.Get("mNotificationCallback")); + + yield return WaitForNotification(120.0f); + + Debug.LogWarning("SendNotification_CanReschedule completed"); + + // restore manager (to not ruin other tests) + managerClass.SetStatic("mUnityNotificationManager", manager); + Assert.AreEqual(1, currentHandler.receivedNotificationCount); + } + + bool RescheduleNotification(AndroidNotification notification) + { + AndroidJavaObject manager, currentTime; + using (var managerClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationManager")) + manager = managerClass.GetStatic("mUnityNotificationManager"); + var rebootClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationRestartReceiver"); + using (var calendarClass = new AndroidJavaClass("java.util.Calendar")) + { + using (var calendar = calendarClass.CallStatic("getInstance")) + currentTime = calendar.Call("getTime"); + } + + using var builder = AndroidNotificationCenter.CreateNotificationBuilder(789, notification, kDefaultTestChannel); + var result = rebootClass.CallStatic("rescheduleNotification", manager, currentTime, builder); + manager.Dispose(); + currentTime.Dispose(); + return result; + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator RescheduleNotification_ExpiredMomentAgo_SendsNotification() + { + var n = new AndroidNotification(); + n.Title = "JustExpired"; + n.Text = "Should be sent"; + n.FireTime = System.DateTime.Now.AddMinutes(-1); + + var result = RescheduleNotification(n); + Assert.IsTrue(result); + + yield return WaitForNotification(5.0f); + + Assert.AreEqual(1, currentHandler.receivedNotificationCount); + var received = currentHandler.lastNotification.Notification; + Assert.AreEqual("JustExpired", received.Title); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void RescheduleNotification_ExpiredNotification_DoesNotReschedule() + { + var n = new AndroidNotification(); + n.Title = "LongExpired"; + n.Text = "Should NOT be sent"; + n.FireTime = System.DateTime.Now.AddHours(-1); + + var result = RescheduleNotification(n); + Assert.IsFalse(result); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator SendNotificationNotShownInForeground_IsDeliveredButNotShown() + { + var n = new AndroidNotification(); + n.Title = "SendNotificationNotShownInForeground_ISDeliveredButNotShown"; + n.Text = "SendNotificationNotShownInForeground_ISDeliveredButNotShown Text"; + n.FireTime = System.DateTime.Now; + n.ShowInForeground = false; + + Debug.LogWarning("SendNotificationNotShownInForeground_ISDeliveredButNotShown sends notification"); + + int originalId = AndroidNotificationCenter.SendNotification(n, kDefaultTestChannel); + yield return WaitForNotification(5.0f); + + Debug.LogWarning("SendNotificationNotShownInForeground_ISDeliveredButNotShown sends completed"); + + Assert.AreEqual(1, currentHandler.receivedNotificationCount); + yield return new WaitForSeconds(2.0f); // give some time, since on some devices we don't immediately get infor on delivered notifications + var status = AndroidNotificationCenter.CheckScheduledNotificationStatus(originalId); + Assert.AreEqual(NotificationStatus.Unknown, status); // status should be unknown, rather than Delivered + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator SendBigPictureNotification_Roundtrip() + { + var n = new AndroidNotification("SendBigPictureNotification_Roundtrip", "SendBigPictureNotification_Roundtrip text", DateTime.Now); + n.BigPicture = new BigPictureStyle() + { + LargeIcon = "icon_1", + Picture = "icon_0", + ContentTitle = "ContentTitle", + ContentDescription = "ContentDescription", + SummaryText = "summary", + ShowWhenCollapsed = true, + }; + + Debug.LogWarning("SendBigPictureNotification_Roundtrip send"); + + int id = AndroidNotificationCenter.SendNotification(n, kDefaultTestChannel); + yield return WaitForNotification(8.0f); + + Assert.AreEqual(1, currentHandler.receivedNotificationCount); + var received = currentHandler.lastNotification.Notification; + Assert.AreEqual("SendBigPictureNotification_Roundtrip", received.Title); + Assert.AreEqual("SendBigPictureNotification_Roundtrip text", received.Text); + Assert.AreEqual(NotificationStyle.BigPictureStyle, received.Style); + var bigPicture = received.BigPicture; + Assert.IsTrue(bigPicture.HasValue); + var bigPictureData = bigPicture.Value; + Assert.AreEqual("icon_1", bigPictureData.LargeIcon); + Assert.AreEqual("icon_0", bigPictureData.Picture); + Assert.AreEqual("ContentTitle", bigPictureData.ContentTitle); + Assert.AreEqual("ContentDescription", bigPictureData.ContentDescription); + Assert.AreEqual("summary", bigPictureData.SummaryText); + Assert.IsTrue(bigPictureData.ShowWhenCollapsed); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.Android)] + public IEnumerator SendAndReplaceNotification() + { + var original = new AndroidNotification("NotificationToBeReplaced", "This should be replaced", DateTime.Now.AddSeconds(5)); + int id = AndroidNotificationCenter.SendNotification(original, kDefaultTestChannel); + yield return new WaitForSeconds(1); + + var replacement = new AndroidNotification("ReplacementNotification", "Replacement text", DateTime.Now.AddSeconds(3)); + AndroidNotificationCenter.UpdateScheduledNotification(id, replacement, kDefaultTestChannel); + yield return WaitForNotification(8.0f); + + Assert.AreEqual(1, currentHandler.receivedNotificationCount); + var received = currentHandler.lastNotification.Notification; + Assert.AreEqual(replacement.Title, received.Title); + Assert.AreEqual(replacement.Text, received.Text); + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSendingTests.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSendingTests.cs.meta new file mode 100755 index 0000000..9de5221 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSendingTests.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f5e41e41f251d43eab8e92409720999a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSimpleTests.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSimpleTests.cs new file mode 100755 index 0000000..44f2e79 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSimpleTests.cs @@ -0,0 +1,779 @@ +using System; +using NUnit.Framework; +using UnityEngine; +using UnityEngine.TestTools; +using Unity.Notifications.Android; +#if UNITY_EDITOR +using UnityEditor; +#endif + +class AndroidNotificationSimpleTests + : IPrebuildSetup, IPostBuildCleanup +{ + const string kChannelId = "SerializeDeserializeNotificationChannel"; + +#if UNITY_EDITOR + PluginImporter GetTestUtils() + { + var assets = AssetDatabase.FindAssets("UnityNotificationTestUtils"); + if (assets.Length != 1) + throw new Exception("UnityNotificationTestUtils.java not found"); + return (PluginImporter)AssetImporter.GetAtPath(AssetDatabase.GUIDToAssetPath(assets[0])); + } +#endif + + public void Setup() + { +#if UNITY_EDITOR + var testUtils = GetTestUtils(); + testUtils.SetCompatibleWithPlatform(BuildTarget.Android, true); + testUtils.SaveAndReimport(); +#endif + } + + public void Cleanup() + { +#if UNITY_EDITOR + var testUtils = GetTestUtils(); + testUtils.SetCompatibleWithPlatform(BuildTarget.Android, false); + testUtils.SaveAndReimport(); +#endif + } + + [OneTimeSetUp] + public void BeforeAllTests() + { + var c = CreateNotificationChannelWithAllParameters(); + var group = new AndroidNotificationChannelGroup() + { + Id = c.Group, + Name = "the group", + }; + AndroidNotificationCenter.RegisterNotificationChannelGroup(group); + AndroidNotificationCenter.RegisterNotificationChannel(c); + } + + AndroidNotificationChannel CreateNotificationChannelWithAllParameters() + { + var c = new AndroidNotificationChannel(); + c.Id = kChannelId; + c.Name = "SerializeDeserializeNotification channel"; + c.Description = "SerializeDeserializeNotification channel"; + c.Importance = Importance.High; + c.Group = "Default"; + c.CanBypassDnd = true; + c.CanShowBadge = true; + c.EnableLights = true; + c.EnableVibration = true; + c.VibrationPattern = new long[] { 5, 10 }; + c.LockScreenVisibility = LockScreenVisibility.Public; + return c; + } + + [Test] + public void AllAndroidNotificationChannelParametersAreTested() + { + var channel = CreateNotificationChannelWithAllParameters(); + AndroidNotificationChannel defVals = default; + + foreach (var field in typeof(AndroidNotificationChannel).GetFields()) + { + var v1 = field.GetValue(channel); + var v2 = field.GetValue(defVals); + if (object.Equals(v1, v2)) + Assert.Fail("Unassigned field " + field.Name); + } + foreach (var prop in typeof(AndroidNotificationChannel).GetProperties()) + { + var v1 = prop.GetValue(channel); + var v2 = prop.GetValue(defVals); + if (object.Equals(v1, v2)) + Assert.Fail("Unassigned property " + prop.Name); + } + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void CreateNotificationChannel_NotificationChannelIsCreated() + { + var testChannelId = "default_test_channel_10"; + AndroidNotificationCenter.DeleteNotificationChannel(testChannelId); + Assert.AreNotEqual("default_test_channel_10", AndroidNotificationCenter.GetNotificationChannel(testChannelId).Id); + + var newChannel = new AndroidNotificationChannel(); + newChannel.Id = testChannelId; + newChannel.Name = "Default Channel"; + newChannel.Description = "Generic spam"; + + var currentChannelCount = AndroidNotificationCenter.GetNotificationChannels().Length; + AndroidNotificationCenter.RegisterNotificationChannel(newChannel); + currentChannelCount++; + + Assert.AreEqual(currentChannelCount, AndroidNotificationCenter.GetNotificationChannels().Length); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void GetNotificationChannel_ReturnsTheChannel() + { + var channel = AndroidNotificationCenter.GetNotificationChannel(kChannelId); + Assert.IsNotNull(channel); + + var expected = CreateNotificationChannelWithAllParameters(); + + foreach (var field in typeof(AndroidNotificationChannel).GetFields()) + { + var v1 = field.GetValue(channel); + var v2 = field.GetValue(expected); + if (!object.Equals(v1, v2)) + Assert.Fail($"Unexpected value for field {field.Name}; expected {v2}, was {v1}"); + } + foreach (var prop in typeof(AndroidNotificationChannel).GetProperties()) + { + if (prop.Name == "CanBypassDnd") // this one returns the actual value, not the requested one (may differ) + continue; + if (prop.Name == "VibrationPattern") + { + Assert.IsNotNull(channel.VibrationPattern); + Assert.AreEqual(expected.VibrationPattern.Length, channel.VibrationPattern.Length); + for (int i = 0; i < expected.VibrationPattern.Length; ++i) + Assert.AreEqual(expected.VibrationPattern[i], channel.VibrationPattern[i]); + continue; + } + + var v1 = prop.GetValue(channel); + var v2 = prop.GetValue(expected); + if (!object.Equals(v1, v2)) + Assert.Fail($"Unexpected value for property {prop.Name}; expected {v2}, was {v1}"); + } + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void GetNotificationChannel_NonExistentChannel_ReturnsNull() + { + var channel = AndroidNotificationCenter.GetNotificationChannel("DoesNotExist"); + Assert.IsNotNull(channel); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void GetNotificationChannels_NoChannels_ReturnsEmptyArray() + { + var channels = AndroidNotificationCenter.GetNotificationChannels(); + foreach (var channel in channels) + AndroidNotificationCenter.DeleteNotificationChannel(channel.Id); + + try + { + var chans = AndroidNotificationCenter.GetNotificationChannels(); + Assert.IsNotNull(chans); + Assert.AreEqual(0, chans.Length); + } + finally + { + // recreate test channels to not break other tests + foreach (var channel in channels) + AndroidNotificationCenter.RegisterNotificationChannel(channel); + } + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void DeleteNotificationChannelGroup_GroupIsDeleted() + { + var group = new AndroidNotificationChannelGroup() + { + Id = "TestDelete", + Name = "Group for deletion", + }; + AndroidNotificationCenter.RegisterNotificationChannelGroup(group); + var channel = new AndroidNotificationChannel() + { + Id = "Temp", + Name = "Group testing", + Description = "Testing group", + Importance = Importance.Low, + Group = "TestDelete", + }; + AndroidNotificationCenter.RegisterNotificationChannel(channel); + + AndroidNotificationCenter.DeleteNotificationChannelGroup("TestDelete"); + var ch = AndroidNotificationCenter.GetNotificationChannel("Temp"); + Assert.IsNull(ch.Id); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void DeleteNotificationChannel_NotificationChannelIsDeleted() + { + var ch = new AndroidNotificationChannel(); + ch.Id = "default_test_channel_0"; + ch.Name = "Default Channel"; + ch.Description = "Generic spam"; + ch.Importance = Importance.Default; + AndroidNotificationCenter.RegisterNotificationChannel(ch); + + int numChannels = AndroidNotificationCenter.GetNotificationChannels().Length; + AndroidNotificationCenter.DeleteNotificationChannel(ch.Id); + + Assert.AreEqual(numChannels - 1, AndroidNotificationCenter.GetNotificationChannels().Length); + } + + [Test] + public void SetNotificationFireTime_TimeIsConvertedToUnixTimeAndBack() + { + var n = new AndroidNotification(); + var fireTime = new DateTime(2018, 5, 24, 12, 41, 30, 122); + n.FireTime = new DateTime(2018, 5, 24, 12, 41, 30, 122); + + Assert.AreEqual(fireTime, n.FireTime); + } + + [Test] + public void SetNotificationRepeatInterval_TimeIsConvertedToUnixTimeAndBack() + { + var n = new AndroidNotification(); + var repeatInterval = TimeSpan.FromSeconds(666); + n.RepeatInterval = repeatInterval; + + Assert.AreEqual(repeatInterval, n.RepeatInterval); + } + + AndroidNotification CreateNotificationWithAllParameters() + { + var notification = new AndroidNotification(); + notification.Title = "title"; + notification.Text = "text"; + notification.SmallIcon = "small_icon"; + notification.FireTime = DateTime.Now; + notification.RepeatInterval = new TimeSpan(0, 0, 5); + notification.LargeIcon = "large_icon"; + notification.Style = NotificationStyle.BigTextStyle; + notification.Color = new Color(0.2f, 0.4f, 0.6f, 1.0f); + notification.Number = 15; + notification.ShouldAutoCancel = true; + notification.UsesStopwatch = true; + notification.Group = "group"; + notification.GroupSummary = true; + notification.GroupAlertBehaviour = GroupAlertBehaviours.GroupAlertChildren; + notification.SortKey = "sorting"; + notification.IntentData = "string for intent"; + notification.ShowTimestamp = true; + notification.ShowInForeground = false; // this one defaults to true + notification.CustomTimestamp = new DateTime(2018, 5, 24, 12, 41, 30, 122); + + return notification; + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void BasicSerializeDeserializeNotification_AllParameters() + { + const int notificationId = 123; + + var original = CreateNotificationWithAllParameters(); + + var deserializedData = SerializeDeserializeNotification(original, notificationId); + + Assert.AreEqual(notificationId, deserializedData.Id); + Assert.AreEqual(kChannelId, deserializedData.Channel); + CheckNotificationsMatch(original, deserializedData.Notification); + } + + AndroidNotificationIntentData SerializeDeserializeNotification(AndroidNotification original, int notificationId) + { + using (var builder = AndroidNotificationCenter.CreateNotificationBuilder(notificationId, original, kChannelId)) + { + return SerializeDeserializeNotification(builder); + } + } + + AndroidNotificationIntentData SerializeDeserializeNotification(AndroidJavaObject builder) + { + return SerializeDeserializeNotificationWithFunc(builder, (u, s, j) => SerializeNotificationCustom(u, s, j)); + } + + AndroidNotificationIntentData SerializeDeserializeNotificationWithFunc(AndroidJavaObject builder, Func serialize) + { + var javaNotif = builder.Call("build"); + var utilsClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationUtilities"); + AndroidJavaObject serializedBytes; // use java object, since we don't need the bytes, so don't waste time on marshalling + using (var byteStream = new AndroidJavaObject("java.io.ByteArrayOutputStream")) + { + var dataStream = new AndroidJavaObject("java.io.DataOutputStream", byteStream); + var didSerialize = serialize(utilsClass, dataStream, javaNotif); + Assert.IsTrue(didSerialize); + dataStream.Call("close"); + serializedBytes = byteStream.Call("toByteArray"); + } + Assert.IsNotNull(serializedBytes); + + using (var byteStream = new AndroidJavaObject("java.io.ByteArrayInputStream", serializedBytes)) + { + var dataStream = new AndroidJavaObject("java.io.DataInputStream", byteStream); + var unityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer"); + var activity = unityPlayer.GetStatic("currentActivity"); + // don't dispose notification, it is kept in AndroidNotificationIntentData + using (var deserializedNotificationBuilder = utilsClass.CallStatic("deserializeNotificationCustom", activity, dataStream)) + { + Assert.IsNotNull(deserializedNotificationBuilder); + var deserializedNotification = deserializedNotificationBuilder.Call("build"); + Assert.IsNotNull(deserializedNotification); + return AndroidNotificationCenter.GetNotificationData(deserializedNotification); + } + } + } + + static bool SerializeNotificationCustom(AndroidJavaClass utilsClass, AndroidJavaObject byteStream, AndroidJavaObject javaNotif) + { + using (var dataStream = new AndroidJavaObject("java.io.DataOutputStream", byteStream)) + { + var didSerialize = utilsClass.CallStatic("serializeNotificationCustom", javaNotif, dataStream); + dataStream.Call("close"); + return didSerialize; + } + } + + static bool SerializeNotificationCustom_v0(AndroidJavaClass utilsClass, AndroidJavaObject byteStream, AndroidJavaObject javaNotif) + { + return SerializeNotificationCustom_old("serializeNotificationCustom_v0", byteStream, javaNotif); + } + + static bool SerializeNotificationCustom_v1(AndroidJavaClass utilsClass, AndroidJavaObject byteStream, AndroidJavaObject javaNotif) + { + return SerializeNotificationCustom_old("serializeNotificationCustom_v1", byteStream, javaNotif); + } + + static bool SerializeNotificationCustom_v2(AndroidJavaClass utilsClass, AndroidJavaObject byteStream, AndroidJavaObject javaNotif) + { + return SerializeNotificationCustom_old("serializeNotificationCustom_v2", byteStream, javaNotif); + } + + static bool SerializeNotificationCustom_old(string method, AndroidJavaObject byteStream, AndroidJavaObject javaNotif) + { + using (var dataStream = new AndroidJavaObject("java.io.DataOutputStream", byteStream)) + { + bool didSerialize; + using (var testUtils = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationTestUtils")) + { + didSerialize = testUtils.CallStatic(method, javaNotif, dataStream); + } + dataStream.Call("close"); + return didSerialize; + } + } + + void CheckNotificationsMatch(AndroidNotification original, AndroidNotification other) + { + Assert.AreEqual(original.Title, other.Title); + Assert.AreEqual(original.Text, other.Text); + Assert.AreEqual(original.SmallIcon, other.SmallIcon); + Assert.AreEqual(original.FireTime.ToString(), other.FireTime.ToString()); + Assert.AreEqual(original.RepeatInterval, other.RepeatInterval); + Assert.AreEqual(original.LargeIcon, other.LargeIcon); + Assert.AreEqual(original.Style, other.Style); + Assert.AreEqual(original.Color, other.Color); + Assert.AreEqual(original.Number, other.Number); + Assert.AreEqual(original.ShouldAutoCancel, other.ShouldAutoCancel); + Assert.AreEqual(original.UsesStopwatch, other.UsesStopwatch); + Assert.AreEqual(original.Group, other.Group); + Assert.AreEqual(original.GroupSummary, other.GroupSummary); + Assert.AreEqual(original.GroupAlertBehaviour, other.GroupAlertBehaviour); + Assert.AreEqual(original.SortKey, other.SortKey); + Assert.AreEqual(original.IntentData, other.IntentData); + Assert.AreEqual(original.ShowTimestamp, other.ShowTimestamp); + Assert.AreEqual(original.ShowInForeground, other.ShowInForeground); + Assert.AreEqual(original.CustomTimestamp, other.CustomTimestamp); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void BasicSerializeDeserializeNotification_MinimumParameters() + { + const int notificationId = 124; + + var original = new AndroidNotification(); + original.FireTime = DateTime.Now; + + var deserializedData = SerializeDeserializeNotification(original, notificationId); + + Assert.AreEqual(notificationId, deserializedData.Id); + Assert.AreEqual(kChannelId, deserializedData.Channel); + CheckNotificationsMatch(original, deserializedData.Notification); + } + + AndroidJavaObject CreateBitmap() + { + var configClass = new AndroidJavaClass("android.graphics.Bitmap$Config"); + var ARGB_8888 = configClass.GetStatic("ARGB_8888"); + var bitmapClass = new AndroidJavaClass("android.graphics.Bitmap"); + return bitmapClass.CallStatic("createBitmap", 1000, 1000, ARGB_8888); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void BasicSerializeDeserializeNotification_WorksWithBinderExtras() + { + const int notificationId = 126; + + var original = new AndroidNotification(); + original.FireTime = DateTime.Now.AddSeconds(2); + + var bitmap = CreateBitmap(); + Assert.IsNotNull(bitmap); + + var builder = AndroidNotificationCenter.CreateNotificationBuilder(notificationId, original, kChannelId); + var extras = builder.Call("getExtras"); + + extras.Call("putParcelable", "binder_item", bitmap); + + var deserializedData = SerializeDeserializeNotification(builder); + + var deserializedExtras = deserializedData.NativeNotification.Get("extras"); + var bitmapAfterSerialization = deserializedExtras.Call("getParcelable", "binder_item"); + + // both these are in extras, so we should have lost bitmap, but preserved fire time + // bitmap is binder object and can't be parcelled, while our fallback custom serialization only preserves our stuff + Assert.IsNull(bitmapAfterSerialization); + Assert.AreEqual(original.FireTime.ToString(), deserializedData.Notification.FireTime.ToString()); + } + + AndroidNotificationIntentData SerializeDeserializeNotification(AndroidNotification original, int notificationId, Action inBetween = null) + { + using (var builder = AndroidNotificationCenter.CreateNotificationBuilder(notificationId, original, kChannelId)) + { + return SerializeDeserializeNotification(builder, inBetween); + } + } + + AndroidNotificationIntentData SerializeDeserializeNotification(AndroidJavaObject builder, Action inBetween = null) + { + var managerClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationManager"); + var unityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer"); + var activity = unityPlayer.GetStatic("currentActivity"); + var context = activity.Call("getApplicationContext"); + var javaNotif = builder.Call("build"); + var utilsClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationUtilities"); + + var prefs = context.Call("getSharedPreferences", "android.notification.test.key", 0 /* MODE_PRIVATE */); + utilsClass.CallStatic("serializeNotification", prefs, javaNotif); + + if (inBetween != null) + inBetween(prefs); + + var deserializedNotificationBuilder = utilsClass.CallStatic("deserializeNotification", context, prefs); + // don't dispose notification, it is kept in AndroidNotificationIntentData + Assert.IsNotNull(deserializedNotificationBuilder); + var deserializedNotification = deserializedNotificationBuilder.Call("build"); + Assert.IsNotNull(deserializedNotification); + return AndroidNotificationCenter.GetNotificationData(deserializedNotification); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void NotificationSerialization_SimpleNotification() + { + const int notificationId = 1234; + + var original = new AndroidNotification(); + original.FireTime = DateTime.Now.AddSeconds(2); + + var deserializedData = SerializeDeserializeNotification(original, notificationId); + Assert.AreEqual(original.FireTime.ToString(), deserializedData.Notification.FireTime.ToString()); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void NotificationSerialization_NotificationWithBinderObject() + { + const int notificationId = 1234; + + var original = new AndroidNotification(); + original.FireTime = DateTime.Now.AddSeconds(2); + original.ShowInForeground = false; // non default value + + var builder = AndroidNotificationCenter.CreateNotificationBuilder(notificationId, original, kChannelId); + var extras = builder.Call("getExtras"); + var bitmap = CreateBitmap(); + Assert.IsNotNull(bitmap); + extras.Call("putParcelable", "binder_item", bitmap); + + var deserializedData = SerializeDeserializeNotification(builder); + + Assert.AreEqual(original.FireTime.ToString(), deserializedData.Notification.FireTime.ToString()); + Assert.IsFalse(deserializedData.Notification.ShowInForeground); + var deserializedExtras = deserializedData.NativeNotification.Get("extras"); + var bitmapAfterSerialization = deserializedExtras.Call("getParcelable", "binder_item"); + // bitmap is binder object and can't be parcelled, while our fallback custom serialization only preserves our stuff + Assert.IsNull(bitmapAfterSerialization); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void NotificationSerialization_BigPictureStyle() + { + const int notificationId = 816; + + var original = new AndroidNotification("title", "content", DateTime.Now); + original.BigPicture = new BigPictureStyle() + { + LargeIcon = "icon_1", + Picture = "icon_0", + ContentTitle = "content_title", + ContentDescription = "content_description", + SummaryText = "summary", + ShowWhenCollapsed = true, + }; + + var builder = AndroidNotificationCenter.CreateNotificationBuilder(notificationId, original, kChannelId); + var deserializedData = SerializeDeserializeNotification(builder); + + Assert.AreEqual(NotificationStyle.BigPictureStyle, deserializedData.Notification.Style); + Assert.IsTrue(deserializedData.Notification.BigPicture.HasValue); + var bigPicture = deserializedData.Notification.BigPicture.Value; + Assert.AreEqual(original.BigPicture.Value.LargeIcon, bigPicture.LargeIcon); + Assert.AreEqual(original.BigPicture.Value.Picture, bigPicture.Picture); + Assert.AreEqual(original.BigPicture.Value.ContentTitle, bigPicture.ContentTitle); + Assert.AreEqual(original.BigPicture.Value.ContentDescription, bigPicture.ContentDescription); + Assert.AreEqual(original.BigPicture.Value.SummaryText, bigPicture.SummaryText); + Assert.AreEqual(original.BigPicture.Value.ShowWhenCollapsed, bigPicture.ShowWhenCollapsed); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void OldTypeSerializedNotificationCanBedeserialized() + { + const int notificationId = 12345; + + var managerClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationManager"); + var unityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer"); + var activity = unityPlayer.GetStatic("currentActivity"); + var context = activity.Call("getApplicationContext"); + var notificationIntent = new AndroidJavaObject("android.content.Intent", context, managerClass); + + var fireTime = DateTime.Now.AddSeconds(3); + var repeatInterval = new TimeSpan(0, 0, 5); + Color? color = new Color(0.2f, 0.4f, 0.6f, 1.0f); + + notificationIntent.Call("putExtra", "id", notificationId); + notificationIntent.Call("putExtra", "channelID", kChannelId); + notificationIntent.Call("putExtra", "textTitle", "notification.Title"); + notificationIntent.Call("putExtra", "textContent", "notification.Text"); + notificationIntent.Call("putExtra", "smallIconStr", "notification.SmallIcon"); + notificationIntent.Call("putExtra", "autoCancel", true); + notificationIntent.Call("putExtra", "usesChronometer", true); + notificationIntent.Call("putExtra", "fireTime", fireTime.ToLong()); + notificationIntent.Call("putExtra", "repeatInterval", (long)repeatInterval.TotalMilliseconds); + notificationIntent.Call("putExtra", "largeIconStr", "notification.LargeIcon"); + notificationIntent.Call("putExtra", "style", (int)NotificationStyle.BigTextStyle); + notificationIntent.Call("putExtra", "color", color.ToInt()); + notificationIntent.Call("putExtra", "number", 25); + notificationIntent.Call("putExtra", "data", "notification.IntentData"); + notificationIntent.Call("putExtra", "group", "notification.Group"); + notificationIntent.Call("putExtra", "groupSummary", true); + notificationIntent.Call("putExtra", "sortKey", "notification.SortKey"); + notificationIntent.Call("putExtra", "groupAlertBehaviour", (int)GroupAlertBehaviours.GroupAlertChildren); + notificationIntent.Call("putExtra", "showTimestamp", true); + + var utilsClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationUtilities"); + var bundle = notificationIntent.Call("getExtras"); + var parcelClass = new AndroidJavaClass("android.os.Parcel"); + var parcel = parcelClass.CallStatic("obtain"); + bundle.Call("writeToParcel", parcel, 0); + var serialized = parcel.Call("marshall"); + Assert.IsNotNull(serialized); + + var deserializedNotificationBuilder = utilsClass.CallStatic("deserializeNotification", context, serialized); + Assert.IsNotNull(deserializedNotificationBuilder); + var deserializedNotification = deserializedNotificationBuilder.Call("build"); + Assert.IsNotNull(deserializedNotification); + var notificationData = AndroidNotificationCenter.GetNotificationData(deserializedNotification); + Assert.IsNotNull(notificationData); + Assert.AreEqual(notificationId, notificationData.Id); + Assert.AreEqual(kChannelId, notificationData.Channel); + Assert.AreEqual("notification.Title", notificationData.Notification.Title); + Assert.AreEqual("notification.Text", notificationData.Notification.Text); + Assert.AreEqual("notification.SmallIcon", notificationData.Notification.SmallIcon); + Assert.AreEqual(true, notificationData.Notification.ShouldAutoCancel); + Assert.AreEqual(true, notificationData.Notification.UsesStopwatch); + Assert.AreEqual(fireTime.ToString(), notificationData.Notification.FireTime.ToString()); + Assert.AreEqual(repeatInterval.TotalMilliseconds, notificationData.Notification.RepeatInterval.Value.TotalMilliseconds); + Assert.AreEqual("notification.LargeIcon", notificationData.Notification.LargeIcon); + Assert.AreEqual(NotificationStyle.BigTextStyle, notificationData.Notification.Style); + Assert.AreEqual(color.ToInt(), notificationData.Notification.Color.ToInt()); + Assert.AreEqual(25, notificationData.Notification.Number); + Assert.AreEqual("notification.IntentData", notificationData.Notification.IntentData); + Assert.AreEqual("notification.Group", notificationData.Notification.Group); + Assert.AreEqual(true, notificationData.Notification.GroupSummary); + Assert.AreEqual("notification.SortKey", notificationData.Notification.SortKey); + Assert.AreEqual(GroupAlertBehaviours.GroupAlertChildren, notificationData.Notification.GroupAlertBehaviour); + Assert.AreEqual(true, notificationData.Notification.ShowTimestamp); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void LegacyRecoverBuilderProducesTheSameNotification() + { + const int notificationId = 123; + + var original = new AndroidNotification(); + original.Title = "title"; + original.Text = "text"; + original.SmallIcon = "small_icon"; + original.FireTime = DateTime.Now; + original.RepeatInterval = new TimeSpan(0, 0, 5); + original.LargeIcon = "large_icon"; + original.Style = NotificationStyle.BigTextStyle; + original.Color = new Color(0.2f, 0.4f, 0.6f, 1.0f); + original.Number = 15; + original.ShouldAutoCancel = true; + original.UsesStopwatch = true; + original.Group = "group"; + original.GroupSummary = true; + original.GroupAlertBehaviour = GroupAlertBehaviours.GroupAlertChildren; + original.SortKey = "sorting"; + original.IntentData = "string for intent"; + original.ShowTimestamp = true; + original.CustomTimestamp = new DateTime(2018, 5, 24, 12, 41, 30, 122); + + var builder = AndroidNotificationCenter.CreateNotificationBuilder(notificationId, original, kChannelId); + var notification = builder.Call("build"); + var managerClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationManager"); + var manager = managerClass.GetStatic("mUnityNotificationManager"); + var context = manager.Get("mContext"); + var utils = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationUtilities"); + var recoveredBuilder = utils.CallStatic("recoverBuilderCustom", context, notification); + Assert.IsNotNull(recoveredBuilder); + + var notificationAfterRecover = recoveredBuilder.Call("build"); + Assert.IsNotNull(notificationAfterRecover); + + var notificationData = AndroidNotificationCenter.GetNotificationData(notificationAfterRecover); + Assert.IsNotNull(notificationData); + var notification2 = notificationData.Notification; + CheckNotificationsMatch(original, notification2); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void CorruptedPrimarySerialization_FallsBack() + { + const int notificationId = 234; + + var original = new AndroidNotification(); + original.Title = "title"; + original.Text = "text"; + original.SmallIcon = "small_icon"; + original.FireTime = DateTime.Now; + original.LargeIcon = "large_icon"; + + AndroidJavaObject context, prefs; + using (var builder = AndroidNotificationCenter.CreateNotificationBuilder(notificationId, original, kChannelId)) + { + var managerClass = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationManager"); + var unityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer"); + var activity = unityPlayer.GetStatic("currentActivity"); + context = activity.Call("getApplicationContext"); + var javaNotif = builder.Call("build"); + var testUtils = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationTestUtils"); + + prefs = context.Call("getSharedPreferences", "android.notification.test.key", 0 /* MODE_PRIVATE */); + testUtils.CallStatic("serializeNotification", prefs, javaNotif); + } + + var data = prefs.Call("getString", "data", ""); + // corrupt data + using (var editor = prefs.Call("edit")) + { + editor.Call("putString", "data", "jfkasjflksdjflkasdjflkjdsafkjsadfl").Dispose(); + editor.Call("apply"); + } + + var data2 = prefs.Call("getString", "data", ""); + Assert.AreNotEqual(data, data2); + + var utils = new AndroidJavaClass("com.unity.androidnotifications.UnityNotificationUtilities"); + var deserializedNotificationBuilder = utils.CallStatic("deserializeNotification", context, prefs); + // don't dispose notification, it is kept in AndroidNotificationIntentData + Assert.IsNotNull(deserializedNotificationBuilder); + var deserializedNotification = deserializedNotificationBuilder.Call("build"); + Assert.IsNotNull(deserializedNotification); + var deserializedData = AndroidNotificationCenter.GetNotificationData(deserializedNotification); + + Assert.AreEqual(original.Title, deserializedData.Notification.Title); + Assert.AreEqual(original.Text, deserializedData.Notification.Text); + Assert.AreEqual(original.SmallIcon, deserializedData.Notification.SmallIcon); + Assert.AreEqual(original.LargeIcon, deserializedData.Notification.LargeIcon); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void CanDeserializeCustomSerializedNotification_v0() + { + const int notificationId = 245; + + var original = CreateNotificationWithAllParameters(); + + AndroidNotificationIntentData deserialized; + using (var builder = AndroidNotificationCenter.CreateNotificationBuilder(notificationId, original, kChannelId)) + { + // put something to extrax to force completely custom serialization of them + var bitmap = CreateBitmap(); + Assert.IsNotNull(bitmap); + var extras = builder.Call("getExtras"); + extras.Call("putParcelable", "binder_item", bitmap); + + // Serialize like we did in version 0 + deserialized = SerializeDeserializeNotificationWithFunc(builder, (u, s, j) => SerializeNotificationCustom_v0(u, s, j)); + } + + Assert.IsNotNull(deserialized); + original.ShowInForeground = true; // v0 did not have this, so should default to true + CheckNotificationsMatch(original, deserialized.Notification); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void CanDeserializeCustomSerializedNotification_v1() + { + const int notificationId = 255; + + var original = CreateNotificationWithAllParameters(); + + AndroidNotificationIntentData deserialized; + using (var builder = AndroidNotificationCenter.CreateNotificationBuilder(notificationId, original, kChannelId)) + { + // put something to extrax to force completely custom serialization of them + var bitmap = CreateBitmap(); + Assert.IsNotNull(bitmap); + var extras = builder.Call("getExtras"); + extras.Call("putParcelable", "binder_item", bitmap); + + // Serialize like we did in version 1 + deserialized = SerializeDeserializeNotificationWithFunc(builder, (u, s, j) => SerializeNotificationCustom_v1(u, s, j)); + } + + Assert.IsNotNull(deserialized); + CheckNotificationsMatch(original, deserialized.Notification); + } + + [Test] + [UnityPlatform(RuntimePlatform.Android)] + public void CanDeserializeCustomSerializedNotification_v2() + { + const int notificationId = 255; + + var original = CreateNotificationWithAllParameters(); + + AndroidNotificationIntentData deserialized; + using (var builder = AndroidNotificationCenter.CreateNotificationBuilder(notificationId, original, kChannelId)) + { + // Serialize like we did in version 2 + deserialized = SerializeDeserializeNotificationWithFunc(builder, (u, s, j) => SerializeNotificationCustom_v2(u, s, j)); + } + + Assert.IsNotNull(deserialized); + CheckNotificationsMatch(original, deserialized.Notification); + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSimpleTests.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSimpleTests.cs.meta new file mode 100755 index 0000000..7c0cc7c --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/AndroidNotificationSimpleTests.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f2d51a3855e994c70bc3396a4f82b55d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/Unity.Android.Notifications.Tests.asmdef b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/Unity.Android.Notifications.Tests.asmdef new file mode 100755 index 0000000..fea4020 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/Unity.Android.Notifications.Tests.asmdef @@ -0,0 +1,25 @@ +{ + "name": "Unity.Android.Notifications.Tests", + "rootNamespace": "", + "references": [ + "Unity.Notifications.Android", + "UnityEngine.TestRunner", + "UnityEditor.TestRunner" + ], + "includePlatforms": [ + "Android", + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": true, + "precompiledReferences": [ + "nunit.framework.dll" + ], + "autoReferenced": false, + "defineConstraints": [ + "UNITY_INCLUDE_TESTS" + ], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/Unity.Android.Notifications.Tests.asmdef.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/Unity.Android.Notifications.Tests.asmdef.meta new file mode 100755 index 0000000..9c866ff --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/Unity.Android.Notifications.Tests.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d6bcb02e32b9c47c8a8a5af0676695d5 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/UnityNotificationTestUtils.java b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/UnityNotificationTestUtils.java new file mode 100755 index 0000000..9c170d4 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/UnityNotificationTestUtils.java @@ -0,0 +1,200 @@ +package com.unity.androidnotifications; + +import java.io.ByteArrayOutputStream; +import java.io.DataOutputStream; +import android.app.Notification; +import android.content.Intent; +import android.content.SharedPreferences; +import android.os.Build; +import android.util.Base64; +import android.util.Log; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_ID; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_FIRE_TIME; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_REPEAT_INTERVAL; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_INTENT_DATA; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_SHOW_IN_FOREGROUND; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_SMALL_ICON; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_LARGE_ICON; +import static com.unity.androidnotifications.UnityNotificationManager.KEY_NOTIFICATION; +import static com.unity.androidnotifications.UnityNotificationManager.TAG_UNITY; +import static com.unity.androidnotifications.UnityNotificationUtilities.UNITY_MAGIC_NUMBER; +import static com.unity.androidnotifications.UnityNotificationUtilities.SAVED_NOTIFICATION_PRIMARY_KEY; +import static com.unity.androidnotifications.UnityNotificationUtilities.SAVED_NOTIFICATION_FALLBACK_KEY; +import static com.unity.androidnotifications.UnityNotificationUtilities.serializeNotificationParcel; +import static com.unity.androidnotifications.UnityNotificationUtilities.serializeParcelable; +import static com.unity.androidnotifications.UnityNotificationUtilities.serializeString; + +// Java class for testing purposes, not included in regular build +public class UnityNotificationTestUtils { + // copy-paste of what serialization was in version 0 (except for hardcoded version number in here) + private static boolean serializeNotificationCustom_v0(Notification notification, DataOutputStream out) { + try { + out.write(UNITY_MAGIC_NUMBER); + out.writeInt(0); // NOTIFICATION_SERIALIZATION_VERSION + + // serialize extras + boolean showWhen = notification.extras.getBoolean(Notification.EXTRA_SHOW_WHEN, false); + byte[] extras = serializeParcelable(notification.extras); + out.writeInt(extras == null ? 0 : extras.length); + if (extras != null && extras.length > 0) + out.write(extras); + else { + // parcelling may fail in case it contains binder object, when that happens serialize manually what we care about + out.writeInt(notification.extras.getInt(KEY_ID)); + serializeString(out, notification.extras.getString(Notification.EXTRA_TITLE)); + serializeString(out, notification.extras.getString(Notification.EXTRA_TEXT)); + serializeString(out, notification.extras.getString(KEY_SMALL_ICON)); + serializeString(out, notification.extras.getString(KEY_LARGE_ICON)); + out.writeLong(notification.extras.getLong(KEY_FIRE_TIME, -1)); + out.writeLong(notification.extras.getLong(KEY_REPEAT_INTERVAL, -1)); + serializeString(out, Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP ? null : notification.extras.getString(Notification.EXTRA_BIG_TEXT)); + out.writeBoolean(notification.extras.getBoolean(Notification.EXTRA_SHOW_CHRONOMETER, false)); + out.writeBoolean(showWhen); + serializeString(out, notification.extras.getString(KEY_INTENT_DATA)); + } + + serializeString(out, Build.VERSION.SDK_INT < Build.VERSION_CODES.O ? null : notification.getChannelId()); + Integer color = UnityNotificationManager.getNotificationColor(notification); + out.writeBoolean(color != null); + if (color != null) + out.writeInt(color); + out.writeInt(notification.number); + out.writeBoolean(0 != (notification.flags & Notification.FLAG_AUTO_CANCEL)); + serializeString(out, notification.getGroup()); + out.writeBoolean(0 != (notification.flags & Notification.FLAG_GROUP_SUMMARY)); + out.writeInt(UnityNotificationManager.getNotificationGroupAlertBehavior(notification)); + serializeString(out, notification.getSortKey()); + if (showWhen) + out.writeLong(notification.when); + + return true; + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to serialize notification", e); + return false; + } + } + + // copy-paste of what serialization was in version 1 (except for hardcoded version number in here) + private static boolean serializeNotificationCustom_v1(Notification notification, DataOutputStream out) { + try { + out.write(UNITY_MAGIC_NUMBER); + out.writeInt(1); // NOTIFICATION_SERIALIZATION_VERSION + + // serialize extras + boolean showWhen = notification.extras.getBoolean(Notification.EXTRA_SHOW_WHEN, false); + byte[] extras = serializeParcelable(notification.extras); + out.writeInt(extras == null ? 0 : extras.length); + if (extras != null && extras.length > 0) + out.write(extras); + else { + // parcelling may fail in case it contains binder object, when that happens serialize manually what we care about + out.writeInt(notification.extras.getInt(KEY_ID)); + serializeString(out, notification.extras.getString(Notification.EXTRA_TITLE)); + serializeString(out, notification.extras.getString(Notification.EXTRA_TEXT)); + serializeString(out, notification.extras.getString(KEY_SMALL_ICON)); + serializeString(out, notification.extras.getString(KEY_LARGE_ICON)); + out.writeLong(notification.extras.getLong(KEY_FIRE_TIME, -1)); + out.writeLong(notification.extras.getLong(KEY_REPEAT_INTERVAL, -1)); + serializeString(out, Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP ? null : notification.extras.getString(Notification.EXTRA_BIG_TEXT)); + out.writeBoolean(notification.extras.getBoolean(Notification.EXTRA_SHOW_CHRONOMETER, false)); + out.writeBoolean(showWhen); + serializeString(out, notification.extras.getString(KEY_INTENT_DATA)); + out.writeBoolean(notification.extras.getBoolean(KEY_SHOW_IN_FOREGROUND, true)); + } + + serializeString(out, Build.VERSION.SDK_INT < Build.VERSION_CODES.O ? null : notification.getChannelId()); + Integer color = UnityNotificationManager.getNotificationColor(notification); + out.writeBoolean(color != null); + if (color != null) + out.writeInt(color); + out.writeInt(notification.number); + out.writeBoolean(0 != (notification.flags & Notification.FLAG_AUTO_CANCEL)); + serializeString(out, notification.getGroup()); + out.writeBoolean(0 != (notification.flags & Notification.FLAG_GROUP_SUMMARY)); + out.writeInt(UnityNotificationManager.getNotificationGroupAlertBehavior(notification)); + serializeString(out, notification.getSortKey()); + if (showWhen) + out.writeLong(notification.when); + + return true; + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to serialize notification", e); + return false; + } + } + + // copy-paste of serializeNotification when it was primary & fallback keys + // minor altereration: call serializeNotificationCustom_v1 + private static void serializeNotification(SharedPreferences prefs, Notification notification) { + try { + String serialized = null, fallback = null; + ByteArrayOutputStream data = new ByteArrayOutputStream(); + DataOutputStream out = new DataOutputStream(data); + if (serializeNotificationCustom_v1(notification, out)) { + out.flush(); + byte[] bytes = data.toByteArray(); + fallback = Base64.encodeToString(bytes, 0, bytes.length, 0); + } + data.reset(); + Intent intent = new Intent(); + intent.putExtra(KEY_NOTIFICATION, notification); + if (serializeNotificationParcel(intent, out)) { + out.close(); + byte[] bytes = data.toByteArray(); + serialized = Base64.encodeToString(bytes, 0, bytes.length, 0); + } + else + serialized = fallback; + + SharedPreferences.Editor editor = prefs.edit().clear(); + editor.putString(SAVED_NOTIFICATION_PRIMARY_KEY, serialized); + editor.putString(SAVED_NOTIFICATION_FALLBACK_KEY, fallback); + editor.apply(); + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to serialize notification", e); + } + } + + // copy-paste of what serialization was in version 2 (except for hardcoded version number in here) + private static boolean serializeNotificationCustom_v2(Notification notification, DataOutputStream out) { + try { + out.write(UNITY_MAGIC_NUMBER); + out.writeInt(2); // NOTIFICATION_SERIALIZATION_VERSION + + // serialize extras + boolean showWhen = notification.extras.getBoolean(Notification.EXTRA_SHOW_WHEN, false); + + out.writeInt(notification.extras.getInt(KEY_ID)); + serializeString(out, notification.extras.getString(Notification.EXTRA_TITLE)); + serializeString(out, notification.extras.getString(Notification.EXTRA_TEXT)); + serializeString(out, notification.extras.getString(KEY_SMALL_ICON)); + serializeString(out, notification.extras.getString(KEY_LARGE_ICON)); + out.writeLong(notification.extras.getLong(KEY_FIRE_TIME, -1)); + out.writeLong(notification.extras.getLong(KEY_REPEAT_INTERVAL, -1)); + serializeString(out, Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP ? null : notification.extras.getString(Notification.EXTRA_BIG_TEXT)); + out.writeBoolean(notification.extras.getBoolean(Notification.EXTRA_SHOW_CHRONOMETER, false)); + out.writeBoolean(showWhen); + serializeString(out, notification.extras.getString(KEY_INTENT_DATA)); + out.writeBoolean(notification.extras.getBoolean(KEY_SHOW_IN_FOREGROUND, true)); + + serializeString(out, Build.VERSION.SDK_INT < Build.VERSION_CODES.O ? null : notification.getChannelId()); + Integer color = UnityNotificationManager.getNotificationColor(notification); + out.writeBoolean(color != null); + if (color != null) + out.writeInt(color); + out.writeInt(notification.number); + out.writeBoolean(0 != (notification.flags & Notification.FLAG_AUTO_CANCEL)); + serializeString(out, notification.getGroup()); + out.writeBoolean(0 != (notification.flags & Notification.FLAG_GROUP_SUMMARY)); + out.writeInt(UnityNotificationManager.getNotificationGroupAlertBehavior(notification)); + serializeString(out, notification.getSortKey()); + if (showWhen) + out.writeLong(notification.when); + + return true; + } catch (Exception e) { + Log.e(TAG_UNITY, "Failed to serialize notification", e); + return false; + } + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/UnityNotificationTestUtils.java.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/UnityNotificationTestUtils.java.meta new file mode 100755 index 0000000..115c34d --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/Android/UnityNotificationTestUtils.java.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: 3fc1afb2bf2c84b6f8919786f2f47b3f +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 1 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + : Any + second: + enabled: 0 + settings: + Exclude Android: 1 + Exclude Editor: 1 + Exclude Linux64: 1 + Exclude OSXUniversal: 1 + Exclude Win: 1 + Exclude Win64: 1 + - first: + Android: Android + second: + enabled: 0 + settings: + AndroidSharedLibraryType: Executable + CPU: ARMv7 + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + CPU: AnyCPU + DefaultValueInitialized: true + OS: AnyOS + - first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: OSXUniversal + second: + enabled: 0 + settings: + CPU: None + - first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: x86 + - first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: x86_64 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS.meta new file mode 100755 index 0000000..84d799e --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 581bf0866e80342aea7a3090af8acef6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/Unity.iOS.Notifications.Tests.asmdef b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/Unity.iOS.Notifications.Tests.asmdef new file mode 100755 index 0000000..063478f --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/Unity.iOS.Notifications.Tests.asmdef @@ -0,0 +1,26 @@ +{ + "name": "Unity.iOS.Notifications.Tests", + "rootNamespace": "", + "references": [ + "Unity.Notifications.iOS", + "UnityEngine.TestRunner", + "UnityEditor.TestRunner", + "Unity.Notifications" + ], + "includePlatforms": [ + "Editor", + "iOS" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": true, + "precompiledReferences": [ + "nunit.framework.dll" + ], + "autoReferenced": false, + "defineConstraints": [ + "UNITY_INCLUDE_TESTS" + ], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/Unity.iOS.Notifications.Tests.asmdef.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/Unity.iOS.Notifications.Tests.asmdef.meta new file mode 100755 index 0000000..f289dc0 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/Unity.iOS.Notifications.Tests.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d95fe6c738866495fa62f4d53295ef83 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/iOSNotificationTests.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/iOSNotificationTests.cs new file mode 100755 index 0000000..68acb39 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/iOSNotificationTests.cs @@ -0,0 +1,501 @@ +using System; +using System.Linq; +using UnityEngine; +using UnityEngine.TestTools; +using NUnit.Framework; +using System.Collections; +using Unity.Notifications.iOS; +#if UNITY_EDITOR +using Unity.Notifications; +using UnityEditor; +#endif + +class iOSNotificationTests + : IPrebuildSetup, IPostBuildCleanup +{ + private static int receivedNotificationCount = 0; + private static iOSNotification lastReceivedNotification = null; +#if UNITY_EDITOR + private static iOSSdkVersion originaliOSSDK; + private static bool originalRequestAuthorizationOnAppLaunch; + private static AuthorizationOption originalAuthorizationOptions; + private static bool originalAddRemoteNotificationCapability; + private static bool originalRequestRemoteOnLaunch; +#endif + + public void Setup() + { +#if UNITY_EDITOR + originaliOSSDK = PlayerSettings.iOS.sdkVersion; + originalRequestAuthorizationOnAppLaunch = NotificationSettings.iOSSettings.RequestAuthorizationOnAppLaunch; + originalAuthorizationOptions = NotificationSettings.iOSSettings.DefaultAuthorizationOptions; + originalAddRemoteNotificationCapability = NotificationSettings.iOSSettings.AddRemoteNotificationCapability; + originalRequestRemoteOnLaunch = NotificationSettings.iOSSettings.NotificationRequestAuthorizationForRemoteNotificationsOnAppLaunch; + + PlayerSettings.iOS.sdkVersion = iOSSdkVersion.SimulatorSDK; + NotificationSettings.iOSSettings.RequestAuthorizationOnAppLaunch = true; + NotificationSettings.iOSSettings.DefaultAuthorizationOptions = originalAuthorizationOptions | AuthorizationOption.Provisional; + NotificationSettings.iOSSettings.AddRemoteNotificationCapability = false; + NotificationSettings.iOSSettings.NotificationRequestAuthorizationForRemoteNotificationsOnAppLaunch = false; +#endif + } + + public void Cleanup() + { +#if UNITY_EDITOR + PlayerSettings.iOS.sdkVersion = originaliOSSDK; + NotificationSettings.iOSSettings.RequestAuthorizationOnAppLaunch = originalRequestAuthorizationOnAppLaunch; + NotificationSettings.iOSSettings.DefaultAuthorizationOptions = originalAuthorizationOptions; + NotificationSettings.iOSSettings.AddRemoteNotificationCapability = originalAddRemoteNotificationCapability; + NotificationSettings.iOSSettings.NotificationRequestAuthorizationForRemoteNotificationsOnAppLaunch = originalRequestRemoteOnLaunch; +#endif + } + +#if !UNITY_EDITOR + [OneTimeSetUp] + public void BeforeTests() + { + iOSNotificationCenter.OnNotificationReceived += receivedNotification => + { + receivedNotificationCount += 1; + lastReceivedNotification = receivedNotification; + var msg = "Notification received : " + receivedNotification.Identifier + "\n"; + msg += "\n Notification received: "; + msg += "\n .Title: " + receivedNotification.Title; + msg += "\n .Badge: " + receivedNotification.Badge; + msg += "\n .Body: " + receivedNotification.Body; + msg += "\n .CategoryIdentifier: " + receivedNotification.CategoryIdentifier; + msg += "\n .Subtitle: " + receivedNotification.Subtitle; + Debug.Log(msg); + }; + } + + [TearDown] + public void AfterEachTest() + { + receivedNotificationCount = 0; + lastReceivedNotification = null; + iOSNotificationCenter.RemoveAllScheduledNotifications(); + } +#endif + + IEnumerator WaitForNotification(float timeout) + { + var startCount = receivedNotificationCount; + float timePassed = 0; + while (receivedNotificationCount == startCount && timePassed < timeout) + { + yield return null; + timePassed += Time.deltaTime; + } + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.IPhonePlayer)] + public IEnumerator SendSimpleNotification_NotificationIsReceived() + { + var timeTrigger = new iOSNotificationTimeIntervalTrigger() + { + TimeInterval = new TimeSpan(0, 0, 5), + Repeats = false + }; + + // You can optionally specify a custom Identifier which can later be + // used to cancel the notification, if you don't set one, an unique + // string will be generated automatically. + var notification = new iOSNotification() + { + Identifier = "_notification_01", + Title = "SendSimpleNotification_NotificationIsReceived", + Body = "Scheduled at: " + DateTime.Now.ToShortDateString() + " triggered in 5 seconds", + Subtitle = "This is a subtitle, something, something important...", + ShowInForeground = true, + ForegroundPresentationOption = (PresentationOption.Alert | + PresentationOption.Sound), + CategoryIdentifier = "category_a", + ThreadIdentifier = "thread1", + Trigger = timeTrigger, + }; + + iOSNotificationCenter.ScheduleNotification(notification); + + yield return WaitForNotification(10.0f); + Assert.AreEqual(1, receivedNotificationCount); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.IPhonePlayer)] + public IEnumerator SendNotificationWithUserInfo_NotificationIsReceivedWithSameUserInfo() + { + var timeTrigger = new iOSNotificationTimeIntervalTrigger() + { + TimeInterval = new TimeSpan(0, 0, 5), + Repeats = false + }; + + var notification = new iOSNotification() + { + Identifier = "_notification_02", + Title = "SendNotificationWithUserInfo_NotificationIsReceivedWithSameUserInfo", + Body = "Scheduled at: " + DateTime.Now.ToShortDateString() + " triggered in 5 seconds", + Subtitle = "This is a subtitle, something, something important...", + ShowInForeground = true, + ForegroundPresentationOption = PresentationOption.Alert | PresentationOption.Sound, + CategoryIdentifier = "category_a", + ThreadIdentifier = "thread1", + Trigger = timeTrigger, + }; + + notification.UserInfo.Add("key1", "value1"); + + iOSNotificationCenter.ScheduleNotification(notification); + + yield return WaitForNotification(10.0f); + Assert.AreEqual(1, receivedNotificationCount); + Assert.IsNotNull(lastReceivedNotification); + Assert.IsTrue(lastReceivedNotification.UserInfo.ContainsKey("key1")); + Assert.AreEqual("value1", lastReceivedNotification.UserInfo["key1"]); + } + + IEnumerator SendNotificationUsingCalendarTrigger_NotificationIsReceived(string text, bool useUtc) + { + var dateTime = useUtc ? DateTime.UtcNow : DateTime.Now; + var dt = dateTime.AddSeconds(5); + var trigger = new iOSNotificationCalendarTrigger() + { + Year = dt.Year, + Month = dt.Month, + Day = dt.Day, + Hour = dt.Hour, + Minute = dt.Minute, + Second = dt.Second, + UtcTime = useUtc, + }; + + var notification = new iOSNotification() + { + Title = text, + Body = text, + ShowInForeground = true, + ForegroundPresentationOption = PresentationOption.Alert, + Trigger = trigger, + }; + + iOSNotificationCenter.ScheduleNotification(notification); + Debug.Log($"SendNotificationUsingCalendarTrigger_NotificationIsReceived, Now: {dateTime}, Notification should arrive on: {dt}"); + yield return WaitForNotification(20.0f); + Debug.Log($"SendNotificationUsingCalendarTrigger_NotificationIsReceived, wait finished at: {DateTime.Now}"); + Assert.AreEqual(1, receivedNotificationCount); + Assert.IsNotNull(lastReceivedNotification); + Assert.AreEqual(text, lastReceivedNotification.Title); + var retTrigger = (iOSNotificationCalendarTrigger)lastReceivedNotification.Trigger; + Assert.AreEqual(useUtc, retTrigger.UtcTime); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.IPhonePlayer)] + public IEnumerator SendNotificationUsingCalendarTriggerLocalTime_NotificationIsReceived() + { + yield return SendNotificationUsingCalendarTrigger_NotificationIsReceived("SendNotificationUsingCalendarTriggerLocalTime_NotificationIsReceived", false); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.IPhonePlayer)] + public IEnumerator SendNotificationUsingCalendarTriggerUtcTime_NotificationIsReceived() + { + yield return SendNotificationUsingCalendarTrigger_NotificationIsReceived("SendNotificationUsingCalendarTriggerUtcTime_NotificationIsReceived", true); + } + + [UnityTest] + [UnityPlatform(RuntimePlatform.IPhonePlayer)] + public IEnumerator SendNotification_AllPropertiesRoundtrip() + { + var trigger = new iOSNotificationTimeIntervalTrigger() + { + TimeInterval = new TimeSpan(0, 0, 5), + Repeats = false, + }; + + var notification = new iOSNotification() + { + Trigger = trigger, + Identifier = "roundtrip", + CategoryIdentifier = "category", + ThreadIdentifier = "thread", + Title = "Title", + Subtitle = "subtitle", + Body = "body", + Badge = 2, + InterruptionLevel = NotificationInterruptionLevel.Critical, + RelevanceScore = 1.0, + ShowInForeground = true, + ForegroundPresentationOption = PresentationOption.Alert, + }; + + iOSNotificationCenter.ScheduleNotification(notification); + + yield return WaitForNotification(10.0f); + Assert.AreEqual(1, receivedNotificationCount); + Assert.IsNotNull(lastReceivedNotification); + CompareNotifications(notification, lastReceivedNotification); + } + + void CompareNotifications(iOSNotification expected, iOSNotification actual) + { + // these don't roundtrip or are tested separately + var ignoredProps = new[] + { + "Attachments", + "SoundName", + "SoundType", + "SoundVolume", + "UserInfo", + }; + foreach (var prop in typeof(iOSNotification).GetProperties()) + { + if (ignoredProps.Contains(prop.Name)) + continue; + var v1 = prop.GetValue(expected); + var v2 = prop.GetValue(actual); + if (prop.PropertyType.IsValueType) + { + if (prop.PropertyType.IsPrimitive) + { + if (prop.PropertyType == typeof(bool)) + { + if (!(bool)v2) + Assert.Fail($"Expected property {prop.Name} to be true"); + } + else + { + int intVal = ((IConvertible)v2).ToInt32(System.Globalization.CultureInfo.InvariantCulture); + if (intVal == 0) + Assert.Fail($"Expected property {prop.Name} to be non-zero"); + } + } + else if (prop.PropertyType.IsEnum) + { + int intVal = (int)v2; + if (intVal == 0) + Assert.Fail($"Expected property {prop.Name} to be non-zero"); + } + else + Assert.Fail($"Property {prop.Name} not handled"); + } + else + { + if (v2 == null) + Assert.Fail($"Property {prop.Name} value is null"); + } + + if (!object.Equals(v1, v2)) + Assert.Fail($"Value missmatch for property {prop.Name}: '{v1}' vs '{v2}'"); + } + } + + [Test] + public void iOSNotificationCalendarTrigger_ToUtc_DoesNotConvertUtcTrigger() + { + var trigger = new iOSNotificationCalendarTrigger() + { + Hour = 5, + Minute = 5, + UtcTime = true, + }; + + var utcTrigger = trigger.ToUtc(); + + Assert.AreEqual(5, utcTrigger.Hour); + Assert.AreEqual(5, utcTrigger.Minute); + } + + [Test] + public void iOSNotificationCalendarTrigger_ToUtc_ConvertsLocalTrigger() + { + var localTime = DateTime.Now; + var utcTime = localTime.ToUniversalTime(); + if (DateTime.Compare(localTime, utcTime) == 0) + return; // running test in GMT time zode + + var trigger = new iOSNotificationCalendarTrigger() + { + Hour = localTime.Hour, + Minute = localTime.Minute, + UtcTime = false, + }; + + var utcTrigger = trigger.ToUtc(); + + Assert.AreEqual(utcTime.Hour, utcTrigger.Hour); + Assert.AreEqual(utcTime.Minute, utcTrigger.Minute); + } + + [Test] + public void iOSNotificationCalendarTrigger_ToLocal_DoesNotConvertLocalTrigger() + { + var trigger = new iOSNotificationCalendarTrigger() + { + Hour = 5, + Minute = 5, + UtcTime = false, + }; + + var localTrigger = trigger.ToLocal(); + + Assert.AreEqual(5, localTrigger.Hour); + Assert.AreEqual(5, localTrigger.Minute); + } + + [Test] + public void iOSNotificationCalendarTrigger_ToLocal_ConvertsUtcTrigger() + { + var localTime = DateTime.Now; + var utcTime = localTime.ToUniversalTime(); + if (DateTime.Compare(localTime, utcTime) == 0) + return; // running test in GMT time zode + + var trigger = new iOSNotificationCalendarTrigger() + { + Hour = utcTime.Hour, + Minute = utcTime.Minute, + UtcTime = true, + }; + + var localTrigger = trigger.ToLocal(); + + Assert.AreEqual(localTime.Hour, localTrigger.Hour); + Assert.AreEqual(localTime.Minute, localTrigger.Minute); + } + + [Test] + public void iOSNotificationCalendarTrigger_AssignDateTimeComponents_OnlyChangesNonNullFields() + { + var dt = new DateTime(2025, 5, 5, 6, 6, 6); + + var trigger = new iOSNotificationCalendarTrigger() + { + Year = 2020, + Month = 10, + Day = 8, + }; + + var check = trigger.AssignDateTimeComponents(dt); + Assert.AreEqual(2020, check.Year); + Assert.AreEqual(10, check.Month); + Assert.AreEqual(8, check.Day); + Assert.AreEqual(6, check.Hour); + Assert.AreEqual(6, check.Minute); + Assert.AreEqual(6, check.Second); + + trigger = new iOSNotificationCalendarTrigger() + { + Hour = 3, + Minute = 4, + Second = 20, + }; + + check = trigger.AssignDateTimeComponents(dt); + Assert.AreEqual(2025, check.Year); + Assert.AreEqual(5, check.Month); + Assert.AreEqual(5, check.Day); + Assert.AreEqual(3, check.Hour); + Assert.AreEqual(4, check.Minute); + Assert.AreEqual(20, check.Second); + } + + [Test] + public void iOSNotificationCalendarTrigger_AssignNonEmptyComponents_Works() + { + var dt = new DateTime(2025, 1, 2, 3, 4, 5); + + var trigger = new iOSNotificationCalendarTrigger() + { + Year = 2020, + Month = 10, + Day = 10, + }; + + trigger.AssignNonEmptyComponents(dt); + Assert.AreEqual(2025, trigger.Year); + Assert.AreEqual(1, trigger.Month); + Assert.AreEqual(2, trigger.Day); + Assert.IsTrue(null == trigger.Hour); + Assert.IsTrue(null == trigger.Minute); + Assert.IsTrue(null == trigger.Second); + + trigger = new iOSNotificationCalendarTrigger() + { + Hour = 10, + Minute = 10, + Second = 10, + }; + + trigger.AssignNonEmptyComponents(dt); + Assert.IsTrue(null == trigger.Year); + Assert.IsTrue(null == trigger.Month); + Assert.IsTrue(null == trigger.Day); + Assert.AreEqual(3, trigger.Hour); + Assert.AreEqual(4, trigger.Minute); + Assert.AreEqual(5, trigger.Second); + } + + [Test] + public void iOSNotification_CalendarTrigger_ReturnsSameKindDateTime() + { + var trigger1 = new iOSNotificationCalendarTrigger() + { + Hour = 8, + Minute = 30, + UtcTime = false, + }; + + var trigger2 = new iOSNotificationCalendarTrigger() + { + Hour = 8, + Minute = 30, + UtcTime = false, + }; + + var notification = new iOSNotification() + { + Title = "text", + Body = "text", + Trigger = trigger1, + }; + + var retTrigger = (iOSNotificationCalendarTrigger)notification.Trigger; + + Assert.AreEqual(trigger1.Hour, retTrigger.Hour); + Assert.AreEqual(trigger1.Minute, retTrigger.Minute); + Assert.AreEqual(trigger1.UtcTime, retTrigger.UtcTime); + + notification.Trigger = trigger2; + retTrigger = (iOSNotificationCalendarTrigger)notification.Trigger; + + Assert.AreEqual(trigger2.Hour, retTrigger.Hour); + Assert.AreEqual(trigger2.Minute, retTrigger.Minute); + Assert.AreEqual(trigger2.UtcTime, retTrigger.UtcTime); + } + + [Test] + public void iOSNotificationCalendarTrigger_HandlesMissingUtcField() + { + var original = new iOSNotificationCalendarTrigger() + { + Day = 5, + }; + + var notification = new iOSNotification() + { + Trigger = original, + }; + + // clear UserInfo, where UTC flag is stored + notification.UserInfo.Clear(); + + Assert.AreEqual(iOSNotificationTriggerType.Calendar, notification.Trigger.Type); + var result = (iOSNotificationCalendarTrigger)notification.Trigger; + Assert.AreEqual(5, result.Day); + Assert.IsFalse(result.UtcTime); + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/iOSNotificationTests.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/iOSNotificationTests.cs.meta new file mode 100755 index 0000000..51d3c87 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Runtime/iOS/iOSNotificationTests.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e3f7a1ae7f099482db44467671fc8ef6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified.meta new file mode 100755 index 0000000..f4dec3d --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 60e17545d141d4641a43105c257e6d2f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/UnifiedNotificationsSendingTests.cs b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/UnifiedNotificationsSendingTests.cs new file mode 100755 index 0000000..cf05341 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/UnifiedNotificationsSendingTests.cs @@ -0,0 +1,263 @@ +using System; +using System.Collections; +using NUnit.Framework; +using UnityEngine; +using UnityEngine.TestTools; +using Unity.Notifications; + +class UnifiedNotificationsSendingTests +{ + [OneTimeSetUp] + public void BeforeTests() + { + var args = NotificationCenterArgs.Default; + args.AndroidChannelId = "Unified"; + args.AndroidChannelName = "Unified"; + args.AndroidChannelDescription = "Unified notifications"; + NotificationCenter.Initialize(args); + NotificationCenter.OnNotificationReceived += OnNotificationReceived; + } + + [OneTimeTearDown] + public void AfterAllTests() + { + NotificationCenter.CancelAllScheduledNotifications(); + } + + [SetUp] + public void BeforeEachTest() + { + NotificationCenter.CancelAllScheduledNotifications(); + receivedNotificationCount = 0; + lastNotification = null; + } + + uint receivedNotificationCount = 0; + Notification? lastNotification; + void OnNotificationReceived(Notification notification) + { + ++receivedNotificationCount; + lastNotification = notification; + } + + IEnumerator WaitForNotification(float timeout) + { + var startCount = receivedNotificationCount; + float timePassed = 0; + while (receivedNotificationCount == startCount && timePassed < timeout) + { + yield return null; + timePassed += Time.deltaTime; + } + } + + [UnityTest] + [UnityPlatform(new[] { RuntimePlatform.Android, RuntimePlatform.IPhonePlayer })] + public IEnumerator SendNotificationAllOptionsRoundtrip() + { + var notification = new Notification() + { + Identifier = 15, + Title = "Test", + Text = "Testing", + Data = "TestData", + Badge = 2, + }; + NotificationCenter.ScheduleNotification(notification, new NotificationIntervalSchedule(TimeSpan.FromSeconds(2))); + + yield return new WaitForSeconds(0.5f); // test notification is trully delayed + yield return WaitForNotification(60.0f); + + Assert.AreEqual(1, receivedNotificationCount); + Assert.IsTrue(lastNotification.HasValue); + var n = lastNotification.Value; + Assert.AreEqual(15, n.Identifier); + Assert.AreEqual("Test", n.Title); + Assert.AreEqual("Testing", n.Text); + Assert.AreEqual("TestData", n.Data); + Assert.AreEqual(2, n.Badge); + } + + [UnityTest] + [UnityPlatform(new[] { RuntimePlatform.Android, RuntimePlatform.IPhonePlayer })] + public IEnumerator ScheduleNotificationAtSpecificTime() + { + var notification = new Notification() + { + Title = "AtTime", + Text = "AtSpecificTime", + }; + NotificationCenter.ScheduleNotification(notification, new NotificationDateTimeSchedule(DateTime.Now.AddSeconds(2))); + + yield return new WaitForSeconds(0.5f); // test notification is trully delayed + yield return WaitForNotification(60.0f); + + Assert.AreEqual(1, receivedNotificationCount); + Assert.IsTrue(lastNotification.HasValue); + var n = lastNotification.Value; + Assert.AreEqual("AtTime", n.Title); + Assert.AreEqual("AtSpecificTime", n.Text); + Assert.AreNotEqual(0, n.Identifier); // ID should be auto-generated + } + + [UnityTest] + [UnityPlatform(new[] { RuntimePlatform.Android, RuntimePlatform.IPhonePlayer })] + public IEnumerator ScheduleAndCancelNotification_DoesNotArrive() + { + var notification = new Notification() + { + Title = "Cancel", + Text = "To be cancelled", + }; + int id = NotificationCenter.ScheduleNotification(notification, new NotificationDateTimeSchedule(DateTime.Now.AddSeconds(3))); + + yield return new WaitForSeconds(0.5f); + NotificationCenter.CancelScheduledNotification(id); + yield return WaitForNotification(6.0f); + + Assert.AreEqual(0, receivedNotificationCount); + } + + [UnityTest] + [UnityPlatform(new[] { RuntimePlatform.Android })] + public IEnumerator ScheduleNotification_WithExplicitCategory_UsesAndroidChannel() + { +#if UNITY_ANDROID + const string category = "the_category"; + Unity.Notifications.Android.AndroidNotificationCenter.RegisterNotificationChannel( + new Unity.Notifications.Android.AndroidNotificationChannel() + { + Id = category, + Name = "Category", + Description = "For category testing", + Importance = Unity.Notifications.Android.Importance.Default, + } + ); + Unity.Notifications.Android.AndroidNotificationCenter.OnNotificationReceived += OnAndroidNotification; + + yield return ScheduleNotification_WithExplicitCategory(category); + + Unity.Notifications.Android.AndroidNotificationCenter.OnNotificationReceived -= OnAndroidNotification; + + Assert.IsNotNull(lastAndroidNotification); + Assert.AreEqual(category, lastAndroidNotification.Channel); +#else + yield break; +#endif + } + +#if UNITY_ANDROID + Unity.Notifications.Android.AndroidNotificationIntentData lastAndroidNotification; + void OnAndroidNotification(Unity.Notifications.Android.AndroidNotificationIntentData intentData) + { + lastAndroidNotification = intentData; + } +#endif + + [UnityTest] + [UnityPlatform(new[] { RuntimePlatform.IPhonePlayer })] + public IEnumerator ScheduleNotification_WithExplicitCategory_UsesiOSCategory() + { +#if UNITY_IOS + const string category = "the_category"; + yield return ScheduleNotification_WithExplicitCategory(category); + + var notification = (Unity.Notifications.iOS.iOSNotification)lastNotification.Value; + Assert.AreEqual(category, notification.CategoryIdentifier); +#else + yield break; +#endif + } + + public IEnumerator ScheduleNotification_WithExplicitCategory(string category) + { + var notification = new Notification() + { + Title = "With category", + Text = "Sent to category", + }; + NotificationCenter.ScheduleNotification(notification, category, new NotificationDateTimeSchedule(DateTime.Now.AddSeconds(3))); + yield return WaitForNotification(60.0f); + + Assert.AreEqual(1, receivedNotificationCount); + Assert.IsTrue(lastNotification.HasValue); + var n = lastNotification.Value; + Assert.AreEqual("With category", n.Title); + Assert.AreEqual("Sent to category", n.Text); + } + + [UnityTest] + [UnityPlatform(new[] { RuntimePlatform.IPhonePlayer })] + public IEnumerator ScheduleNotification_WithoutCategory_UsesNoiOSCategory() + { + var notification = new Notification() + { + Title = "Without category", + Text = "Sent to no category", + }; + NotificationCenter.ScheduleNotification(notification, new NotificationDateTimeSchedule(DateTime.Now.AddSeconds(3))); + yield return WaitForNotification(60.0f); + + Assert.AreEqual(1, receivedNotificationCount); + Assert.IsTrue(lastNotification.HasValue); + var n = lastNotification.Value; + Assert.AreEqual("Without category", n.Title); + Assert.AreEqual("Sent to no category", n.Text); + +#if UNITY_IOS + var iosNotification = (Unity.Notifications.iOS.iOSNotification)n; + Assert.IsNull(iosNotification.CategoryIdentifier); +#endif + } + + [UnityTest] + [UnityPlatform(new[] { RuntimePlatform.Android, RuntimePlatform.IPhonePlayer })] + public IEnumerator ScheduleWithSameID_ReplacesNotification() + { + var notification = new Notification() + { + Identifier = 123, + Title = "Replace", + Text = "To be replaced", + }; + NotificationCenter.ScheduleNotification(notification, new NotificationDateTimeSchedule(DateTime.Now.AddSeconds(2))); + yield return null; + + notification.Text = "Replacement text"; + NotificationCenter.ScheduleNotification(notification, new NotificationDateTimeSchedule(DateTime.Now.AddSeconds(3))); + + yield return WaitForNotification(60.0f); + yield return new WaitForSeconds(5); // wait a bit more in case the second notification does arrive + + Assert.AreEqual(1, receivedNotificationCount); + Assert.IsTrue(lastNotification.HasValue); + var n = lastNotification.Value; + Assert.AreEqual(123, n.Identifier.Value); + Assert.AreEqual("Replace", n.Title); + Assert.AreEqual("Replacement text", n.Text); + } + + [UnityTest] + [UnityPlatform(new[] { RuntimePlatform.Android, RuntimePlatform.IPhonePlayer })] + public IEnumerator ScheduleWithoutIDTwice_DeliversTwo() + { + var notification = new Notification() + { + Title = "No replace", + Text = "Not replaced", + }; + var id1 = NotificationCenter.ScheduleNotification(notification, new NotificationDateTimeSchedule(DateTime.Now.AddSeconds(2))); + yield return null; + + var id2 = NotificationCenter.ScheduleNotification(notification, new NotificationDateTimeSchedule(DateTime.Now.AddSeconds(3))); + + Assert.AreNotEqual(id1, id2); + + yield return WaitForNotification(60.0f); + // Both could be batched + if (receivedNotificationCount < 2) + yield return WaitForNotification(60.0f); + + Assert.AreEqual(2, receivedNotificationCount); + } +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/UnifiedNotificationsSendingTests.cs.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/UnifiedNotificationsSendingTests.cs.meta new file mode 100755 index 0000000..a20bc0e --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/UnifiedNotificationsSendingTests.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: df9756fcdfcd6480aa4dcc1daf2d78cb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/Unity.Notifications.Unified.Tests.asmdef b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/Unity.Notifications.Unified.Tests.asmdef new file mode 100755 index 0000000..6b465f7 --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/Unity.Notifications.Unified.Tests.asmdef @@ -0,0 +1,29 @@ +{ + "name": "Unity.Notifications.Unified.Tests", + "rootNamespace": "", + "references": [ + "Unity.Notifications.Android", + "Unity.Notifications.iOS", + "Unity.Notifications.Unified", + "UnityEngine.TestRunner", + "UnityEditor.TestRunner", + "Unity.Notifications" + ], + "includePlatforms": [ + "Editor", + "Android", + "iOS" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": true, + "precompiledReferences": [ + "nunit.framework.dll" + ], + "autoReferenced": false, + "defineConstraints": [ + "UNITY_INCLUDE_TESTS" + ], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/Unity.Notifications.Unified.Tests.asmdef.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/Unity.Notifications.Unified.Tests.asmdef.meta new file mode 100755 index 0000000..c9ec91d --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/Tests/Unified/Unity.Notifications.Unified.Tests.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7cc401a5f39bf44dd915187717042be7 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/package.json b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/package.json new file mode 100755 index 0000000..a78c64e --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/package.json @@ -0,0 +1,35 @@ +{ + "name": "com.unity.mobile.notifications", + "displayName": "Mobile Notifications", + "version": "2.3.2", + "unity": "2021.3", + "description": "Mobile Notifications package adds support for scheduling local repeatable or one-time notifications on iOS and Android.\n\nOn iOS receiving of push notifications is also supported.", + "keywords": [ + "Android", + "iOS", + "Notifications", + "Mobile" + ], + "dependencies": { + "com.unity.modules.androidjni": "1.0.0" + }, + "_upm": { + "changelog": "### Fixes:\n- [Android] - Remove excessive permissions and metadata from default manifest (auto-add them based on settings).\n- [Android] - Fixed notification status reporting after dismissing notification and re-launching the app.\n- [iOS] - Fixed a possible crash when sending push notifications with attachment (like image)." + }, + "upmCi": { + "footprint": "c00f0284b4297f39c44235f17b163367e233a070" + }, + "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.mobile.notifications@2.3/manual/index.html", + "repository": { + "url": "https://github.com/Unity-Technologies/com.unity.mobile.notifications.git", + "type": "git", + "revision": "7de9a5c26d6061554361b31f91ec74e61e14a172" + }, + "samples": [ + { + "displayName": "Notification Samples", + "description": "Description for sample", + "path": "Samples~/NotificationsSamples" + } + ] +} diff --git a/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/package.json.meta b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/package.json.meta new file mode 100755 index 0000000..e77ff4c --- /dev/null +++ b/Assets/MYp0ZVTT2QSDK/ThirdParty/com.unity.mobile.notifications@2.3.2/package.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9037b93af819441399710ccc3639dd18 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MaxSdk/AppLovin/Editor/Dependencies.xml b/Assets/MaxSdk/AppLovin/Editor/Dependencies.xml index 80f3b4c..6ab3f24 100755 --- a/Assets/MaxSdk/AppLovin/Editor/Dependencies.xml +++ b/Assets/MaxSdk/AppLovin/Editor/Dependencies.xml @@ -1,9 +1,9 @@ - + - + diff --git a/Assets/MaxSdk/AppLovin/Plugins/Android/applovin-max-unity-plugin.aar b/Assets/MaxSdk/AppLovin/Plugins/Android/applovin-max-unity-plugin.aar old mode 100644 new mode 100755 index 9600e02ca6f643d5921cade81d35b0eefb53a651..7f155074385030d77958303ca0bf4e0e2c812da0 GIT binary patch delta 42013 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%0A*f)6^-(cCv-)}vJ>_xVLKwd~ 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 RK&3mAIHwQ>lBECu008~Fopk^J delta 42094 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%0AGd1R#Ueb)~*;#H+Y_KPFEYEf?bq{QC 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 u*`+-S;9`*G9-;sM537?Prbz-fqmyf - + https://artifactory.bidmachine.io/bidmachine - + diff --git a/Assets/MaxSdk/Mediation/BigoAds/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/BigoAds/Editor/Dependencies.xml index 90c1f1f..aa9ebb1 100755 --- a/Assets/MaxSdk/Mediation/BigoAds/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/BigoAds/Editor/Dependencies.xml @@ -1,9 +1,9 @@ - + - + diff --git a/Assets/MaxSdk/Mediation/ByteDance/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/ByteDance/Editor/Dependencies.xml old mode 100644 new mode 100755 index 5efb952..fd0549a --- a/Assets/MaxSdk/Mediation/ByteDance/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/ByteDance/Editor/Dependencies.xml @@ -1,13 +1,13 @@ - + https://artifact.bytedance.com/repository/pangle - + diff --git a/Assets/MaxSdk/Mediation/ByteDance/Editor/Dependencies.xml.meta b/Assets/MaxSdk/Mediation/ByteDance/Editor/Dependencies.xml.meta old mode 100644 new mode 100755 diff --git a/Assets/MaxSdk/Mediation/Chartboost/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/Chartboost/Editor/Dependencies.xml old mode 100644 new mode 100755 index d3c7e14..1fbd150 --- a/Assets/MaxSdk/Mediation/Chartboost/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/Chartboost/Editor/Dependencies.xml @@ -1,7 +1,7 @@ - + https://cboost.jfrog.io/artifactory/chartboost-ads/ @@ -9,6 +9,6 @@ - + diff --git a/Assets/MaxSdk/Mediation/Chartboost/Editor/Dependencies.xml.meta b/Assets/MaxSdk/Mediation/Chartboost/Editor/Dependencies.xml.meta old mode 100644 new mode 100755 diff --git a/Assets/MaxSdk/Mediation/Facebook/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/Facebook/Editor/Dependencies.xml index 9c2d361..c874ffb 100755 --- a/Assets/MaxSdk/Mediation/Facebook/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/Facebook/Editor/Dependencies.xml @@ -5,7 +5,7 @@ Since FAN SDK depends on older versions of a few support and play service versions `com.applovin.mediation:facebook-adapter:x.y.z.a` resolves to `com.applovin.mediation:facebook-adapter:+` which pulls down the beta versions of FAN SDK. Note that forcing the adapter is enough to stop Jar Resolver from pulling the latest FAN SDK. --> - + diff --git a/Assets/MaxSdk/Mediation/Fyber/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/Fyber/Editor/Dependencies.xml index bba2782..7ecf0ba 100755 --- a/Assets/MaxSdk/Mediation/Fyber/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/Fyber/Editor/Dependencies.xml @@ -1,9 +1,9 @@ - + - + diff --git a/Assets/MaxSdk/Mediation/Google/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/Google/Editor/Dependencies.xml index a921ad0..6d3339d 100755 --- a/Assets/MaxSdk/Mediation/Google/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/Google/Editor/Dependencies.xml @@ -2,9 +2,9 @@ - + - + diff --git a/Assets/MaxSdk/Mediation/GoogleAdManager/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/GoogleAdManager/Editor/Dependencies.xml index 4ce9809..aeed80a 100755 --- a/Assets/MaxSdk/Mediation/GoogleAdManager/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/GoogleAdManager/Editor/Dependencies.xml @@ -2,9 +2,9 @@ - + - + diff --git a/Assets/MaxSdk/Mediation/InMobi/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/InMobi/Editor/Dependencies.xml index 38e22d7..9e439ea 100755 --- a/Assets/MaxSdk/Mediation/InMobi/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/InMobi/Editor/Dependencies.xml @@ -1,12 +1,12 @@ - + - + diff --git a/Assets/MaxSdk/Mediation/IronSource/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/IronSource/Editor/Dependencies.xml index 6aa657b..79a0043 100755 --- a/Assets/MaxSdk/Mediation/IronSource/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/IronSource/Editor/Dependencies.xml @@ -1,10 +1,10 @@ - + - + diff --git a/Assets/MaxSdk/Mediation/Mintegral/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/Mintegral/Editor/Dependencies.xml index 7cb4e96..221016d 100755 --- a/Assets/MaxSdk/Mediation/Mintegral/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/Mintegral/Editor/Dependencies.xml @@ -1,7 +1,7 @@ - + https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea @@ -9,6 +9,6 @@ - + diff --git a/Assets/MaxSdk/Mediation/Moloco/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/Moloco/Editor/Dependencies.xml index 94d78d0..825598c 100755 --- a/Assets/MaxSdk/Mediation/Moloco/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/Moloco/Editor/Dependencies.xml @@ -1,9 +1,9 @@ - + - + diff --git a/Assets/MaxSdk/Mediation/UnityAds/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/UnityAds/Editor/Dependencies.xml index 560779d..72ddf97 100755 --- a/Assets/MaxSdk/Mediation/UnityAds/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/UnityAds/Editor/Dependencies.xml @@ -1,9 +1,9 @@ - + - + diff --git a/Assets/MaxSdk/Mediation/Vungle/Editor/Dependencies.xml b/Assets/MaxSdk/Mediation/Vungle/Editor/Dependencies.xml index 8262be7..cca5147 100755 --- a/Assets/MaxSdk/Mediation/Vungle/Editor/Dependencies.xml +++ b/Assets/MaxSdk/Mediation/Vungle/Editor/Dependencies.xml @@ -1,9 +1,9 @@ - + - + diff --git a/Assets/MaxSdk/Resources/AppLovinSettings.asset b/Assets/MaxSdk/Resources/AppLovinSettings.asset old mode 100755 new mode 100644 diff --git a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinInitialize.cs b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinInitialize.cs old mode 100644 new mode 100755 index 7c1cdc8..13d6309 --- a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinInitialize.cs +++ b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinInitialize.cs @@ -19,6 +19,7 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor { "AdColony", "Criteo", + "LinkedIn", "Nend", "Snap", "Tapjoy", diff --git a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinInitialize.cs.meta b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinInitialize.cs.meta old mode 100644 new mode 100755 diff --git a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinIntegrationManager.cs b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinIntegrationManager.cs old mode 100644 new mode 100755 index 236b952..b0cdbbc --- a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinIntegrationManager.cs +++ b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinIntegrationManager.cs @@ -373,7 +373,7 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor { if (!webResponse.IsSuccess) { - MaxSdkLogger.E("Failed to load plugin data. Please check your internet connection."); + MaxSdkLogger.UserError("Failed to load plugin data. Please check your internet connection."); return null; } diff --git a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinIntegrationManager.cs.meta b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinIntegrationManager.cs.meta old mode 100644 new mode 100755 diff --git a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessAndroid.cs b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessAndroid.cs old mode 100644 new mode 100755 index ae86796..f2d2e6f --- a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessAndroid.cs +++ b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessAndroid.cs @@ -27,8 +27,6 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor private const string PropertyAndroidX = "android.useAndroidX"; private const string PropertyJetifier = "android.enableJetifier"; private const string EnableProperty = "=true"; - private const string PropertyDexingArtifactTransform = "android.enableDexingArtifactTransform"; - private const string DisableProperty = "=false"; private const string KeyMetaDataAppLovinVerboseLoggingOn = "applovin.sdk.verbose_logging"; private const string KeyMetaDataGoogleApplicationId = "com.google.android.gms.ads.APPLICATION_ID"; @@ -82,19 +80,13 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor var lines = File.ReadAllLines(gradlePropertiesPath); // Add all properties except AndroidX, Jetifier, and DexingArtifactTransform since they may already exist. We will re-add them below. - gradlePropertiesUpdated.AddRange(lines.Where(line => !line.Contains(PropertyAndroidX) && !line.Contains(PropertyJetifier) && !line.Contains(PropertyDexingArtifactTransform))); + gradlePropertiesUpdated.AddRange(lines.Where(line => !line.Contains(PropertyAndroidX) && !line.Contains(PropertyJetifier))); } // Enable AndroidX and Jetifier properties gradlePropertiesUpdated.Add(PropertyAndroidX + EnableProperty); gradlePropertiesUpdated.Add(PropertyJetifier + EnableProperty); - // `DexingArtifactTransform` has been removed in Gradle 8+ which is the default Gradle version for Unity 6. -#if !UNITY_6000_0_OR_NEWER - // Disable dexing using artifact transform (it causes issues for ExoPlayer with Gradle plugin 3.5.0+) - gradlePropertiesUpdated.Add(PropertyDexingArtifactTransform + DisableProperty); -#endif - try { File.WriteAllText(gradlePropertiesPath, string.Join("\n", gradlePropertiesUpdated.ToArray()) + "\n"); @@ -282,7 +274,7 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor } else { - MaxSdkLogger.E("Failed to set distribution URL"); + MaxSdkLogger.UserError("Failed to set distribution URL"); } } @@ -292,7 +284,7 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor // Unity 2022.3+ requires Gradle Plugin version 7.1.2+. if (MaxSdkUtils.CompareVersions(customGradleToolsVersion, "7.1.2") == MaxSdkUtils.VersionComparisonResult.Lesser) { - MaxSdkLogger.E("Failed to set gradle plugin version. Unity 2022.3+ requires gradle plugin version 7.1.2+"); + MaxSdkLogger.UserError("Failed to set gradle plugin version. Unity 2022.3+ requires gradle plugin version 7.1.2+"); return; } @@ -303,7 +295,7 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor } else { - MaxSdkLogger.E("Failed to set gradle library version"); + MaxSdkLogger.UserError("Failed to set gradle library version"); } var newGradleVersionLine = AppLovinProcessGradleBuildFile.GetFormattedBuildScriptLine(string.Format("id 'com.android.application' version '{0}' apply false", customGradleToolsVersion)); @@ -316,7 +308,7 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor } else { - MaxSdkLogger.E("Failed to set gradle plugin version"); + MaxSdkLogger.UserError("Failed to set gradle plugin version"); } } } diff --git a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessAndroid.cs.meta b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessAndroid.cs.meta old mode 100644 new mode 100755 diff --git a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessiOS.cs b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessiOS.cs old mode 100644 new mode 100755 index 475481d..090abc1 --- a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessiOS.cs +++ b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessiOS.cs @@ -224,7 +224,7 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor var pluginData = AppLovinIntegrationManager.LoadPluginDataSync(); if (pluginData == null) { - MaxSdkLogger.E("Failed to load plugin data. Dynamic libraries will not be embedded."); + MaxSdkLogger.UserError("Failed to load plugin data. Dynamic libraries will not be embedded."); return null; } diff --git a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessiOS.cs.meta b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPostProcessiOS.cs.meta old mode 100644 new mode 100755 diff --git a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPreProcess.cs b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPreProcess.cs old mode 100644 new mode 100755 index 3ed102a..a1de1c1 --- a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPreProcess.cs +++ b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPreProcess.cs @@ -57,7 +57,7 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor } catch (Exception exception) { - MaxSdkLogger.E("Unable to load Dependencies file due to exception: " + exception.Message); + MaxSdkLogger.UserError("Unable to load Dependencies file due to exception: " + exception.Message); } return null; @@ -173,7 +173,7 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor } catch (Exception exception) { - MaxSdkLogger.E("Unable to save Dependencies file due to exception: " + exception.Message); + MaxSdkLogger.UserError("Unable to save Dependencies file due to exception: " + exception.Message); } return false; diff --git a/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPreProcess.cs.meta b/Assets/MaxSdk/Scripts/IntegrationManager/Editor/AppLovinPreProcess.cs.meta old mode 100644 new mode 100755 diff --git a/Assets/MaxSdk/Scripts/MaxSdk.cs b/Assets/MaxSdk/Scripts/MaxSdk.cs old mode 100644 new mode 100755 index 8e69d9b..21e3d4d --- a/Assets/MaxSdk/Scripts/MaxSdk.cs +++ b/Assets/MaxSdk/Scripts/MaxSdk.cs @@ -14,7 +14,7 @@ public class MaxSdk : MaxSdkUnityEditor #endif { - private const string _version = "8.6.2"; + private const string _version = "8.6.4"; /// /// Returns the current plugin version. diff --git a/Assets/MaxSdk/Scripts/MaxSdk.cs.meta b/Assets/MaxSdk/Scripts/MaxSdk.cs.meta old mode 100644 new mode 100755 diff --git a/Assets/OPS/Obfuscator/Log/iOS.txt b/Assets/OPS/Obfuscator/Log/iOS.txt index 6375774..5e91193 100644 --- a/Assets/OPS/Obfuscator/Log/iOS.txt +++ b/Assets/OPS/Obfuscator/Log/iOS.txt @@ -4660,7 +4660,7 @@ [Debug][OPS.OBF][Setup] Load Pipeline [Warning][OPS.OBF][Setup] There is no assembly: Assembly-CSharp-firstpass.dll -[Debug][OPS.OBF][Setup] Found to obfuscate assemblies (13): +[Debug][OPS.OBF][Setup] Found to obfuscate assemblies (16): - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/Assembly-CSharp.dll - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/KwaiAds.dll - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/spine-unity.dll @@ -4669,9 +4669,12 @@ - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/DOTween.Modules.dll - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/AppsFlyer.dll - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/IngameDebugConsole.Runtime.dll + - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/Unity.Advertisement.IosSupport.dll - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/SDKConfig.dll - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/DOTweenPro.Scripts.dll + - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/Unity.Notifications.iOS.dll - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/VosacoSDK.dll + - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/Unity.Notifications.Unified.dll - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/WebView.dll - /Users/edy/git_/BingoGrassland/Temp/StagingArea/Data/Managed/MYp0ZVTT2QSDK.dll @@ -4702,18 +4705,18 @@ - /Users/edy/git_/BingoGrassland/Assets/BingoSun/Plugins/Demigiant/DOTween/Editor - /Users/edy/git_/BingoGrassland/Assets/Firebase/Editor - /Users/edy/git_/BingoGrassland/Assets/OPS/Obfuscator/Editor/Plugins - - /Users/edy/git_/BingoGrassland/Assets/ExternalDependencyManager/Editor - /Users/edy/git_/BingoGrassland/Assets/BingoSun/Plugins/Demigiant/DOTweenPro/Editor - /Users/edy/git_/BingoGrassland/Library/PackageCache/com.unity.visualscripting@1.9.4/Editor/VisualScripting.Core/Dependencies/DotNetZip - /Users/edy/git_/BingoGrassland/Assets/OPS/Editor/Plugins/OPS.Assets.Editor - /Users/edy/git_/BingoGrassland/Assets/MYp0ZVTT2QSDK/Plugins/JsonNet + - /Users/edy/git_/BingoGrassland/Assets/ExternalDependencyManager/Editor + - /Users/edy/git_/BingoGrassland/Assets/MYp0ZVTT2QSDK/Plugins - /Users/edy/git_/BingoGrassland/Assets/BingoSun/Plugins/Demigiant/DOTween - /Users/edy/git_/BingoGrassland/Library/PackageCache/com.unity.visualscripting@1.9.4/Runtime/VisualScripting.Flow/Dependencies/NCalc - /Users/edy/git_/BingoGrassland/Assets/BingoSun/Plugins/Demigiant/DOTweenPro - /Users/edy/git_/BingoGrassland/Library/PackageCache/com.unity.ide.rider@3.0.36/Rider/Editor - /Users/edy/git_/BingoGrassland/Assets/OPS/Plugins/Json - /Users/edy/git_/BingoGrassland/Library/PackageCache/com.unity.visualscripting@1.9.4/Editor/VisualScripting.Core/EditorAssetResources - - /Users/edy/git_/BingoGrassland/Assets/MYp0ZVTT2QSDK/Plugins - /Users/edy/git_/BingoGrassland/Assets/BingoSun/Plugins/JsonDotNet/Assemblies - /Applications/Unity/Hub/Editor/2022.3.62f2/PlaybackEngines/iOSSupport/Variations/il2cpp/Managed - Assets/Firebase/Plugins/iOS @@ -4723,8 +4726,8 @@ - Assets/AppsFlyer/Tests - Assets/Firebase/Plugins - Assets/MYp0ZVTT2QSDK/Plugins/JsonNet - - Assets/BingoSun/Plugins/Demigiant/DOTween - Assets/MYp0ZVTT2QSDK/Plugins + - Assets/BingoSun/Plugins/Demigiant/DOTween - Assets/BingoSun/Plugins/Demigiant/DOTweenPro - Assets/OPS/Plugins/Json - Assets/BingoSun/Plugins/JsonDotNet/Assemblies @@ -4792,12 +4795,18 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [AppsFlyer] Skip Animation Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [IngameDebugConsole.Runtime] Skip StateMachineBehaviour Types... [Info][OPS.OBF][OnAnalyse_Assemblies] [IngameDebugConsole.Runtime] Skip Animation Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Skip StateMachineBehaviour Types... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Skip Animation Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Skip StateMachineBehaviour Types... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Skip Animation Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTweenPro.Scripts] Skip StateMachineBehaviour Types... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTweenPro.Scripts] Skip Animation Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Skip StateMachineBehaviour Types... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Skip Animation Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Skip StateMachineBehaviour Types... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Skip Animation Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Skip StateMachineBehaviour Types... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Animation Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip StateMachineBehaviour Types... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Animation Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Skip StateMachineBehaviour Types... @@ -4819,9 +4828,12 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [IngameDebugConsole.Runtime] Skip Gui Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugsOnScrollListener::OnScrollbarDragStart(UnityEngine.EventSystems.BaseEventData)] Because the method might be a gui method. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugsOnScrollListener::OnScrollbarDragEnd(UnityEngine.EventSystems.BaseEventData)] Because the method might be a gui method. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Skip Gui Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Skip Gui Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTweenPro.Scripts] Skip Gui Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Skip Gui Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Skip Gui Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Gui Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Gui Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Skip Gui Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT::ShowSplash(System.Action)] Because the method might be a gui method. @@ -5224,10 +5236,14 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [IngameDebugConsole.Runtime] Find Strings in Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [IngameDebugConsole.Runtime] Skip Member names based on found Strings... [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::Show()] Because the method might be a method called through reflection. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find Strings in Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Skip Member names based on found Strings... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Find Strings in Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Skip Member names based on found Strings... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTweenPro.Scripts] Find Strings in Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTweenPro.Scripts] Skip Member names based on found Strings... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find Strings in Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Skip Member names based on found Strings... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find Strings in Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Skip Member names based on found Strings... [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[VosacoSDK] System.Void AD.VosacoSDK.VosacoAdSDK::LogD(System.String)] Because the method might be a method called through reflection. @@ -5235,6 +5251,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[VosacoSDK] System.Void AD.VosacoSDK.VosacoInterAd::Destroy()] Because the method might be a method called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[VosacoSDK] System.Void AD.VosacoSDK.VosacoInterAdListenerProxy::onClose()] Because the method might be a method called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[VosacoSDK] System.Void AD.VosacoSDK.VosacoRewardAd::Destroy()] Because the method might be a method called through reflection. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find Strings in Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Member names based on found Strings... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Strings in Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Member names based on found Strings... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Find Strings in Methods... @@ -7558,6 +7576,20 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogConsole/<>c] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogConsole] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogPopup/d__25] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Analyse Type References in Module... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/RequestAuthorizationTrackingCompleteHandler] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.SkAdNetworkBinding] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/RequestAuthorizationTrackingCompleteHandler] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Analyse Type References in Module... @@ -7638,6 +7670,61 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Analyse Type References in Module... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationOption] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSAuthorizationRequestData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationRequest] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.PresentationOption] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSoundType] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationInterruptionLevel] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.TimeTriggerData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.CalendarTriggerData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.LocationTriggerData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.TriggerData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionOptions] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionIconType] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationAction] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSTextInputNotificationAction] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationAttachment] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategoryOptions] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategory] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/AuthorizationRequestCompletedCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/<>c] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationStatus] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.AlertStyle] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.ShowPreviewsSetting] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationSettings] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/AuthorizationRequestCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/NotificationReceivedCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveNSDictionaryKeyValueCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveUNNotificationAttachmentCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTrigger] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationLocationTrigger] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationPushTrigger] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCalendarTrigger] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/AuthorizationRequestCompletedCallback] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/<>c] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/AuthorizationRequestCallback] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/NotificationReceivedCallback] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveNSDictionaryKeyValueCallback] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveUNNotificationAttachmentCallback] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Analyse Type References in Module... @@ -7658,6 +7745,27 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[VosacoSDK] AD.VosacoSDK.VosacoRewardAd] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[VosacoSDK] AD.VosacoSDK.VosacoRewardAdListenerProxy] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Analyse Type References in Module... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.Notification] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationPresentation] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationSettingsSection] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenterArgs] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenter/NotificationReceivedCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenter] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationRepeatInterval] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationSchedule] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationIntervalSchedule] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationDateTimeSchedule] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionStatus] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionRequest] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenter/NotificationReceivedCallback] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Type References in Module... @@ -7671,733 +7779,740 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Analyse Type References in Module... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] qvxnf1_T] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom/5xz9zULT] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom/lo7NvgTj] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom/sK51KAZR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] fF0lmN6s] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom/6QGymKaM] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom/PHQxMmEo] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom/Yk2KK9I6] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] e74JB4vt] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] HYM9xtVX] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] jg1RtNaw/Si6unDL2] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] jg1RtNaw] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] it4PRbsw] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] h_aIloNk] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] kFe4jXTn/UfJaYUBC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] kFe4jXTn] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] UnityTimer.Timer/TimerManager/<>c] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] UnityTimer.Timer/TimerManager] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] UnityTimer.Timer] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] UnityTimer.TimerExtensions] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.88yWHJxM/vhq2E9WF] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.88yWHJxM] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ui_dcKdf/l3YqCl36] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ui_dcKdf] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/1Bh_QWfG] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/W53H1ebW] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/7m9okZ4s] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A8S4zLFC/H02czusj] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A8S4zLFC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.y6cZhXO2/v9_l5Ybd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.y6cZhXO2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ww3UAYSg/9fxFb7FI] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ww3UAYSg] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/3RvJI9tB] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/YhmxY0GL] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/qbozrhZe] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qNmhMamF/BHHA1zvG] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qNmhMamF] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AppsFlyerAdapter/wgyJMbPd] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AppsFlyerAdapter] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.uCaqyStv] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9GApI_pW] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zDNNN65j] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.DXBf_XYH] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.u5pNiRJ5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.a5IPMWC7] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCGameObject] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData/UYMnDcmK] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData/Pl8d1xxr] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pw1Ws6hP] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.OQ7wQopp] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/9_BS5vmA] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/MND1HxcK] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/Y8xpjO0w] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/GHaKNPZQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/_t4ZHNTl] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/uEEVdQKF] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/V4OQ31L7] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/0ws2mYnZ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/41lDihCz] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/ccXXDkBQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/_zyXdppt] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/nxsCcUwH] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/pmMq_VhO] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/GTrHCHLU] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/tQSJp7MZ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/t5GXKTvA] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/bHWD42UG] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/8AT_1fh6] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/N3JIRQjs] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/o19a7d6J] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/nlo_ZP0I] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/3CV8qhkX] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/u8NrYgTF] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/PJF2CfVe] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/hFOgyH4e] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/34cLBkNm] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gdDx7EkC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.GUjA9COC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/syDXE4GJ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/DMT0yRdA] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/SDqdSTUY] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/M1RDGLI3] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/FsuPA1uw] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/lihi8Zgd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/pW3iwS5g] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/iEX5H1yM] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/p_AehnoD] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/DSZxi8z0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/8tTC0j6T] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/ufWTT6Et] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/_6ceqA5l] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/pUmRLy0U] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/3G5DROnE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/qAVMME9z] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/yoXyhxQs] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/Hknf8uNZ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/E6pFyODl] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/X9sTI6RR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/HNa5fZpS] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/tiCwl2Wz] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/NAje5RI_] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/5srYlSOm] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/oZYakIWK] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/Yfb1XOA8] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CrashlyticsTester] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7cRynXw2/0VxqqhpJ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7cRynXw2] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.o1OH7WRr] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hYQVe5o2] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.3sthGmKI] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2jAJgNYQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/3Nj94sbw] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/3x5RRfZg] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UEvdf0ZZ/3wC8_tKk] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UEvdf0ZZ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.LnKxnGmc] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJf7rUtK] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.TnTHIEYE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.E9qfbjtO] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/IBPjDYy5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/vWxBKArL] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oOmERjt5/voocrGB3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oOmERjt5/rcGAVdTg] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oOmERjt5] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj/zRITH_jP] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj/w4N4M_Xw] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj/ofMam6rE] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BznmJmYa/cKnVbliE] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BznmJmYa/Ed5VmNRy] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BznmJmYa] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.QXr1iL5O] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qtqsmIXe] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.GRxoNryi] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bFg5xd7W] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KkkaDjL3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.e67xzOYb] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vZTIIeQg/SJ5JF5Ur] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vZTIIeQg] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nO8n48Ss/NxuR9q8V] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nO8n48Ss] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/9simCRPy] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/KxzQ7ezQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/MAtg22bn] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/dvH5Zlaz] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/2xNWFuMe] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mBts_wvM/oCezPJIj] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mBts_wvM] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.g3GXId0k] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x0fCMBam/zL2TaWY9] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x0fCMBam] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XhUecnxQ/yDrHoQBZ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XhUecnxQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cXUljZUf/izLkI0t3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cXUljZUf] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.B3qhJiV2/AKb6jo5t] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.B3qhJiV2/9DNkad4n] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.B3qhJiV2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x/R1YsgIkp] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x/tl8e7Kxl] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x/Y4LZSOqS] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mjOutY15/lXZtURGc] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mjOutY15/hv7yl6uK] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mjOutY15] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.H7UidbCf] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.sszJuEnY] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.X8IjBuYL] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zvYlM8Dw] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EKh8R8Is] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NIJOxT5c] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ah7RgX6b/prl7eCoF] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ah7RgX6b] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.730Cu1J_/r6OAbaYi] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.730Cu1J_] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/fN5GUCAp] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/FqalmZF2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/_Geu4m9K] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/kbHIi8e9] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k7Z1syny/Xc3uWafl] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k7Z1syny] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KgqsSp6E] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.J7dyeukR/g1NnCq06] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.J7dyeukR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.aVN9Y5k4/8VfmpuAi] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.aVN9Y5k4] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cDmJZfT8/CtGy35mM] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cDmJZfT8] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ABConfigData] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.VariableData] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MpetvhxI] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ROg5OYuw] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ythF5mGN] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.uJAhKZKT] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Mb4Ja5WV] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mhcUQlNj] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YFAuWVBo] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/szvB20HO] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/NoINPiDq] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/mvHZsbRe] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/Jbqgtvpy] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/W7RbdPkT] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/9QkfiOzI] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/ndHdmrlG] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2jjKIPTT] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.USA4cA2Z] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.fjwC33y4] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.dWdGMdss] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.u4mnTmVd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.kOztlyTp] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Q2UMvM_6] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.tkm6PlyE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/8Koujosd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/YhgakJ5z] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/e68aLpsU] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/PXo6DBUe] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/qjgP_obd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/vIEQWh2i] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/A5SXYhdO] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FE80V8_o] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PaymentTypeCode] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WithDrawConfig] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WithDrawOrder] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.0i071bSb] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zGBk6p7W] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AdSourceData] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AdTypeData] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.6fXFIxpL] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD/IFZnh7lP] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD/IZhoRW4h] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jzCfuJbF] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ydG6bXkW] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PB9OnZ0A] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CVnMv7y4] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p4_yafpP] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZHsJgohg/aqJADNK1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZHsJgohg] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/N5_OfSuB] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/AYTXAKJC] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/5SuD1tpQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/4MQiUKky] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/LmTdIk8b] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/zB0YcEQV] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/lRnEE6Er] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XYJfEhoo/4j7ftM4n] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XYJfEhoo] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YTYDQ1WT/zkW75Z1P] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YTYDQ1WT] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Zo2ddxTn/LG9pscCB] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Zo2ddxTn] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pHQ3ZGsb/fWMNpoio] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pHQ3ZGsb/074XRt4p] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pHQ3ZGsb] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YuE61Qod] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.u5kvI8r4] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.T6zX5xuK/uwmEsF9f] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.T6zX5xuK] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AvU2nYHk] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KXn4RF19/OzVG1Zsz] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KXn4RF19] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nFad5RO_] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC/hreaN6KI] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC/pGNnpbWZ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8oQ8wrBJ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.matgDUvD] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FZknSxYg] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YLeXxqB8] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yTAA2xXr] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jgL0oTJ7/1yF8bDVj] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jgL0oTJ7] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/3VU6LAP2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/EyMobx4W] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/opFalAyh] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/RELZc4kv] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/Vg_CPMpc] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/0f9VWpbD] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/FGook3es] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4YznznAS/osA48IyF] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4YznznAS] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ONj5gEWW/CqaPba18] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ONj5gEWW] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ccg8Xhxq/yFOA0fPR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ccg8Xhxq] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yImYBemz/FF7JOwvo] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yImYBemz/etOmTLAn] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yImYBemz] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.RboORKPE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.__LPnoC2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Fym5Q_RX/My3j8Pt2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Fym5Q_RX] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.522PQwfQ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZZYuDhLT/pyCRonTE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZZYuDhLT] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/SDK_H5] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/<>c] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Tv3d8j81/dXs8vmj0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Tv3d8j81] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.w0ZhECeJ/ulLgeyT5] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.w0ZhECeJ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.at3_DJRk] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/VStoH1Cu] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/RtnKeMAh] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/6n396vqe] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/5RQ8IcQT] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/YYXkA27M] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/VtFTOhDG] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/AqVS8SYn] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/LuDISE5x] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/M0Ev4Nc0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/BRc3UghR] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/c0uXo4mV] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/o64mLJO_] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/xU38pYhN] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/XjWviBuo] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/HWyxLKYk] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/h_yhz5L8] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/p6A5MMq9] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/RXRl8GwJ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/cLctQJoU] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/srTmJa8M] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/0uS8TkmM] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/cjOv00tW] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.0nEVO9GR] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gWancb0K] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qCf93EWd] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/vCwBpG6p] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/MmNwsq2h] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/rOzN_SZe] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/No1Vx5ny] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.3n0UXGc3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Yk0D7L2C/qO6KJICI] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Yk0D7L2C] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9swZdOrL] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yaGP8_Rr/rcz4FhNb] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yaGP8_Rr] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.90H_LCSC/xe7RT96T] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.90H_LCSC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.u04nYeSe] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/CxOLF6LR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/48erqXc2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/7578_NUM] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/UfoZFy5l] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/AQez9qdr] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/4za0CQBb] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/e3Y5MVY_] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/utajQTE0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/zP9atdTE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/V6rbR71B] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/97WJx9PQ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/A9aOEran] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/lIzWZpFR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/IpLt9dDa] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/6LQWoFkH] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/epxs2mY8] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/0mKnl9il] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/GQiQ66ZM] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/4FVc4xNS] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/LO3ltYai] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/INAbvXeT] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/1nkN49Uu] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.T6213xr1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AG96f1u5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KbrTz5QU] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/c0johhkl] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/71qUK3HI] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/iMQPyhv9] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/Wv8iWE1V] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.s2_xxJVa] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8Of2Uuku/uIWiPoB6] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8Of2Uuku] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.xILz03pS] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CoroutineManager] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.5zKkOVFJ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gTXvDb4H] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Qnuz7BWc] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nc2u401B] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YYiGwJi3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yDbER42t] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ov3y8N3k] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vLwEV95l] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5/ELYqtWGF] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5/TIFsiAon] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5/TJ3JUD2x] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x8LKXtCc] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BL4vJsmv] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mEW52YiR] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH/c0sQSwjy] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XgGi2zpU] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2FP9sCf3/rLO3Z9XC] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2FP9sCf3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.prBBwMDv] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.aQN973ZQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/aTkioWmi] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/iSUVaBl4] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/3TrFqi69] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/0FkXQ4Dk] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/87mh_3d4] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/jIvCTvkO] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/fgTlRHRC] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/CMcBmsd4] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k5l_lxlE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HI1gOo90] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.6KmAWqaE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A_9vxfAq] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.kGwu0nqX] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qdr8IUrp] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.e6ynNDkR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.TSDlT_uY] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XTyrvJL_] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt/MI064RQv] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt/I5Ax_VxP] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt/S5kIBWac] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cL86SDuP] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jFu3KMm7] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ib5Hqrgd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp/tTlKroFd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oQVQ8vNY] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.xFQoaoh5/KtnzT0OX] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.xFQoaoh5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.3upvlhWO] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.teqmcAfm] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/_JjUjQQB] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/_qpuaU0d] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/myi2RGfN] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/lPWtVPiN] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/IbUj14D9] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/ZQE3XqJL] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/Xu7zwT67] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/AQxSkzlq] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.kN4OYsOq] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EventSystemHelper] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/Ex7V21Bb] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/5kD02ud5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/kHoAThrO] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/DdONtNfG] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.URDDpYc1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/GeVe6wo3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/sMdhaxD5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vXzoeg10] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/l2zSjRbd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/TyYIsg2a] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k4YHnMK1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A3hjomtx] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.JaMZH4d3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/LlwJ0zCP] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/k4CIxSW3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/8x6hSN0j] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.a92XeCLx] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hKbx6gaf] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ngOYUy4n] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/C4EscA1E] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/BT0gBgKZ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/tnFRyTck] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.R7NpzIqd/8q8eDZ47] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.R7NpzIqd] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Us_0f8QM] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ajAcY7TQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.0B3Hw7na] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yKp90H4j] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2nMefIVG] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CaRzb8cD] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.w2AWBw1v] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hXd3WtBL/eQYi8URE] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hXd3WtBL] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cLCcmAH5] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/qpK2IVm1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/UCVOMUFR] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/twvM_dZB] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/TUFS9eRy] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.TopOnAdData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ExtInfo] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iPBoFzZE/cn8Bs01n] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iPBoFzZE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.b8B_Jbu5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Y9J2GNK3] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yDsdUEgi] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.o6ghYuGB] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.6W5wqNWr] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YxnS5E3j] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8tahD0az] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iJN17KyG/ispLuqWs] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iJN17KyG] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.5Jz_pYr_] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/RwBKwqDx] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/6zNMXnLs] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/ACSvR0Cs] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/GmWNTitM] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Find Member to skip... -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.88yWHJxM] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.88yWHJxM/vhq2E9WF] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ui_dcKdf] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ui_dcKdf/l3YqCl36] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/1Bh_QWfG] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/W53H1ebW] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/7m9okZ4s] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A8S4zLFC] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A8S4zLFC/H02czusj] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.y6cZhXO2] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.y6cZhXO2/v9_l5Ybd] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ww3UAYSg] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ww3UAYSg/9fxFb7FI] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/3RvJI9tB] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/YhmxY0GL] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/qbozrhZe] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qNmhMamF] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qNmhMamF/BHHA1zvG] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AppsFlyerAdapter] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.uCaqyStv] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9GApI_pW] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zDNNN65j] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AppsFlyerAdapter/wgyJMbPd] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.DXBf_XYH] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.u5pNiRJ5] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.a5IPMWC7] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCGameObject] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData/UYMnDcmK] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pw1Ws6hP] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.OQ7wQopp] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/9_BS5vmA] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/MND1HxcK] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/Y8xpjO0w] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/GHaKNPZQ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/_t4ZHNTl] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/uEEVdQKF] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/V4OQ31L7] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/0ws2mYnZ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/41lDihCz] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/ccXXDkBQ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/_zyXdppt] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/nxsCcUwH] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/pmMq_VhO] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/GTrHCHLU] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/tQSJp7MZ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/t5GXKTvA] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/bHWD42UG] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/8AT_1fh6] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/N3JIRQjs] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/o19a7d6J] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/nlo_ZP0I] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/3CV8qhkX] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/u8NrYgTF] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/PJF2CfVe] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/hFOgyH4e] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/34cLBkNm] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData/Pl8d1xxr] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gdDx7EkC] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.GUjA9COC] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/syDXE4GJ] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/DMT0yRdA] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/SDqdSTUY] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/M1RDGLI3] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/FsuPA1uw] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/lihi8Zgd] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/pW3iwS5g] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/iEX5H1yM] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/p_AehnoD] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/DSZxi8z0] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/8tTC0j6T] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/ufWTT6Et] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/_6ceqA5l] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/pUmRLy0U] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/3G5DROnE] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/qAVMME9z] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/yoXyhxQs] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/Hknf8uNZ] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/E6pFyODl] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/X9sTI6RR] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/HNa5fZpS] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/tiCwl2Wz] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/NAje5RI_] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/5srYlSOm] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/oZYakIWK] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/Yfb1XOA8] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CrashlyticsTester] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7cRynXw2] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7cRynXw2/0VxqqhpJ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.o1OH7WRr] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hYQVe5o2] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.3sthGmKI] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2jAJgNYQ] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UEvdf0ZZ] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UEvdf0ZZ/3wC8_tKk] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.LnKxnGmc] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJf7rUtK] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.TnTHIEYE] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.E9qfbjtO] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/3Nj94sbw] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/3x5RRfZg] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oOmERjt5] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oOmERjt5/voocrGB3] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oOmERjt5/rcGAVdTg] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj/zRITH_jP] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj/w4N4M_Xw] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj/ofMam6rE] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BznmJmYa] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BznmJmYa/cKnVbliE] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BznmJmYa/Ed5VmNRy] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.QXr1iL5O] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qtqsmIXe] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.GRxoNryi] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bFg5xd7W] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KkkaDjL3] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.e67xzOYb] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vZTIIeQg] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vZTIIeQg/SJ5JF5Ur] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nO8n48Ss] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nO8n48Ss/NxuR9q8V] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/9simCRPy] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/KxzQ7ezQ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/MAtg22bn] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/dvH5Zlaz] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/2xNWFuMe] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mBts_wvM] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mBts_wvM/oCezPJIj] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.g3GXId0k] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x0fCMBam] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x0fCMBam/zL2TaWY9] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XhUecnxQ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XhUecnxQ/yDrHoQBZ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cXUljZUf] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cXUljZUf/izLkI0t3] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/IBPjDYy5] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/vWxBKArL] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.B3qhJiV2] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.B3qhJiV2/AKb6jo5t] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.B3qhJiV2/9DNkad4n] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x/R1YsgIkp] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x/tl8e7Kxl] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x/Y4LZSOqS] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mjOutY15] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mjOutY15/lXZtURGc] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mjOutY15/hv7yl6uK] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.H7UidbCf] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.sszJuEnY] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.X8IjBuYL] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zvYlM8Dw] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EKh8R8Is] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NIJOxT5c] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ah7RgX6b] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ah7RgX6b/prl7eCoF] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.730Cu1J_] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.730Cu1J_/r6OAbaYi] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/fN5GUCAp] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/FqalmZF2] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/_Geu4m9K] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/kbHIi8e9] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k7Z1syny] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k7Z1syny/Xc3uWafl] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KgqsSp6E] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.J7dyeukR] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.J7dyeukR/g1NnCq06] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.aVN9Y5k4] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.aVN9Y5k4/8VfmpuAi] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cDmJZfT8] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cDmJZfT8/CtGy35mM] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ABConfigData] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.VariableData] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MpetvhxI] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ROg5OYuw] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ythF5mGN] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.uJAhKZKT] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Mb4Ja5WV] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mhcUQlNj] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YFAuWVBo] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/szvB20HO] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/NoINPiDq] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/mvHZsbRe] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/Jbqgtvpy] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/W7RbdPkT] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/9QkfiOzI] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/ndHdmrlG] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2jjKIPTT] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.USA4cA2Z] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.fjwC33y4] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.dWdGMdss] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.u4mnTmVd] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.kOztlyTp] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Q2UMvM_6] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.tkm6PlyE] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/8Koujosd] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/YhgakJ5z] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/e68aLpsU] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/PXo6DBUe] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/qjgP_obd] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/vIEQWh2i] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/A5SXYhdO] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FE80V8_o] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PaymentTypeCode] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WithDrawConfig] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WithDrawOrder] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.0i071bSb] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zGBk6p7W] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AdSourceData] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AdTypeData] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.6fXFIxpL] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD/IFZnh7lP] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD/IZhoRW4h] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jzCfuJbF] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ydG6bXkW] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PB9OnZ0A] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CVnMv7y4] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p4_yafpP] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZHsJgohg] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZHsJgohg/aqJADNK1] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/N5_OfSuB] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/AYTXAKJC] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/5SuD1tpQ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/4MQiUKky] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/LmTdIk8b] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/zB0YcEQV] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/lRnEE6Er] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XYJfEhoo] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XYJfEhoo/4j7ftM4n] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YTYDQ1WT] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YTYDQ1WT/zkW75Z1P] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Zo2ddxTn] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Zo2ddxTn/LG9pscCB] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pHQ3ZGsb] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pHQ3ZGsb/fWMNpoio] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pHQ3ZGsb/074XRt4p] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YuE61Qod] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.u5kvI8r4] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.T6zX5xuK] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.T6zX5xuK/uwmEsF9f] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AvU2nYHk] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KXn4RF19] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KXn4RF19/OzVG1Zsz] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nFad5RO_] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC/hreaN6KI] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC/pGNnpbWZ] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8oQ8wrBJ] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.matgDUvD] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FZknSxYg] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YLeXxqB8] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yTAA2xXr] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jgL0oTJ7] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jgL0oTJ7/1yF8bDVj] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/3VU6LAP2] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/EyMobx4W] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/opFalAyh] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/RELZc4kv] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/Vg_CPMpc] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/0f9VWpbD] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/FGook3es] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4YznznAS] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4YznznAS/osA48IyF] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ONj5gEWW] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ONj5gEWW/CqaPba18] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ccg8Xhxq] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ccg8Xhxq/yFOA0fPR] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yImYBemz] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yImYBemz/FF7JOwvo] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yImYBemz/etOmTLAn] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.RboORKPE] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.__LPnoC2] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Fym5Q_RX] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Fym5Q_RX/My3j8Pt2] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.522PQwfQ] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZZYuDhLT] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZZYuDhLT/pyCRonTE] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/SDK_H5] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/<>c] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Tv3d8j81] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Tv3d8j81/dXs8vmj0] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.w0ZhECeJ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.w0ZhECeJ/ulLgeyT5] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.at3_DJRk] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/VStoH1Cu] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/RtnKeMAh] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/6n396vqe] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/5RQ8IcQT] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/YYXkA27M] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/VtFTOhDG] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/AqVS8SYn] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/LuDISE5x] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/M0Ev4Nc0] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/BRc3UghR] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/c0uXo4mV] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/o64mLJO_] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/xU38pYhN] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/XjWviBuo] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/HWyxLKYk] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/h_yhz5L8] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/p6A5MMq9] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/RXRl8GwJ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/cLctQJoU] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/srTmJa8M] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/0uS8TkmM] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/cjOv00tW] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.0nEVO9GR] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gWancb0K] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qCf93EWd] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/vCwBpG6p] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/MmNwsq2h] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/rOzN_SZe] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/No1Vx5ny] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.3n0UXGc3] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Yk0D7L2C] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Yk0D7L2C/qO6KJICI] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9swZdOrL] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yaGP8_Rr] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yaGP8_Rr/rcz4FhNb] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.90H_LCSC] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.90H_LCSC/xe7RT96T] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.u04nYeSe] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/CxOLF6LR] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/48erqXc2] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/7578_NUM] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/UfoZFy5l] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/AQez9qdr] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/4za0CQBb] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/e3Y5MVY_] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/utajQTE0] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/zP9atdTE] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/V6rbR71B] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/97WJx9PQ] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/A9aOEran] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/lIzWZpFR] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/IpLt9dDa] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/6LQWoFkH] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/epxs2mY8] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/0mKnl9il] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/GQiQ66ZM] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/4FVc4xNS] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/LO3ltYai] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/INAbvXeT] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/1nkN49Uu] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.T6213xr1] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AG96f1u5] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KbrTz5QU] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/c0johhkl] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/71qUK3HI] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/iMQPyhv9] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/Wv8iWE1V] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.s2_xxJVa] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8Of2Uuku] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8Of2Uuku/uIWiPoB6] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.xILz03pS] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CoroutineManager] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.5zKkOVFJ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gTXvDb4H] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Qnuz7BWc] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nc2u401B] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YYiGwJi3] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yDbER42t] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ov3y8N3k] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vLwEV95l] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5/ELYqtWGF] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5/TIFsiAon] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5/TJ3JUD2x] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x8LKXtCc] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BL4vJsmv] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mEW52YiR] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH/c0sQSwjy] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XgGi2zpU] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2FP9sCf3] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2FP9sCf3/rLO3Z9XC] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.prBBwMDv] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.aQN973ZQ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/aTkioWmi] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/iSUVaBl4] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/3TrFqi69] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/0FkXQ4Dk] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/87mh_3d4] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/jIvCTvkO] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/fgTlRHRC] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/CMcBmsd4] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k5l_lxlE] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HI1gOo90] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.6KmAWqaE] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A_9vxfAq] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.kGwu0nqX] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qdr8IUrp] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.e6ynNDkR] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.TSDlT_uY] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XTyrvJL_] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt/MI064RQv] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt/I5Ax_VxP] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt/S5kIBWac] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cL86SDuP] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jFu3KMm7] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ib5Hqrgd] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp/tTlKroFd] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oQVQ8vNY] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.xFQoaoh5] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.xFQoaoh5/KtnzT0OX] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.3upvlhWO] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.teqmcAfm] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/_JjUjQQB] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/_qpuaU0d] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/myi2RGfN] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/lPWtVPiN] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/IbUj14D9] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/ZQE3XqJL] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/Xu7zwT67] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/AQxSkzlq] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.kN4OYsOq] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EventSystemHelper] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/Ex7V21Bb] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/5kD02ud5] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.URDDpYc1] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/kHoAThrO] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/DdONtNfG] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vXzoeg10] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/GeVe6wo3] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/sMdhaxD5] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k4YHnMK1] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A3hjomtx] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.JaMZH4d3] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/l2zSjRbd] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/TyYIsg2a] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.a92XeCLx] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hKbx6gaf] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ngOYUy4n] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/LlwJ0zCP] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/k4CIxSW3] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/8x6hSN0j] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.R7NpzIqd] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.R7NpzIqd/8q8eDZ47] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Us_0f8QM] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ajAcY7TQ] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.0B3Hw7na] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yKp90H4j] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2nMefIVG] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CaRzb8cD] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.w2AWBw1v] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hXd3WtBL] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hXd3WtBL/eQYi8URE] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cLCcmAH5] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/qpK2IVm1] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/UCVOMUFR] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/twvM_dZB] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/TUFS9eRy] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] Loom/5xz9zULT] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] Loom/lo7NvgTj] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] Loom/sK51KAZR] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] jg1RtNaw/Si6unDL2] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/C4EscA1E] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/BT0gBgKZ] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/tnFRyTck] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.TopOnAdData] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ExtInfo] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iPBoFzZE] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iPBoFzZE/cn8Bs01n] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.b8B_Jbu5] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Y9J2GNK3] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yDsdUEgi] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.o6ghYuGB] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.6W5wqNWr] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YxnS5E3j] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8tahD0az] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iJN17KyG] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iJN17KyG/ispLuqWs] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.5Jz_pYr_] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/RwBKwqDx] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/6zNMXnLs] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/ACSvR0Cs] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/GmWNTitM] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] Loom/6QGymKaM] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] Loom/PHQxMmEo] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] Loom/Yk2KK9I6] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] kFe4jXTn/UfJaYUBC] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] UnityTimer.Timer/TimerManager/<>c] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] UnityTimer.Timer/TimerManager] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.88yWHJxM/vhq2E9WF] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ui_dcKdf/l3YqCl36] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/1Bh_QWfG] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/W53H1ebW] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/7m9okZ4s] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A8S4zLFC/H02czusj] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData/UYMnDcmK] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.y6cZhXO2/v9_l5Ybd] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ww3UAYSg/9fxFb7FI] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/3RvJI9tB] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/YhmxY0GL] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/qbozrhZe] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qNmhMamF/BHHA1zvG] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AppsFlyerAdapter/wgyJMbPd] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData/Pl8d1xxr] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/9_BS5vmA] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/MND1HxcK] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/Y8xpjO0w] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/GHaKNPZQ] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/_t4ZHNTl] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/uEEVdQKF] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/V4OQ31L7] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/0ws2mYnZ] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/41lDihCz] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/ccXXDkBQ] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/_zyXdppt] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/nxsCcUwH] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/pmMq_VhO] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/GTrHCHLU] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/tQSJp7MZ] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/t5GXKTvA] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/bHWD42UG] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/8AT_1fh6] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/N3JIRQjs] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/o19a7d6J] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/nlo_ZP0I] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/3CV8qhkX] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/u8NrYgTF] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/PJF2CfVe] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/hFOgyH4e] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/34cLBkNm] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7cRynXw2/0VxqqhpJ] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/3Nj94sbw] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/3x5RRfZg] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/syDXE4GJ] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/DMT0yRdA] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/SDqdSTUY] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/M1RDGLI3] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/FsuPA1uw] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/lihi8Zgd] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/pW3iwS5g] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/iEX5H1yM] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/p_AehnoD] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/DSZxi8z0] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/8tTC0j6T] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/ufWTT6Et] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/_6ceqA5l] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/pUmRLy0U] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/3G5DROnE] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/qAVMME9z] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/yoXyhxQs] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/Hknf8uNZ] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/E6pFyODl] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/X9sTI6RR] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/HNa5fZpS] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/tiCwl2Wz] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/NAje5RI_] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/5srYlSOm] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/oZYakIWK] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/Yfb1XOA8] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UEvdf0ZZ/3wC8_tKk] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/IBPjDYy5] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/vWxBKArL] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oOmERjt5/voocrGB3] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oOmERjt5/rcGAVdTg] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj/zRITH_jP] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj/w4N4M_Xw] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj/ofMam6rE] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BznmJmYa/cKnVbliE] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BznmJmYa/Ed5VmNRy] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vZTIIeQg/SJ5JF5Ur] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nO8n48Ss/NxuR9q8V] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/9simCRPy] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/KxzQ7ezQ] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/MAtg22bn] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/dvH5Zlaz] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/2xNWFuMe] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mBts_wvM/oCezPJIj] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x0fCMBam/zL2TaWY9] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XhUecnxQ/yDrHoQBZ] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cXUljZUf/izLkI0t3] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/szvB20HO] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/NoINPiDq] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/mvHZsbRe] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/Jbqgtvpy] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/W7RbdPkT] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/9QkfiOzI] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/ndHdmrlG] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.B3qhJiV2/AKb6jo5t] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.B3qhJiV2/9DNkad4n] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x/R1YsgIkp] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x/tl8e7Kxl] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x/Y4LZSOqS] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mjOutY15/lXZtURGc] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mjOutY15/hv7yl6uK] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ah7RgX6b/prl7eCoF] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.730Cu1J_/r6OAbaYi] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/fN5GUCAp] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/FqalmZF2] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/_Geu4m9K] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/kbHIi8e9] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k7Z1syny/Xc3uWafl] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.J7dyeukR/g1NnCq06] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.aVN9Y5k4/8VfmpuAi] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cDmJZfT8/CtGy35mM] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/8Koujosd] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/YhgakJ5z] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/e68aLpsU] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/PXo6DBUe] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/qjgP_obd] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/vIEQWh2i] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/A5SXYhdO] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PaymentTypeCode] Because of compatibility component: Obfuscator - Compatibility : Has DoNotRenameAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD/IFZnh7lP] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD/IZhoRW4h] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZHsJgohg/aqJADNK1] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/N5_OfSuB] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/AYTXAKJC] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/5SuD1tpQ] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/4MQiUKky] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/LmTdIk8b] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/zB0YcEQV] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/lRnEE6Er] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XYJfEhoo/4j7ftM4n] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YTYDQ1WT/zkW75Z1P] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Zo2ddxTn/LG9pscCB] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pHQ3ZGsb/fWMNpoio] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pHQ3ZGsb/074XRt4p] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.T6zX5xuK/uwmEsF9f] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KXn4RF19/OzVG1Zsz] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC/hreaN6KI] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC/pGNnpbWZ] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jgL0oTJ7/1yF8bDVj] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/3VU6LAP2] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/EyMobx4W] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/opFalAyh] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/RELZc4kv] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/Vg_CPMpc] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/0f9VWpbD] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/FGook3es] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4YznznAS/osA48IyF] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ONj5gEWW/CqaPba18] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ccg8Xhxq/yFOA0fPR] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yImYBemz/FF7JOwvo] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yImYBemz/etOmTLAn] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Fym5Q_RX/My3j8Pt2] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZZYuDhLT/pyCRonTE] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/SDK_H5] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/<>c] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Tv3d8j81/dXs8vmj0] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.w0ZhECeJ/ulLgeyT5] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/VStoH1Cu] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/RtnKeMAh] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/6n396vqe] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/5RQ8IcQT] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/YYXkA27M] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/VtFTOhDG] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/AqVS8SYn] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/LuDISE5x] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/M0Ev4Nc0] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/BRc3UghR] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/c0uXo4mV] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/o64mLJO_] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/xU38pYhN] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/XjWviBuo] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/HWyxLKYk] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/h_yhz5L8] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/p6A5MMq9] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/RXRl8GwJ] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/cLctQJoU] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/srTmJa8M] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/0uS8TkmM] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/cjOv00tW] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/vCwBpG6p] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/MmNwsq2h] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/rOzN_SZe] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/No1Vx5ny] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Yk0D7L2C/qO6KJICI] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5/ELYqtWGF] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5/TIFsiAon] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5/TJ3JUD2x] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH/c0sQSwjy] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2FP9sCf3/rLO3Z9XC] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/aTkioWmi] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/iSUVaBl4] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/3TrFqi69] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/0FkXQ4Dk] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/87mh_3d4] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/jIvCTvkO] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/fgTlRHRC] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/CMcBmsd4] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/Ex7V21Bb] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/5kD02ud5] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/GeVe6wo3] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/sMdhaxD5] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/LlwJ0zCP] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/k4CIxSW3] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/8x6hSN0j] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.R7NpzIqd/8q8eDZ47] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hXd3WtBL/eQYi8URE] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/qpK2IVm1] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/UCVOMUFR] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/twvM_dZB] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/TUFS9eRy] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yaGP8_Rr/rcz4FhNb] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.90H_LCSC/xe7RT96T] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/CxOLF6LR] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/48erqXc2] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/7578_NUM] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/UfoZFy5l] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/AQez9qdr] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/4za0CQBb] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/e3Y5MVY_] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/utajQTE0] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/zP9atdTE] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/V6rbR71B] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/97WJx9PQ] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/A9aOEran] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/lIzWZpFR] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/IpLt9dDa] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/6LQWoFkH] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/epxs2mY8] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/0mKnl9il] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/GQiQ66ZM] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/4FVc4xNS] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/LO3ltYai] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/INAbvXeT] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/1nkN49Uu] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/c0johhkl] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/71qUK3HI] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/iMQPyhv9] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/Wv8iWE1V] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8Of2Uuku/uIWiPoB6] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt/MI064RQv] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt/I5Ax_VxP] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt/S5kIBWac] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp/tTlKroFd] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.xFQoaoh5/KtnzT0OX] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/_JjUjQQB] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/_qpuaU0d] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/myi2RGfN] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/lPWtVPiN] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/IbUj14D9] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/ZQE3XqJL] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/Xu7zwT67] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/AQxSkzlq] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/kHoAThrO] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/DdONtNfG] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/l2zSjRbd] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/TyYIsg2a] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/C4EscA1E] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/BT0gBgKZ] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/tnFRyTck] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iPBoFzZE/cn8Bs01n] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iJN17KyG/ispLuqWs] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/RwBKwqDx] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/6zNMXnLs] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/ACSvR0Cs] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/GmWNTitM] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Process component Class - Obfuscation [Info][OPS.OBF][OnAnalyse_Assemblies] [Assembly-CSharp] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [Assembly-CSharp] Find MemberReferences... @@ -11403,6 +11518,21 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [IngameDebugConsole.DebugLogResizeListener] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [IngameDebugConsole.DebugsOnScrollListener] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [IngameDebugConsole.EventSystemHandler] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Analyse Type References in Module... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/RequestAuthorizationTrackingCompleteHandler] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.SkAdNetworkBinding] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Advertisement.IosSupport.ATTrackingStatusBinding/RequestAuthorizationTrackingCompleteHandler] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Advertisement.IosSupport.ATTrackingStatusBinding] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Advertisement.IosSupport.SkAdNetworkBinding] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Analyse Type References in Module... @@ -11462,6 +11592,78 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [DG.Tweening.TMPSkewSpanMode] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [DG.Tweening.ShortcutExtensionsTMPText] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [DG.Tweening.DOTweenTMPAnimator] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Analyse Type References in Module... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationOption] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSAuthorizationRequestData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationRequest] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.PresentationOption] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSoundType] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationInterruptionLevel] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.TimeTriggerData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.CalendarTriggerData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.LocationTriggerData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.TriggerData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionOptions] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionIconType] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationAction] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSTextInputNotificationAction] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationAttachment] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategoryOptions] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategory] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/AuthorizationRequestCompletedCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/<>c] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationStatus] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.AlertStyle] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.ShowPreviewsSetting] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationSettings] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/AuthorizationRequestCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/NotificationReceivedCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveNSDictionaryKeyValueCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveUNNotificationAttachmentCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTrigger] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationLocationTrigger] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationPushTrigger] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCalendarTrigger] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.AuthorizationOption] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.AuthorizationRequest] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.PresentationOption] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.NotificationSoundType] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.NotificationInterruptionLevel] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotification] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationActionOptions] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationAction] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSTextInputNotificationAction] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationAttachment] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationCategoryOptions] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationCategory] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationCenter] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.AuthorizationStatus] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.AlertStyle] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.ShowPreviewsSetting] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.NotificationSetting] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationSettings] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationTriggerType] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationTrigger] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationLocationTrigger] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationPushTrigger] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.iOS.iOSNotificationCalendarTrigger] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Analyse Type References in Module... @@ -11481,6 +11683,37 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [AD.VosacoSDK.VosacoInterAdListenerProxy] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [AD.VosacoSDK.VosacoRewardAd] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [AD.VosacoSDK.VosacoRewardAdListenerProxy] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Analyse Type References in Module... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.Notification] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationPresentation] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationSettingsSection] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenterArgs] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenter/NotificationReceivedCallback] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenter] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationRepeatInterval] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationSchedule] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationIntervalSchedule] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationDateTimeSchedule] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionStatus] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionRequest] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.Notification] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.NotificationPresentation] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.NotificationSettingsSection] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.NotificationCenterArgs] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.NotificationCenter/NotificationReceivedCallback] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.NotificationCenter] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.NotificationRepeatInterval] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.NotificationSchedule] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.NotificationIntervalSchedule] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.NotificationDateTimeSchedule] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.NotificationsPermissionStatus] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Unity.Notifications.NotificationsPermissionRequest] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Type References in Module... @@ -11494,296 +11727,299 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Analyse Type References in Module... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] qvxnf1_T] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom/5xz9zULT] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom/lo7NvgTj] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom/sK51KAZR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] fF0lmN6s] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom/6QGymKaM] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom/PHQxMmEo] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom/Yk2KK9I6] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] Loom] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] e74JB4vt] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] HYM9xtVX] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] jg1RtNaw/Si6unDL2] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] jg1RtNaw] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] it4PRbsw] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] h_aIloNk] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] kFe4jXTn/UfJaYUBC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] kFe4jXTn] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] UnityTimer.Timer/TimerManager/<>c] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] UnityTimer.Timer/TimerManager] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] UnityTimer.Timer] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] UnityTimer.TimerExtensions] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.88yWHJxM/vhq2E9WF] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.88yWHJxM] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ui_dcKdf/l3YqCl36] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ui_dcKdf] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/1Bh_QWfG] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/W53H1ebW] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/7m9okZ4s] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A8S4zLFC/H02czusj] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A8S4zLFC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.y6cZhXO2/v9_l5Ybd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.y6cZhXO2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ww3UAYSg/9fxFb7FI] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ww3UAYSg] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/3RvJI9tB] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/YhmxY0GL] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/qbozrhZe] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qNmhMamF/BHHA1zvG] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qNmhMamF] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AppsFlyerAdapter/wgyJMbPd] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AppsFlyerAdapter] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.uCaqyStv] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9GApI_pW] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zDNNN65j] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.DXBf_XYH] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.u5pNiRJ5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.a5IPMWC7] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCGameObject] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData/UYMnDcmK] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData/Pl8d1xxr] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pw1Ws6hP] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.OQ7wQopp] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/9_BS5vmA] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/MND1HxcK] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/Y8xpjO0w] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/GHaKNPZQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/_t4ZHNTl] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/uEEVdQKF] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/V4OQ31L7] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/0ws2mYnZ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/41lDihCz] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/ccXXDkBQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/_zyXdppt] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/nxsCcUwH] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/pmMq_VhO] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/GTrHCHLU] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/tQSJp7MZ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/t5GXKTvA] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/bHWD42UG] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/8AT_1fh6] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/N3JIRQjs] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/o19a7d6J] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/nlo_ZP0I] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/3CV8qhkX] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/u8NrYgTF] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/PJF2CfVe] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/hFOgyH4e] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O/34cLBkNm] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gdDx7EkC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.GUjA9COC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/syDXE4GJ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/DMT0yRdA] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/SDqdSTUY] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/M1RDGLI3] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/FsuPA1uw] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/lihi8Zgd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/pW3iwS5g] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/iEX5H1yM] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/p_AehnoD] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/DSZxi8z0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/8tTC0j6T] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/ufWTT6Et] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/_6ceqA5l] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/pUmRLy0U] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/3G5DROnE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/qAVMME9z] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/yoXyhxQs] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/Hknf8uNZ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/E6pFyODl] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/X9sTI6RR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/HNa5fZpS] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/tiCwl2Wz] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/NAje5RI_] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/5srYlSOm] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/oZYakIWK] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7/Yfb1XOA8] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CrashlyticsTester] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7cRynXw2/0VxqqhpJ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7cRynXw2] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.o1OH7WRr] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hYQVe5o2] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.3sthGmKI] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2jAJgNYQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/3Nj94sbw] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/3x5RRfZg] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UEvdf0ZZ/3wC8_tKk] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UEvdf0ZZ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.LnKxnGmc] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJf7rUtK] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.TnTHIEYE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.E9qfbjtO] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/IBPjDYy5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData/vWxBKArL] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oOmERjt5/voocrGB3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oOmERjt5/rcGAVdTg] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oOmERjt5] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj/zRITH_jP] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj/w4N4M_Xw] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj/ofMam6rE] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gW6x2rrj] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BznmJmYa/cKnVbliE] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BznmJmYa/Ed5VmNRy] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BznmJmYa] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.QXr1iL5O] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qtqsmIXe] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.GRxoNryi] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bFg5xd7W] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KkkaDjL3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.e67xzOYb] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vZTIIeQg/SJ5JF5Ur] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vZTIIeQg] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nO8n48Ss/NxuR9q8V] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nO8n48Ss] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/9simCRPy] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/KxzQ7ezQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/MAtg22bn] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/dvH5Zlaz] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/2xNWFuMe] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mBts_wvM/oCezPJIj] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mBts_wvM] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.g3GXId0k] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x0fCMBam/zL2TaWY9] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x0fCMBam] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XhUecnxQ/yDrHoQBZ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XhUecnxQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cXUljZUf/izLkI0t3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cXUljZUf] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.B3qhJiV2/AKb6jo5t] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.B3qhJiV2/9DNkad4n] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.B3qhJiV2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x/R1YsgIkp] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x/tl8e7Kxl] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x/Y4LZSOqS] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HvO5Jf0x] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mjOutY15/lXZtURGc] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mjOutY15/hv7yl6uK] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mjOutY15] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.H7UidbCf] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.sszJuEnY] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.X8IjBuYL] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zvYlM8Dw] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EKh8R8Is] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NIJOxT5c] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ah7RgX6b/prl7eCoF] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ah7RgX6b] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.730Cu1J_/r6OAbaYi] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.730Cu1J_] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/fN5GUCAp] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/FqalmZF2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/_Geu4m9K] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/kbHIi8e9] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k7Z1syny/Xc3uWafl] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k7Z1syny] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KgqsSp6E] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.J7dyeukR/g1NnCq06] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.J7dyeukR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.aVN9Y5k4/8VfmpuAi] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.aVN9Y5k4] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cDmJZfT8/CtGy35mM] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cDmJZfT8] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ABConfigData] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.VariableData] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MpetvhxI] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ROg5OYuw] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ythF5mGN] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.uJAhKZKT] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Mb4Ja5WV] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mhcUQlNj] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YFAuWVBo] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/szvB20HO] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/NoINPiDq] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/mvHZsbRe] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/Jbqgtvpy] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/W7RbdPkT] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/9QkfiOzI] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/ndHdmrlG] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2jjKIPTT] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.USA4cA2Z] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.fjwC33y4] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.dWdGMdss] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.u4mnTmVd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.kOztlyTp] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Q2UMvM_6] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.tkm6PlyE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/8Koujosd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/YhgakJ5z] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/e68aLpsU] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/PXo6DBUe] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/qjgP_obd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/vIEQWh2i] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/A5SXYhdO] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FE80V8_o] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PaymentTypeCode] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WithDrawConfig] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WithDrawOrder] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.0i071bSb] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zGBk6p7W] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AdSourceData] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AdTypeData] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.6fXFIxpL] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD/IFZnh7lP] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD/IZhoRW4h] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jzCfuJbF] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ydG6bXkW] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PB9OnZ0A] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CVnMv7y4] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p4_yafpP] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZHsJgohg/aqJADNK1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZHsJgohg] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/N5_OfSuB] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/AYTXAKJC] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/5SuD1tpQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/4MQiUKky] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/LmTdIk8b] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/zB0YcEQV] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/lRnEE6Er] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XYJfEhoo/4j7ftM4n] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XYJfEhoo] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YTYDQ1WT/zkW75Z1P] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YTYDQ1WT] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Zo2ddxTn/LG9pscCB] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Zo2ddxTn] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pHQ3ZGsb/fWMNpoio] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pHQ3ZGsb/074XRt4p] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pHQ3ZGsb] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YuE61Qod] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.u5kvI8r4] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.T6zX5xuK/uwmEsF9f] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.T6zX5xuK] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AvU2nYHk] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KXn4RF19/OzVG1Zsz] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KXn4RF19] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nFad5RO_] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC/hreaN6KI] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC/pGNnpbWZ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8oQ8wrBJ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.matgDUvD] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FZknSxYg] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YLeXxqB8] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yTAA2xXr] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jgL0oTJ7/1yF8bDVj] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jgL0oTJ7] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/3VU6LAP2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/EyMobx4W] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/opFalAyh] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/RELZc4kv] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/Vg_CPMpc] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/0f9VWpbD] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/FGook3es] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4YznznAS/osA48IyF] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4YznznAS] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ONj5gEWW/CqaPba18] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ONj5gEWW] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ccg8Xhxq/yFOA0fPR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ccg8Xhxq] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yImYBemz/FF7JOwvo] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yImYBemz/etOmTLAn] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yImYBemz] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.RboORKPE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.__LPnoC2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Fym5Q_RX/My3j8Pt2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Fym5Q_RX] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.522PQwfQ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZZYuDhLT/pyCRonTE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZZYuDhLT] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/SDK_H5] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/<>c] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Tv3d8j81/dXs8vmj0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Tv3d8j81] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.w0ZhECeJ/ulLgeyT5] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.w0ZhECeJ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.at3_DJRk] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/VStoH1Cu] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/RtnKeMAh] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/6n396vqe] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/5RQ8IcQT] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/YYXkA27M] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/VtFTOhDG] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/AqVS8SYn] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/LuDISE5x] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/M0Ev4Nc0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/BRc3UghR] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/c0uXo4mV] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/o64mLJO_] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/xU38pYhN] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/XjWviBuo] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/HWyxLKYk] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/h_yhz5L8] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/p6A5MMq9] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/RXRl8GwJ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/cLctQJoU] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/srTmJa8M] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/0uS8TkmM] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/cjOv00tW] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.0nEVO9GR] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gWancb0K] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qCf93EWd] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/vCwBpG6p] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/MmNwsq2h] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/rOzN_SZe] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/No1Vx5ny] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.3n0UXGc3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Yk0D7L2C/qO6KJICI] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Yk0D7L2C] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9swZdOrL] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yaGP8_Rr/rcz4FhNb] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yaGP8_Rr] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.90H_LCSC/xe7RT96T] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.90H_LCSC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.u04nYeSe] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/CxOLF6LR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/48erqXc2] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/7578_NUM] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/UfoZFy5l] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/AQez9qdr] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/4za0CQBb] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/e3Y5MVY_] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/utajQTE0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/zP9atdTE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/V6rbR71B] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/97WJx9PQ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/A9aOEran] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/lIzWZpFR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/IpLt9dDa] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/6LQWoFkH] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/epxs2mY8] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/0mKnl9il] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/GQiQ66ZM] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/4FVc4xNS] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/LO3ltYai] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/INAbvXeT] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/1nkN49Uu] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.T6213xr1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AG96f1u5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KbrTz5QU] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/c0johhkl] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/71qUK3HI] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/iMQPyhv9] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/Wv8iWE1V] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.s2_xxJVa] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8Of2Uuku/uIWiPoB6] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8Of2Uuku] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.xILz03pS] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CoroutineManager] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.5zKkOVFJ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.gTXvDb4H] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Qnuz7BWc] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nc2u401B] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YYiGwJi3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yDbER42t] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ov3y8N3k] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vLwEV95l] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5/ELYqtWGF] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5/TIFsiAon] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5/TJ3JUD2x] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x8LKXtCc] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BL4vJsmv] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mEW52YiR] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH/c0sQSwjy] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XgGi2zpU] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2FP9sCf3/rLO3Z9XC] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2FP9sCf3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.prBBwMDv] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.aQN973ZQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/aTkioWmi] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/iSUVaBl4] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/3TrFqi69] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/0FkXQ4Dk] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/87mh_3d4] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/jIvCTvkO] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/fgTlRHRC] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/CMcBmsd4] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k5l_lxlE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HI1gOo90] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.6KmAWqaE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A_9vxfAq] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.kGwu0nqX] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qdr8IUrp] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.e6ynNDkR] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.TSDlT_uY] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XTyrvJL_] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt/MI064RQv] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt/I5Ax_VxP] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt/S5kIBWac] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cL86SDuP] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jFu3KMm7] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ib5Hqrgd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp/tTlKroFd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oQVQ8vNY] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.xFQoaoh5/KtnzT0OX] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.xFQoaoh5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.3upvlhWO] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.teqmcAfm] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/_JjUjQQB] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/_qpuaU0d] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/myi2RGfN] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/lPWtVPiN] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/IbUj14D9] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/ZQE3XqJL] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/Xu7zwT67] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/AQxSkzlq] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.kN4OYsOq] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EventSystemHelper] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/Ex7V21Bb] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/5kD02ud5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/kHoAThrO] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/DdONtNfG] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.URDDpYc1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/GeVe6wo3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/sMdhaxD5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vXzoeg10] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/l2zSjRbd] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool/TyYIsg2a] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.IEnumeratorTool] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k4YHnMK1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A3hjomtx] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.JaMZH4d3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/LlwJ0zCP] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/k4CIxSW3] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/8x6hSN0j] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.a92XeCLx] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hKbx6gaf] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ngOYUy4n] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/C4EscA1E] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/BT0gBgKZ] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher/tnFRyTck] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.R7NpzIqd/8q8eDZ47] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.R7NpzIqd] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Us_0f8QM] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ajAcY7TQ] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.0B3Hw7na] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yKp90H4j] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2nMefIVG] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CaRzb8cD] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.w2AWBw1v] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hXd3WtBL/eQYi8URE] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hXd3WtBL] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cLCcmAH5] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/qpK2IVm1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/UCVOMUFR] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/twvM_dZB] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/TUFS9eRy] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.TopOnAdData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ExtInfo] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iPBoFzZE/cn8Bs01n] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iPBoFzZE] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.b8B_Jbu5] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Y9J2GNK3] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yDsdUEgi] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.o6ghYuGB] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.6W5wqNWr] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YxnS5E3j] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.8tahD0az] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iJN17KyG/ispLuqWs] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iJN17KyG] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.5Jz_pYr_] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/RwBKwqDx] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/6zNMXnLs] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/ACSvR0Cs] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/GmWNTitM] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Find Member to skip... [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Members [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ABConfigData] Because of compatibility component: Obfuscator - Compatibility : Has the DoNotObfuscateClassAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ABConfigData] Because of the type skipping settings. @@ -11803,176 +12039,182 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/SDK_H5] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/<>c] Because of the type skipping settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Loom/5xz9zULT] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Loom/lo7NvgTj] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Members [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.TopOnAdData] Because of compatibility component: Obfuscator - Compatibility : Has the DoNotObfuscateClassAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.TopOnAdData] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Members [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ExtInfo] Because of compatibility component: Obfuscator - Compatibility : Has the DoNotObfuscateClassAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ExtInfo] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Loom/6QGymKaM] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Loom/PHQxMmEo] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [Loom] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [e74JB4vt] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [HYM9xtVX] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [it4PRbsw] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [h_aIloNk] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [UnityTimer.Timer] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [UnityTimer.TimerExtensions] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.88yWHJxM] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.Ui_dcKdf] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.7xSreMBH] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.A8S4zLFC] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.y6cZhXO2] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ww3UAYSg] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.2vaDLgtu] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.qNmhMamF] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.AppsFlyerAdapter] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.uCaqyStv] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.9GApI_pW] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.zDNNN65j] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.DXBf_XYH] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.u5pNiRJ5] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.a5IPMWC7] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.CCGameObject] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.CCTxData] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.CCTxData] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.pw1Ws6hP] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.OQ7wQopp] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.81FMdice] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.9LmrO57O] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.gdDx7EkC] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.GUjA9COC] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.vcv5fL94] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.m2021lS7] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.CrashlyticsTester] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.7cRynXw2] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.o1OH7WRr] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.hYQVe5o2] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.3sthGmKI] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.2jAJgNYQ] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.UEvdf0ZZ] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.LnKxnGmc] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.KJf7rUtK] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.TnTHIEYE] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.E9qfbjtO] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MobileData] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.MobileData] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.oOmERjt5] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.gW6x2rrj/zRITH_jP] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.gW6x2rrj/w4N4M_Xw] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.gW6x2rrj/ofMam6rE] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.gW6x2rrj] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.BznmJmYa] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.QXr1iL5O] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.qtqsmIXe] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.GRxoNryi] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.bFg5xd7W] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.KkkaDjL3] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.e67xzOYb] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.vZTIIeQg] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.nO8n48Ss] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.EXIerXNj] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.mBts_wvM] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.g3GXId0k] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x0fCMBam] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.XhUecnxQ] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.cXUljZUf] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.B3qhJiV2] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.HvO5Jf0x/R1YsgIkp] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.HvO5Jf0x/tl8e7Kxl] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.HvO5Jf0x/Y4LZSOqS] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.HvO5Jf0x] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.mjOutY15] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.H7UidbCf] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.sszJuEnY] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.X8IjBuYL] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.zvYlM8Dw] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.EKh8R8Is] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.NIJOxT5c] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.Ah7RgX6b] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.730Cu1J_] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.nEW3w5lC] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.k7Z1syny] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.KgqsSp6E] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.J7dyeukR] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.aVN9Y5k4] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.cDmJZfT8] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ABConfigData] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.VariableData] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.MpetvhxI] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ROg5OYuw] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ythF5mGN] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.uJAhKZKT] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.Mb4Ja5WV] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.mhcUQlNj] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.YFAuWVBo] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1DgVhGfV] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.2jjKIPTT] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.USA4cA2Z] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.fjwC33y4] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.dWdGMdss] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.u4mnTmVd] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.kOztlyTp] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.Q2UMvM_6] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.tkm6PlyE] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.auNVnPrw] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.FE80V8_o] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PaymentTypeCode] Because of compatibility component: Obfuscator - Compatibility : Has DoNotRenameAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.PaymentTypeCode] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.WithDrawConfig] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.WithDrawOrder] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.0i071bSb] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.zGBk6p7W] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.AdSourceData] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.AdTypeData] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.6fXFIxpL] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.NjH2WXSD] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.jzCfuJbF] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ydG6bXkW] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.PB9OnZ0A] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.CVnMv7y4] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p4_yafpP] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ZHsJgohg] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.2B5FJ4D1] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.XYJfEhoo] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.YTYDQ1WT] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.Zo2ddxTn] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.pHQ3ZGsb] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.YuE61Qod] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.u5kvI8r4] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.T6zX5xuK] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.AvU2nYHk] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.KXn4RF19] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.nFad5RO_] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.FpzC7unC] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.8oQ8wrBJ] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.matgDUvD] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.FZknSxYg] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.YLeXxqB8] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.yTAA2xXr] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.jgL0oTJ7] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.nI116sQW] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4YznznAS] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ONj5gEWW] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ccg8Xhxq] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.yImYBemz] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.RboORKPE] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.__LPnoC2] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.Fym5Q_RX] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.522PQwfQ] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ZZYuDhLT] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/SDK_H5] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.Tv3d8j81] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.w0ZhECeJ] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.at3_DJRk] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/VStoH1Cu] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/RtnKeMAh] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/6n396vqe] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/5RQ8IcQT] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/YYXkA27M] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/VtFTOhDG] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/AqVS8SYn] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/LuDISE5x] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/M0Ev4Nc0] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/BRc3UghR] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7/c0uXo4mV] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.1z91scM7] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x5VWPp7u/o64mLJO_] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x5VWPp7u/xU38pYhN] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x5VWPp7u/XjWviBuo] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x5VWPp7u/HWyxLKYk] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x5VWPp7u/h_yhz5L8] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x5VWPp7u/p6A5MMq9] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x5VWPp7u/RXRl8GwJ] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x5VWPp7u/cLctQJoU] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x5VWPp7u] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.WDo1nsGr] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.0nEVO9GR] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.gWancb0K] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.qCf93EWd] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ULZomk4L] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.3n0UXGc3] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.Yk0D7L2C] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.9swZdOrL] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.yaGP8_Rr] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.90H_LCSC] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.u04nYeSe] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/CxOLF6LR] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/48erqXc2] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/7578_NUM] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/UfoZFy5l] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/AQez9qdr] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/4za0CQBb] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/e3Y5MVY_] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/utajQTE0] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/zP9atdTE] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/V6rbR71B] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC/97WJx9PQ] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.4208dEHC] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p8M8uLSt/A9aOEran] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p8M8uLSt/lIzWZpFR] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p8M8uLSt/IpLt9dDa] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p8M8uLSt/6LQWoFkH] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p8M8uLSt/epxs2mY8] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p8M8uLSt/0mKnl9il] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p8M8uLSt/GQiQ66ZM] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p8M8uLSt/4FVc4xNS] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.p8M8uLSt] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.AUchbLI8] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.T6213xr1] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.AG96f1u5] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.KbrTz5QU] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.la2I92qG] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.s2_xxJVa] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.8Of2Uuku] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.xILz03pS] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.CoroutineManager] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.5zKkOVFJ] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.gTXvDb4H] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.Qnuz7BWc] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.nc2u401B] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.YYiGwJi3] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.yDbER42t] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ov3y8N3k] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.vLwEV95l] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.bY0Yfqz5] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.x8LKXtCc] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.BL4vJsmv] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.mEW52YiR] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.N_hPhtUH] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.XgGi2zpU] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.2FP9sCf3] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.prBBwMDv] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.aQN973ZQ] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ItuCLcWD] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.k5l_lxlE] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.HI1gOo90] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.6KmAWqaE] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.A_9vxfAq] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.kGwu0nqX] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.qdr8IUrp] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.e6ynNDkR] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.TSDlT_uY] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.XTyrvJL_] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.A9vFysOt] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.cL86SDuP] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.jFu3KMm7] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.Ib5Hqrgd] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.KJ5I7Evp] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.oQVQ8vNY] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.xFQoaoh5] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.3upvlhWO] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.teqmcAfm] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.W9vXqqcx] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.kN4OYsOq] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.EventSystemHelper] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.HttpRequestTool] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.URDDpYc1] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.IEnumeratorTool/GeVe6wo3] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.vXzoeg10] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.IEnumeratorTool/l2zSjRbd] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.IEnumeratorTool] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.k4YHnMK1] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.A3hjomtx] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.JaMZH4d3] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.a92XeCLx] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.hKbx6gaf] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ngOYUy4n] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.UnityMainThreadDispatcher] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.R7NpzIqd] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.Us_0f8QM] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ajAcY7TQ] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.0B3Hw7na] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.yKp90H4j] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.2nMefIVG] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.CaRzb8cD] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.w2AWBw1v] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.hXd3WtBL] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.cLCcmAH5] Because of some class obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.HajXt7go] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.TopOnAdData] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.ExtInfo] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.iPBoFzZE] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.b8B_Jbu5] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.Y9J2GNK3] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.yDsdUEgi] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.o6ghYuGB] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.6W5wqNWr] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.YxnS5E3j] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.8tahD0az] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.iJN17KyG] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.5Jz_pYr_] Because of some class obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [MYp0ZVTT2QSDK.j0xKpY35] Because of some class obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Process component Type Cache Replacement [Info][OPS.OBF][OnAnalyse_Assemblies] Process component MonoBehaviour - Class - Obfuscation [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[Assembly-CSharp] AppsFlyerObjectScript1] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. @@ -12053,6 +12295,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugsOnScrollListener] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[IngameDebugConsole.Runtime] IngameDebugConsole.EventSystemHandler] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[DOTweenPro.Scripts] DG.Tweening.DOTweenAnimation] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[WebView] WebViewObject] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Process component MonoBehaviour - Class - Subtype Obfuscation [Info][OPS.OBF][OnAnalyse_Assemblies] Process component ScriptableObject - Class - Obfuscation @@ -14615,6 +14858,23 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugsOnScrollListener::OnBeginDrag(UnityEngine.EventSystems.PointerEventData)] Some other Method in the Method group getting skipped. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugsOnScrollListener::OnEndDrag(UnityEngine.EventSystems.PointerEventData)] Method is in group that has external definition (is in some assembly that gets not obfuscated). [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugsOnScrollListener::OnEndDrag(UnityEngine.EventSystems.PointerEventData)] Some other Method in the Method group getting skipped. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find Method References in Modules... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find Field References in Instructions... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Skip Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Advertisement.IosSupport] System.Void UnitySourceGeneratedAssemblyMonoScriptTypes_v1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding/RequestAuthorizationTrackingCompleteHandler::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding/RequestAuthorizationTrackingCompleteHandler::Invoke(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Advertisement.IosSupport] System.IAsyncResult Unity.Advertisement.IosSupport.ATTrackingStatusBinding/RequestAuthorizationTrackingCompleteHandler::BeginInvoke(System.Int32,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding/RequestAuthorizationTrackingCompleteHandler::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding::InterfaceTrackingAuthorizationRequest(Unity.Advertisement.IosSupport.ATTrackingStatusBinding/RequestAuthorizationTrackingCompleteHandler)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Advertisement.IosSupport] System.Int32 Unity.Advertisement.IosSupport.ATTrackingStatusBinding::InterfaceGetTrackingAuthorizationStatus()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.SkAdNetworkBinding::InterfaceSkAdNetworkUpdateConversionValue(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.SkAdNetworkBinding::InterfaceSkAdNetworkRegisterAppForNetworkAttribution()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.SkAdNetworkBinding::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Find Method References in Modules... @@ -14684,6 +14944,91 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOKill()] Some other Method in the Method group getting skipped. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::Dispose()] Method is in group that has external definition (is in some assembly that gets not obfuscated). [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::Dispose()] Some other Method in the Method group getting skipped. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find Method References in Modules... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find Field References in Instructions... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Skip Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void UnitySourceGeneratedAssemblyMonoScriptTypes_v1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::.ctor(Unity.Notifications.iOS.AuthorizationOption,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::.ctor(System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::.ctor(Unity.Notifications.iOS.iOSNotificationWithUserInfo)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::.ctor(System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::.ctor(System.String,System.String,Unity.Notifications.iOS.iOSNotificationActionOptions)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSTextInputNotificationAction::.ctor(System.String,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSTextInputNotificationAction::.ctor(System.String,System.String,Unity.Notifications.iOS.iOSNotificationActionOptions,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::.ctor(System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::.ctor(System.String,System.Collections.Generic.IEnumerable`1)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::.ctor(System.String,System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback::Invoke(Unity.Notifications.iOS.iOSNotification)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IAsyncResult Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback::BeginInvoke(Unity.Notifications.iOS.iOSNotification,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter/AuthorizationRequestCompletedCallback::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter/AuthorizationRequestCompletedCallback::Invoke(Unity.Notifications.iOS.iOSAuthorizationRequestData)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IAsyncResult Unity.Notifications.iOS.iOSNotificationCenter/AuthorizationRequestCompletedCallback::BeginInvoke(Unity.Notifications.iOS.iOSAuthorizationRequestData,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter/AuthorizationRequestCompletedCallback::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter/<>c::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter/<>c::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper/AuthorizationRequestCallback::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper/AuthorizationRequestCallback::Invoke(System.IntPtr,Unity.Notifications.iOS.iOSAuthorizationRequestData)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IAsyncResult Unity.Notifications.iOS.iOSNotificationsWrapper/AuthorizationRequestCallback::BeginInvoke(System.IntPtr,Unity.Notifications.iOS.iOSAuthorizationRequestData,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper/AuthorizationRequestCallback::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper/NotificationReceivedCallback::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper/NotificationReceivedCallback::Invoke(Unity.Notifications.iOS.iOSNotificationData)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IAsyncResult Unity.Notifications.iOS.iOSNotificationsWrapper/NotificationReceivedCallback::BeginInvoke(Unity.Notifications.iOS.iOSNotificationData,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper/NotificationReceivedCallback::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveNSDictionaryKeyValueCallback::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveNSDictionaryKeyValueCallback::Invoke(System.IntPtr,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IAsyncResult Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveNSDictionaryKeyValueCallback::BeginInvoke(System.IntPtr,System.String,System.String,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveNSDictionaryKeyValueCallback::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveUNNotificationAttachmentCallback::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveUNNotificationAttachmentCallback::Invoke(System.IntPtr,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IAsyncResult Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveUNNotificationAttachmentCallback::BeginInvoke(System.IntPtr,System.String,System.String,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveUNNotificationAttachmentCallback::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_RequestAuthorization(System.IntPtr,System.Int32,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationsWrapper::_RegisteredForRemoteNotifications()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_UnregisterForRemoteNotifications()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_ScheduleLocalNotification(Unity.Notifications.iOS.iOSNotificationData)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_SetNotificationReceivedDelegate(Unity.Notifications.iOS.iOSNotificationsWrapper/NotificationReceivedCallback)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_SetRemoteNotificationReceivedDelegate(Unity.Notifications.iOS.iOSNotificationsWrapper/NotificationReceivedCallback)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_SetAuthorizationRequestReceivedDelegate(Unity.Notifications.iOS.iOSNotificationsWrapper/AuthorizationRequestCallback)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationSettings Unity.Notifications.iOS.iOSNotificationsWrapper::_GetNotificationSettings()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::_GetScheduledNotificationDataArray(System.Int32&)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::_GetDeliveredNotificationDataArray(System.Int32&)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_RemoveScheduledNotification(System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_RemoveAllScheduledNotifications()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_RemoveDeliveredNotification(System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_SetApplicationBadge(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationsWrapper::_GetApplicationBadge()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationsWrapper::_GetAppOpenedUsingNotification()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_RemoveAllDeliveredNotifications()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::_GetLastNotificationData()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationsWrapper::_GetLastRespondedNotificationAction()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationsWrapper::_GetLastRespondedNotificationUserText()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_FreeUnmanagediOSNotificationDataArray(System.IntPtr,System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::_AddItemToNSDictionary(System.IntPtr,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::_AddAttachmentToNSArray(System.IntPtr,System.String,System.String,System.IntPtr&)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_ReadNSDictionary(System.IntPtr,System.IntPtr,Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveNSDictionaryKeyValueCallback)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_ReadAttachmentsNSArray(System.IntPtr,System.IntPtr,Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveUNNotificationAttachmentCallback)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::_CreateUNNotificationAction(System.String,System.String,System.Int32,System.Int32,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::_CreateUNTextInputNotificationAction(System.String,System.String,System.Int32,System.Int32,System.String,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_ReleaseNSObject(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationsWrapper::_NSErrorToMessage(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::_AddActionToNSArray(System.IntPtr,System.IntPtr,System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::_CreateUNNotificationCategory(System.String,System.String,System.String,System.Int32,System.IntPtr,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::_AddCategoryToCategorySet(System.IntPtr,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_SetNotificationCategories(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::_AddStringToNSArray(System.IntPtr,System.String,System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::_OpenNotificationSettings()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::Dispose()] Method is in group that has external definition (is in some assembly that gets not obfuscated). +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::Dispose()] Some other Method in the Method group getting skipped. [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find Method References in Modules... @@ -14697,6 +15042,23 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[VosacoSDK] System.Void AD.VosacoSDK.VosacoInterAdListenerProxy::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[VosacoSDK] System.Void AD.VosacoSDK.VosacoRewardAd::.ctor(System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[VosacoSDK] System.Void AD.VosacoSDK.VosacoRewardAdListenerProxy::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find Method References in Modules... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find Field References in Instructions... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.Unified] System.Void UnitySourceGeneratedAssemblyMonoScriptTypes_v1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::.ctor(Unity.Notifications.iOS.iOSNotification)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter/NotificationReceivedCallback::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter/NotificationReceivedCallback::Invoke(Unity.Notifications.Notification)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.Unified] System.IAsyncResult Unity.Notifications.NotificationCenter/NotificationReceivedCallback::BeginInvoke(Unity.Notifications.Notification,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter/NotificationReceivedCallback::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationIntervalSchedule::.ctor(System.TimeSpan,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationDateTimeSchedule::.ctor(System.DateTime,Unity.Notifications.NotificationRepeatInterval)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationsPermissionRequest::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.Unified] System.Boolean Unity.Notifications.NotificationsPermissionRequest::get_keepWaiting()] Method is in group that has external definition (is in some assembly that gets not obfuscated). +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Unity.Notifications.Unified] System.Boolean Unity.Notifications.NotificationsPermissionRequest::get_keepWaiting()] Some other Method in the Method group getting skipped. [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Method References in Modules... @@ -14742,434 +15104,444 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Find Field References in Instructions... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Find Member to skip... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Skip Methods... -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void Loom/sK51KAZR::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void Loom/sK51KAZR::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void Loom::OnDisable()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void Loom::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void Loom::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void Loom/Yk2KK9I6::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void Loom/Yk2KK9I6::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void Loom::Start()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void Loom::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void Loom::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.String e74JB4vt::_GetDeviceCountryCode()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void e74JB4vt::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void HYM9xtVX::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.String HYM9xtVX::_GetIDFA()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.String HYM9xtVX::_GetIDFV()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void jg1RtNaw::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void Loom::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void Loom::OnDisable()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void it4PRbsw::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.String it4PRbsw::_GetDeviceCountryCode()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.String h_aIloNk::_GetIDFV()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.String h_aIloNk::_GetIDFA()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void h_aIloNk::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void kFe4jXTn::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager/<>c::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager/<>c::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::.ctor(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.88yWHJxM/vhq2E9WF::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.88yWHJxM/vhq2E9WF::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.88yWHJxM::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.88yWHJxM::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Ui_dcKdf/l3YqCl36::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.Ui_dcKdf/l3YqCl36::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Ui_dcKdf::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Ui_dcKdf::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.7xSreMBH/1Bh_QWfG::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.7xSreMBH/1Bh_QWfG::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.7xSreMBH/W53H1ebW::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.7xSreMBH/7m9okZ4s::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.7xSreMBH::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.7xSreMBH::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.A8S4zLFC/H02czusj::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.A8S4zLFC/H02czusj::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.A8S4zLFC::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.A8S4zLFC::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AppsFlyerAdapter::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AppsFlyerAdapter::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AppsFlyerAdapter::OnApplicationQuit()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.y6cZhXO2/v9_l5Ybd::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.y6cZhXO2/v9_l5Ybd::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.y6cZhXO2::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.y6cZhXO2::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.ww3UAYSg/9fxFb7FI::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ww3UAYSg/9fxFb7FI::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ww3UAYSg::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ww3UAYSg::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2vaDLgtu/3RvJI9tB::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2vaDLgtu/3RvJI9tB::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2vaDLgtu/YhmxY0GL::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2vaDLgtu/qbozrhZe::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2vaDLgtu::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2vaDLgtu::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.qNmhMamF/BHHA1zvG::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.qNmhMamF/BHHA1zvG::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.qNmhMamF::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.qNmhMamF::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.AppsFlyerAdapter/wgyJMbPd::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AppsFlyerAdapter/wgyJMbPd::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AppsFlyerAdapter::Start()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AppsFlyerAdapter::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AppsFlyerAdapter::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AppsFlyerAdapter::OnApplicationQuit()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AppsFlyerAdapter::OnApplicationPause(System.Boolean)] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.uCaqyStv::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.9GApI_pW::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.zDNNN65j::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.zDNNN65j::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.DXBf_XYH::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.u5pNiRJ5::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.a5IPMWC7::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.a5IPMWC7::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCGameObject::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCGameObject::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCGameObject::OnApplicationPause(System.Boolean)] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCGameObject::Start()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData/UYMnDcmK::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.CCTxData/UYMnDcmK::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCGameObject::OnApplicationPause(System.Boolean)] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCGameObject::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.CCTxData/Pl8d1xxr::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData/Pl8d1xxr::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData::nR4RuB3p()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData::M2pxhNfF()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData::gPzRWkMZ()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData::2E7Oz_NT()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData::q06jMWXO()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData::U_dPNZPm()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData::YZokvcq2()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData::QlRKYv6c()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData::Init()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.pw1Ws6hP::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.OQ7wQopp::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/9_BS5vmA::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/MND1HxcK::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/Y8xpjO0w::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/GHaKNPZQ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/_t4ZHNTl::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/uEEVdQKF::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/V4OQ31L7::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/0ws2mYnZ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/41lDihCz::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/ccXXDkBQ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/_zyXdppt::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/nxsCcUwH::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/pmMq_VhO::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/GTrHCHLU::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/tQSJp7MZ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/t5GXKTvA::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/bHWD42UG::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice/8AT_1fh6::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.81FMdice::.ctor(System.String,System.Nullable`1,System.Nullable`1,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.9LmrO57O/N3JIRQjs::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.9LmrO57O/o19a7d6J::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.9LmrO57O/nlo_ZP0I::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.9LmrO57O/3CV8qhkX::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.9LmrO57O/u8NrYgTF::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.9LmrO57O/PJF2CfVe::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.9LmrO57O/hFOgyH4e::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.9LmrO57O/34cLBkNm::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.9LmrO57O::.ctor(System.String,System.Nullable`1,System.Nullable`1,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.9LmrO57O::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CrashlyticsTester::Start()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CrashlyticsTester::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData::o7PoER2I()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CCTxData::UqavEytg()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.gdDx7EkC::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.GUjA9COC::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/syDXE4GJ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/DMT0yRdA::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/SDqdSTUY::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/M1RDGLI3::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/FsuPA1uw::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/lihi8Zgd::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/pW3iwS5g::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/iEX5H1yM::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/p_AehnoD::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/DSZxi8z0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/8tTC0j6T::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/ufWTT6Et::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/_6ceqA5l::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/pUmRLy0U::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/3G5DROnE::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/qAVMME9z::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/yoXyhxQs::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94/Hknf8uNZ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vcv5fL94::.ctor(System.String,System.Nullable`1,System.Nullable`1,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.m2021lS7/E6pFyODl::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.m2021lS7/X9sTI6RR::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.m2021lS7/HNa5fZpS::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.m2021lS7/tiCwl2Wz::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.m2021lS7/NAje5RI_::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.m2021lS7/5srYlSOm::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.m2021lS7/oZYakIWK::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.m2021lS7/Yfb1XOA8::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.m2021lS7::.ctor(System.String,System.Nullable`1,System.Nullable`1,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.m2021lS7::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CrashlyticsTester::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.7cRynXw2/0VxqqhpJ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.7cRynXw2/0VxqqhpJ::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.7cRynXw2::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.o1OH7WRr::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.o1OH7WRr::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.hYQVe5o2::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.3sthGmKI::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.3sthGmKI::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2jAJgNYQ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.MobileData/3Nj94sbw::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MobileData/3Nj94sbw::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MobileData/3x5RRfZg::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.MobileData/3x5RRfZg::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MobileData::J85579aq()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CrashlyticsTester::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CrashlyticsTester::Start()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UEvdf0ZZ/3wC8_tKk::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UEvdf0ZZ/3wC8_tKk::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UEvdf0ZZ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.LnKxnGmc::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.LnKxnGmc::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.KJf7rUtK::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.TnTHIEYE::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.TnTHIEYE::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.E9qfbjtO::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MobileData/IBPjDYy5::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.MobileData/IBPjDYy5::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MobileData/vWxBKArL::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.MobileData/vWxBKArL::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MobileData::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MobileData::Init()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MobileData::pqqYtxjn()] Because of compatibility component: Unity - Compatibility : Has RuntimeInitializeOnLoadMethodAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MobileData::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.oOmERjt5/voocrGB3::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.oOmERjt5/voocrGB3::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.oOmERjt5/rcGAVdTg::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.oOmERjt5/rcGAVdTg::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.oOmERjt5::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.oOmERjt5::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.gW6x2rrj/zRITH_jP::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.gW6x2rrj/w4N4M_Xw::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.gW6x2rrj/ofMam6rE::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.gW6x2rrj::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.gW6x2rrj::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.BznmJmYa/cKnVbliE::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.BznmJmYa/cKnVbliE::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.BznmJmYa/Ed5VmNRy::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.BznmJmYa/Ed5VmNRy::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.BznmJmYa::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.BznmJmYa::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.QXr1iL5O::.ctor(System.String,System.String,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.qtqsmIXe::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.GRxoNryi::.ctor(System.String[])] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.bFg5xd7W::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.KkkaDjL3::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.e67xzOYb::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.vZTIIeQg/SJ5JF5Ur::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vZTIIeQg/SJ5JF5Ur::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vZTIIeQg::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vZTIIeQg::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nO8n48Ss/NxuR9q8V::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.nO8n48Ss/NxuR9q8V::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nO8n48Ss::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nO8n48Ss::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EXIerXNj/9simCRPy::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EXIerXNj/9simCRPy::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EXIerXNj/KxzQ7ezQ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EXIerXNj/MAtg22bn::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EXIerXNj/dvH5Zlaz::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EXIerXNj/2xNWFuMe::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EXIerXNj::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EXIerXNj::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.mBts_wvM/oCezPJIj::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.mBts_wvM/oCezPJIj::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.mBts_wvM::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.mBts_wvM::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.g3GXId0k::.ctor(System.String,System.Single)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x0fCMBam/zL2TaWY9::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x0fCMBam/zL2TaWY9::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x0fCMBam::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x0fCMBam::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.XhUecnxQ/yDrHoQBZ::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.XhUecnxQ/yDrHoQBZ::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.XhUecnxQ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.XhUecnxQ::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.cXUljZUf/izLkI0t3::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.cXUljZUf/izLkI0t3::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.cXUljZUf::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.cXUljZUf::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.B3qhJiV2/AKb6jo5t::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.B3qhJiV2/AKb6jo5t::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.B3qhJiV2/9DNkad4n::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.B3qhJiV2/9DNkad4n::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.B3qhJiV2::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.B3qhJiV2::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HvO5Jf0x/R1YsgIkp::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HvO5Jf0x/tl8e7Kxl::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HvO5Jf0x/Y4LZSOqS::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HvO5Jf0x::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HvO5Jf0x::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.mjOutY15/lXZtURGc::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.mjOutY15/lXZtURGc::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.mjOutY15/hv7yl6uK::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.mjOutY15/hv7yl6uK::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.mjOutY15::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.mjOutY15::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.H7UidbCf::.ctor(System.String,System.String,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.sszJuEnY::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.X8IjBuYL::.ctor(System.String[])] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.zvYlM8Dw::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EKh8R8Is::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.NIJOxT5c::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.Ah7RgX6b/prl7eCoF::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Ah7RgX6b/prl7eCoF::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Ah7RgX6b::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Ah7RgX6b::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.730Cu1J_/r6OAbaYi::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.730Cu1J_/r6OAbaYi::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.730Cu1J_::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.730Cu1J_::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nEW3w5lC/fN5GUCAp::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nEW3w5lC/FqalmZF2::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nEW3w5lC/_Geu4m9K::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nEW3w5lC/kbHIi8e9::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nEW3w5lC::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nEW3w5lC::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.k7Z1syny/Xc3uWafl::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.k7Z1syny/Xc3uWafl::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.k7Z1syny::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.k7Z1syny::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.KgqsSp6E::.ctor(System.String,System.Single)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.J7dyeukR/g1NnCq06::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.J7dyeukR/g1NnCq06::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.J7dyeukR::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.J7dyeukR::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.aVN9Y5k4/8VfmpuAi::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.aVN9Y5k4/8VfmpuAi::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.aVN9Y5k4::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.aVN9Y5k4::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.cDmJZfT8/CtGy35mM::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.cDmJZfT8/CtGy35mM::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.cDmJZfT8::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.cDmJZfT8::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ABConfigData::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.VariableData::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MpetvhxI::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.uJAhKZKT::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Mb4Ja5WV::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.mhcUQlNj::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.YFAuWVBo::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.YFAuWVBo::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1DgVhGfV/szvB20HO::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1DgVhGfV/NoINPiDq::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1DgVhGfV/mvHZsbRe::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1DgVhGfV/Jbqgtvpy::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1DgVhGfV/W7RbdPkT::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1DgVhGfV/9QkfiOzI::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1DgVhGfV/ndHdmrlG::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1DgVhGfV::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1DgVhGfV::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2jjKIPTT::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.USA4cA2Z::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.u4mnTmVd::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.kOztlyTp::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Q2UMvM_6::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.tkm6PlyE::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.tkm6PlyE::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.auNVnPrw/8Koujosd::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.auNVnPrw/YhgakJ5z::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.auNVnPrw/e68aLpsU::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.auNVnPrw/PXo6DBUe::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.auNVnPrw/qjgP_obd::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.auNVnPrw/vIEQWh2i::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.auNVnPrw/A5SXYhdO::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.auNVnPrw::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.auNVnPrw::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.FE80V8_o::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.WithDrawConfig::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.WithDrawOrder::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AdSourceData::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AdTypeData::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.6fXFIxpL::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.NjH2WXSD/IFZnh7lP::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.NjH2WXSD/IFZnh7lP::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.NjH2WXSD/IZhoRW4h::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.NjH2WXSD::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.NjH2WXSD::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.ZHsJgohg/aqJADNK1::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ZHsJgohg/aqJADNK1::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ZHsJgohg::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ZHsJgohg::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2B5FJ4D1/N5_OfSuB::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2B5FJ4D1/AYTXAKJC::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2B5FJ4D1/5SuD1tpQ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2B5FJ4D1/4MQiUKky::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2B5FJ4D1/LmTdIk8b::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2B5FJ4D1/zB0YcEQV::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2B5FJ4D1/lRnEE6Er::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2B5FJ4D1::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2B5FJ4D1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.XYJfEhoo/4j7ftM4n::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.XYJfEhoo/4j7ftM4n::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.XYJfEhoo::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.XYJfEhoo::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.YTYDQ1WT/zkW75Z1P::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.YTYDQ1WT/zkW75Z1P::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.YTYDQ1WT::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.YTYDQ1WT::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Zo2ddxTn/LG9pscCB::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.Zo2ddxTn/LG9pscCB::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Zo2ddxTn::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Zo2ddxTn::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.pHQ3ZGsb/fWMNpoio::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.pHQ3ZGsb/fWMNpoio::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.pHQ3ZGsb/074XRt4p::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.pHQ3ZGsb::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.pHQ3ZGsb::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.YuE61Qod::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.u5kvI8r4::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.T6zX5xuK/uwmEsF9f::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.T6zX5xuK/uwmEsF9f::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.T6zX5xuK::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.T6zX5xuK::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AvU2nYHk::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AvU2nYHk::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.KXn4RF19/OzVG1Zsz::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.KXn4RF19/OzVG1Zsz::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.KXn4RF19::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.KXn4RF19::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nFad5RO_::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.FpzC7unC/hreaN6KI::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.FpzC7unC/hreaN6KI::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.FpzC7unC/pGNnpbWZ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.FpzC7unC::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.FpzC7unC::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.jgL0oTJ7/1yF8bDVj::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.jgL0oTJ7/1yF8bDVj::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.jgL0oTJ7::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.jgL0oTJ7::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nI116sQW/3VU6LAP2::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nI116sQW/EyMobx4W::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nI116sQW/opFalAyh::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nI116sQW/RELZc4kv::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nI116sQW/Vg_CPMpc::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nI116sQW/0f9VWpbD::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nI116sQW/FGook3es::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nI116sQW::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nI116sQW::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.4YznznAS/osA48IyF::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4YznznAS/osA48IyF::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4YznznAS::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4YznznAS::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ONj5gEWW/CqaPba18::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.ONj5gEWW/CqaPba18::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ONj5gEWW::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ONj5gEWW::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.ccg8Xhxq/yFOA0fPR::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ccg8Xhxq/yFOA0fPR::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ccg8Xhxq::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ccg8Xhxq::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yImYBemz/FF7JOwvo::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yImYBemz/FF7JOwvo::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yImYBemz/etOmTLAn::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yImYBemz::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yImYBemz::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.RboORKPE::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.__LPnoC2::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.Fym5Q_RX/My3j8Pt2::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Fym5Q_RX/My3j8Pt2::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Fym5Q_RX::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Fym5Q_RX::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.522PQwfQ::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.522PQwfQ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ZZYuDhLT/pyCRonTE::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.ZZYuDhLT/pyCRonTE::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ZZYuDhLT::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ZZYuDhLT::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/SDK_H5::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/<>c::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/<>c::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/<>c::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.Tv3d8j81/dXs8vmj0::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Tv3d8j81/dXs8vmj0::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Tv3d8j81::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Tv3d8j81::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.w0ZhECeJ/ulLgeyT5::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.w0ZhECeJ/ulLgeyT5::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.w0ZhECeJ::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.w0ZhECeJ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.at3_DJRk::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.at3_DJRk::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/VStoH1Cu::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/RtnKeMAh::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/6n396vqe::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/5RQ8IcQT::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/YYXkA27M::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/VtFTOhDG::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/AqVS8SYn::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/M0Ev4Nc0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7/c0uXo4mV::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.1z91scM7::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x5VWPp7u/o64mLJO_::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x5VWPp7u/xU38pYhN::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x5VWPp7u/XjWviBuo::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x5VWPp7u/HWyxLKYk::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x5VWPp7u/h_yhz5L8::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x5VWPp7u/p6A5MMq9::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x5VWPp7u/RXRl8GwJ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x5VWPp7u/cLctQJoU::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x5VWPp7u::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.WDo1nsGr/srTmJa8M::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.WDo1nsGr/srTmJa8M::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.WDo1nsGr/0uS8TkmM::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.WDo1nsGr/cjOv00tW::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.WDo1nsGr/cjOv00tW::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.WDo1nsGr::.ctor(System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.WDo1nsGr::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.0nEVO9GR::.ctor(System.Xml.XmlNode)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.gWancb0K::.ctor(System.Xml.XmlNode)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.qCf93EWd::.ctor(System.Xml.XmlNode)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ULZomk4L/vCwBpG6p::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ULZomk4L/vCwBpG6p::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ULZomk4L/MmNwsq2h::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ULZomk4L/rOzN_SZe::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ULZomk4L/No1Vx5ny::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ULZomk4L::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Yk0D7L2C/qO6KJICI::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.Yk0D7L2C/qO6KJICI::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Yk0D7L2C::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.9swZdOrL::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.yaGP8_Rr/rcz4FhNb::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yaGP8_Rr/rcz4FhNb::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yaGP8_Rr::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yaGP8_Rr::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.90H_LCSC/xe7RT96T::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.90H_LCSC/xe7RT96T::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.90H_LCSC::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.90H_LCSC::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.u04nYeSe::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.u04nYeSe::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/CxOLF6LR::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/48erqXc2::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/7578_NUM::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/UfoZFy5l::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/AQez9qdr::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/4za0CQBb::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/e3Y5MVY_::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/utajQTE0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/zP9atdTE::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC/97WJx9PQ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.4208dEHC::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.p8M8uLSt/A9aOEran::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.p8M8uLSt/lIzWZpFR::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.p8M8uLSt/IpLt9dDa::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.p8M8uLSt/6LQWoFkH::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.p8M8uLSt/epxs2mY8::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.p8M8uLSt/0mKnl9il::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.p8M8uLSt/GQiQ66ZM::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.p8M8uLSt/4FVc4xNS::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.p8M8uLSt::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AUchbLI8/LO3ltYai::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AUchbLI8/LO3ltYai::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AUchbLI8/INAbvXeT::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AUchbLI8/1nkN49Uu::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.AUchbLI8/1nkN49Uu::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AUchbLI8::.ctor(System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AUchbLI8::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.T6213xr1::.ctor(System.Xml.XmlNode)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.AG96f1u5::.ctor(System.Xml.XmlNode)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.KbrTz5QU::.ctor(System.Xml.XmlNode)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.la2I92qG/c0johhkl::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.la2I92qG/c0johhkl::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.la2I92qG/71qUK3HI::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.la2I92qG/iMQPyhv9::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.la2I92qG/Wv8iWE1V::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.la2I92qG::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.8Of2Uuku/uIWiPoB6::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.8Of2Uuku/uIWiPoB6::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.8Of2Uuku::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.xILz03pS::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CoroutineManager::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CoroutineManager::Awake()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.gTXvDb4H::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.gTXvDb4H::Invoke()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.IAsyncResult MYp0ZVTT2QSDK.gTXvDb4H::BeginInvoke(System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.gTXvDb4H::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Qnuz7BWc::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Qnuz7BWc::Invoke(System.Single)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.IAsyncResult MYp0ZVTT2QSDK.Qnuz7BWc::BeginInvoke(System.Single,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Qnuz7BWc::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nc2u401B::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nc2u401B::Invoke()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.IAsyncResult MYp0ZVTT2QSDK.nc2u401B::BeginInvoke(System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.nc2u401B::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.YYiGwJi3::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.YYiGwJi3::Invoke(System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.IAsyncResult MYp0ZVTT2QSDK.YYiGwJi3::BeginInvoke(System.String,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.YYiGwJi3::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yDbER42t::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yDbER42t::Invoke(System.Boolean,System.String,System.Int64)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.IAsyncResult MYp0ZVTT2QSDK.yDbER42t::BeginInvoke(System.Boolean,System.String,System.Int64,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yDbER42t::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ov3y8N3k::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vLwEV95l::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.bY0Yfqz5/ELYqtWGF::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.bY0Yfqz5/ELYqtWGF::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.bY0Yfqz5/TIFsiAon::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.bY0Yfqz5/TIFsiAon::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.bY0Yfqz5/TJ3JUD2x::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.bY0Yfqz5/TJ3JUD2x::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.bY0Yfqz5::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x8LKXtCc::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.x8LKXtCc::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.BL4vJsmv::.ctor(System.Action,System.Action`1)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.BL4vJsmv::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.mEW52YiR::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.mEW52YiR::.ctor(System.Action,System.Action`1)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.N_hPhtUH/c0sQSwjy::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.N_hPhtUH/c0sQSwjy::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.N_hPhtUH::.ctor(System.Action,System.Action`1)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.XgGi2zpU::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.XgGi2zpU::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2FP9sCf3/rLO3Z9XC::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2FP9sCf3::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.prBBwMDv::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD/aTkioWmi::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD/iSUVaBl4::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD/iSUVaBl4::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD/3TrFqi69::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD/3TrFqi69::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD/0FkXQ4Dk::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD/0FkXQ4Dk::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD/87mh_3d4::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD/jIvCTvkO::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD/fgTlRHRC::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD/CMcBmsd4::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ItuCLcWD::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EventSystemHelper::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.6KmAWqaE::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.6KmAWqaE::Invoke()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.IAsyncResult MYp0ZVTT2QSDK.6KmAWqaE::BeginInvoke(System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.6KmAWqaE::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.A_9vxfAq::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.A_9vxfAq::Invoke(System.Single)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.IAsyncResult MYp0ZVTT2QSDK.A_9vxfAq::BeginInvoke(System.Single,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.A_9vxfAq::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.kGwu0nqX::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.kGwu0nqX::Invoke()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.IAsyncResult MYp0ZVTT2QSDK.kGwu0nqX::BeginInvoke(System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.kGwu0nqX::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.qdr8IUrp::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.qdr8IUrp::Invoke(System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.IAsyncResult MYp0ZVTT2QSDK.qdr8IUrp::BeginInvoke(System.String,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.qdr8IUrp::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.e6ynNDkR::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.e6ynNDkR::Invoke(System.Boolean,System.String,System.Int64)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.IAsyncResult MYp0ZVTT2QSDK.e6ynNDkR::BeginInvoke(System.Boolean,System.String,System.Int64,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.e6ynNDkR::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.TSDlT_uY::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.XTyrvJL_::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.A9vFysOt/MI064RQv::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.A9vFysOt/MI064RQv::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.A9vFysOt/I5Ax_VxP::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.A9vFysOt/I5Ax_VxP::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.A9vFysOt/S5kIBWac::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.A9vFysOt/S5kIBWac::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.A9vFysOt::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.cL86SDuP::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.cL86SDuP::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.jFu3KMm7::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.jFu3KMm7::.ctor(System.Action,System.Action`1)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Ib5Hqrgd::.ctor(System.Action,System.Action`1)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Ib5Hqrgd::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.KJ5I7Evp/tTlKroFd::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.KJ5I7Evp/tTlKroFd::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.KJ5I7Evp::.ctor(System.Action,System.Action`1)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.oQVQ8vNY::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.oQVQ8vNY::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.xFQoaoh5/KtnzT0OX::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.xFQoaoh5::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.3upvlhWO::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx/_JjUjQQB::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx/_qpuaU0d::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx/_qpuaU0d::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx/myi2RGfN::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx/myi2RGfN::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx/lPWtVPiN::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx/lPWtVPiN::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx/IbUj14D9::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx/ZQE3XqJL::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx/Xu7zwT67::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx/AQxSkzlq::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.W9vXqqcx::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EventSystemHelper::OnDestroy()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EventSystemHelper::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.EventSystemHelper::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HttpRequestTool/Ex7V21Bb::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HttpRequestTool/5kD02ud5::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.HttpRequestTool/5kD02ud5::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HttpRequestTool/kHoAThrO::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.HttpRequestTool/DdONtNfG::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HttpRequestTool/DdONtNfG::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HttpRequestTool::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HttpRequestTool::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HttpRequestTool::OnApplicationQuit()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.URDDpYc1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.IEnumeratorTool/GeVe6wo3::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.IEnumeratorTool/sMdhaxD5::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.IEnumeratorTool/sMdhaxD5::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.vXzoeg10::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.IEnumeratorTool/l2zSjRbd::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.IEnumeratorTool/TyYIsg2a::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.IEnumeratorTool/TyYIsg2a::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.IEnumeratorTool::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.IEnumeratorTool::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.IEnumeratorTool::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.k4YHnMK1::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.k4YHnMK1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.A3hjomtx::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.A3hjomtx::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.JaMZH4d3::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher/LlwJ0zCP::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher/k4CIxSW3::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.UnityMainThreadDispatcher/8x6hSN0j::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher/8x6hSN0j::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.a92XeCLx::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.a92XeCLx::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.hKbx6gaf::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.hKbx6gaf::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ngOYUy4n::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher/C4EscA1E::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher/BT0gBgKZ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.UnityMainThreadDispatcher/tnFRyTck::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher/tnFRyTck::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher::Awake()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher::OnDestroy()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.UnityMainThreadDispatcher::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.R7NpzIqd/8q8eDZ47::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.R7NpzIqd/8q8eDZ47::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.R7NpzIqd::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.R7NpzIqd::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Us_0f8QM::.ctor(System.Double,System.String,System.Double,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ajAcY7TQ::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.0B3Hw7na::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.0B3Hw7na::.ctor(System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yKp90H4j::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2nMefIVG::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.2nMefIVG::.ctor(MaxSdkBase/AdInfo,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CaRzb8cD::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.CaRzb8cD::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.w2AWBw1v::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.w2AWBw1v::Invoke(System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.IAsyncResult MYp0ZVTT2QSDK.w2AWBw1v::BeginInvoke(System.Boolean,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.w2AWBw1v::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.hXd3WtBL/eQYi8URE::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.hXd3WtBL/eQYi8URE::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.hXd3WtBL::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.hXd3WtBL::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.cLCcmAH5::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.cLCcmAH5::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HajXt7go/qpK2IVm1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HajXt7go/qpK2IVm1::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HajXt7go/UCVOMUFR::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HajXt7go/twvM_dZB::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HajXt7go/TUFS9eRy::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HajXt7go::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.HajXt7go::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.TopOnAdData::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.ExtInfo::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.iPBoFzZE/cn8Bs01n::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.iPBoFzZE/cn8Bs01n::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.iPBoFzZE::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.iPBoFzZE::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.b8B_Jbu5::.ctor(System.Double,System.String,System.Double,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.Y9J2GNK3::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yDsdUEgi::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.yDsdUEgi::.ctor(System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.o6ghYuGB::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.6W5wqNWr::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.6W5wqNWr::.ctor(MaxSdkBase/AdInfo,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.YxnS5E3j::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.YxnS5E3j::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.8tahD0az::.ctor(System.Object,System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.8tahD0az::Invoke(System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.IAsyncResult MYp0ZVTT2QSDK.8tahD0az::BeginInvoke(System.Boolean,System.AsyncCallback,System.Object)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.8tahD0az::EndInvoke(System.IAsyncResult)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.iJN17KyG/ispLuqWs::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.iJN17KyG/ispLuqWs::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.iJN17KyG::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.iJN17KyG::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.5Jz_pYr_::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.5Jz_pYr_::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.j0xKpY35/RwBKwqDx::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.j0xKpY35/RwBKwqDx::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.j0xKpY35/6zNMXnLs::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.j0xKpY35/ACSvR0Cs::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.j0xKpY35/GmWNTitM::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.j0xKpY35::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[MYp0ZVTT2QSDK] System.Void MYp0ZVTT2QSDK.j0xKpY35::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Process component Parameter - Obfuscation [Info][OPS.OBF][OnAnalyse_Assemblies] Process component Field - Obfuscation [Info][OPS.OBF][OnAnalyse_Assemblies] [Assembly-CSharp] Analyse Member... @@ -15358,8 +15730,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Boolean LoginModel::debug_log] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Int32 LoginModel::enwp] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] LoginSystem/<>c LoginSystem/<>c::<>9] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] DG.Tweening.TweenCallback LoginSystem/<>c::<>9__7_1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action LoginSystem/<>c::<>9__7_4] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action LoginSystem/<>c::<>9__7_3] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.UInt32 NetworkMsg::GetConfig] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.UInt32 NetworkMsg::Reconnect] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.UInt32 NetworkMsg::Login] Because of your defined Field obfuscation settings. @@ -17679,8 +18050,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] FGUI.JBingoPlay.com_ball FGUI.JBingoPlay.com_play::com_ballleft] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] FairyGUI.GGroup FGUI.JBingoPlay.com_play::group_] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] FairyGUI.GButton FGUI.JBingoPlay.com_play::btn_ballon] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] FairyGUI.GGraph FGUI.JBingoPlay.com_play::zhezhao] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] FairyGUI.GButton FGUI.JBingoPlay.com_play::btn_pal] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] FairyGUI.GGraph FGUI.JBingoPlay.com_play::zhezhao] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] FairyGUI.Transition FGUI.JBingoPlay.com_play::fx_readygo] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] FairyGUI.Transition FGUI.JBingoPlay.com_play::fx_gameover] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.String FGUI.JBingoPlay.com_play::URL] Because of your defined Field obfuscation settings. @@ -21060,6 +21431,23 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[IngameDebugConsole.Runtime] UnityEngine.Vector2 IngameDebugConsole.DebugLogPopup/d__25::targetPos] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[IngameDebugConsole.Runtime] UnityEngine.UI.ScrollRect IngameDebugConsole.DebugsOnScrollListener::debugsScrollRect] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogManager IngameDebugConsole.DebugsOnScrollListener::debugLogManager] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find Field References in Modules... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find Field References in Instructions... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Skip Fields... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Advertisement.IosSupport] System.Byte[] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::FilePathsData] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Advertisement.IosSupport] System.Byte[] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TypesData] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Advertisement.IosSupport] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalTypes] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Advertisement.IosSupport] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalFiles] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Advertisement.IosSupport] System.Boolean UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::IsEditorOnly] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Advertisement.IosSupport] System.Int32 Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Advertisement.IosSupport] System.Int32 Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus::NOT_DETERMINED] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus::RESTRICTED] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus::DENIED] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus::AUTHORIZED] Because of the 'Obfuscate enum values' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Find Field References in Modules... @@ -21236,6 +21624,128 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[DOTweenPro.Scripts] System.Int32 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0::charIndex] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0::<>4__this] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[DOTweenPro.Scripts] System.Int32 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0::charIndex] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find Field References in Modules... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find Field References in Instructions... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Skip Fields... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Byte[] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::FilePathsData] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Byte[] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TypesData] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalTypes] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalFiles] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Boolean UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::IsEditorOnly] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.AuthorizationOption::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.AuthorizationOption::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationOption Unity.Notifications.iOS.AuthorizationOption::Badge] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationOption Unity.Notifications.iOS.AuthorizationOption::Sound] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationOption Unity.Notifications.iOS.AuthorizationOption::Alert] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationOption Unity.Notifications.iOS.AuthorizationOption::CarPlay] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationOption Unity.Notifications.iOS.AuthorizationOption::CriticalAlert] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationOption Unity.Notifications.iOS.AuthorizationOption::ProvidesAppNotificationSettings] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationOption Unity.Notifications.iOS.AuthorizationOption::Provisional] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.PresentationOption::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.PresentationOption::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.PresentationOption Unity.Notifications.iOS.PresentationOption::None] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.PresentationOption Unity.Notifications.iOS.PresentationOption::Badge] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.PresentationOption Unity.Notifications.iOS.PresentationOption::Sound] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.PresentationOption Unity.Notifications.iOS.PresentationOption::Alert] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.PresentationOption Unity.Notifications.iOS.PresentationOption::List] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.PresentationOption Unity.Notifications.iOS.PresentationOption::Banner] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.NotificationSoundType::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.NotificationSoundType::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSoundType Unity.Notifications.iOS.NotificationSoundType::Default] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSoundType Unity.Notifications.iOS.NotificationSoundType::Critical] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSoundType Unity.Notifications.iOS.NotificationSoundType::Ringtone] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSoundType Unity.Notifications.iOS.NotificationSoundType::None] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.NotificationInterruptionLevel::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.NotificationInterruptionLevel::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationInterruptionLevel Unity.Notifications.iOS.NotificationInterruptionLevel::Active] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationInterruptionLevel Unity.Notifications.iOS.NotificationInterruptionLevel::Critical] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationInterruptionLevel Unity.Notifications.iOS.NotificationInterruptionLevel::Passive] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationInterruptionLevel Unity.Notifications.iOS.NotificationInterruptionLevel::TimeSensitive] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.TimeTriggerData::interval] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Byte Unity.Notifications.iOS.TimeTriggerData::repeats] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.CalendarTriggerData::year] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.CalendarTriggerData::month] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.CalendarTriggerData::day] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.CalendarTriggerData::hour] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.CalendarTriggerData::minute] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.CalendarTriggerData::second] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Byte Unity.Notifications.iOS.CalendarTriggerData::repeats] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Double Unity.Notifications.iOS.LocationTriggerData::latitude] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Double Unity.Notifications.iOS.LocationTriggerData::longitude] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Single Unity.Notifications.iOS.LocationTriggerData::radius] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Byte Unity.Notifications.iOS.LocationTriggerData::notifyOnEntry] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Byte Unity.Notifications.iOS.LocationTriggerData::notifyOnExit] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Byte Unity.Notifications.iOS.LocationTriggerData::repeats] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.TimeTriggerData Unity.Notifications.iOS.TriggerData::timeInterval] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.CalendarTriggerData Unity.Notifications.iOS.TriggerData::calendar] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.LocationTriggerData Unity.Notifications.iOS.TriggerData::location] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationData::identifier] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationData::title] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationData::body] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationData::badge] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationData::subtitle] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationData::categoryIdentifier] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationData::threadIdentifier] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationData::soundType] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Single Unity.Notifications.iOS.iOSNotificationData::soundVolume] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationData::soundName] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationData::interruptionLevel] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Double Unity.Notifications.iOS.iOSNotificationData::relevanceScore] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationData::userInfo] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationData::attachments] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationData::triggerType] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.TriggerData Unity.Notifications.iOS.iOSNotificationData::trigger] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationActionOptions::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationActionOptions::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionOptions Unity.Notifications.iOS.iOSNotificationActionOptions::None] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionOptions Unity.Notifications.iOS.iOSNotificationActionOptions::Required] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionOptions Unity.Notifications.iOS.iOSNotificationActionOptions::Destructive] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionOptions Unity.Notifications.iOS.iOSNotificationActionOptions::Foreground] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationActionIconType::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationActionIconType::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionIconType Unity.Notifications.iOS.iOSNotificationActionIconType::None] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionIconType Unity.Notifications.iOS.iOSNotificationActionIconType::SystemImageName] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionIconType Unity.Notifications.iOS.iOSNotificationActionIconType::TemplateImageName] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationCategoryOptions::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationCategoryOptions::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategoryOptions Unity.Notifications.iOS.iOSNotificationCategoryOptions::None] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategoryOptions Unity.Notifications.iOS.iOSNotificationCategoryOptions::CustomDismissAction] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategoryOptions Unity.Notifications.iOS.iOSNotificationCategoryOptions::AllowInCarPlay] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategoryOptions Unity.Notifications.iOS.iOSNotificationCategoryOptions::HiddenPreviewsShowTitle] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategoryOptions Unity.Notifications.iOS.iOSNotificationCategoryOptions::HiddenPreviewsShowSubtitle] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/<>c Unity.Notifications.iOS.iOSNotificationCenter/<>c::<>9] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.AuthorizationStatus::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.AuthorizationStatus::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationStatus Unity.Notifications.iOS.AuthorizationStatus::NotDetermined] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationStatus Unity.Notifications.iOS.AuthorizationStatus::Denied] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationStatus Unity.Notifications.iOS.AuthorizationStatus::Authorized] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationStatus Unity.Notifications.iOS.AuthorizationStatus::Provisional] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationStatus Unity.Notifications.iOS.AuthorizationStatus::Ephemeral] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.AlertStyle::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.AlertStyle::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AlertStyle Unity.Notifications.iOS.AlertStyle::None] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AlertStyle Unity.Notifications.iOS.AlertStyle::Banner] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.AlertStyle Unity.Notifications.iOS.AlertStyle::Alert] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.ShowPreviewsSetting::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.ShowPreviewsSetting::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.ShowPreviewsSetting Unity.Notifications.iOS.ShowPreviewsSetting::Always] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.ShowPreviewsSetting Unity.Notifications.iOS.ShowPreviewsSetting::WhenAuthenticated] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.ShowPreviewsSetting Unity.Notifications.iOS.ShowPreviewsSetting::Never] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.NotificationSetting::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.NotificationSetting::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.NotificationSetting::NotSupported] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.NotificationSetting::Disabled] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.NotificationSetting::Enabled] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationTriggerType::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationTriggerType::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationTriggerType::TimeInterval] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationTriggerType::Calendar] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationTriggerType::Location] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationTriggerType::Push] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationTriggerType::Unknown] Because of the 'Obfuscate enum values' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find Field References in Modules... @@ -21248,6 +21758,36 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[VosacoSDK] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalFiles] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[VosacoSDK] System.Boolean UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::IsEditorOnly] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[VosacoSDK] System.Action`2 AD.VosacoSDK.ISDKInitCallback::onInitResult] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find Field References in Modules... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find Field References in Instructions... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Fields... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Byte[] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::FilePathsData] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Byte[] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TypesData] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalTypes] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalFiles] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Boolean UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::IsEditorOnly] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationPresentation::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationPresentation::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] Unity.Notifications.NotificationPresentation Unity.Notifications.NotificationPresentation::Alert] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] Unity.Notifications.NotificationPresentation Unity.Notifications.NotificationPresentation::Badge] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] Unity.Notifications.NotificationPresentation Unity.Notifications.NotificationPresentation::Sound] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] Unity.Notifications.NotificationPresentation Unity.Notifications.NotificationPresentation::Vibrate] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationSettingsSection::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationSettingsSection::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] Unity.Notifications.NotificationSettingsSection Unity.Notifications.NotificationSettingsSection::Application] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] Unity.Notifications.NotificationSettingsSection Unity.Notifications.NotificationSettingsSection::Category] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationRepeatInterval::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationRepeatInterval::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] Unity.Notifications.NotificationRepeatInterval Unity.Notifications.NotificationRepeatInterval::OneTime] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] Unity.Notifications.NotificationRepeatInterval Unity.Notifications.NotificationRepeatInterval::Daily] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationsPermissionStatus::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationsPermissionStatus::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionStatus Unity.Notifications.NotificationsPermissionStatus::RequestPending] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionStatus Unity.Notifications.NotificationsPermissionStatus::Granted] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionStatus Unity.Notifications.NotificationsPermissionStatus::Denied] Because of the 'Obfuscate enum values' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Field References in Modules... @@ -21265,249 +21805,250 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Find Field References in Instructions... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Find Member to skip... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Skip Fields... -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 Loom/5xz9zULT::MZJwY8bz] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object Loom/5xz9zULT::LD8hkcXy] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single Loom/lo7NvgTj::Mpprc_15] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 Loom/lo7NvgTj::zwLf9nnT] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object Loom/lo7NvgTj::MGd8axRw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] Loom/sK51KAZR Loom/sK51KAZR::wOOi70lj] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 Loom/sK51KAZR::gr6RDmKZ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 Loom/6QGymKaM::qjedghdv] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object Loom/6QGymKaM::_Dyai_qg] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single Loom/PHQxMmEo::L4WxlPT2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 Loom/PHQxMmEo::UaKVhMle] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object Loom/PHQxMmEo::I6bnBTMQ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] Loom/Yk2KK9I6 Loom/Yk2KK9I6::5COTMRqV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 Loom/Yk2KK9I6::JroATint] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 Loom::maxThreads] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the field is in a external assembly. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 Loom::maxThreads] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Byte[] jg1RtNaw/Si6unDL2::7bprWxdG] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Byte[] jg1RtNaw/Si6unDL2::DkIYb44l] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 jg1RtNaw/Si6unDL2::c3_yQ0j4] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 jg1RtNaw/Si6unDL2::dyRDCEQY] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean jg1RtNaw/Si6unDL2::yGKHEu2t] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Byte[] kFe4jXTn/UfJaYUBC::zTb8sHmV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Byte[] kFe4jXTn/UfJaYUBC::Me5Wp9TW] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 kFe4jXTn/UfJaYUBC::4hceaGnB] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 kFe4jXTn/UfJaYUBC::6LdB7ySz] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean kFe4jXTn/UfJaYUBC::kGHtqEaF] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] UnityTimer.Timer/TimerManager/<>c UnityTimer.Timer/TimerManager/<>c::<>9] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 UnityTimer.Timer/TimerManager/<>c::<>9__7_0] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.88yWHJxM/vhq2E9WF::d1RCpwZE] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.88yWHJxM MYp0ZVTT2QSDK.88yWHJxM/vhq2E9WF::QCc35FF_] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.88yWHJxM::hLy7mLiO] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.88yWHJxM::C6moQrz1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.88yWHJxM::UQlTijVD] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.88yWHJxM::XKfXx9tS] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.88yWHJxM::sJck0oDG] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.88yWHJxM::g7Pc4qlu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.Ui_dcKdf/l3YqCl36::601uhlws] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ui_dcKdf MYp0ZVTT2QSDK.Ui_dcKdf/l3YqCl36::iYRfVpwZ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ui_dcKdf::mmOQ6ubV] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ui_dcKdf::q4bD3Jzu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ui_dcKdf::HAcBW37D] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ui_dcKdf::nnJ167zr] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ui_dcKdf::lPDCyjkz] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ui_dcKdf::kaaNECN8] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7xSreMBH/1Bh_QWfG MYp0ZVTT2QSDK.7xSreMBH/1Bh_QWfG::MeWgYoyv] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.7xSreMBH/1Bh_QWfG::JWUNJ6bu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.7xSreMBH/1Bh_QWfG::1jUm_8Sl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.7xSreMBH/1Bh_QWfG::II9h9yld] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.88yWHJxM MYp0ZVTT2QSDK.7xSreMBH/W53H1ebW::Yl6jO1QL] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A8S4zLFC MYp0ZVTT2QSDK.7xSreMBH/W53H1ebW::D4Ts9p5i] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.88yWHJxM MYp0ZVTT2QSDK.7xSreMBH/7m9okZ4s::qgNZkPrs] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A8S4zLFC MYp0ZVTT2QSDK.7xSreMBH/7m9okZ4s::8ekm9pja] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.A8S4zLFC/H02czusj::53MWBfPl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A8S4zLFC MYp0ZVTT2QSDK.A8S4zLFC/H02czusj::x_Rgcwzk] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.A8S4zLFC::ki_6Du4H] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.A8S4zLFC::a9wpA_ut] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.A8S4zLFC::HbPfEdUR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.A8S4zLFC::61JdtqwM] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.A8S4zLFC::HxnFyiHJ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.A8S4zLFC::BQAN6uNe] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.uCaqyStv::7qQfDP9E] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.uCaqyStv::qsLgRtpf] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.uCaqyStv::nBjqrDGD] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.9GApI_pW::oU3IMl_P] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.81FMdice/9_BS5vmA::BHVuIu6M] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] 69fm9rBO MYp0ZVTT2QSDK.81FMdice/MND1HxcK::koeqsCoc] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.81FMdice/Y8xpjO0w::AbGyG_5P] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.81FMdice/GHaKNPZQ::1Y8b2vNB] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.81FMdice/_t4ZHNTl::XrkXOios] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.81FMdice/uEEVdQKF::4CWvPk7D] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.81FMdice/uEEVdQKF::8arxSQF6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.IEnumerable`1 MYp0ZVTT2QSDK.81FMdice/V4OQ31L7::5gmGQaAl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.IEqualityComparer`1 MYp0ZVTT2QSDK.81FMdice/V4OQ31L7::aCf4lHAH] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.IEnumerable`1 MYp0ZVTT2QSDK.81FMdice/0ws2mYnZ::9UqwDW_k] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`3 MYp0ZVTT2QSDK.81FMdice/0ws2mYnZ::ezqzcbO7] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.81FMdice/0ws2mYnZ::NukZE_W4] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.81FMdice/41lDihCz::FmhQTTz9] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/0ws2mYnZ MYp0ZVTT2QSDK.81FMdice/41lDihCz::NHH5q4oq] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] F0Zsdepe MYp0ZVTT2QSDK.81FMdice/ccXXDkBQ::dHmumMFi] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/0ws2mYnZ MYp0ZVTT2QSDK.81FMdice/ccXXDkBQ::ItwV6OrE] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] kku_l1z8 MYp0ZVTT2QSDK.81FMdice/_zyXdppt::LcTp1_Ce] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.81FMdice/41lDihCz MYp0ZVTT2QSDK.81FMdice/_zyXdppt::HQFGSQSf] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.IEnumerable`1<22ucecDX> MYp0ZVTT2QSDK.81FMdice/nxsCcUwH::3B1GT621] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] jYvYSInh MYp0ZVTT2QSDK.81FMdice/pmMq_VhO::f3CO6wug] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.81FMdice/GTrHCHLU::iWIJqWHy] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.81FMdice/tQSJp7MZ::cyKiYKG3] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.81FMdice/t5GXKTvA::vuDrZSJ5] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MZA_nWnm MYp0ZVTT2QSDK.81FMdice/t5GXKTvA::gnI6EMPE] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.81FMdice/bHWD42UG::XpeZACWk] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] cKcBu4UV MYp0ZVTT2QSDK.81FMdice/bHWD42UG::HCbL60b7] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.81FMdice/8AT_1fh6::FEjzw0cr] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.81FMdice/8AT_1fh6::zB9rM7JS] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] SyZTUTbU MYp0ZVTT2QSDK.9LmrO57O/N3JIRQjs::6hrbdFEd] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.9LmrO57O/N3JIRQjs::hxI7xhIi] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.9LmrO57O/o19a7d6J::nAcwv6na] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O MYp0ZVTT2QSDK.9LmrO57O/nlo_ZP0I::kJYSjixe] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.9LmrO57O/nlo_ZP0I::_bUEhkUA] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] RL6tzxnY MYp0ZVTT2QSDK.9LmrO57O/nlo_ZP0I::q0I6GwhC] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.9LmrO57O/nlo_ZP0I::zGOPNYTO] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O MYp0ZVTT2QSDK.9LmrO57O/3CV8qhkX::AUw19htT] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.9LmrO57O/3CV8qhkX::JwzcVuzE] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.9LmrO57O/3CV8qhkX::ctX_EG_o] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O<10sjScfG> MYp0ZVTT2QSDK.9LmrO57O/u8NrYgTF::aOnkWdtJ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.9LmrO57O/u8NrYgTF::IpPt_0ty] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.9LmrO57O/u8NrYgTF::k8RN2usZ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O MYp0ZVTT2QSDK.9LmrO57O/PJF2CfVe::SNLJ_iUR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.9LmrO57O/PJF2CfVe::dlrdxgZ5] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O MYp0ZVTT2QSDK.9LmrO57O/hFOgyH4e::FECwPZ4I] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1> MYp0ZVTT2QSDK.9LmrO57O/hFOgyH4e::ime6Xyjf] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.9LmrO57O MYp0ZVTT2QSDK.9LmrO57O/34cLBkNm::iid6WxV5] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.9LmrO57O/34cLBkNm::5aNr2Kf2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.7cRynXw2/0VxqqhpJ MYp0ZVTT2QSDK.7cRynXw2/0VxqqhpJ::qDvWbPuP] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1> MYp0ZVTT2QSDK.7cRynXw2/0VxqqhpJ::mGQjvIzu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.oOmERjt5/voocrGB3 MYp0ZVTT2QSDK.oOmERjt5/voocrGB3::PAGgwtuA] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.oOmERjt5/voocrGB3::HhoRnbGw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.gW6x2rrj/zRITH_jP::CKwXpZza] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.gW6x2rrj/zRITH_jP::TFhq7kxX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.gW6x2rrj/zRITH_jP::8A47Wrig] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.gW6x2rrj/zRITH_jP::e5Ve9_Fr] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.gW6x2rrj/w4N4M_Xw::QH6MO93P] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.gW6x2rrj/w4N4M_Xw::yf4fPbwq] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.gW6x2rrj/w4N4M_Xw::30ziwTfI] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.gW6x2rrj/ofMam6rE::OhEIs9bn] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.gW6x2rrj/ofMam6rE::9u919VYJ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.BznmJmYa/cKnVbliE MYp0ZVTT2QSDK.BznmJmYa/cKnVbliE::oCtN07Wn] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.BznmJmYa/cKnVbliE::iv6ieZkS] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.BznmJmYa/cKnVbliE::jgvkeiTb] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.BznmJmYa/cKnVbliE::_1unn6jS] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.BznmJmYa/Ed5VmNRy::DLZjxDm3] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.BznmJmYa/Ed5VmNRy::_u1ufZrz] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.BznmJmYa/Ed5VmNRy::S5gIZmBv] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bFg5xd7W MYp0ZVTT2QSDK.QXr1iL5O::UserData] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bFg5xd7W MYp0ZVTT2QSDK.QXr1iL5O::UserData] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qtqsmIXe MYp0ZVTT2QSDK.QXr1iL5O::EvtData] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qtqsmIXe MYp0ZVTT2QSDK.QXr1iL5O::EvtData] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.QXr1iL5O::TimeStamp] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.QXr1iL5O::TimeStamp] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.QXr1iL5O::Sign] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.QXr1iL5O::Sign] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.qtqsmIXe::Dwg1Md] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.qtqsmIXe::Dwg1Md] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.qtqsmIXe::AdName] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.qtqsmIXe::AdName] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.qtqsmIXe::AdId] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.qtqsmIXe::AdId] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.qtqsmIXe::DwgA4id] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.qtqsmIXe::DwgA4id] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bFg5xd7W MYp0ZVTT2QSDK.GRxoNryi::UserData] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bFg5xd7W MYp0ZVTT2QSDK.GRxoNryi::UserData] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KkkaDjL3 MYp0ZVTT2QSDK.GRxoNryi::EvtData] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KkkaDjL3 MYp0ZVTT2QSDK.GRxoNryi::EvtData] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.GRxoNryi::TimeStamp] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.GRxoNryi::TimeStamp] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.GRxoNryi::Sign] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.GRxoNryi::Sign] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::AndroidId] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::AndroidId] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::PackageName] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::PackageName] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::AppVersion] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::AppVersion] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::AppVersionName] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::AppVersionName] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::AndroidVersion] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::AndroidVersion] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::AndroidVersionName] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::AndroidVersionName] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::PhoneBrand] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::PhoneBrand] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::PhoneModel] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::PhoneModel] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::AdId] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::AdId] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::NetWorkType] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::NetWorkType] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::UserID] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.bFg5xd7W::UserID] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Code] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Code] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param1] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param2] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param3] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param3] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param4] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param4] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param5] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param5] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param6] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param7] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param7] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param8] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KkkaDjL3::Param8] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.vZTIIeQg/SJ5JF5Ur::5J7aUOZl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vZTIIeQg MYp0ZVTT2QSDK.vZTIIeQg/SJ5JF5Ur::m9gq0NaY] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.vZTIIeQg::GqUN8EPO] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.vZTIIeQg::WVPVJ0gW] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.vZTIIeQg::PTEl5Lvw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.vZTIIeQg::VLPdRhwt] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.vZTIIeQg::FkO8wWEg] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.vZTIIeQg::KTNSXC_1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.nO8n48Ss/NxuR9q8V::dWrim9Qs] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nO8n48Ss MYp0ZVTT2QSDK.nO8n48Ss/NxuR9q8V::qHzYVLgR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.nO8n48Ss::VtdbAlX7] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.nO8n48Ss::aLpFyxU2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.nO8n48Ss::cKuccoEN] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.nO8n48Ss::Ho0H9dNy] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.nO8n48Ss::eClqMiOA] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.nO8n48Ss::TyAGp8U5] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EXIerXNj/9simCRPy MYp0ZVTT2QSDK.EXIerXNj/9simCRPy::SdF0Gc7B] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.EXIerXNj/9simCRPy::5RF0avD4] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] BigoAds.Scripts.Api.BigoAdSdk/InitResultDelegate MYp0ZVTT2QSDK.EXIerXNj/9simCRPy::TR_zddlu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.EXIerXNj/9simCRPy::Ww4foWFG] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.EXIerXNj/9simCRPy::TconzSaB] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.EXIerXNj/9simCRPy::VQ3WsaIZ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.EXIerXNj/9simCRPy::Ds1IUNXY] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.EXIerXNj/9simCRPy::bBB6Enuw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.EXIerXNj/9simCRPy::kcVV3rEs] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XhUecnxQ MYp0ZVTT2QSDK.EXIerXNj/KxzQ7ezQ::XgXYyNmm] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cXUljZUf MYp0ZVTT2QSDK.EXIerXNj/MAtg22bn::UUHew6yz] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vZTIIeQg MYp0ZVTT2QSDK.EXIerXNj/dvH5Zlaz::nshmKab4] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mBts_wvM MYp0ZVTT2QSDK.EXIerXNj/2xNWFuMe::LiNLuzOu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.mBts_wvM/oCezPJIj::rZR6yPz8] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mBts_wvM MYp0ZVTT2QSDK.mBts_wvM/oCezPJIj::LVNEwxqM] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mBts_wvM::rJo53Lgt] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mBts_wvM::87AExYuX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mBts_wvM::hGxHVRsa] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mBts_wvM::4E7FreO7] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mBts_wvM::gYS5aElY] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mBts_wvM::fnd0NbS6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mBts_wvM::lMpD2u6z] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x0fCMBam/zL2TaWY9 MYp0ZVTT2QSDK.x0fCMBam/zL2TaWY9::sD4pr3xd] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.x0fCMBam/zL2TaWY9::jP4fQA63] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.x0fCMBam/zL2TaWY9::CVLmc6xa] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.x0fCMBam::hGA_0ZUy] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.x0fCMBam::k2UBDVXR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.XhUecnxQ/yDrHoQBZ::D6zoDVw3] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XhUecnxQ MYp0ZVTT2QSDK.XhUecnxQ/yDrHoQBZ::HlFFtGei] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XhUecnxQ::SeucG2sy] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XhUecnxQ::7QOtFXBt] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XhUecnxQ::4nqfdEmu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XhUecnxQ::7V2xjHST] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XhUecnxQ::cMfYmcqP] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XhUecnxQ::MPyaEvS6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.cXUljZUf/izLkI0t3::YvfDos60] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cXUljZUf MYp0ZVTT2QSDK.cXUljZUf/izLkI0t3::EBLHE83U] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cXUljZUf::Gcdrcb7_] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cXUljZUf::fvnQC4HR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cXUljZUf::IDZJre21] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cXUljZUf::a6qlVKXG] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cXUljZUf::sKvVg627] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cXUljZUf::5cEnIVhh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cXUljZUf::rvZo9hDa] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.y6cZhXO2/v9_l5Ybd::RtWoSuUT] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.y6cZhXO2 MYp0ZVTT2QSDK.y6cZhXO2/v9_l5Ybd::6Qp_uJIP] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.y6cZhXO2::5a9rJJYf] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.y6cZhXO2::mCXngyqi] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.y6cZhXO2::XE6XkBF_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.y6cZhXO2::Cg8F3oR6] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.y6cZhXO2::lUvTp6J0] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.y6cZhXO2::Y_PND2H6] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.ww3UAYSg/9fxFb7FI::QEnGPnWb] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ww3UAYSg MYp0ZVTT2QSDK.ww3UAYSg/9fxFb7FI::2K27MZqN] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ww3UAYSg::GZGCDETx] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ww3UAYSg::RbkMV5HZ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ww3UAYSg::t7q2bszv] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ww3UAYSg::9pZePFJG] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ww3UAYSg::pqtUbNgp] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ww3UAYSg::6S5vB7XN] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2vaDLgtu/3RvJI9tB MYp0ZVTT2QSDK.2vaDLgtu/3RvJI9tB::MoVnBb2c] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.2vaDLgtu/3RvJI9tB::KA1sA5mn] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.2vaDLgtu/3RvJI9tB::iigwjfLe] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.2vaDLgtu/3RvJI9tB::QNqHn1Fa] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.y6cZhXO2 MYp0ZVTT2QSDK.2vaDLgtu/YhmxY0GL::RfKMJXOW] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qNmhMamF MYp0ZVTT2QSDK.2vaDLgtu/YhmxY0GL::vu24qaSR] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.y6cZhXO2 MYp0ZVTT2QSDK.2vaDLgtu/qbozrhZe::5VupFmLQ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qNmhMamF MYp0ZVTT2QSDK.2vaDLgtu/qbozrhZe::zVzxzO2l] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.qNmhMamF/BHHA1zvG::x_hb8wei] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.qNmhMamF MYp0ZVTT2QSDK.qNmhMamF/BHHA1zvG::Q1Gha39z] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.qNmhMamF::oMvK2aGN] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.qNmhMamF::KVmBd7IM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.qNmhMamF::E_zxBl_S] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.qNmhMamF::_m2WjSRV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.qNmhMamF::wmvcA8Dn] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.qNmhMamF::nGh8V3rL] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AppsFlyerAdapter MYp0ZVTT2QSDK.AppsFlyerAdapter/wgyJMbPd::Aod0etBE] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.DXBf_XYH::fUEy_T0d] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.DXBf_XYH::FPONb6h_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.DXBf_XYH::rOnegz0k] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.u5pNiRJ5::7Y0HYsY8] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.vcv5fL94/syDXE4GJ::ZaGFr90R] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] sLFjesas MYp0ZVTT2QSDK.vcv5fL94/DMT0yRdA::1DXAa4rF] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.vcv5fL94/SDqdSTUY::2bt8fSrL] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.vcv5fL94/M1RDGLI3::3dCrUF0D] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.vcv5fL94/FsuPA1uw::GmT6FSlO] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.vcv5fL94/lihi8Zgd::0LI5azCW] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.vcv5fL94/lihi8Zgd::b0FLlKDB] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.IEnumerable`1 MYp0ZVTT2QSDK.vcv5fL94/pW3iwS5g::77uSZgMk] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.IEqualityComparer`1 MYp0ZVTT2QSDK.vcv5fL94/pW3iwS5g::aOOUdxzc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.IEnumerable`1 MYp0ZVTT2QSDK.vcv5fL94/iEX5H1yM::aDOem4lY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`3 MYp0ZVTT2QSDK.vcv5fL94/iEX5H1yM::iSyzEHBY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.vcv5fL94/iEX5H1yM::SqmR_tUm] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.vcv5fL94/p_AehnoD::UiiHltwn] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/iEX5H1yM MYp0ZVTT2QSDK.vcv5fL94/p_AehnoD::IO5EXtP_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] k4EKAy1G MYp0ZVTT2QSDK.vcv5fL94/DSZxi8z0::OblmhOnt] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/iEX5H1yM MYp0ZVTT2QSDK.vcv5fL94/DSZxi8z0::gilzjg3i] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] 6N2gGndx MYp0ZVTT2QSDK.vcv5fL94/8tTC0j6T::b9ImXfUe] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.vcv5fL94/p_AehnoD<6N2gGndx> MYp0ZVTT2QSDK.vcv5fL94/8tTC0j6T::zIKsWoNJ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.IEnumerable`1 MYp0ZVTT2QSDK.vcv5fL94/ufWTT6Et::rnKjsz_u] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] Pw1pB7_z MYp0ZVTT2QSDK.vcv5fL94/_6ceqA5l::85PziaC5] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.vcv5fL94/pUmRLy0U::2o2Vsfoc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1<3_lvCbbj> MYp0ZVTT2QSDK.vcv5fL94/3G5DROnE::ryWgbT8z] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.vcv5fL94/qAVMME9z::Uc8W9FgP] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] UbmKaZl2 MYp0ZVTT2QSDK.vcv5fL94/qAVMME9z::LmzaEOw9] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.vcv5fL94/yoXyhxQs::BCsmk7E_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] h_852TNT MYp0ZVTT2QSDK.vcv5fL94/yoXyhxQs::8cZJdUV2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.vcv5fL94/Hknf8uNZ::RQKbS97Z] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.vcv5fL94/Hknf8uNZ::_YiDpItJ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] Oh4SKxeP MYp0ZVTT2QSDK.m2021lS7/E6pFyODl::egCekK15] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.m2021lS7/E6pFyODl::I6LDoIwg] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.m2021lS7/X9sTI6RR::oBFYkhsS] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7 MYp0ZVTT2QSDK.m2021lS7/HNa5fZpS::kuLhx0jt] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.m2021lS7/HNa5fZpS::d4CBIb2C] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] jXw6hO4w MYp0ZVTT2QSDK.m2021lS7/HNa5fZpS::Lq8eu97N] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.m2021lS7/HNa5fZpS::knE2oe3M] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7<0Gmuov7y> MYp0ZVTT2QSDK.m2021lS7/tiCwl2Wz::bafx2Whn] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.m2021lS7/tiCwl2Wz::9eduwGhm] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1<0Gmuov7y> MYp0ZVTT2QSDK.m2021lS7/tiCwl2Wz::lKLMGJoh] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7 MYp0ZVTT2QSDK.m2021lS7/NAje5RI_::KCuX6_4B] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.m2021lS7/NAje5RI_::gtjJasDY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.m2021lS7/NAje5RI_::ijZ2KEfS] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7 MYp0ZVTT2QSDK.m2021lS7/5srYlSOm::1tdOkLY4] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.m2021lS7/5srYlSOm::omgpOidp] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7<9GWEZ9b5> MYp0ZVTT2QSDK.m2021lS7/oZYakIWK::LdEGBaWR] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1> MYp0ZVTT2QSDK.m2021lS7/oZYakIWK::7AeGeHLU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.m2021lS7 MYp0ZVTT2QSDK.m2021lS7/Yfb1XOA8::kcpDvq7d] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.m2021lS7/Yfb1XOA8::XB6m4Evj] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UEvdf0ZZ/3wC8_tKk MYp0ZVTT2QSDK.UEvdf0ZZ/3wC8_tKk::UaI6j2F9] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1> MYp0ZVTT2QSDK.UEvdf0ZZ/3wC8_tKk::_gpVk25_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.B3qhJiV2/AKb6jo5t MYp0ZVTT2QSDK.B3qhJiV2/AKb6jo5t::k4aMDLH9] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.B3qhJiV2/AKb6jo5t::eQvlcQKg] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HvO5Jf0x/R1YsgIkp::a3bW5GN0] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HvO5Jf0x/R1YsgIkp::cOYVwn25] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HvO5Jf0x/R1YsgIkp::j9JqG0rd] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HvO5Jf0x/R1YsgIkp::_3FBwMTv] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HvO5Jf0x/tl8e7Kxl::jRBLBb2n] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HvO5Jf0x/tl8e7Kxl::2lJ4w3Od] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HvO5Jf0x/tl8e7Kxl::1y2q8Xsn] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HvO5Jf0x/Y4LZSOqS::J12yWZaT] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HvO5Jf0x/Y4LZSOqS::_Ca7mMuI] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.mjOutY15/lXZtURGc MYp0ZVTT2QSDK.mjOutY15/lXZtURGc::RKrFzBy9] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.mjOutY15/lXZtURGc::TJmrb62y] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.mjOutY15/lXZtURGc::NclKHB2b] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.mjOutY15/lXZtURGc::0xQaoYod] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.mjOutY15/hv7yl6uK::6SyslizS] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.mjOutY15/hv7yl6uK::QswwDVE2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.mjOutY15/hv7yl6uK::cN2kEaWv] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zvYlM8Dw MYp0ZVTT2QSDK.H7UidbCf::UserData] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zvYlM8Dw MYp0ZVTT2QSDK.H7UidbCf::UserData] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.sszJuEnY MYp0ZVTT2QSDK.H7UidbCf::EvtData] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.sszJuEnY MYp0ZVTT2QSDK.H7UidbCf::EvtData] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.H7UidbCf::TimeStamp] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.H7UidbCf::TimeStamp] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.H7UidbCf::Sign] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.H7UidbCf::Sign] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.sszJuEnY::Dwg1Md] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.sszJuEnY::Dwg1Md] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.sszJuEnY::AdName] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.sszJuEnY::AdName] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.sszJuEnY::AdId] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.sszJuEnY::AdId] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.sszJuEnY::DwgA4id] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.sszJuEnY::DwgA4id] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zvYlM8Dw MYp0ZVTT2QSDK.X8IjBuYL::UserData] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.zvYlM8Dw MYp0ZVTT2QSDK.X8IjBuYL::UserData] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EKh8R8Is MYp0ZVTT2QSDK.X8IjBuYL::EvtData] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.EKh8R8Is MYp0ZVTT2QSDK.X8IjBuYL::EvtData] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.X8IjBuYL::TimeStamp] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.X8IjBuYL::TimeStamp] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.X8IjBuYL::Sign] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.X8IjBuYL::Sign] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::AndroidId] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::AndroidId] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::PackageName] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::PackageName] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::AppVersion] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::AppVersion] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::AppVersionName] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::AppVersionName] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::AndroidVersion] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::AndroidVersion] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::AndroidVersionName] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::AndroidVersionName] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::PhoneBrand] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::PhoneBrand] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::PhoneModel] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::PhoneModel] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::AdId] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::AdId] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::NetWorkType] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::NetWorkType] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::UserID] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.zvYlM8Dw::UserID] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Code] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Code] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param1] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param1] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param2] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param3] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param4] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param4] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param5] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param5] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param6] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param6] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param7] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param7] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param8] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.EKh8R8Is::Param8] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.Ah7RgX6b/prl7eCoF::6GcHtIps] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ah7RgX6b MYp0ZVTT2QSDK.Ah7RgX6b/prl7eCoF::UI_ndQGu] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ah7RgX6b::UXv443sy] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ah7RgX6b::LA2RwSl4] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ah7RgX6b::0tcAOtZQ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ah7RgX6b::yfolep6b] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ah7RgX6b::nUixL5DC] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ah7RgX6b::0TAaR93E] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.730Cu1J_/r6OAbaYi::07yypRgH] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.730Cu1J_ MYp0ZVTT2QSDK.730Cu1J_/r6OAbaYi::nD12c6fz] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.730Cu1J_::om2bQKzp] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.730Cu1J_::eyjIZBbe] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.730Cu1J_::in9s1GLI] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.730Cu1J_::Pm1kBTXC] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.730Cu1J_::b91l3L15] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.730Cu1J_::TY3C5X58] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5 MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5::ZWOD2Ilc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5::W3HepRnU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] BigoAds.Scripts.Api.BigoAdSdk/InitResultDelegate MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5::0QRvwcG0] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5::5dSR6PUU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5::yQbk5MEc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5::Z3_IeH1u] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5::lMyfudys] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5::FFp_bzM3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.nEW3w5lC/0NGc4IZ5::hdMUINXQ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.aVN9Y5k4 MYp0ZVTT2QSDK.nEW3w5lC/fN5GUCAp::sha4fICl] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cDmJZfT8 MYp0ZVTT2QSDK.nEW3w5lC/FqalmZF2::6dA7ysmE] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Ah7RgX6b MYp0ZVTT2QSDK.nEW3w5lC/_Geu4m9K::t17EFxWW] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k7Z1syny MYp0ZVTT2QSDK.nEW3w5lC/kbHIi8e9::mQ0Tpp2D] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.k7Z1syny/Xc3uWafl::MTbtO2Ye] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.k7Z1syny MYp0ZVTT2QSDK.k7Z1syny/Xc3uWafl::z3FBGSB2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.k7Z1syny::WXqaJF4T] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.k7Z1syny::jTwTpvMN] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.k7Z1syny::qQLm4yS5] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.k7Z1syny::t0ReVpnk] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.k7Z1syny::Ihcc1gWX] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.k7Z1syny::620p6ctx] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.k7Z1syny::155TXfTY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.J7dyeukR/g1NnCq06 MYp0ZVTT2QSDK.J7dyeukR/g1NnCq06::3Be8mzwz] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.J7dyeukR/g1NnCq06::I26KkeEn] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.J7dyeukR/g1NnCq06::2HyyMagJ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.J7dyeukR::J_Rlpnmc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.J7dyeukR::T219eHVl] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.aVN9Y5k4/8VfmpuAi::Q27HtDCY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.aVN9Y5k4 MYp0ZVTT2QSDK.aVN9Y5k4/8VfmpuAi::FGlspluu] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.aVN9Y5k4::zTofMWu2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.aVN9Y5k4::k8R3kqG5] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.aVN9Y5k4::9zsZqPgK] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.aVN9Y5k4::qN5ZTZot] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.aVN9Y5k4::UFEvYeb_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.aVN9Y5k4::2YP6w9Rl] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.cDmJZfT8/CtGy35mM::dioaPXUv] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cDmJZfT8 MYp0ZVTT2QSDK.cDmJZfT8/CtGy35mM::ECsBdReY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cDmJZfT8::EWTPKW0R] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cDmJZfT8::iV1aw_XV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cDmJZfT8::oRx9Mxbw] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cDmJZfT8::H8tF0sgr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cDmJZfT8::UoA72BnT] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cDmJZfT8::bf_xvp1A] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cDmJZfT8::_nkg5htO] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.ABConfigData::GroupId] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.ABConfigData::GroupId] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.ABConfigData::GId] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. @@ -21518,71 +22059,71 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.VariableData::Key] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.VariableData::Json] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.VariableData::Json] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.uJAhKZKT::arpu] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.uJAhKZKT::arpu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.uJAhKZKT::country] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.uJAhKZKT::country] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.uJAhKZKT::networkNameStr] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.uJAhKZKT::networkNameStr] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::networkNameStr] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::networkNameStr] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::appID] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::appID] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::videoID] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::videoID] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::insID] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::insID] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::nativeID] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::nativeID] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.Mb4Ja5WV::maxDisplay] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.Mb4Ja5WV::maxDisplay] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::videoId1] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::videoId1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::videoId2] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::videoId2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::insId1] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::insId1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::insId2] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::insId2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::token] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Mb4Ja5WV::token] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.mhcUQlNj::mTFuGORr] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.YFAuWVBo::J0fYqEfP] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.YFAuWVBo::LTBqEH9R] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.YFAuWVBo::cLDq4dvw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.YFAuWVBo::6ctmlJcd] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.YFAuWVBo::uRr9zlNz] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.YFAuWVBo::lc7WJ6HD] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.YFAuWVBo::6Rs0zAbj] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.YFAuWVBo::WhWftVLC] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::rrzx_qzU] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::DFe5TdlX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::Ssndc9c_] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::85jHOH_g] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::80GORU5e] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::jjwTUbDP] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::2yi70sx3] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::YqZFwsUG] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::MwcaJM2W] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::0ic_f_bP] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::veH3H8h6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::hLxrM2Mb] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::o_TCG2n5] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::LXpPLzJp] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::nkf4g4Qt] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::5ML6Lzse] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.1DgVhGfV/RViF1eIQ::IB9bYgfy] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1> MYp0ZVTT2QSDK.1DgVhGfV/szvB20HO::bRmRHsWP] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1> MYp0ZVTT2QSDK.1DgVhGfV/NoINPiDq::fmRRoOyl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1DgVhGfV/mvHZsbRe::3iTg40c2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.1DgVhGfV/mvHZsbRe::PSPlcp3t] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Byte[] MYp0ZVTT2QSDK.1DgVhGfV/mvHZsbRe::0KoSGqvf] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.1DgVhGfV/mvHZsbRe::Kp0tg5zu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.1DgVhGfV/mvHZsbRe::kek1SNUa] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1DgVhGfV/Jbqgtvpy::vjKWHgWY] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.1DgVhGfV/W7RbdPkT::OhFNJO2r] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.1DgVhGfV/9QkfiOzI::r_U2ttg_] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.1DgVhGfV/ndHdmrlG::gnJvytuG] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.u4mnTmVd::arpu] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.u4mnTmVd::arpu] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.u4mnTmVd::country] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.u4mnTmVd::country] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.u4mnTmVd::networkNameStr] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.u4mnTmVd::networkNameStr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::networkNameStr] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::networkNameStr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::appID] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::appID] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::videoID] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::videoID] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::insID] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::insID] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::nativeID] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::nativeID] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.kOztlyTp::maxDisplay] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.kOztlyTp::maxDisplay] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::videoId1] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::videoId1] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::videoId2] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::videoId2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::insId1] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::insId1] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::insId2] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::insId2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::token] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.kOztlyTp::token] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.Q2UMvM_6::zO3RaqEi] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.tkm6PlyE::4oWg1MI6] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.tkm6PlyE::tZPovlQv] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.tkm6PlyE::6IdOYhQk] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.tkm6PlyE::f6NIWAjq] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.tkm6PlyE::Ot0uObmX] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.tkm6PlyE::V8K39KBc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.tkm6PlyE::jGwfPg4A] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.tkm6PlyE::JQDgSIu0] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::MC6sJmrz] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::cVIgKJ2s] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::q_ZTfDQl] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::iCFCmhuV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::uQTgqHBy] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::ts12Jz69] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::9iZBtZoZ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::rXAvN6jh] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::J6dqQh92] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::usvSVM1q] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::T_dPRsTs] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::K192lKjz] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::6RiHFYVG] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::dDA7NZxj] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::sNjkNWXX] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::RklgK1cF] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.auNVnPrw/QfylzOHO::Uew5VEeu] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1> MYp0ZVTT2QSDK.auNVnPrw/8Koujosd::j9_9MeJO] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1> MYp0ZVTT2QSDK.auNVnPrw/YhgakJ5z::DpOKMKWc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.auNVnPrw/e68aLpsU::_WCelwdr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.auNVnPrw/e68aLpsU::167stbVx] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Byte[] MYp0ZVTT2QSDK.auNVnPrw/e68aLpsU::2WeopSzy] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.auNVnPrw/e68aLpsU::TD68WJ0O] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.auNVnPrw/e68aLpsU::nMiq9LCg] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.auNVnPrw/PXo6DBUe::bGPi1VcD] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.auNVnPrw/qjgP_obd::NZzfiE08] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.auNVnPrw/vIEQWh2i::0cyLrCBB] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.auNVnPrw/A5SXYhdO::_d6Ic60T] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.PaymentTypeCode::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.PaymentTypeCode::value__] Because of the 'Obfuscate enum values' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PaymentTypeCode MYp0ZVTT2QSDK.PaymentTypeCode::GOPAY] Because of compatibility component: Obfuscator - Compatibility : Has the DoNotRenameAttribute. @@ -21595,6 +22136,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PaymentTypeCode MYp0ZVTT2QSDK.PaymentTypeCode::MERCADOPAGO] Because of the 'Obfuscate enum values' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PaymentTypeCode MYp0ZVTT2QSDK.PaymentTypeCode::PAGBANK] Because of compatibility component: Obfuscator - Compatibility : Has the DoNotRenameAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PaymentTypeCode MYp0ZVTT2QSDK.PaymentTypeCode::PAGBANK] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PaymentTypeCode MYp0ZVTT2QSDK.PaymentTypeCode::PAYPAL] Because of compatibility component: Obfuscator - Compatibility : Has the DoNotRenameAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.PaymentTypeCode MYp0ZVTT2QSDK.PaymentTypeCode::PAYPAL] Because of the 'Obfuscate enum values' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.WithDrawConfig::SecneId] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.WithDrawConfig::SecneId] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.WithDrawConfig::Desc] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. @@ -21621,518 +22164,519 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.WithDrawOrder::Status] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int64 MYp0ZVTT2QSDK.WithDrawOrder::Ts] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int64 MYp0ZVTT2QSDK.WithDrawOrder::Ts] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD/IFZnh7lP MYp0ZVTT2QSDK.NjH2WXSD/IFZnh7lP::p2zL1QqB] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.NjH2WXSD/IFZnh7lP::j5WF3mju] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.NjH2WXSD MYp0ZVTT2QSDK.NjH2WXSD/IZhoRW4h::Y23K5bK8] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.NjH2WXSD/IZhoRW4h::6SowT6LN] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.NjH2WXSD/IZhoRW4h::tWaZ4L97] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.ZHsJgohg/aqJADNK1::EtL5a_Fc] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZHsJgohg MYp0ZVTT2QSDK.ZHsJgohg/aqJADNK1::foHtbv1h] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZHsJgohg::FD1rEjy6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZHsJgohg::5l_Pe4g7] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZHsJgohg::rSfNJZEs] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZHsJgohg::Ny10wkQa] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZHsJgohg::31KgkyQn] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZHsJgohg::zb2qTy3M] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.ZHsJgohg::ag_4iAhS] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm::AD4c8WsR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm::yU9Yc6Mh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm::VpRAszi4] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm::dBrZlcWd] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm::kl5suOCv] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm::hLw2wm9l] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm::46Sbr45R] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm::GuaJtj2w] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm::qrj5IHbU] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.2B5FJ4D1/yf0w1Epm::JKPFSyXz] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.2B5FJ4D1/N5_OfSuB::55vzkV39] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.2B5FJ4D1/N5_OfSuB::JvGkaRAg] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZHsJgohg MYp0ZVTT2QSDK.2B5FJ4D1/AYTXAKJC::nXT8gxBM] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XYJfEhoo MYp0ZVTT2QSDK.2B5FJ4D1/5SuD1tpQ::KhmlRmP6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YTYDQ1WT MYp0ZVTT2QSDK.2B5FJ4D1/4MQiUKky::Eb_ZuoIf] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Zo2ddxTn MYp0ZVTT2QSDK.2B5FJ4D1/LmTdIk8b::8ObS6uMJ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.2B5FJ4D1/zB0YcEQV::bMo7gv6S] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.2B5FJ4D1/zB0YcEQV::8bu3oGex] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.2B5FJ4D1/lRnEE6Er::bDVZK9kS] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.2B5FJ4D1/lRnEE6Er::uZYdPD9z] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.XYJfEhoo/4j7ftM4n::UxAXEnLr] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.XYJfEhoo MYp0ZVTT2QSDK.XYJfEhoo/4j7ftM4n::Ktr4Sfyc] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XYJfEhoo::41ISqhIy] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XYJfEhoo::FVwvc5rY] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XYJfEhoo::2w3bSfRG] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XYJfEhoo::qH8fU5nM] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XYJfEhoo::F1UBDXkC] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XYJfEhoo::9c5aKrIq] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.XYJfEhoo::2JyBtHfo] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.XYJfEhoo::TsY6nfvN] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.YTYDQ1WT/zkW75Z1P::Bin92XWI] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.YTYDQ1WT MYp0ZVTT2QSDK.YTYDQ1WT/zkW75Z1P::pO0dgvPX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.YTYDQ1WT::m15jep57] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.YTYDQ1WT::Y4nqaqgY] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.YTYDQ1WT::pEwcF9JZ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.YTYDQ1WT::nyCSyYIM] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.YTYDQ1WT::rXb64fkI] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.YTYDQ1WT::BWDFWb7K] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.YTYDQ1WT::q8GmxykC] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.Zo2ddxTn/LG9pscCB::jJOwkCrz] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Zo2ddxTn MYp0ZVTT2QSDK.Zo2ddxTn/LG9pscCB::RdCuDaL8] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Zo2ddxTn::czPcFWVp] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Zo2ddxTn::HAE9Kh4x] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Zo2ddxTn::Gb8psPzN] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Zo2ddxTn::bGQbG0U4] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Zo2ddxTn::T58XdlWj] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Zo2ddxTn::UHw0lrsD] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Zo2ddxTn::lTvEqHcW] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.Zo2ddxTn::k7S65g7B] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.pHQ3ZGsb/fWMNpoio MYp0ZVTT2QSDK.pHQ3ZGsb/fWMNpoio::btcYbmXN] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.pHQ3ZGsb/fWMNpoio::wmurFc2A] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.T6zX5xuK MYp0ZVTT2QSDK.pHQ3ZGsb/074XRt4p::TM9n8bQf] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KXn4RF19 MYp0ZVTT2QSDK.pHQ3ZGsb/074XRt4p::MHOAgXb9] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.u5kvI8r4::EQ0Xy8CP] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.u5kvI8r4::NyFqWnOS] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.u5kvI8r4::DD9R1zW3] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.u5kvI8r4::IKrkoiZD] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.u5kvI8r4::cYhbVGuj] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.T6zX5xuK/uwmEsF9f::T2f6lFv0] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.T6zX5xuK MYp0ZVTT2QSDK.T6zX5xuK/uwmEsF9f::Kpqeloa_] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.T6zX5xuK::Oflnt1cS] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.T6zX5xuK::ZyxRtbG_] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.T6zX5xuK::OLUdbTzu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.T6zX5xuK::EwwjSwZb] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.T6zX5xuK::bVxSNLZJ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.T6zX5xuK::kaqUiAVx] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.AvU2nYHk::7TDMmmab] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.AvU2nYHk::o6S3bLE9] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.AvU2nYHk::WDZ7Iwth] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.AvU2nYHk::3Z35JUJ8] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.AvU2nYHk::SA1ZmPfw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.AvU2nYHk::3B4zIr_A] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.KXn4RF19/OzVG1Zsz::3_q6SrUo] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KXn4RF19 MYp0ZVTT2QSDK.KXn4RF19/OzVG1Zsz::MI2OIDqI] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.KXn4RF19::3j7fiNBw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.KXn4RF19::bqLnKYN6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.KXn4RF19::uYxwq58M] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.KXn4RF19::OREd_DTz] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.KXn4RF19::jgIIGUTx] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.KXn4RF19::8L1zuqO8] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.KXn4RF19::3UnpcYN9] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC/hreaN6KI MYp0ZVTT2QSDK.FpzC7unC/hreaN6KI::pUGNwv_W] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.FpzC7unC/hreaN6KI::M7D79IRk] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.FpzC7unC MYp0ZVTT2QSDK.FpzC7unC/pGNnpbWZ::qhE6Au8V] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.FpzC7unC/pGNnpbWZ::tv2cmngL] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.FpzC7unC/pGNnpbWZ::gKV9FHuw] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.jgL0oTJ7/1yF8bDVj::IubQrwEG] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jgL0oTJ7 MYp0ZVTT2QSDK.jgL0oTJ7/1yF8bDVj::vu_UQGPU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.jgL0oTJ7::SrVle2CN] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.jgL0oTJ7::xYyUEyBB] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.jgL0oTJ7::UHtHcqPA] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.jgL0oTJ7::faF7eP64] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.jgL0oTJ7::eaCJ3_H_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.jgL0oTJ7::eAYCyv9h] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.jgL0oTJ7::uorL0Gjd] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b::4qZj9tpR] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b::sGrfYoBW] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b::3R97J1nM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b::ebjG8RCq] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b::SScjbSLf] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b::BpMeYZ8A] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b::x4CGiriY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b::0axLtoX7] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b::OFXFl4pT] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.nI116sQW/rTjbG_8b::8p_wvl0f] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.nI116sQW/3VU6LAP2::cPKFjX6a] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.nI116sQW/3VU6LAP2::xfvMCW2x] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.jgL0oTJ7 MYp0ZVTT2QSDK.nI116sQW/EyMobx4W::l2zhyt5H] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4YznznAS MYp0ZVTT2QSDK.nI116sQW/opFalAyh::25RbVPLi] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ONj5gEWW MYp0ZVTT2QSDK.nI116sQW/RELZc4kv::o0CexLoS] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ccg8Xhxq MYp0ZVTT2QSDK.nI116sQW/Vg_CPMpc::tEcMmIOK] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.nI116sQW/0f9VWpbD::SPLhHhLy] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.nI116sQW/0f9VWpbD::FhPSy8wt] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.nI116sQW/FGook3es::0Faoaija] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.nI116sQW/FGook3es::40RJRzdX] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.4YznznAS/osA48IyF::sZ9ImgCY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4YznznAS MYp0ZVTT2QSDK.4YznznAS/osA48IyF::MTqvGeAW] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.4YznznAS::HQrWlgxt] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.4YznznAS::UP73KanB] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.4YznznAS::vJcPfbj7] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.4YznznAS::qgYLe6Ts] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.4YznznAS::44QDhHYs] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.4YznznAS::ZoBBkpj0] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.4YznznAS::QVFdjp7K] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.4YznznAS::pTSCDkgi] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.ONj5gEWW/CqaPba18::a4nf82zV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ONj5gEWW MYp0ZVTT2QSDK.ONj5gEWW/CqaPba18::NaF0Q_w8] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ONj5gEWW::5DaxmWw0] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ONj5gEWW::hnItIsQZ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ONj5gEWW::pMnftpKF] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ONj5gEWW::2BnD5H8t] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ONj5gEWW::8_oU9RLk] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ONj5gEWW::2uka0Mw9] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.ONj5gEWW::nqGQc8OS] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.ccg8Xhxq/yFOA0fPR::3Z_ibT7d] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ccg8Xhxq MYp0ZVTT2QSDK.ccg8Xhxq/yFOA0fPR::aSMAj2Y3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ccg8Xhxq::RMQHLBiA] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ccg8Xhxq::0enouuOq] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ccg8Xhxq::Kwm2IQqn] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ccg8Xhxq::2v899kRG] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ccg8Xhxq::VT2b5iF9] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ccg8Xhxq::U1CG3Tab] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ccg8Xhxq::MMBzPu_i] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.ccg8Xhxq::EPCmCico] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yImYBemz/FF7JOwvo MYp0ZVTT2QSDK.yImYBemz/FF7JOwvo::QxTw7fF5] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.yImYBemz/FF7JOwvo::ZGgTT1YM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Fym5Q_RX MYp0ZVTT2QSDK.yImYBemz/etOmTLAn::8M87F1ZS] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZZYuDhLT MYp0ZVTT2QSDK.yImYBemz/etOmTLAn::1QQVUU7Q] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.__LPnoC2::iUOk9JYN] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.__LPnoC2::jCgaQR0x] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.__LPnoC2::qUrNzil4] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.__LPnoC2::I9Z87Ojm] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.__LPnoC2::UClOz31F] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.Fym5Q_RX/My3j8Pt2::f8bZWPvY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Fym5Q_RX MYp0ZVTT2QSDK.Fym5Q_RX/My3j8Pt2::smyEamxC] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Fym5Q_RX::dTXXtHNs] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Fym5Q_RX::0IsEuzct] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Fym5Q_RX::0I7Dr1Lb] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Fym5Q_RX::5rDgBWoF] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Fym5Q_RX::t327ok2G] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Fym5Q_RX::c82XQSwO] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.522PQwfQ::WcNmMVBk] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.522PQwfQ::jGCCY_Ve] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.522PQwfQ::re8n9vrM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.522PQwfQ::wyZ0IHQA] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.522PQwfQ::jcizPOGE] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.522PQwfQ::5WTwYfZz] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.ZZYuDhLT/pyCRonTE::zdDcndRQ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ZZYuDhLT MYp0ZVTT2QSDK.ZZYuDhLT/pyCRonTE::AogfhKYU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZZYuDhLT::1I6RxsZt] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZZYuDhLT::rbWLQCqK] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZZYuDhLT::EPQtZ46l] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZZYuDhLT::7_vO6OzE] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZZYuDhLT::WtJBDGa_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZZYuDhLT::aYO9TTJU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.ZZYuDhLT::JFrHIfbu] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/<>c MYp0ZVTT2QSDK.MYp0ZVTT2QSDKHelper/<>c::<>9] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt::V4U79FzZ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt::tdW62o5i] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt::_EvD8fNC] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2,System.Collections.Generic.List`1> MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt::WuaZwq2J] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2,System.Collections.Generic.List`1> MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt::gFyYhQGX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`4 MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt::fsxOKZiu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt::Y4HLUFUX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`3 MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt::uayhOgP1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/dqAJHaMt::o01ue3US] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.Tv3d8j81/dXs8vmj0::zrEMK9rZ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.Tv3d8j81 MYp0ZVTT2QSDK.Tv3d8j81/dXs8vmj0::EEcQcdK9] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Tv3d8j81::izpmm9Mo] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.Tv3d8j81::uX84dAMl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Tv3d8j81::dfVo0C_W] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Tv3d8j81::GKslkE1O] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Tv3d8j81::Lk3tup_M] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Tv3d8j81::7RQvRDwa] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.w0ZhECeJ/ulLgeyT5::c8gXa42t] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.w0ZhECeJ MYp0ZVTT2QSDK.w0ZhECeJ/ulLgeyT5::R37Apg6X] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.w0ZhECeJ::A7sd0yLO] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.w0ZhECeJ::RgIguhrR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.w0ZhECeJ::cGNNfQLw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.w0ZhECeJ::8y7ZB3Br] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.w0ZhECeJ::fxZ0FemX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.w0ZhECeJ::llvEl5Le] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::oAI_nHEw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C[] MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::WQNrELKy] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::QUeWRrmg] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/LuDISE5x MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::U2DUVME9] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/BRc3UghR MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::HfmMGWNn] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::Mhs1c7u0] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::0_xjLPgs] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::YPXbn8Uz] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::PZbFsJb2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::_JgN6yAU] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::TqpDQ0k3] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::lCyzK53C] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::adpGxdWc] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::P6fg0Pz2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::2OsKh37H] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/c0uXo4mV MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::0sjQ5zBa] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.1z91scM7/jmkBKY4N::iK913wh1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::gDpQsMPs] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::CVynsNAY] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/VStoH1Cu MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::YrWVZaGN] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::jf7SLRhd] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::kwI4C0Gg] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::ov6ftEgr] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::0stnQbF2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::cPmWWIj9] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::7uexA3ou] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::FRd1HlWq] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::PqwXxabD] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::li4l8cy7] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::XW5VxsHP] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.1z91scM7/_vNhBS2C::pKAMbaWd] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::L03GZwmM] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::QxHZhH66] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::A5bwOIuD] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::xaAGcana] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::7k6yMpjZ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::fj3ggkiR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::geDk1MSG] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::DbO1_Yeh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::rls6Hy80] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::iMVvzr0n] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::MtsNIQau] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::I5KFBIGK] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::TZXueeCv] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::d3827INv] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::lnOWQJSg] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::cS5kiISP] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::tDyypLhq] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::m1mHEi7n] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::N6F5hKQ8] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::rFvcT45k] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::JbOdag3d] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::iF8ykYbF] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::aR1zcmLK] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::1cHaC7D6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::tfg5Lnyb] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV::kQRHNxD1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/RtnKeMAh MYp0ZVTT2QSDK.1z91scM7/VStoH1Cu::MpyjVCtI] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/VStoH1Cu::unGU6gmH] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.1z91scM7/VStoH1Cu::E3JrTohU] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.1z91scM7/VStoH1Cu::Gfm6OdU5] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.1z91scM7/VStoH1Cu::2nOrIRWn] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/RtnKeMAh::YbZUUV3s] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/6n396vqe[] MYp0ZVTT2QSDK.1z91scM7/RtnKeMAh::0FcMF5Eu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/AqVS8SYn[] MYp0ZVTT2QSDK.1z91scM7/RtnKeMAh::jUAadT20] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/6n396vqe::eNJwm6GL] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/6n396vqe::4tEqKWu4] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/5RQ8IcQT[] MYp0ZVTT2QSDK.1z91scM7/6n396vqe::D3BDE2oX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/YYXkA27M[] MYp0ZVTT2QSDK.1z91scM7/6n396vqe::S1c9ez21] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/Lp7Bj7VV[] MYp0ZVTT2QSDK.1z91scM7/6n396vqe::n4rthba8] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/VtFTOhDG[] MYp0ZVTT2QSDK.1z91scM7/6n396vqe::hUd7jTgc] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.1z91scM7/6n396vqe::fYn4XgZe] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/5RQ8IcQT::kGe1Tj53] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.1z91scM7/5RQ8IcQT::Xh16WLh7] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/YYXkA27M::Qz5wot7m] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/YYXkA27M::DZmXLvyl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/YYXkA27M::MdYM907c] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/YYXkA27M::08eDimvf] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/YYXkA27M::e9rqe7fn] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.1z91scM7/YYXkA27M::ammgpglw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.1z91scM7/YYXkA27M::dSEZlxnh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/VtFTOhDG::LJlWNg9I] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/VtFTOhDG::mSQ1I6VQ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.1z91scM7/VtFTOhDG::msAqNFnW] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/AqVS8SYn::event1] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/AqVS8SYn::event1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.1z91scM7/AqVS8SYn::Z2E8rWpJ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.1z91scM7/AqVS8SYn::lIouTAJ2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::1W2aCKv9] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::wgYBHb4g] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::Dm3mSK0X] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::4PA1FbUn] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::Qw7uZZVZ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::gfxHGoo9] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::yXe12RAm] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::ref1] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::ref1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::qqLcOx_N] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::dJlNAhpr] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::GbZh0t60] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/M0Ev4Nc0 MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::Ii2LsLkZ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::vtQoD097] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::fR2s9aLK] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.1z91scM7/4eD7hTtA::FTPmgxHY] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::F5pARG00] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::VydY0GiB] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::BEMXoL5D] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::81ZmK7Vl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::jMNwDQLi] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::DNT3V6Xl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::WFxh3IR6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::vxgwv2ZJ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::5hf3MKSM] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::zMiSLGgi] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::_MfCKNzw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/M0Ev4Nc0 MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::DTGyTceF] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::CihW9Jh2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::sJOjsxxI] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.1z91scM7/LuDISE5x::NcmkXz8I] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/M0Ev4Nc0::XlAZVRbK] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/M0Ev4Nc0::_YR3VTXs] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/M0Ev4Nc0::8IPhpxd6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/M0Ev4Nc0::Z2Vp5MAL] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::RPeryonU] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6 MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::VxGjBaJV] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::CemjHuBa] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::yaGBf4Oj] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::bdZCCcRB] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::y1MMfSc7] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::a4QA_vNW] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::dyxiQbvk] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::YdGxYnTH] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::4Sab0hPV] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::tvXtnl69] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::2kTA3AuI] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::iqlLzBaj] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::NXfMMd9P] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::yEAI0UW6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::Rna9npRh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::sv6UQh9c] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::OLH3xnpR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::jepcO0iT] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::9hNmdLpJ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::a_RPi5pb] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::A_HlV8hh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::QVC10jL5] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::0T7XnMB1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::qExhSFo3] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::sWMJ169y] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::cQIBpgpB] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/BRc3UghR::OzvdwRpo] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::Lh_qGHVx] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::IPGdBGxR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::Ol2bvmvX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::6MWJ5gLV] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::IxPrQO4y] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::RrrxqUaw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::DJP51v6t] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::t9a6VgYG] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::aE4GPwbT] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::UlRPNh8q] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::ojoO6U4Z] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::ivPxwVMu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/yTB2iwr6::FwyyPMy2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.1z91scM7/c0uXo4mV::85jvqQEe] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.1z91scM7/c0uXo4mV::lRwBeO42] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/o64mLJO_::NgJIhcXw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/xU38pYhN[] MYp0ZVTT2QSDK.x5VWPp7u/o64mLJO_::sHzjmdWd] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/o64mLJO_::swft9CdK] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/o64mLJO_::tQ5wzxwL] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/o64mLJO_::6o0Rln_8] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.x5VWPp7u/o64mLJO_::KHTmDHmw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3[] MYp0ZVTT2QSDK.x5VWPp7u/xU38pYhN::u4f_Flxw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/xU38pYhN::aESJApBk] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/xU38pYhN::lfczZZMy] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.x5VWPp7u/xU38pYhN::n6h7y5Gb] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::jPYYxdRT] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::fZgoychg] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::GPX18Eyw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::NNSShlhT] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::7tcFtF1S] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::G9GTgDtk] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::abwNG2ak] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::xY8wGagv] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::frHuKulx] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::3dZpEhHX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::euEi473n] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::WKrWnYnA] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::JvZTF25_] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::0zq6oitG] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::uodt4Afr] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::AKJvJy3j] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::Nkg8nlv9] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::CAdtQ8ME] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::Dj3AV6Qm] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::de7bDroM] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::JUXUKvkK] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::ROUzq71w] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::WUzrOykQ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::LWkSdjgF] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::Djjhd90q] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.x5VWPp7u/gkzUzFT3::hfRUt1Zw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF::i2TPkFl6] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e[] MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF::QXmqKlqR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/RXRl8GwJ MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF::uV27HOmj] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF::a342FsGR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF::qQMFPwpO] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/cLctQJoU[] MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF::fZvZQ4GN] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.x5VWPp7u/b12PtTSF::v76X9vPG] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e::nKprjqgE] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e::3ikYoaa8] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/XjWviBuo MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e::Rt6xn_q7] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/HWyxLKYk MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e::ci8gYW9Y] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/h_yhz5L8 MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e::yfZsm4r9] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/p6A5MMq9 MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e::1xn9F1yh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.x5VWPp7u/RXRl8GwJ MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e::5FBkvTpa] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.x5VWPp7u/PMI5Y04e::wTu1vF9u] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/XjWviBuo::T2Fpg2hF] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/XjWviBuo::SY6PTNN8] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.x5VWPp7u/XjWviBuo::zhXE6fnV] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/HWyxLKYk::XErSzDML] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/HWyxLKYk::mEdybq6O] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/HWyxLKYk::fQKbr63L] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/HWyxLKYk::69pVWPIc] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.x5VWPp7u/HWyxLKYk::7Xd9SbYg] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/h_yhz5L8::lbpHrZFS] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/p6A5MMq9::QqlNkp0o] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.x5VWPp7u/p6A5MMq9::lU3jRws0] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/RXRl8GwJ::Ct3n2KB4] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.x5VWPp7u/RXRl8GwJ::9kTAig8B] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/RXRl8GwJ::SEebg678] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.x5VWPp7u/RXRl8GwJ::dfYNJgla] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/cLctQJoU::events] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/cLctQJoU::events] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.x5VWPp7u/cLctQJoU::4AADIgZU] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.x5VWPp7u/cLctQJoU::wSIFBVHO] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.x5VWPp7u/cLctQJoU::mCv9R4Qi] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr/srTmJa8M MYp0ZVTT2QSDK.WDo1nsGr/srTmJa8M::uBrNXTtU] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.WDo1nsGr/srTmJa8M::v7RloYqL] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.WDo1nsGr/srTmJa8M::xoqKO2rU] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.WDo1nsGr/srTmJa8M::DlsOV8e3] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.WDo1nsGr/srTmJa8M::5bm1YIlO] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr MYp0ZVTT2QSDK.WDo1nsGr/0uS8TkmM::X9YE3gqf] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.WDo1nsGr/0uS8TkmM::NBwXbhKD] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.WDo1nsGr MYp0ZVTT2QSDK.WDo1nsGr/cjOv00tW::VfkGAa9b] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.gWancb0K::8LbyQ2wD] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.gWancb0K::dOOo_ssX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ULZomk4L/vCwBpG6p MYp0ZVTT2QSDK.ULZomk4L/vCwBpG6p::4gFjV03x] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.ULZomk4L/vCwBpG6p::PGySjYSF] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.ULZomk4L/vCwBpG6p::3vewhiIP] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.ULZomk4L/MmNwsq2h::FF4TPZ3d] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.ULZomk4L/rOzN_SZe::hnklOKS0] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.ULZomk4L/No1Vx5ny::A420MgUv] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.5zKkOVFJ::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.5zKkOVFJ::value__] Because of the 'Obfuscate enum values' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.5zKkOVFJ MYp0ZVTT2QSDK.5zKkOVFJ::sS9t9gev] Because of the 'Obfuscate enum values' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.5zKkOVFJ MYp0ZVTT2QSDK.5zKkOVFJ::MCJ_UpNW] Because of the 'Obfuscate enum values' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.ov3y8N3k::6xJjRkQc] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.ov3y8N3k::GC_ZYagX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.ov3y8N3k::9wsw_p2t] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5 MYp0ZVTT2QSDK.bY0Yfqz5/ELYqtWGF::zQxXtpYX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5 MYp0ZVTT2QSDK.bY0Yfqz5/TIFsiAon::oYR1dBd7] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.bY0Yfqz5 MYp0ZVTT2QSDK.bY0Yfqz5/TJ3JUD2x::QSQ_gWJW] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mEW52YiR::ob_TI4yD] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mEW52YiR::bDlckR4M] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mEW52YiR::EatQO2sF] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mEW52YiR::g4ItXYEh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mEW52YiR::A0UxOB8N] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mEW52YiR::lxmqKXrW] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mEW52YiR::8zGCvRmR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mEW52YiR::ak78tiGN] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.mEW52YiR::uthgta0e] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.mEW52YiR::Y6EtLDRO] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH MYp0ZVTT2QSDK.N_hPhtUH/c0sQSwjy::6586llql] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU::xYjPIfaG] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU::eD2jQdRl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU::SqgWrigX] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU::xSj0zvS0] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU::kDlFjPro] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU::QrRl8PIl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.N_hPhtUH/2RyUz8xU::sP5CFifI] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.N_hPhtUH MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD::YOXztVUl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD::2ggrvXok] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD::QphHkbt5] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD::J1Amremc] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD::xQB3WHSR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD::QIDsFYZy] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.N_hPhtUH/6Haq2voD::JpnAHnWA] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.XgGi2zpU::iuC4PFJq] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.XgGi2zpU::cPGGvt5d] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.2FP9sCf3/rLO3Z9XC::Q4GLpkGe] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.2FP9sCf3/rLO3Z9XC::hwd3UYi2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.DateTime MYp0ZVTT2QSDK.2FP9sCf3/rLO3Z9XC::Og8hZYKv] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/iSUVaBl4 MYp0ZVTT2QSDK.ItuCLcWD/iSUVaBl4::6topUeRt] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/3TrFqi69 MYp0ZVTT2QSDK.ItuCLcWD/3TrFqi69::5V8WF8QR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.ItuCLcWD/3TrFqi69::OXr7sCrs] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD/0FkXQ4Dk MYp0ZVTT2QSDK.ItuCLcWD/0FkXQ4Dk::xlnRU62h] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.ItuCLcWD/0FkXQ4Dk::PudByT6b] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.ItuCLcWD/87mh_3d4::clcFUXgL] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.ItuCLcWD/87mh_3d4::VWj32gVK] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.ItuCLcWD/jIvCTvkO::gBsXiKqw] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.ItuCLcWD/jIvCTvkO::06WwEPoD] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ItuCLcWD MYp0ZVTT2QSDK.ItuCLcWD/fgTlRHRC::i2IxFQoO] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] sxCGn69l MYp0ZVTT2QSDK.ItuCLcWD/fgTlRHRC::6dcZnBPU] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.ItuCLcWD/CMcBmsd4::zB_8B2Nr] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.ItuCLcWD/CMcBmsd4::q07LavnF] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp::FaDKx9br] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp::o40IYP94] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2 MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp::GRocXIvM] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Byte[] MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp::nRvHH9Th] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp::o4XczCpQ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp::aYxtWuBh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp::k7t_ahHF] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp::y1uUxTz4] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.Dictionary`2 MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp::criHPpVR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Threading.CancellationToken MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp::dhK2StYh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2::value__] Because of the 'Obfuscate enum values' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2 MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2::2S2br6x0] Because of the 'Obfuscate enum values' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2 MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2::z0LCXXkO] Because of the 'Obfuscate enum values' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2 MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2::yzT9CMLN] Because of the 'Obfuscate enum values' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2 MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2::er5vGA5V] Because of the 'Obfuscate enum values' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2 MYp0ZVTT2QSDK.HttpRequestTool/blOYMRZ2::WDmKkuhk] Because of the 'Obfuscate enum values' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool MYp0ZVTT2QSDK.HttpRequestTool/5kD02ud5::W50VK0LI] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/4ynTobZp MYp0ZVTT2QSDK.HttpRequestTool/5kD02ud5::2L95uF4C] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ::H7vHKdIs] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ::T_qhj7BV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ::NZzoiUPM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2,System.Collections.Generic.List`1> MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ::5qouwiZY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2,System.Collections.Generic.List`1> MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ::WMQ2Uzb0] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`4 MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ::AYVAggMM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ::2fyLeI5N] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`3 MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ::qNNgQGS4] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.MYp0ZVTT2QSDK_ADCOMPONENT/O9u_TTlJ::nQqhh3jt] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.yaGP8_Rr/rcz4FhNb::4wqF_Q0C] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.yaGP8_Rr MYp0ZVTT2QSDK.yaGP8_Rr/rcz4FhNb::R0Jdj5GC] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.yaGP8_Rr::gs9jJBBU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.yaGP8_Rr::qt1VVh8E] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.yaGP8_Rr::iw_iShs9] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.yaGP8_Rr::N1kJI_BK] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.yaGP8_Rr::DS2LqSSp] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.yaGP8_Rr::cjMJRuVf] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.90H_LCSC/xe7RT96T::NcNaVcQW] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.90H_LCSC MYp0ZVTT2QSDK.90H_LCSC/xe7RT96T::vOEWQ_Ei] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.90H_LCSC::STG1FOhm] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.90H_LCSC::9imMePzp] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.90H_LCSC::1dmQosWp] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.90H_LCSC::yhYoTDHd] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.90H_LCSC::wJQUws5k] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.90H_LCSC::glb9qcXh] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::K16g0NbH] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst[] MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::Z2vUSCVv] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/utajQTE0 MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::75owMDTk] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::BKaHiEXX] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::CzHhvpey] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::RLWnyxLO] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::qW6IHWzk] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::COy76KGA] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::33O80NEU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::RDqFNZis] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::AqL9RGWR] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::kgnQL2KR] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::FoMhAteG] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::X4VHeoY3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::s_By6biZ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/97WJx9PQ MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::g4cq7osV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.4208dEHC/_G3aB2Z1::xOJYupAM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::wpjWnNGS] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::aU2FnF4h] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/CxOLF6LR MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::PEzHLS1y] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::nrfgnh9U] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::6RrbBmHz] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::e3Gj8aGU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::72vPxq9H] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::E_SBNlWq] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::yf3hU1GV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::NUi_cOfd] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::_9QtDXWv] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::dEif4HQJ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::3dWjhBcV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.4208dEHC/ZmzP2fst::7WUR8ao_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::dV7jinOc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::lYn96zK2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::KkTlbv0n] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::v5tSGcs_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::wQvAoYWy] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::YVA46MVz] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::35Ti9QHl] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::VzcK_fSh] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::rp8tTg7L] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::hWCNLyut] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::B75_pjMH] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::vpv_FcyB] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::Z8ZXfP4h] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::CdjwXhH6] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::Ypp2B5Fp] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::LTOhGhIa] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::KgC9_fES] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::0HaVScbx] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::z7c85hm4] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::x0M1fsqa] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::ycahAX3F] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::4DGsCij8] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::V5NuZV6b] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::VbCvQ2VE] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::MCKmcHDO] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs::ESltls8O] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/48erqXc2 MYp0ZVTT2QSDK.4208dEHC/CxOLF6LR::95kuTte7] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/CxOLF6LR::8aobm1Z2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.4208dEHC/CxOLF6LR::B3cDHgmM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.4208dEHC/CxOLF6LR::0kGS6qOt] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.4208dEHC/CxOLF6LR::dpwG7zZT] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/48erqXc2::enC05yWq] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/7578_NUM[] MYp0ZVTT2QSDK.4208dEHC/48erqXc2::Yl4SRXTM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/e3Y5MVY_[] MYp0ZVTT2QSDK.4208dEHC/48erqXc2::6Eqg6O7I] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/7578_NUM::ECLIzZVO] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/7578_NUM::SP3EoX1D] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/UfoZFy5l[] MYp0ZVTT2QSDK.4208dEHC/7578_NUM::5vERkv30] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/AQez9qdr[] MYp0ZVTT2QSDK.4208dEHC/7578_NUM::yoEsTyqL] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/HiQn_jfs[] MYp0ZVTT2QSDK.4208dEHC/7578_NUM::wUIL4UH1] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/4za0CQBb[] MYp0ZVTT2QSDK.4208dEHC/7578_NUM::vfmi1U23] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.4208dEHC/7578_NUM::O9hAJjJc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/UfoZFy5l::80z0qH4E] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.4208dEHC/UfoZFy5l::URuNHt6A] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/AQez9qdr::VbcrNYqX] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/AQez9qdr::xjExOGsv] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/AQez9qdr::ADvd2FvI] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/AQez9qdr::pCduek52] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/AQez9qdr::exvLFEu3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.4208dEHC/AQez9qdr::fwAoOr6N] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.4208dEHC/AQez9qdr::v4JOYJpl] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/4za0CQBb::bMxilrEV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/4za0CQBb::6HWOBJFq] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.4208dEHC/4za0CQBb::lbADeI0A] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/e3Y5MVY_::event1] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/e3Y5MVY_::event1] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.4208dEHC/e3Y5MVY_::LhbGq8qb] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object[] MYp0ZVTT2QSDK.4208dEHC/e3Y5MVY_::l0SSJLfr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/utajQTE0::3oZG07uO] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/utajQTE0::uCBeFcxV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/utajQTE0::feGLO_fT] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/utajQTE0::4SrSrAtH] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/utajQTE0::7Mqw9hm5] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/utajQTE0::eRtS_yNp] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/utajQTE0::021Y18SC] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/utajQTE0::ref1] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/utajQTE0::ref1] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/utajQTE0::GEPUB7PY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/utajQTE0::fCXXED0Q] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/utajQTE0::Ys44QfS1] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/zP9atdTE MYp0ZVTT2QSDK.4208dEHC/utajQTE0::hqLLimIM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.4208dEHC/utajQTE0::4F90rJRF] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/utajQTE0::NWsH8KPc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.4208dEHC/utajQTE0::kUE9EMtd] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::F8n9WDKY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::Uz4_Hqst] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::IA1fADfR] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::igZbgSmr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::l588b6gc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::j4Y6U37Z] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::rEOw5jO4] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::cXh1tI41] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::9lI7JzB4] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::zMbB99ma] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::SaNgCN_l] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/zP9atdTE MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::ro2E5lNW] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::ywfxd2yy] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::hDTt1j2o] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.4208dEHC/EZf8ASdt::MnD6qld1] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/zP9atdTE::RHgkBmgD] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/zP9atdTE::sFnrKb2z] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/zP9atdTE::bRF4F4vP] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/zP9atdTE::a8SAmJUZ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::Wg07Ds4s] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.4208dEHC/V6rbR71B MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::TtjbL9wf] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::0FWGSxnV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::_rJvAqGq] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::MPJnw6yU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::RxybJuuq] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::bZEHkE3U] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::oFgGFYak] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::8NYQ4u5I] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::ef0UqodF] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::fQGWdEhw] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::sa_Mzn6p] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::9hVFBpRY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::QVGRJMo8] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::Oj0dsW2e] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::DEbAMaYX] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::E6pJ8xav] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::wN7l6C_g] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::N8s7vt9e] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::LNL75jog] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::QihXv3Kk] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::IiI54qSb] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::9TsRpP7J] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::GkIRaegu] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::kJesMnwV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::uHGthBPQ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::oAuydQke] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/IAuPmp8C::BLD5rFav] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::DbIVcBC7] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::xnGeCBcf] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::8u2ytMe8] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::dbxi21EP] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::6iY5BUjX] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::zH4XVbA8] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::cPdDXeAr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::cv9blMtc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::imfzVntv] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::HaAve9C7] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::TO8L8y1e] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::QfQ5VBl8] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/V6rbR71B::9IIHBTN2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.4208dEHC/97WJx9PQ::wQVsTuqQ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.4208dEHC/97WJx9PQ::IxnLIEKD] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/A9aOEran::MON7V4yA] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/lIzWZpFR[] MYp0ZVTT2QSDK.p8M8uLSt/A9aOEran::jv2M8u8c] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/A9aOEran::cTiXYnTh] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/A9aOEran::IIyZGvkd] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/A9aOEran::iROyKlci] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.p8M8uLSt/A9aOEran::qYtX0h19] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl[] MYp0ZVTT2QSDK.p8M8uLSt/lIzWZpFR::vlcF_BRM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/lIzWZpFR::Z9ZBkYCr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/lIzWZpFR::Dxb0OY8G] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.p8M8uLSt/lIzWZpFR::8iGzYFSz] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::HZfvPVYF] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::k_xiUpGm] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::dgJLleON] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::F4btAFnP] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::5H3Ocgt0] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::kPZR71PC] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::rOqwGKkP] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::k0a2wrZn] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::R882OIMe] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::w7JUBt7v] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::1wFQWym9] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::EKK6yiLA] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::4E6L8zGw] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::lEbLotZl] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::fpmm5r76] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32[] MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::O2_4Wa7J] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::6gaHpxBj] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::i84nVmk1] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::7r6wPOgE] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::sgJxj_Yy] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::k3WqHM20] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::kQjp0cwm] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::BAV3AKDf] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::_0lhFKVr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::9AyvEeaA] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.p8M8uLSt/ORWgsVgl::o_pZZQDW] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0::rIgGVKE3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ[] MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0::CWWnGjJw] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/GQiQ66ZM MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0::CbMl8DkB] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0::6S1tTQi_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0::V_FxE635] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/4FVc4xNS[] MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0::z1M7z6B_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.p8M8uLSt/kEabVap0::L_GdyBO4] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ::DVELS5Z2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ::1fYORxS8] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/IpLt9dDa MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ::homiIgKU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/6LQWoFkH MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ::76_PmTox] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/epxs2mY8 MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ::fhc3R4J_] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/0mKnl9il MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ::4N_JFVeF] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.p8M8uLSt/GQiQ66ZM MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ::mjfxaCX8] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.p8M8uLSt/SniOwmFZ::X3xfZmj5] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/IpLt9dDa::Rng4Yb_a] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/IpLt9dDa::ZomV8Rjb] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.p8M8uLSt/IpLt9dDa::jLMdOJYL] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/6LQWoFkH::tp2i7jhJ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/6LQWoFkH::GZ5xY2j3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/6LQWoFkH::nGVx_f3d] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/6LQWoFkH::XWUZz8GU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.p8M8uLSt/6LQWoFkH::8G1ENRFZ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/epxs2mY8::EKfhtwQ7] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/0mKnl9il::e6gekjJT] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.p8M8uLSt/0mKnl9il::uisZ0Ndm] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/GQiQ66ZM::QpYN424Y] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.p8M8uLSt/GQiQ66ZM::y1nLKThj] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/GQiQ66ZM::maQJQzBN] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.p8M8uLSt/GQiQ66ZM::_dOLifz3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/4FVc4xNS::events] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/4FVc4xNS::events] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.p8M8uLSt/4FVc4xNS::Rrll372y] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.p8M8uLSt/4FVc4xNS::Gfk7jaHd] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.p8M8uLSt/4FVc4xNS::iTKY6rPH] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8/LO3ltYai MYp0ZVTT2QSDK.AUchbLI8/LO3ltYai::aUulSzyf] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.AUchbLI8/LO3ltYai::HXgV4GZC] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Comparison`1 MYp0ZVTT2QSDK.AUchbLI8/LO3ltYai::T7OwJVGu] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.AUchbLI8/LO3ltYai::g1onEbme] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.AUchbLI8/LO3ltYai::XWYz28cU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8 MYp0ZVTT2QSDK.AUchbLI8/INAbvXeT::jKQwQm6c] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.AUchbLI8/INAbvXeT::wNs6jnwJ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.AUchbLI8 MYp0ZVTT2QSDK.AUchbLI8/1nkN49Uu::Y_0MPAP5] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.AG96f1u5::_r5ExlNF] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String[] MYp0ZVTT2QSDK.AG96f1u5::GQB_FriN] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.la2I92qG/c0johhkl MYp0ZVTT2QSDK.la2I92qG/c0johhkl::xLamMX_u] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.la2I92qG/c0johhkl::mSxg42D2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.la2I92qG/c0johhkl::u7BoOoM7] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.la2I92qG/71qUK3HI::O7mmUQfX] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.la2I92qG/iMQPyhv9::NfYc4W7J] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.la2I92qG/Wv8iWE1V::bqIJTUYB] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.HI1gOo90::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.HI1gOo90::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HI1gOo90 MYp0ZVTT2QSDK.HI1gOo90::pqNbZu_u] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HI1gOo90 MYp0ZVTT2QSDK.HI1gOo90::6PE6kGnp] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TSDlT_uY::8yrJFEhP] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TSDlT_uY::qOyAtXDI] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TSDlT_uY::exawd3tl] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt MYp0ZVTT2QSDK.A9vFysOt/MI064RQv::r0lX7hIh] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt MYp0ZVTT2QSDK.A9vFysOt/I5Ax_VxP::NNEeDkxM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.A9vFysOt MYp0ZVTT2QSDK.A9vFysOt/S5kIBWac::6hQwgiCe] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ib5Hqrgd::dlAt2jRp] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ib5Hqrgd::b_mYfeH0] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ib5Hqrgd::BjU57vdi] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ib5Hqrgd::oChg72QY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ib5Hqrgd::2vDx6yiG] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ib5Hqrgd::Vm5UcsBY] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ib5Hqrgd::0E86j4mV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ib5Hqrgd::NpR5zLXt] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.Ib5Hqrgd::ljlTgVY6] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.Ib5Hqrgd::OpQvsdIM] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp MYp0ZVTT2QSDK.KJ5I7Evp/tTlKroFd::RpwsSUaN] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr::OOeNsqXH] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr::bjDJry7n] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr::SNeNAF3f] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr::VsUNdLEC] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr::GZZfFLEK] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr::3srVK5Pu] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KJ5I7Evp/pkp4Jixr::cYYBblQz] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.KJ5I7Evp MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP::U35ynFCN] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP::V6i70sai] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP::WVyFdfkK] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP::UBInWplK] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP::pPl0U9Vx] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP::Jf4Jj0O7] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.KJ5I7Evp/udGZlLZP::yrYXt63H] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.oQVQ8vNY::gquw9J_H] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.oQVQ8vNY::AZ8Kajih] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.xFQoaoh5/KtnzT0OX::Kt2n6Pwt] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.xFQoaoh5/KtnzT0OX::Qba2b6Mh] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.DateTime MYp0ZVTT2QSDK.xFQoaoh5/KtnzT0OX::H0olwL3a] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/_qpuaU0d MYp0ZVTT2QSDK.W9vXqqcx/_qpuaU0d::YaqNGeNg] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/myi2RGfN<1sLDQFO7> MYp0ZVTT2QSDK.W9vXqqcx/myi2RGfN::oOP3mWXs] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.W9vXqqcx/myi2RGfN::xkHjkl60] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx/lPWtVPiN MYp0ZVTT2QSDK.W9vXqqcx/lPWtVPiN::hwXa4brP] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.W9vXqqcx/lPWtVPiN::betiSK6X] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.W9vXqqcx/IbUj14D9::hkUSeOKe] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.W9vXqqcx/IbUj14D9::UhCFtoFt] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.W9vXqqcx/ZQE3XqJL::ORHff8S9] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Predicate`1 MYp0ZVTT2QSDK.W9vXqqcx/ZQE3XqJL::xFojvF8E] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.W9vXqqcx MYp0ZVTT2QSDK.W9vXqqcx/Xu7zwT67::yoD7iAlj] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] VcAgwp9j MYp0ZVTT2QSDK.W9vXqqcx/Xu7zwT67::3i1x77Sd] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.W9vXqqcx/AQxSkzlq::pTn7L7WH] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Object MYp0ZVTT2QSDK.W9vXqqcx/AQxSkzlq::PRqQ3uvp] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n::f1Qa8eOZ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n::xwrWynbG] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n::NCTvdARn] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Byte[] MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n::mDX55yaG] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n::TE0tDbam] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`2 MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n::_FoQpkzD] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n::JvBpGQgc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n::d4WG4eyH] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.Dictionary`2 MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n::gWFpIqn0] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Threading.CancellationToken MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n::tmskCRQv] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK::value__] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK::vVRmJkju] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK::B4WBLOd2] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK::hOArDQZA] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK::y8M1HXEl] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK MYp0ZVTT2QSDK.HttpRequestTool/dgpkfdfK::XIIPpW3K] Because of the 'Obfuscate enum values' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool MYp0ZVTT2QSDK.HttpRequestTool/DdONtNfG::PLR94YHg] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HttpRequestTool/M0lIzs3n MYp0ZVTT2QSDK.HttpRequestTool/DdONtNfG::p0MLY46Y] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.HttpRequestTool::MaxConcurrentRequests] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the field is in a external assembly. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.HttpRequestTool::MaxConcurrentRequests] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.HttpRequestTool::DefaultTimeout] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the field is in a external assembly. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.HttpRequestTool::DefaultTimeout] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.HttpRequestTool::MaxRetryCount] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the field is in a external assembly. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.HttpRequestTool::MaxRetryCount] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.IEnumeratorTool/GeVe6wo3::JcPnTLlj] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.IEnumeratorTool/GeVe6wo3::p6s_rCgt] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.IEnumeratorTool/sMdhaxD5::9nSisXdE] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.IEnumeratorTool/sMdhaxD5::G34ThhS1] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.A3hjomtx::yi9v1NaH] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.A3hjomtx::NzbcBKOt] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.A3hjomtx::1_jnBsn2] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.A3hjomtx::AhFG7ZrM] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.A3hjomtx::Ji1EsVEW] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.A3hjomtx::njumS9ae] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher MYp0ZVTT2QSDK.UnityMainThreadDispatcher/LlwJ0zCP::yJheqJSB] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.IEnumerator MYp0ZVTT2QSDK.UnityMainThreadDispatcher/LlwJ0zCP::CDAeHPNe] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.UnityMainThreadDispatcher/k4CIxSW3::h8Iah3jZ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Threading.Tasks.TaskCompletionSource`1 MYp0ZVTT2QSDK.UnityMainThreadDispatcher/k4CIxSW3::9ozAOigR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.UnityMainThreadDispatcher/8x6hSN0j::ZZ1x8KOC] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.R7NpzIqd/8q8eDZ47 MYp0ZVTT2QSDK.R7NpzIqd/8q8eDZ47::1HjXTfjd] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.R7NpzIqd/8q8eDZ47::Z7hazTES] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.Us_0f8QM::za0dMHql] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Us_0f8QM::hxR2l7Tq] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.Us_0f8QM::4R3PLgUh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.Us_0f8QM::173mZrmQ] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.ajAcY7TQ::hmFMnATA] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.yKp90H4j::Q15F3k3N] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.yKp90H4j::w5O4d2rm] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.yKp90H4j::auNmKYv0] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.yKp90H4j::VbfqLtKA] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.yKp90H4j::tjJBOwSF] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.2nMefIVG::EJXIrzGW] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.2nMefIVG::HOpr1uXb] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.2nMefIVG::aW7aSbUg] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.2nMefIVG::vWsCYwmk] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.2nMefIVG::7AUrP0Ve] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.2nMefIVG::TvjWUR4X] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.2nMefIVG::o0ELKQZx] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.2nMefIVG::dEjJr_Ik] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.2nMefIVG::9YnSzg29] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.2nMefIVG::CkV3A38R] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MaxSdkBase/WaterfallInfo MYp0ZVTT2QSDK.2nMefIVG::KLAdGoxu] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.CaRzb8cD::1Ygo5Prl] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.hXd3WtBL/eQYi8URE::wcc5aY1o] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hXd3WtBL MYp0ZVTT2QSDK.hXd3WtBL/eQYi8URE::0sX5bxJx] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.hXd3WtBL::6JVi4KNR] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.hXd3WtBL::TcxFMBdc] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.hXd3WtBL::BybE5rcH] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.hXd3WtBL::ldfvNG6w] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.hXd3WtBL::JYrPDmnh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.hXd3WtBL::8qFyTLkh] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cLCcmAH5::5quAp68V] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cLCcmAH5::a1wgp127] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cLCcmAH5::XIqla6RA] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cLCcmAH5::w7RgwQeD] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cLCcmAH5::pgBPkju_] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cLCcmAH5::IzcLCOSg] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.cLCcmAH5::J6c6zfhG] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.HajXt7go/qpK2IVm1 MYp0ZVTT2QSDK.HajXt7go/qpK2IVm1::8QeJtjEp] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.HajXt7go/qpK2IVm1::XbincUTz] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.HajXt7go/UCVOMUFR::fM2eD6HL] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.HajXt7go/UCVOMUFR::1N0OixMM] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.hXd3WtBL MYp0ZVTT2QSDK.HajXt7go/twvM_dZB::XtIVo10h] Because of your defined Field obfuscation settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.cLCcmAH5 MYp0ZVTT2QSDK.HajXt7go/TUFS9eRy::NoOT7M9a] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.IEnumeratorTool/l2zSjRbd::5nq8ZY5B] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.IEnumeratorTool/l2zSjRbd::6OFhGnsE] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.IEnumeratorTool/TyYIsg2a::OYvNVGEc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.IEnumeratorTool/TyYIsg2a::kvKhmc19] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.hKbx6gaf::EYF_8uJB] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.hKbx6gaf::JDp737mA] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.hKbx6gaf::jy2ZzLYl] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.hKbx6gaf::L3DUIj2b] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.hKbx6gaf::3iHRDOEc] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.hKbx6gaf::ThgmCJwr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.UnityMainThreadDispatcher MYp0ZVTT2QSDK.UnityMainThreadDispatcher/C4EscA1E::kupm497j] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.IEnumerator MYp0ZVTT2QSDK.UnityMainThreadDispatcher/C4EscA1E::fJ3arefA] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.UnityMainThreadDispatcher/BT0gBgKZ::NKDT4gjV] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Threading.Tasks.TaskCompletionSource`1 MYp0ZVTT2QSDK.UnityMainThreadDispatcher/BT0gBgKZ::Pv4y6DSh] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.UnityMainThreadDispatcher/tnFRyTck::eCg06J4x] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iPBoFzZE/cn8Bs01n MYp0ZVTT2QSDK.iPBoFzZE/cn8Bs01n::0DuJgdY3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.iPBoFzZE/cn8Bs01n::3aPT4kNs] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.iPBoFzZE/cn8Bs01n::OxEL132V] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.b8B_Jbu5::HFWVOkxz] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.b8B_Jbu5::gAfPsSK3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.b8B_Jbu5::5CUZjPN2] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.b8B_Jbu5::YYOXl0RQ] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.Y9J2GNK3::SRIupbb9] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.o6ghYuGB::Rcu6yh2o] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.o6ghYuGB::CUrD8vri] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.o6ghYuGB::vvRuxGf6] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.o6ghYuGB::KekY2Fhx] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.o6ghYuGB::sxZt1p3r] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.6W5wqNWr::qDO4mmSX] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.6W5wqNWr::V6A_SWqN] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.6W5wqNWr::fPsBM6zg] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.6W5wqNWr::r5ulzIEf] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.6W5wqNWr::7PjgLyS3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.6W5wqNWr::sZ16ONAF] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.6W5wqNWr::HlLPqsEA] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.6W5wqNWr::NR6ZqssB] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.6W5wqNWr::osEP_xJ3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.6W5wqNWr::s0KHFFlo] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MaxSdkBase/WaterfallInfo MYp0ZVTT2QSDK.6W5wqNWr::n6AYaDg3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Boolean MYp0ZVTT2QSDK.YxnS5E3j::t9absy14] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Single MYp0ZVTT2QSDK.iJN17KyG/ispLuqWs::oNoahTUt] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iJN17KyG MYp0ZVTT2QSDK.iJN17KyG/ispLuqWs::opbu0TOE] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.iJN17KyG::dpmTO9ix] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.iJN17KyG::VhmF3T9J] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.iJN17KyG::PkO558iO] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.iJN17KyG::yiSlAtog] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.iJN17KyG::unoctb6z] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.iJN17KyG::s6D7s7fU] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.5Jz_pYr_::kE0BOpXR] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.5Jz_pYr_::cY4Zs_h3] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.5Jz_pYr_::s58JMq79] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.5Jz_pYr_::80oolgRn] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.5Jz_pYr_::_sUp3xOt] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.5Jz_pYr_::63whYVpi] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action MYp0ZVTT2QSDK.5Jz_pYr_::gyjTSOlR] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.j0xKpY35/RwBKwqDx MYp0ZVTT2QSDK.j0xKpY35/RwBKwqDx::GFc3KIZr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Func`2 MYp0ZVTT2QSDK.j0xKpY35/RwBKwqDx::mZcT1SIC] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.j0xKpY35/6zNMXnLs::mMeQZN7f] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Action`1 MYp0ZVTT2QSDK.j0xKpY35/6zNMXnLs::c_SQrAgr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.iJN17KyG MYp0ZVTT2QSDK.j0xKpY35/ACSvR0Cs::plt9EuGr] Because of your defined Field obfuscation settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.5Jz_pYr_ MYp0ZVTT2QSDK.j0xKpY35/GmWNTitM::Gha1aCX1] Because of your defined Field obfuscation settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Process component Property - Obfuscation [Info][OPS.OBF][OnAnalyse_Assemblies] [Assembly-CSharp] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [Assembly-CSharp] Find MemberReferences... @@ -22197,6 +22741,10 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [IngameDebugConsole.Runtime] Skip Properties... [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[IngameDebugConsole.Runtime] T IngameDebugConsole.CircularBuffer`1::Item(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is 'Item' [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[IngameDebugConsole.Runtime] T IngameDebugConsole.DynamicCircularBuffer`1::Item(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is 'Item' +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Skip Properties... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Find Member to skip... @@ -22205,10 +22753,20 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTweenPro.Scripts] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTweenPro.Scripts] Find Member to skip... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTweenPro.Scripts] Skip Properties... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Skip Properties... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find Member to skip... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Skip Properties... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Properties... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[Unity.Notifications.Unified] System.Boolean Unity.Notifications.NotificationsPermissionRequest::keepWaiting()] Property is in group that has external definition (is in some assembly that gets not obfuscated). +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[Unity.Notifications.Unified] System.Boolean Unity.Notifications.NotificationsPermissionRequest::keepWaiting()] Some other Property in the Property group getting skipped. [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... @@ -22217,13 +22775,79 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Find Member to skip... [Info][OPS.OBF][OnAnalyse_Assemblies] [MYp0ZVTT2QSDK] Skip Properties... -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] 4OtCpzbf MYp0ZVTT2QSDK.81FMdice::Item(System.String,System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is 'Item' -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.2jjKIPTT::Channels()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.2jjKIPTT::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.2jjKIPTT::MeditationAutoInit()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.2jjKIPTT::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.2jjKIPTT::MustAfCallback()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.2jjKIPTT::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] Bs4YMPJ7 MYp0ZVTT2QSDK.vcv5fL94::Item(System.String,System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is 'Item' +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.FE80V8_o::Channels()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Collections.Generic.List`1 MYp0ZVTT2QSDK.FE80V8_o::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.FE80V8_o::MeditationAutoInit()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.FE80V8_o::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.FE80V8_o::MustAfCallback()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.FE80V8_o::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.TopOnAdData::PublisherRevenue()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.TopOnAdData::PublisherRevenueCny()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::Currency()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::Country()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::AdunitId()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::AdunitFormat()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::Precision()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::NetworkType()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::NetworkPlacementId()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::EcpmLevel()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::SegmentId()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::ScenarioRewardName()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::ScenarioRewardNumber()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::NetworkFirmId()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::AdsourceId()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::AdsourceIndex()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.TopOnAdData::AdsourcePrice()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.TopOnAdData::AdsourcePriceCny()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::AdsourceIsHeaderBidding()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ExtInfo MYp0ZVTT2QSDK.TopOnAdData::ExtInfo()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] MYp0ZVTT2QSDK.ExtInfo MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::RewardCustomData()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::TpBidId()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int64 MYp0ZVTT2QSDK.TopOnAdData::AbtestId()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int64 MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::PlacementType()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.TopOnAdData::BidFloor()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Double MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::AdSourceType()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::AdSourceCustomExt()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::UrlTagParams()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::NetworkName()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::SId()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::ReqId()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::BidType()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.Int32 MYp0ZVTT2QSDK.TopOnAdData::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Property [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.ExtInfo::RequestId()] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[MYp0ZVTT2QSDK] System.String MYp0ZVTT2QSDK.ExtInfo::k__BackingField] Belonging property gets skipped: Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Process component Event - Obfuscation [Info][OPS.OBF][OnAnalyse_Assemblies] [Assembly-CSharp] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [Assembly-CSharp] Find MemberReferences... @@ -22257,6 +22881,10 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [IngameDebugConsole.Runtime] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [IngameDebugConsole.Runtime] Find Member to skip... [Info][OPS.OBF][OnAnalyse_Assemblies] [IngameDebugConsole.Runtime] Skip Events... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Skip Events... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [SDKConfig] Find Member to skip... @@ -22265,10 +22893,18 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTweenPro.Scripts] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTweenPro.Scripts] Find Member to skip... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTweenPro.Scripts] Skip Events... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.iOS] Skip Events... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find Member to skip... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Skip Events... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Events... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... @@ -22304,9 +22940,12 @@ [Info][OPS.OBF][OnPostAnalyse_Assemblies] [DOTween.Modules] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [AppsFlyer] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [IngameDebugConsole.Runtime] Skip Methods... +[Info][OPS.OBF][OnPostAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [SDKConfig] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [DOTweenPro.Scripts] Skip Methods... +[Info][OPS.OBF][OnPostAnalyse_Assemblies] [Unity.Notifications.iOS] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [VosacoSDK] Skip Methods... +[Info][OPS.OBF][OnPostAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [WebView] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [MYp0ZVTT2QSDK] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] Process component Parameter - Obfuscation @@ -22320,9 +22959,12 @@ [Info][OPS.OBF][OnPostAnalyse_Assemblies] [DOTween.Modules] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [AppsFlyer] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [IngameDebugConsole.Runtime] Skip Properties... +[Info][OPS.OBF][OnPostAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [SDKConfig] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [DOTweenPro.Scripts] Skip Properties... +[Info][OPS.OBF][OnPostAnalyse_Assemblies] [Unity.Notifications.iOS] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [VosacoSDK] Skip Properties... +[Info][OPS.OBF][OnPostAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [WebView] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [MYp0ZVTT2QSDK] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] Process component Event - Obfuscation @@ -22334,9 +22976,12 @@ [Info][OPS.OBF][OnPostAnalyse_Assemblies] [DOTween.Modules] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [AppsFlyer] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [IngameDebugConsole.Runtime] Skip Events... +[Info][OPS.OBF][OnPostAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [SDKConfig] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [DOTweenPro.Scripts] Skip Events... +[Info][OPS.OBF][OnPostAnalyse_Assemblies] [Unity.Notifications.iOS] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [VosacoSDK] Skip Events... +[Info][OPS.OBF][OnPostAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [WebView] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [MYp0ZVTT2QSDK] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] Process component Attribute - Settings @@ -23026,15080 +23671,15609 @@ [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogEntryContentEqualityComparer] : zr [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogFilter] : zs [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[IngameDebugConsole.Runtime] IngameDebugConsole.PopupVisibility] : zt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding] : zu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.SkAdNetworkBinding] : zv [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[SDKConfig] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.DOTweenAnimationExtensions] : zu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts] : zv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.TMPSkewSpanMode] : zw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText] : zx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator] : zy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.DOTweenAnimationExtensions] : zw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts] : zx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.TMPSkewSpanMode] : zy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText] : zz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator] : baa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationOption] : bab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSAuthorizationRequestData] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationRequest] : bac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.PresentationOption] : bad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSoundType] : bae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationInterruptionLevel] : baf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.TimeTriggerData] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.CalendarTriggerData] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.LocationTriggerData] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.TriggerData] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationData] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification] : bag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionOptions] : bah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionIconType] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationAction] : bai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSTextInputNotificationAction] : baj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationAttachment] : bak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategoryOptions] : bal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategory] : bam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter] : ban +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationStatus] : bao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.AlertStyle] : bap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.ShowPreviewsSetting] : baq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting] : bas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationSettings] : bat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType] : bau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTrigger] : bav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationLocationTrigger] : baw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationPushTrigger] : bax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger] : bay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCalendarTrigger] : baz [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.Unified] Unity.Notifications.Notification] : bba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.Unified] Unity.Notifications.NotificationPresentation] : bbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.Unified] Unity.Notifications.NotificationSettingsSection] : bbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenterArgs] : bbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenter] : bbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.Unified] Unity.Notifications.NotificationRepeatInterval] : bbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.Unified] Unity.Notifications.NotificationSchedule] : bbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.Unified] Unity.Notifications.NotificationIntervalSchedule] : bbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.Unified] Unity.Notifications.NotificationDateTimeSchedule] : bbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionStatus] : bbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionRequest] : bbk [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[MYp0ZVTT2QSDK] qvxnf1_T] : -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[MYp0ZVTT2QSDK] e74JB4vt] : zz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[MYp0ZVTT2QSDK] HYM9xtVX] : baa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[MYp0ZVTT2QSDK] jg1RtNaw] : -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[MYp0ZVTT2QSDK] UnityTimer.Timer] : bab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[MYp0ZVTT2QSDK] UnityTimer.TimerExtensions] : bac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[MYp0ZVTT2QSDK] fF0lmN6s] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[MYp0ZVTT2QSDK] it4PRbsw] : bbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[MYp0ZVTT2QSDK] h_aIloNk] : bbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[MYp0ZVTT2QSDK] kFe4jXTn] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[MYp0ZVTT2QSDK] UnityTimer.Timer] : bbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[MYp0ZVTT2QSDK] UnityTimer.TimerExtensions] : bbo [Info][OPS.OBF][OnFindMemberNames_Assemblies] Process component Class - Obfuscation -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] <>f__AnonymousType0`2] : bad`2 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] <>f__AnonymousType1`2] : bae`2 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] <>f__AnonymousType2`2] : baf`2 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] Microsoft.CodeAnalysis.EmbeddedAttribute] : bag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] System.Runtime.CompilerServices.NullableAttribute] : bah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] System.Runtime.CompilerServices.NullableContextAttribute] : bai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] EyesHarmony/<>c__DisplayClass1_0] : baj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] EyesHarmony/<>c__DisplayClass2_0] : bak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] UsaSystem/<>c] : bal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] UsaSystem/<>c__DisplayClass10_0] : bam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] UsaSystem/<>c__DisplayClass10_1] : ban -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] EffectPool`1/<>c__DisplayClass10_0] : bao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] EffectPool`1/<>c__DisplayClass8_0`1] : bap`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] LoginSystem/<>c] : baq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] NetworkKit/<>c] : bas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] NetworkKit/<>c__DisplayClass8_0`1] : bat`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] NetworkKit/<>c__DisplayClass9_0] : bau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] NetworkKit/d__11] : bav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] NetworkKit/d__3`1] : baw`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] Havva/<>c] : bax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] PlayDataSystem/<>c] : bay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] SerializeUtil/<>c] : baz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] MYp0ZVTT2QSDKDemo/<>c] : bba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] MiniJSON.Json/Parser/TOKEN] : bbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] MiniJSON.Json/Parser] : bbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] MiniJSON.Json/Serializer] : bbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Container/DescendantsEnumerator] : bbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.DisplayObject/PaintingInfo] : bbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.DisplayObject/Flags] : bbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GoWrapper/RendererInfo] : bbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GoWrapper/<>c] : bbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.MaterialManager/MaterialRef] : bbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Stage/CursorDef] : bbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Stage/<>c] : bbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TouchInfo] : bbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TextInputHistory] : bbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.RTLSupport/CharState] : bbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TypingEffect/d__19] : bbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.EventBridge] : bbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.EaseManager/Bounce] : bbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.CustomEase/<>c] : bbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GPath/Segment] : bbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TweenManager] : bbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TweenPropTypeUtils] : bbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.AsyncCreationHelper/DisplayListItem] : bby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.AsyncCreationHelper/<_CreateObject>d__1] : bbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GButton/<>c__DisplayClass72_0] : bca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GComponent/<>c__DisplayClass129_0] : bcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GearAnimationValue] : bcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GearColorValue] : bcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GearLookValue] : bce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GearSizeValue] : bcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GearXYValue] : bcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GLabel/<>c__DisplayClass26_0] : bch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GList/ItemInfo] : bci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GProgressBar/<>c__DisplayClass37_0] : bcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.RelationDef] : bck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.RelationItem] : bcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Transition/<>c__DisplayClass78_0] : bcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TransitionItem] : bcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TweenConfig] : bco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue_Visible] : bcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue_Animation] : bcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue_Sound] : bcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue_Transition] : bcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue_Shake] : bct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue_Text] : bcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue] : bcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.UIObjectFactory/<>c__DisplayClass4_0] : bcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.UIObjectFactory/<>c__DisplayClass6_0] : bcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.UIPackage/AtlasSprite] : bcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.UIPackage/<>c] : bcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.UIPackage/<>c__DisplayClass93_0] : bda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Anymous_T] : bdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Utils.HtmlParser/TextFormat2] : bdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Utils.XMLList/<>c__DisplayClass14_0] : bdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/DynamicType] : bde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c] : bdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass111_0] : bdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass121_0] : bdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass138_0] : bdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass44_0] : bdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass59_0] : bdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass5_0] : bdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass77_0] : bdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass7_0] : bdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GlobalHarmony/<>c__DisplayClass7_0] : bdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Cheat/<>c__DisplayClass19_0] : bdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.FX/<>c__DisplayClass11_0`1] : bdq`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.FX/<>c__DisplayClass11_1`1] : bdr`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.FX/<>c__DisplayClass6_0] : bds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.FX/<>c__DisplayClass7_0`1] : bdt`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoBrainConfigModel`1/<>c__DisplayClass8_0] : bdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c] : bdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass20_0] : bdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass20_1] : bdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass24_0] : bdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass24_1] : bdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass24_2] : bea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass24_3] : beb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass27_0] : bec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardEntity/<>c__DisplayClass13_0] : bed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardEntity/<>c__DisplayClass8_0] : bee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.RewardData/<>c] : bef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.RewardData/<>c__DisplayClass16_0] : beg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.RewardData/<>c__DisplayClass18_0] : beh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameCell/<>c__DisplayClass2_0] : bei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BasptUI/<>c] : bej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BasptUI/<>c__DisplayClass12_0] : bek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BasptUI/<>c__DisplayClass15_0] : bel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoCardUI/<>c__DisplayClass18_0] : bem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoCardUI/<>c__DisplayClass25_0] : ben -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoCardUI/<>c__DisplayClass26_0] : beo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoHallUI/<>c] : bep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoStartUI/<>c] : beq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoStartUI/<>c__DisplayClass38_0] : ber -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoStartUI/<>c__DisplayClass52_0] : bes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoStartUI/<>c__DisplayClass52_1] : bet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoStartUI/<>c__DisplayClass52_2] : beu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoToyUI/<>c__DisplayClass21_0] : bev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoToyUI/<>c__DisplayClass23_0] : bew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ChestUI/<>c__DisplayClass18_0] : bex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ChestUI/<>c__DisplayClass18_1] : bey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ChestUI/<>c__DisplayClass18_2] : bez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ChestUI/<>c__DisplayClass18_3] : bfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ChestUI/<>c__DisplayClass18_4] : bfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ChestUI/<>c__DisplayClass19_0] : bfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ExchangeUI/<>c__DisplayClass18_0] : bfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ExtraItemUI/<>c__DisplayClass25_0] : bff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.FaqUIUI/<>c] : bfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.FirstRewardUI/<>c] : bfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GodPleUI/<>c__DisplayClass11_0] : bfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GodPleUI/<>c__DisplayClass11_1] : bfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GodPleUI/<>c__DisplayClass12_0] : bfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GodPleAcUI/<>c__DisplayClass20_0] : bfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.H5UI/<>c] : bfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JEffectUI/<>c__DisplayClass6_0] : bfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JEffectUI/<>c__DisplayClass6_1] : bfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JEffectUI/<>c__DisplayClass6_2] : bfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JEffectUI/<>c__DisplayClass7_0] : bfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JEffectUI/<>c__DisplayClass8_0] : bfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JMallUI/<>c__DisplayClass11_0] : bfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JMallUI/<>c__DisplayClass12_0] : bft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JThinkUI/<>c] : bfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JTipsUI/<>c__DisplayClass8_0] : bfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JTipsUI/<>c__DisplayClass8_1] : bfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JTodModel/<>c] : bfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JTodUI/<>c__DisplayClass14_0] : bfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JTodUI/<>c__DisplayClass15_0] : bfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c] : bga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass18_0] : bgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass21_0] : bgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass21_1] : bgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass21_2] : bge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass23_0] : bgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass26_0] : bgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass28_0] : bgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass30_0] : bgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass32_0] : bgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PettyAwardUI/<>c__DisplayClass16_0] : bgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PettyAwardUI/<>c__DisplayClass20_0] : bgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ReadyBingoUI/d__11] : bgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.RecordViewUI/d__20] : bgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GObjectMoveFunc/<>c__DisplayClass0_0] : bgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c] : bgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass26_0] : bgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass28_0] : bgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass31_0] : bgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass33_0] : bgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass34_0] : bgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass37_0] : bgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass37_1] : bgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SmailUI/<>c] : bgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SomsionUI/<>c__DisplayClass10_0] : bgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.StarRewardUI/<>c] : bgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.StarRewardUI/<>c__DisplayClass15_0] : bha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoDataSystem/<>c__DisplayClass16_0] : bhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoDataSystem/<>c__DisplayClass19_0] : bhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoDataSystem/<>c__DisplayClass19_1] : bhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoDataSystem/<>c__DisplayClass6_0] : bhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoDataSystem/<>c__DisplayClass6_1] : bhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoSystem/<>c] : bhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CallSystem/<>c] : bhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CallSystem/<>c__DisplayClass17_0] : bhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CallSystem/<>c__DisplayClass18_0] : bhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardSystem/<>c] : bhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardSystem/<>c__DisplayClass4_0] : bhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.DialogSystem/<>c] : bhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.DialogSystem/<>c__DisplayClass9_0] : bhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ConfigSystem/<>c__DisplayClass5_0] : bho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c] : bhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass11_0] : bhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass12_0] : bhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass12_1] : bhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass12_2] : bht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass12_3] : bhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass12_4] : bhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass2_0] : bhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass2_1] : bhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass2_2] : bhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Asset.BetKit/<>c__DisplayClass12_0] : bhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Asset.BetKit/<>c__DisplayClass15_0] : bia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Asset.BetKit/<>c__DisplayClass8_0`1] : bib`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Asset.CachKit/d__1] : bic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.CameraBoardk/<>c__DisplayClass29_0] : bid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.IsfvBehaviour/<>c] : bie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.IsfvKit/<>c__DisplayClass12_0] : bif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.BaseMainThreadDispatcher`3/MainThreadMsgClass] : big -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Bea/d__29] : bih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.BingoBea/<>c] : bii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.BingoBea/d__25] : bij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Pva/<>c] : bik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Gsss/<>c__DisplayClass10_0] : bil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Gsss/<>c__DisplayClass11_0] : bim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Gsss/<>c__DisplayClass13_0] : bin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Jsvva/d__7] : bio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Psvsa/<>c] : bip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UFdsa/TimerTask] : biq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UFdsa/TimerMode] : bir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UFdsa/<>c] : bis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UFdsa/<>c__DisplayClass20_0] : bit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UFdsa/<>c__DisplayClass24_0] : biu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.MaxADKit/<>c] : biv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.MaxADKit/<>c__DisplayClass2_0] : biw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.MaxADKit/<>c__DisplayClass7_0] : bix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Audio/<>c] : biy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Audio/<>c__DisplayClass49_0] : biz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.SceneSwitch/d__4] : bja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.SceneSwitch/d__5] : bjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c] : bjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass24_0] : bjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass25_0] : bje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass31_0] : bjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass35_0] : bjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass37_0] : bjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass48_0] : bji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass49_0] : bjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass83_0] : bjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiAdsMgr/InitResultCallbackImpl] : bjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiInterAd/InterstitialAdListener] : bjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiInterAd/InterstitialAdLoadListener] : bjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiVideoAd/RewardAdListener] : bjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiVideoAd/RewardAdLoadListener] : bjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] SharpJson.Lexer] : bju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TimelineType] : bjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.EventQueue/EventQueueEntry] : bjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.EventQueue/EventType] : bjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.EventQueue] : bjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonBinary/Vertices] : bjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonBinary/SkeletonInput] : bka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonJson/LinkedMesh] : bkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Skin/SkinEntryComparer] : bkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineSpriteAtlasAsset/SavedRegionInfo] : bkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/ClipInfos] : bke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/AnimationClipEqualityComparer] : bkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/IntEqualityComparer] : bkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonRenderer/<>c__DisplayClass75_0] : bkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.BlendModeMaterialsAsset/AtlasMaterialCache] : bki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.AttachmentTools.AtlasUtilities/IntAndAtlasRegionKey] : bkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.Deprecated.SlotBlendModes/MaterialWithRefcount] : bkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.Deprecated.SlotBlendModes/SlotMaterialTextureTuple] : bkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionary`2/d__34] : bkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionaryDebugView`2] : bkn`2 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo/<>c] : bko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/NetworkResponseInfo/<>c] : bkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AdPositionExtenstion] : bkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/<>c__DisplayClass15_0`1] : bkr`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/<>c__DisplayClass16_0`2] : bks`2 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/<>c__DisplayClass17_0`3] : bkt`3 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkiOS/ALUnityBackgroundCallback] : bku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkUtils/<>c__DisplayClass34_0] : bkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.ThirdParty.MiniJson.Json/Parser/TOKEN] : bky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.ThirdParty.MiniJson.Json/Parser] : bkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.ThirdParty.MiniJson.Json/Serializer] : bla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxEventExecutor/MaxAction] : blb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxEventExecutor/<>c__DisplayClass6_0] : blc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxWebRequest/<>c] : bld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxWebRequest/<>c__DisplayClass5_0] : ble -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxWebRequest/<>c__DisplayClass6_0] : blf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxWebRequest/d__5] : blg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxWebRequest/d__8] : blh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxWebRequestExtension/d__0] : bli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] AdHelper/DestryAdTask] : blj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : blk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : blm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0] : blo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0] : blp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0] : blq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0] : blr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0] : bls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0] : blt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0] : blu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0] : blv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0] : blw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0] : blx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0] : bly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0] : blz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0] : bma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0] : bmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0] : bmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0] : bmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0] : bme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0] : bmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0] : bmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0] : bmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0] : bmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0] : bmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0] : bmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0] : bml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0] : bmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0] : bmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0] : bmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0] : bmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0] : bmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0] : bmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0] : bms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0] : bmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0] : bmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0] : bmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0] : bmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0] : bmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0] : bmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0] : bmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0] : bna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0] : bnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0] : bnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0] : bnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0] : bne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0] : bnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0] : bng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0] : bnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0] : bni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0] : bnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0] : bnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0] : bnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0] : bnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0] : bnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0] : bno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0] : bnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0] : bnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0] : bnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0] : bns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0] : bnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0] : bnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0] : bnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0] : bnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0] : bnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0] : bny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0] : bnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0] : boa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0] : bob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/d__10] : boc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/d__13] : bod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/d__12] : boe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/d__14] : bof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/d__11] : bog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/d__15] : boh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] Microsoft.CodeAnalysis.EmbeddedAttribute] : boi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] System.Runtime.CompilerServices.NullableAttribute] : boj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] System.Runtime.CompilerServices.NullableContextAttribute] : bok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFMiniJSON.Json/Parser/TOKEN] : bon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFMiniJSON.Json/Parser] : boo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFMiniJSON.Json/Serializer] : bop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : boq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogConsole/<>c] : bos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogPopup/d__25] : bot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[SDKConfig] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[SDKConfig] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : boy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass1_0] : boz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass2_0] : bpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass0_0] : bpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass10_0] : bpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass1_0] : bpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass2_0] : bpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass4_0] : bpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass5_0] : bpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass6_0] : bph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass7_0] : bpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass8_0] : bpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass9_0] : bpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/CharVertices] : bpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/CharTransform] : bpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass32_0] : bpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass33_0] : bpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass34_0] : bpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass35_0] : bpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass37_0] : bpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass38_0] : bps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass39_0] : bpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass41_0] : bpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0] : bpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0] : bpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0] : bpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MYp0ZVTT2QSDK] qvxnf1_T] : bqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MYp0ZVTT2QSDK] Loom/sK51KAZR] : bqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MYp0ZVTT2QSDK] jg1RtNaw/Si6unDL2] : bqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MYp0ZVTT2QSDK] jg1RtNaw] : bqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MYp0ZVTT2QSDK] UnityTimer.Timer/TimerManager/<>c] : bqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] <>f__AnonymousType0`2] : bbp`2 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] <>f__AnonymousType1`2] : bbq`2 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] <>f__AnonymousType2`2] : bbr`2 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] Microsoft.CodeAnalysis.EmbeddedAttribute] : bbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] System.Runtime.CompilerServices.NullableAttribute] : bbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] System.Runtime.CompilerServices.NullableContextAttribute] : bbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] EyesHarmony/<>c__DisplayClass1_0] : bbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] EyesHarmony/<>c__DisplayClass2_0] : bbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] UsaSystem/<>c] : bbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] UsaSystem/<>c__DisplayClass10_0] : bby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] UsaSystem/<>c__DisplayClass10_1] : bbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] EffectPool`1/<>c__DisplayClass10_0] : bca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] EffectPool`1/<>c__DisplayClass8_0`1] : bcb`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] LoginSystem/<>c] : bcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] NetworkKit/<>c] : bcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] NetworkKit/<>c__DisplayClass8_0`1] : bce`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] NetworkKit/<>c__DisplayClass9_0] : bcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] NetworkKit/d__11] : bcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] NetworkKit/d__3`1] : bch`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] Havva/<>c] : bci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] PlayDataSystem/<>c] : bcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] SerializeUtil/<>c] : bck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] MYp0ZVTT2QSDKDemo/<>c] : bcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] MiniJSON.Json/Parser/TOKEN] : bco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] MiniJSON.Json/Parser] : bcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] MiniJSON.Json/Serializer] : bcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Container/DescendantsEnumerator] : bcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.DisplayObject/PaintingInfo] : bcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.DisplayObject/Flags] : bct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GoWrapper/RendererInfo] : bcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GoWrapper/<>c] : bcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.MaterialManager/MaterialRef] : bcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Stage/CursorDef] : bcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Stage/<>c] : bcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TouchInfo] : bcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TextInputHistory] : bda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.RTLSupport/CharState] : bdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TypingEffect/d__19] : bdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.EventBridge] : bdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.EaseManager/Bounce] : bde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.CustomEase/<>c] : bdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GPath/Segment] : bdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TweenManager] : bdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TweenPropTypeUtils] : bdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.AsyncCreationHelper/DisplayListItem] : bdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.AsyncCreationHelper/<_CreateObject>d__1] : bdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GButton/<>c__DisplayClass72_0] : bdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GComponent/<>c__DisplayClass129_0] : bdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GearAnimationValue] : bdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GearColorValue] : bdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GearLookValue] : bdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GearSizeValue] : bdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GearXYValue] : bdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GLabel/<>c__DisplayClass26_0] : bds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GList/ItemInfo] : bdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.GProgressBar/<>c__DisplayClass37_0] : bdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.RelationDef] : bdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.RelationItem] : bdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Transition/<>c__DisplayClass78_0] : bdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TransitionItem] : bdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TweenConfig] : bdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue_Visible] : bea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue_Animation] : beb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue_Sound] : bec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue_Transition] : bed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue_Shake] : bee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue_Text] : bef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.TValue] : beg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.UIObjectFactory/<>c__DisplayClass4_0] : beh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.UIObjectFactory/<>c__DisplayClass6_0] : bei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.UIPackage/AtlasSprite] : bej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.UIPackage/<>c] : bek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.UIPackage/<>c__DisplayClass93_0] : bel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Anymous_T] : bem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Utils.HtmlParser/TextFormat2] : ben +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] FairyGUI.Utils.XMLList/<>c__DisplayClass14_0] : beo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/DynamicType] : bep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c] : beq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass111_0] : ber +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass121_0] : bes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass138_0] : bet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass44_0] : beu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass59_0] : bev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass5_0] : bew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass77_0] : bex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameHelper/<>c__DisplayClass7_0] : bey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GlobalHarmony/<>c__DisplayClass7_0] : bez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Cheat/<>c__DisplayClass19_0] : bfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.FX/<>c__DisplayClass11_0`1] : bfb`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.FX/<>c__DisplayClass11_1`1] : bfc`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.FX/<>c__DisplayClass6_0] : bfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.FX/<>c__DisplayClass7_0`1] : bff`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoBrainConfigModel`1/<>c__DisplayClass8_0] : bfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c] : bfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass20_0] : bfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass20_1] : bfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass24_0] : bfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass24_1] : bfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass24_2] : bfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass24_3] : bfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardEntity/<>c__DisplayClass27_0] : bfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardEntity/<>c__DisplayClass13_0] : bfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardEntity/<>c__DisplayClass8_0] : bfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.RewardData/<>c] : bfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.RewardData/<>c__DisplayClass16_0] : bfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.RewardData/<>c__DisplayClass18_0] : bft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GameCell/<>c__DisplayClass2_0] : bfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BasptUI/<>c] : bfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BasptUI/<>c__DisplayClass12_0] : bfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BasptUI/<>c__DisplayClass15_0] : bfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoCardUI/<>c__DisplayClass18_0] : bfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoCardUI/<>c__DisplayClass25_0] : bfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoCardUI/<>c__DisplayClass26_0] : bga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoHallUI/<>c] : bgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoStartUI/<>c] : bgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoStartUI/<>c__DisplayClass38_0] : bgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoStartUI/<>c__DisplayClass52_0] : bge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoStartUI/<>c__DisplayClass52_1] : bgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoStartUI/<>c__DisplayClass52_2] : bgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoToyUI/<>c__DisplayClass21_0] : bgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoToyUI/<>c__DisplayClass23_0] : bgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ChestUI/<>c__DisplayClass18_0] : bgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ChestUI/<>c__DisplayClass18_1] : bgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ChestUI/<>c__DisplayClass18_2] : bgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ChestUI/<>c__DisplayClass18_3] : bgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ChestUI/<>c__DisplayClass18_4] : bgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ChestUI/<>c__DisplayClass19_0] : bgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ExchangeUI/<>c__DisplayClass18_0] : bgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ExtraItemUI/<>c__DisplayClass25_0] : bgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.FaqUIUI/<>c] : bgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.FirstRewardUI/<>c] : bgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GodPleUI/<>c__DisplayClass11_0] : bgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GodPleUI/<>c__DisplayClass11_1] : bgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GodPleUI/<>c__DisplayClass12_0] : bgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GodPleAcUI/<>c__DisplayClass20_0] : bgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.H5UI/<>c] : bgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JEffectUI/<>c__DisplayClass6_0] : bgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JEffectUI/<>c__DisplayClass6_1] : bgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JEffectUI/<>c__DisplayClass6_2] : bha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JEffectUI/<>c__DisplayClass7_0] : bhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JEffectUI/<>c__DisplayClass8_0] : bhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JMallUI/<>c__DisplayClass11_0] : bhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JMallUI/<>c__DisplayClass12_0] : bhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JThinkUI/<>c] : bhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JTipsUI/<>c__DisplayClass8_0] : bhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JTipsUI/<>c__DisplayClass8_1] : bhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JTodModel/<>c] : bhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JTodUI/<>c__DisplayClass14_0] : bhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.JTodUI/<>c__DisplayClass15_0] : bhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c] : bhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass18_0] : bhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass21_0] : bhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass21_1] : bho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass21_2] : bhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass23_0] : bhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass26_0] : bhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass28_0] : bhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass30_0] : bht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.MakeupConfirmUI/<>c__DisplayClass32_0] : bhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PettyAwardUI/<>c__DisplayClass16_0] : bhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PettyAwardUI/<>c__DisplayClass20_0] : bhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ReadyBingoUI/d__11] : bhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.RecordViewUI/d__20] : bhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.GObjectMoveFunc/<>c__DisplayClass0_0] : bhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c] : bia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass26_0] : bib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass28_0] : bic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass31_0] : bid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass33_0] : bie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass34_0] : bif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass37_0] : big +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SaveingPotUI/<>c__DisplayClass37_1] : bih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SmailUI/<>c] : bii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.SomsionUI/<>c__DisplayClass10_0] : bij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.StarRewardUI/<>c] : bik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.StarRewardUI/<>c__DisplayClass15_0] : bil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoDataSystem/<>c__DisplayClass16_0] : bim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoDataSystem/<>c__DisplayClass19_0] : bin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoDataSystem/<>c__DisplayClass19_1] : bio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoDataSystem/<>c__DisplayClass6_0] : bip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoDataSystem/<>c__DisplayClass6_1] : biq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.BingoSystem/<>c] : bir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CallSystem/<>c] : bis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CallSystem/<>c__DisplayClass17_0] : bit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CallSystem/<>c__DisplayClass18_0] : biu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardSystem/<>c] : biv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.CardBoardSystem/<>c__DisplayClass4_0] : biw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.DialogSystem/<>c] : bix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.DialogSystem/<>c__DisplayClass9_0] : biy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.ConfigSystem/<>c__DisplayClass5_0] : biz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c] : bja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass11_0] : bjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass12_0] : bjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass12_1] : bjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass12_2] : bje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass12_3] : bjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass12_4] : bjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass2_0] : bjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass2_1] : bji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.PropSystem/<>c__DisplayClass2_2] : bjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Asset.BetKit/<>c__DisplayClass12_0] : bjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Asset.BetKit/<>c__DisplayClass15_0] : bjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Asset.BetKit/<>c__DisplayClass8_0`1] : bjm`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Asset.CachKit/d__1] : bjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.CameraBoardk/<>c__DisplayClass29_0] : bjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.IsfvBehaviour/<>c] : bjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.IsfvKit/<>c__DisplayClass12_0] : bjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.BaseMainThreadDispatcher`3/MainThreadMsgClass] : bjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Bea/d__29] : bjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.BingoBea/<>c] : bjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.BingoBea/d__25] : bju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Pva/<>c] : bjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Gsss/<>c__DisplayClass10_0] : bjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Gsss/<>c__DisplayClass11_0] : bjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Gsss/<>c__DisplayClass13_0] : bjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Jsvva/d__7] : bjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Psvsa/<>c] : bka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UFdsa/TimerTask] : bkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UFdsa/TimerMode] : bkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UFdsa/<>c] : bkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UFdsa/<>c__DisplayClass20_0] : bke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UFdsa/<>c__DisplayClass24_0] : bkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.MaxADKit/<>c] : bkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.MaxADKit/<>c__DisplayClass2_0] : bkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.MaxADKit/<>c__DisplayClass7_0] : bki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Audio/<>c] : bkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.Audio/<>c__DisplayClass49_0] : bkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.SceneSwitch/d__4] : bkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.SceneSwitch/d__5] : bkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c] : bkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass24_0] : bko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass25_0] : bkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass31_0] : bkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass35_0] : bkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass37_0] : bks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass48_0] : bkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass49_0] : bku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] BingoBrain.Core.UI/<>c__DisplayClass83_0] : bkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiAdsMgr/InitResultCallbackImpl] : bkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiInterAd/InterstitialAdListener] : bkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiInterAd/InterstitialAdLoadListener] : bky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiVideoAd/RewardAdListener] : bkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiVideoAd/RewardAdLoadListener] : bla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : blb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : blc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : ble +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] SharpJson.Lexer] : blf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TimelineType] : blg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.EventQueue/EventQueueEntry] : blh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.EventQueue/EventType] : bli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.EventQueue] : blj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonBinary/Vertices] : blk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonBinary/SkeletonInput] : bll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonJson/LinkedMesh] : blm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Skin/SkinEntryComparer] : bln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineSpriteAtlasAsset/SavedRegionInfo] : blo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/ClipInfos] : blp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/AnimationClipEqualityComparer] : blq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/IntEqualityComparer] : blr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonRenderer/<>c__DisplayClass75_0] : bls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.BlendModeMaterialsAsset/AtlasMaterialCache] : blt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.AttachmentTools.AtlasUtilities/IntAndAtlasRegionKey] : blu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.Deprecated.SlotBlendModes/MaterialWithRefcount] : blv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.Deprecated.SlotBlendModes/SlotMaterialTextureTuple] : blw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionary`2/d__34] : blx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionaryDebugView`2] : bly`2 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo/<>c] : blz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/NetworkResponseInfo/<>c] : bma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AdPositionExtenstion] : bmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/<>c__DisplayClass15_0`1] : bmc`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/<>c__DisplayClass16_0`2] : bmd`2 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/<>c__DisplayClass17_0`3] : bme`3 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkiOS/ALUnityBackgroundCallback] : bmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkUtils/<>c__DisplayClass34_0] : bmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.ThirdParty.MiniJson.Json/Parser/TOKEN] : bmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.ThirdParty.MiniJson.Json/Parser] : bmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.ThirdParty.MiniJson.Json/Serializer] : bml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxEventExecutor/MaxAction] : bmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxEventExecutor/<>c__DisplayClass6_0] : bmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxWebRequest/<>c] : bmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxWebRequest/<>c__DisplayClass5_0] : bmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxWebRequest/<>c__DisplayClass6_0] : bmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxWebRequest/d__5] : bmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxWebRequest/d__8] : bms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AppLovinMax.Internal.MaxWebRequestExtension/d__0] : bmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] AdHelper/DestryAdTask] : bmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0] : bmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0] : bna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0] : bnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0] : bnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0] : bnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0] : bne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0] : bnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0] : bng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0] : bnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0] : bni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0] : bnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0] : bnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0] : bnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0] : bnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0] : bnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0] : bno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0] : bnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0] : bnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0] : bnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0] : bns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0] : bnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0] : bnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0] : bnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0] : bnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0] : bnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0] : bny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0] : bnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0] : boa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0] : bob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0] : boc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0] : bod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0] : boe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0] : bof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0] : bog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0] : boh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0] : boi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0] : boj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0] : bok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0] : bol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0] : bom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0] : bon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0] : boo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0] : bop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0] : boq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0] : bor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0] : bos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0] : bot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0] : bou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0] : bov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0] : bow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0] : boy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0] : boz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0] : bpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0] : bpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0] : bpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0] : bpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0] : bpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0] : bpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0] : bpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0] : bph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0] : bpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0] : bpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0] : bpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0] : bpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0] : bpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0] : bpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/d__10] : bpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/d__13] : bpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/d__12] : bpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/d__14] : bpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/d__11] : bps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/d__15] : bpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] Microsoft.CodeAnalysis.EmbeddedAttribute] : bpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] System.Runtime.CompilerServices.NullableAttribute] : bpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] System.Runtime.CompilerServices.NullableContextAttribute] : bpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFMiniJSON.Json/Parser/TOKEN] : bpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFMiniJSON.Json/Parser] : bqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFMiniJSON.Json/Serializer] : bqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogConsole/<>c] : bqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogPopup/d__25] : bqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[SDKConfig] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[SDKConfig] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass1_0] : bqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass2_0] : bqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass0_0] : bqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass10_0] : bqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass1_0] : bqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass2_0] : bqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass4_0] : bqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass5_0] : bqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass6_0] : bqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass7_0] : bqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass8_0] : bqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass9_0] : bqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/CharVertices] : bqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/CharTransform] : bqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass32_0] : bra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass33_0] : brb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass34_0] : brc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass35_0] : brd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass37_0] : bre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass38_0] : brf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass39_0] : brg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass41_0] : brh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0] : bri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0] : brj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0] : brk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : brl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : brm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSAuthorizationRequestData] : brn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.TimeTriggerData] : bro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.CalendarTriggerData] : brp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.LocationTriggerData] : brq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.TriggerData] : brr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationData] : brs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionIconType] : brt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/AuthorizationRequestCompletedCallback] : bru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/<>c] : brv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo] : brw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/AuthorizationRequestCallback] : brx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/NotificationReceivedCallback] : bry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveNSDictionaryKeyValueCallback] : brz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationsWrapper/ReceiveUNNotificationAttachmentCallback] : bsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] : bsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MYp0ZVTT2QSDK] fF0lmN6s] : bsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MYp0ZVTT2QSDK] Loom/Yk2KK9I6] : bsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MYp0ZVTT2QSDK] kFe4jXTn/UfJaYUBC] : bsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MYp0ZVTT2QSDK] kFe4jXTn] : bsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MYp0ZVTT2QSDK] UnityTimer.Timer/TimerManager/<>c] : bsl [Info][OPS.OBF][OnFindMemberNames_Assemblies] Process component Method - Obfuscation -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`2::get_kv()] : bqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`2::get_isAllMatch()] : bqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType1`2::get_index()] : bqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType1`2::get_cardEntity()] : bqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType2`2::get_index()] : bql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType2`2::get_num()] : bqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AnimationCurveData::CreateScriptableObject()] : bqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] AnimationCurveData AnimationCurveData::get_Instance()] : bqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EyesHarmony/<>c__DisplayClass1_0::b__0(UnityEngine.Sprite)] : bqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EyesHarmony/<>c__DisplayClass2_0::b__0(UnityEngine.Sprite)] : bqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EyesHarmony::GetPicture(System.String,System.String,UnityEngine.Events.UnityAction`1)] : bqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EyesHarmony::SetAvatarToLoader(System.Int32,FairyGUI.GLoader,System.Boolean)] : bqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EyesHarmony::GetItem(System.Int32,UnityEngine.Events.UnityAction`1)] : bqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoCell::get_CenterUIPos()] : bqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoCell::get_IsPauseGame()] : bqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoCell::get_IsGuiding()] : bqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_CallSpeed()] : bqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoCell::set_CallSpeed(System.Int32)] : bqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_CardBoardCount()] : bqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_MaxCoinCount()] : bra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_MinCoinCount()] : brb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_MaxCashCount()] : brc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_MinCashCount()] : brd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoCell::get_EnergyPrg()] : bre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_FullEnergy()] : brf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoCell::get_IsFullEnergy()] : brg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_KeyCardSum()] : brh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoCell::set_KeyCardSum(System.Int32)] : bri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoCell::AddKeyCardSum(System.Int32)] : brj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoCell::OpenActivityUI(System.Object)] : brk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoCell::AddReadSum(System.Int32,System.Decimal)] : brl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MakeupTaskData::SetStatus(MakeupTaskStatus)] : brm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MakeupTaskData::GetAmountStr()] : brn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotClass::SetStatus(SaveingPotTaskStatus)] : bro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SaveingPotClass::GetAmountStr()] : brp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotHelper::CheckSaveingPot()] : brq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotHelper::CreatSaveingPotItem()] : brr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SaveingPotHelper::TestingClearTime()] : brs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotHelper::ResetHistory()] : brt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SaveingPotHelper::getChString(System.Single)] : bru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SaveingPotHelper::getChNumber(System.Single)] : brv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TomorrowSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TomorrowSystem::AddListener()] : brx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TomorrowSystem::GameStart(System.Object)] : bry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TomorrowSystem::CheckNewDay()] : brz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem/<>c::b__10_2()] : bsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem/<>c__DisplayClass10_1::b__0(System.Decimal)] : bsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem/<>c__DisplayClass10_1::b__1()] : bsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void UsaSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem::AddListener()] : bsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem::OnGetReward(System.Object)] : bse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean UsaSystem::IsRewardFly(BingoBrain.RewardData)] : bsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean UsaSystem::IsRewardValueChange(BingoBrain.RewardData)] : bsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean UsaSystem::IsRewardNumber(BingoBrain.RewardData)] : bsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean UsaSystem::IsRewardDialog(BingoBrain.RewardData)] : bsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem::GetReward(BingoBrain.RewardData)] : bsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem::PlayReward(BingoBrain.RewardData)] : bsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem::SetRewardValueChangeState(System.Int32,System.Boolean)] : bsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem::OnChangeValue(System.Int32,System.Decimal)] : bsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1/<>c__DisplayClass10_0::b__0(UnityEngine.Object)] : bsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1/<>c__DisplayClass8_0`1::b__0(UnityEngine.Object)] : bso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1::GetObject(T,UnityEngine.Events.UnityAction`1)] : bsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1::AddKey(T)] : bsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1::LoadObject(T,UnityEngine.Events.UnityAction`1)] : bsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1::RecObject(T,UnityEngine.Object)] : bss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1::RemoveKey(T)] : bst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1::RemoveAll()] : bsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener Fade::FadeIn(FairyGUI.GObject,System.Single,System.Single)] : bsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener Fade::FadeOut(FairyGUI.GObject,System.Single,System.Single)] : bsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Fade::SetClick(FairyGUI.GObject,System.Action,System.Boolean,System.Boolean)] : bsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MD5Kit::GetFileMD5(System.String)] : bsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MD5Kit::MD5String1(System.String)] : bsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MD5Kit::GetStringMD5(System.String)] : bta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ErrorLogger::HandleLog(System.String,System.String,UnityEngine.LogType)] : btb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ErrorLogger::SendErrorToServer(System.String,System.String,UnityEngine.LogType)] : btc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem/<>c::b__7_1()] : btd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem/<>c::b__7_4()] : bte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void LoginSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::InitData()] : btf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::AddListener()] : btg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::RemoveListener()] : bth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::RequestLogin()] : bti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::RequestHeart()] : btj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::OnRequestLogin(System.Object)] : btk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::OnResponseReconnect(System.Object)] : btl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::Dispose()] : btm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::b__7_0(System.Boolean,LoginModel)] : bto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::b__7_2()] : btp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::b__7_3()] : btq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/<>c::b__13_0(System.Boolean,BuriedPointObject)] : btr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/<>c::b__17_0(System.Boolean,ResquestTokenData)] : bts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/<>c::b__19_0(System.Boolean,LoginModel)] : btt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/<>c__DisplayClass8_0`1::b__0(System.Boolean,T)] : btu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/<>c__DisplayClass9_0::b__0(System.Boolean,System.Object)] : btv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/d__11::System.IDisposable.Dispose()] : btw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object NetworkKit/d__11::System.Collections.Generic.IEnumerator.get_Current()] : btx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/d__11::System.Collections.IEnumerator.Reset()] : bty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object NetworkKit/d__11::System.Collections.IEnumerator.get_Current()] : btz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/d__3`1::System.IDisposable.Dispose()] : bua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object NetworkKit/d__3`1::System.Collections.Generic.IEnumerator.get_Current()] : bub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/d__3`1::System.Collections.IEnumerator.Reset()] : buc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object NetworkKit/d__3`1::System.Collections.IEnumerator.get_Current()] : bud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String NetworkKit::GetCacheToken()] : bue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::SetCacheToken(System.String)] : buf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator NetworkKit::PostInternal(System.String,System.Object,UnityEngine.Events.UnityAction`2,System.Collections.Generic.Dictionary`2)] : bug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::SetRequestContentType(UnityEngine.Networking.UnityWebRequest)] : buh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::Post(System.String,System.Object,UnityEngine.Events.UnityAction`2)] : bui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::Post(System.String,System.Object,UnityEngine.Events.UnityAction`2)] : buj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::PostWithHeader(System.String,System.Object,UnityEngine.Events.UnityAction`2)] : buk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::PostWithHeader(System.String,UnityEngine.Events.UnityAction`2)] : bul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::PostWithHeader(System.String,System.Object,UnityEngine.Events.UnityAction`1)] : bum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::Get(System.String,UnityEngine.Events.UnityAction`1)] : bun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator NetworkKit::GetInternal(System.String,UnityEngine.Events.UnityAction`1)] : buo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String NetworkKit::Json_StringFormat(System.String)] : bup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::BuriedPoint(System.String,System.String,System.Int32)] : buq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String NetworkKit::GetNetworkType()] : bur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::ReSetToken()] : bus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::ReLoginGetToken()] : but -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64Kit::Base64Encode(System.String)] : buu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64Kit::Encode(System.String,System.Boolean)] : buv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64Kit::Decode(System.String)] : buw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64Kit::Decode(System.String,System.String)] : bux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64EncodeUtil::Base64Encode(System.String)] : buy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64EncodeUtil::Base64Decode(System.String)] : buz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64EncodeUtil::Base64Encode(System.Text.Encoding,System.String)] : bva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64EncodeUtil::Base64Decode(System.Text.Encoding,System.String)] : bvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64EncodeUtil::Base64EncodeString(System.Byte[])] : bvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] Base64EncodeUtil::Base64DecodeBytes(System.String)] : bvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void OpenBrowser::OpenURL(System.String)] : bve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings Havva/<>c::<.cctor>b__0_0()] : bvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Havva::ToJson(System.Object)] : bvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T Havva::ToObject(System.String)] : bvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayDataSystem/<>c::b__4_0(System.Boolean,BingoBrain.Preferences)] : bvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void PlayDataSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayDataSystem::AddListener()] : bvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayDataSystem::RemoveListener()] : bvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayDataSystem::OnRequestPlayData(System.Object)] : bvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayDataSystem::OnRequestSavePlayData(System.Object)] : bvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void PlayDataSystem::Dispose()] : btm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayerPrefsKit::WriteInt(System.String,System.Int32)] : bvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayerPrefsKit::WriteString(System.String,System.String)] : bvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String PlayerPrefsKit::ReadString(System.String)] : bvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean PlayerPrefsKit::HasKey(System.String)] : bvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayerPrefsKit::DeleteKey(System.String)] : bvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayerPrefsKit::DeleteAll()] : bvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single PlayerPrefsKit::ReadFloat(System.String,System.Single)] : bvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayerPrefsKit::WriteFloat(System.String,System.Single)] : bvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double PlayerPrefsKit::ReadDouble(System.String,System.Double)] : bvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayerPrefsKit::WriteDouble(System.String,System.Double)] : bvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings SerializeUtil/<>c::<.cctor>b__1_0()] : bvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToRawJson(System.Object)] : bvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJson(System.Object)] : bvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJsonIndented(System.Object)] : bwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJson(System.Object,System.Type)] : bwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJsonIndented(System.Object,System.Type)] : bwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJson(System.Object)] : bwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJsonIndented(System.Object)] : bwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SerializeUtil::ToDicLocal(System.String)] : bwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SerializeUtil::ToDicClient(System.String)] : bwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SerializeUtil::ToObject(System.String)] : bwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SerializeUtil::ReplaceJobject(T,Newtonsoft.Json.Linq.JObject)] : bwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ReplaceJObject(Newtonsoft.Json.Linq.JObject,Newtonsoft.Json.Linq.JObject)] : bwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SerializeUtil::ToObject(System.String,System.Type)] : bwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Newtonsoft.Json.Linq.JObject SerializeUtil::GetJObjectByJson(System.String)] : bwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Newtonsoft.Json.Linq.JObject SerializeUtil::GetJObjectByObject(System.Object)] : bwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::UnityToJson(System.Object)] : bwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SerializeUtil::UnityToObject(System.String)] : bwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__0_0(System.Boolean)] : bwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__0_1()] : bwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__1_0()] : bwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__2_0()] : bws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__9_0()] : bwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__9_1()] : bwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__18_0(System.Boolean)] : bwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__19_0(System.Boolean,System.String)] : bww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__22_0(System.Int32)] : bwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::ShowAdmobInter()] : bwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::Track()] : bwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::GetCountryCode()] : bxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::ShowH5()] : bxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::ShowH5(UnityEngine.RectTransform)] : bxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::HideH5()] : bxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::CheckShowH5(UnityEngine.UI.Image)] : bxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::TrackLevel()] : bxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::GetWithDrawConfigs()] : bxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::CreateWithDrawOrder()] : bxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::GetWithDrawOrders()] : bxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::Init()] : bxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MYp0ZVTT2QSDKDemo::GetSdkVersion()] : bxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::b__16_0(System.Boolean,System.String)] : bxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::g__GameConfig|22_1(System.Boolean,System.String)] : bxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SkipUnityLogo::AsyncSkip()] : bxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : bxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean MiniJSON.Json/Parser::IsWordBreak(System.Char)] : bxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::Parse(System.String)] : bxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 MiniJSON.Json/Parser::ParseObject()] : bxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 MiniJSON.Json/Parser::ParseArray()] : bxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::ParseValue()] : bxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::ParseByToken(MiniJSON.Json/Parser/TOKEN)] : bxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json/Parser::ParseString()] : bxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::ParseNumber()] : bxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Parser::EatWhitespace()] : bxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char MiniJSON.Json/Parser::get_PeekChar()] : bxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char MiniJSON.Json/Parser::get_NextChar()] : bxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json/Parser::get_NextWord()] : bya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] MiniJSON.Json/Parser/TOKEN MiniJSON.Json/Parser::get_NextToken()] : byb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json/Serializer::Serialize(System.Object)] : byc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeValue(System.Object)] : byd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeObject(System.Collections.IDictionary)] : bye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeArray(System.Collections.IList)] : byf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeString(System.String)] : byg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeOther(System.Object)] : byh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json::Deserialize(System.String)] : byi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json::Serialize(System.Object)] : byj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlendModeUtils::Apply(UnityEngine.Material,FairyGUI.BlendMode)] : byk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlendModeUtils::Override(FairyGUI.BlendMode,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode)] : byl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.CaptureCamera::CheckMain()] : bym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.CaptureCamera::get_layer()] : byn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.CaptureCamera::get_hiddenLayer()] : byo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.RenderTexture FairyGUI.CaptureCamera::CreateRenderTexture(System.Int32,System.Int32,System.Boolean)] : byp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.CaptureCamera::Capture(FairyGUI.DisplayObject,UnityEngine.RenderTexture,System.Single,UnityEngine.Vector2)] : byq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.Container/DescendantsEnumerator::System.Collections.IEnumerator.get_Current()] : byr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::add_onUpdate(System.Action)] : bys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::remove_onUpdate(System.Action)] : byt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::Init()] : byu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Container::get_numChildren()] : byv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::AddChild(FairyGUI.DisplayObject)] : byw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::AddChildAt(FairyGUI.DisplayObject,System.Int32)] : byx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::Contains(FairyGUI.DisplayObject)] : byy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::GetChildAt(System.Int32)] : byz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::GetChild(System.String)] : bza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject[] FairyGUI.Container::GetChildren()] : bzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Container::GetChildIndex(FairyGUI.DisplayObject)] : bzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject)] : bzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject,System.Boolean)] : bze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32)] : bzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32,System.Boolean)] : bzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::RemoveChildren()] : bzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::RemoveChildren(System.Int32,System.Int32,System.Boolean)] : bzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SetChildIndex(FairyGUI.DisplayObject,System.Int32)] : bzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SwapChildren(FairyGUI.DisplayObject,FairyGUI.DisplayObject)] : bzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SwapChildrenAt(System.Int32,System.Int32)] : bzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::ChangeChildrenOrder(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1)] : bzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerator`1 FairyGUI.Container::GetDescendants(System.Boolean)] : bzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Container::get_clipRect()] : bzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_clipRect(System.Nullable`1)] : bzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::get_mask()] : bzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_mask(FairyGUI.DisplayObject)] : bzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::CreateGraphics()] : bzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.Container::GetBounds(FairyGUI.DisplayObject)] : bzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera FairyGUI.Container::GetRenderCamera()] : bzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::HitTest(UnityEngine.Vector2,System.Boolean)] : bzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::HitTest()] : bzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::HitTest_Container()] : bzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::IsAncestorOf(FairyGUI.DisplayObject)] : bzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::get_fairyBatching()] : bzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_fairyBatching(System.Boolean)] : caa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::UpdateBatchingFlags()] : cab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::InvalidateBatchingState(System.Boolean)] : cac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SetChildrenLayer(System.Int32)] : cad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::Update(FairyGUI.UpdateContext)] : cae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SetRenderingOrder(FairyGUI.UpdateContext)] : caf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::DoFairyBatching()] : cag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::CollectChildren(FairyGUI.Container,System.Boolean)] : cah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::Dispose()] : cai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::get_tabStopChildren()] : caj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_tabStopChildren(System.Boolean)] : cak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::get_parent()] : cal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_parent(FairyGUI.Container)] : cam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.DisplayObject::get_gameObject()] : can -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_gameObject(UnityEngine.GameObject)] : cao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::get_cachedTransform()] : cap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_cachedTransform(UnityEngine.Transform)] : caq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NGraphics FairyGUI.DisplayObject::get_graphics()] : car -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_graphics(FairyGUI.NGraphics)] : cas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NGraphics FairyGUI.DisplayObject::get_paintingGraphics()] : cat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_paintingGraphics(FairyGUI.NGraphics)] : cau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::add_onPaint(System.Action)] : cav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::remove_onPaint(System.Action)] : caw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onClick()] : cax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRightClick()] : cay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchBegin()] : caz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchMove()] : cba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchEnd()] : cbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOver()] : cbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOut()] : cbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onMouseWheel()] : cbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onAddedToStage()] : cbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRemovedFromStage()] : cbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onKeyDown()] : cbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onClickLink()] : cbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onFocusIn()] : cbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onFocusOut()] : cbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::CreateUICacheRoot(UnityEngine.Transform)] : cbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::CreateGameObject(System.String)] : cbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetGameObject(UnityEngine.GameObject)] : cbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::DestroyGameObject()] : cbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_alpha()] : cbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_alpha(System.Single)] : cbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_grayed()] : cbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_grayed(System.Boolean)] : cbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_visible()] : cbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_visible(System.Boolean)] : cbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_x()] : cbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_x(System.Single)] : cbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_y()] : cbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_y(System.Single)] : cby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_z()] : cbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_z(System.Single)] : cca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_xy()] : ccb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_xy(UnityEngine.Vector2)] : ccc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::get_position()] : ccd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_position(UnityEngine.Vector3)] : cce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetXY(System.Single,System.Single)] : ccf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetPosition(System.Single,System.Single,System.Single)] : ccg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_pixelPerfect()] : cch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_pixelPerfect(System.Boolean)] : cci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_width()] : ccj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_width(System.Single)] : cck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_height()] : ccl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_height(System.Single)] : ccm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_size()] : ccn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_size(UnityEngine.Vector2)] : cco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetSize(System.Single,System.Single)] : ccp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnsureSizeCorrect()] : ccq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::OnSizeChanged()] : ccr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_scaleX()] : ccs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_scaleX(System.Single)] : cct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_scaleY()] : ccu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_scaleY(System.Single)] : ccv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetScale(System.Single,System.Single)] : ccw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::ValidateScale(System.Single)] : ccx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_scale()] : ccy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_scale(UnityEngine.Vector2)] : ccz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_rotation()] : cda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_rotation(System.Single)] : cdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_rotationX()] : cdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_rotationX(System.Single)] : cdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_rotationY()] : cde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_rotationY(System.Single)] : cdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_skew()] : cdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_skew(UnityEngine.Vector2)] : cdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_perspective()] : cdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_perspective(System.Boolean)] : cdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::get_focalLength()] : cdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_focalLength(System.Int32)] : cdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdateTransformMatrix()] : cdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_pivot()] : cdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_pivot(UnityEngine.Vector2)] : cdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdatePivotOffset()] : cdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::ApplyPivot()] : cdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::get_location()] : cdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_location(UnityEngine.Vector3)] : cds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.DisplayObject::get_material()] : cdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_material(UnityEngine.Material)] : cdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.DisplayObject::get_shader()] : cdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_shader(System.String)] : cdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::get_renderingOrder()] : cdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_renderingOrder(System.Int32)] : cdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::get_layer()] : cdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_layer(System.Int32)] : cea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_focusable()] : ceb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_focusable(System.Boolean)] : cec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_tabStop()] : ced -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_tabStop(System.Boolean)] : cee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_focused()] : cef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::_AcceptTab()] : ceg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.DisplayObject::get_cursor()] : ceh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_cursor(System.String)] : cei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_isDisposed()] : cej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::InternalSetParent(FairyGUI.Container)] : cek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::get_topmost()] : cel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Stage FairyGUI.DisplayObject::get_stage()] : cem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::get_worldSpaceContainer()] : cen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_touchable()] : ceo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_touchable(System.Boolean)] : cep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_touchDisabled()] : ceq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnterPaintingMode()] : cer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnterPaintingMode(System.Int32,System.Nullable`1)] : ces -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnterPaintingMode(System.Int32,System.Nullable`1,System.Single)] : cet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::LeavePaintingMode(System.Int32)] : ceu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_paintingMode()] : cev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_cacheAsBitmap()] : cew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_cacheAsBitmap(System.Boolean)] : cex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D FairyGUI.DisplayObject::GetScreenShot(System.Nullable`1,System.Single)] : cey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.DisplayObject::get_filter()] : cez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_filter(FairyGUI.IFilter)] : cfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.DisplayObject::get_blendMode()] : cfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_blendMode(FairyGUI.BlendMode)] : cfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.DisplayObject::GetBounds(FairyGUI.DisplayObject)] : bzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.DisplayObject::InternalHitTest()] : cfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.DisplayObject::InternalHitTestMask()] : cfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.DisplayObject::HitTest()] : bzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::GlobalToLocal(UnityEngine.Vector2)] : cff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::LocalToGlobal(UnityEngine.Vector2)] : cfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::WorldToLocal(UnityEngine.Vector3,UnityEngine.Vector3)] : cfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::LocalToWorld(UnityEngine.Vector3)] : cfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::TransformPoint(UnityEngine.Vector2,FairyGUI.DisplayObject)] : cfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.DisplayObject::TransformRect(UnityEngine.Rect,FairyGUI.DisplayObject)] : cfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::TransformRectPoint(System.Single,System.Single,FairyGUI.DisplayObject,UnityEngine.Vector4&)] : cfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::RemoveFromParent()] : cfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::InvalidateBatchingState()] : cfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext)] : cae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdatePainting()] : cfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::Capture()] : cfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::get_home()] : cfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_home(UnityEngine.Transform)] : cfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdateHierarchy()] : cfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::SetLayer(System.Int32,System.Boolean)] : cft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::_SetLayerDirect(System.Int32)] : cfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::Dispose()] : cai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::DisplayDisposedWarning()] : cfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GoWrapper/<>c::b__21_0(FairyGUI.GoWrapper/RendererInfo,FairyGUI.GoWrapper/RendererInfo)] : cfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::add_onUpdate(System.Action`1)] : cfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::remove_onUpdate(System.Action`1)] : cfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.GoWrapper::get_wrapTarget()] : cfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::set_wrapTarget(UnityEngine.GameObject)] : cga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::setWrapTarget(UnityEngine.GameObject,System.Boolean)] : cgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::SetWrapTarget(UnityEngine.GameObject,System.Boolean)] : cgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::CacheRenderers()] : cgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::CloneMaterials()] : cge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::RecoverMaterials()] : cgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GoWrapper::get_renderingOrder()] : cdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::set_renderingOrder(System.Int32)] : cdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GoWrapper::SetLayer(System.Int32,System.Boolean)] : cft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::SetGoLayers(System.Int32)] : cgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::Update(FairyGUI.UpdateContext)] : cae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::ApplyClipping(FairyGUI.UpdateContext)] : cgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::Dispose()] : cai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ColliderHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.HitTestContext::GetRaycastHitFromCache(UnityEngine.Camera,UnityEngine.RaycastHit&)] : cgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.HitTestContext::CacheRaycastHit(UnityEngine.Camera,UnityEngine.RaycastHit&)] : cgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.HitTestContext::ClearRaycastHitCache()] : cgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.MeshColliderHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PixelHitTestData::Load(FairyGUI.Utils.ByteBuffer)] : cgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PixelHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RectHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ShapeHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.Image::get_texture()] : cgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_texture(FairyGUI.NTexture)] : cgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Image::get_textureScale()] : cgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_textureScale(UnityEngine.Vector2)] : cgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Image::get_color()] : cgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_color(UnityEngine.Color)] : cgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.Image::get_fillMethod()] : cgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillMethod(FairyGUI.FillMethod)] : cgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Image::get_fillOrigin()] : cgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillOrigin(System.Int32)] : cgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Image::get_fillClockwise()] : cgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillClockwise(System.Boolean)] : cgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Image::get_fillAmount()] : cgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillAmount(System.Single)] : cha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Image::get_scale9Grid()] : chb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_scale9Grid(System.Nullable`1)] : chc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Image::get_scaleByTile()] : chd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_scaleByTile(System.Boolean)] : che -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Image::get_tileGridIndice()] : chf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_tileGridIndice(System.Int32)] : chg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::SetNativeSize()] : chh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::UpdateTexture(FairyGUI.NTexture)] : chi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::SliceFill(FairyGUI.VertexBuffer)] : chk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::TileFill(FairyGUI.VertexBuffer,UnityEngine.Rect,UnityEngine.Rect,System.Single,System.Single)] : chl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::add_onCreateNewMaterial(System.Action`1)] : chm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::remove_onCreateNewMaterial(System.Action`1)] : chn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.MaterialManager::GetFlagsByKeywords(System.Collections.Generic.IList`1)] : cho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.MaterialManager::GetMaterial(System.Int32,FairyGUI.BlendMode,System.UInt32)] : chp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.MaterialManager::CreateMaterial(System.Int32)] : chq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::DestroyMaterials()] : chr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::RefreshMaterials()] : chs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.CompositeMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.CompositeMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.EllipseMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EllipseMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillHorizontal(FairyGUI.VertexBuffer,UnityEngine.Rect,System.Int32,System.Single)] : cht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillVertical(FairyGUI.VertexBuffer,UnityEngine.Rect,System.Int32,System.Single)] : chu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillRadial90(FairyGUI.VertexBuffer,UnityEngine.Rect,FairyGUI.Origin90,System.Single,System.Boolean)] : chv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillRadial180(FairyGUI.VertexBuffer,UnityEngine.Rect,FairyGUI.Origin180,System.Single,System.Boolean)] : chw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillRadial360(FairyGUI.VertexBuffer,UnityEngine.Rect,FairyGUI.Origin360,System.Single,System.Boolean)] : chx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.LineMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LineMesh::DrawRoundEdge(FairyGUI.VertexBuffer,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Color32,UnityEngine.Vector2)] : chy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IMeshFactory::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlaneMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PolygonMesh::Add(UnityEngine.Vector2)] : chz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PolygonMesh::Add(UnityEngine.Vector2,UnityEngine.Vector2)] : cia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PolygonMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PolygonMesh::DrawOutline(FairyGUI.VertexBuffer)] : cib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PolygonMesh::IsPointInTriangle(UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&)] : cic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PolygonMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RectMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RectMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RegularPolygonMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RegularPolygonMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RoundedRectMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RoundedRectMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.StraightLineMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertexBuffer FairyGUI.VertexBuffer::Begin()] : cid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertexBuffer FairyGUI.VertexBuffer::Begin(FairyGUI.VertexBuffer)] : cie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::End()] : cif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::Clear()] : cig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.VertexBuffer::get_currentVertCount()] : cih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3)] : cii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32)] : cij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32,UnityEngine.Vector2)] : cik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect)] : cil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect,UnityEngine.Color32)] : cim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect,UnityEngine.Color32,UnityEngine.Rect)] : cin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.VertexBuffer::FixUVForArbitraryQuad()] : cio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::RepeatColors(UnityEngine.Color32[],System.Int32,System.Int32)] : cip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddTriangle(System.Int32,System.Int32,System.Int32)] : ciq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32[],System.Int32)] : cir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32)] : cis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.VertexBuffer::GetPosition(System.Int32)] : cit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.VertexBuffer::GetUVAtPosition(UnityEngine.Vector2,System.Boolean)] : ciu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::Append(FairyGUI.VertexBuffer)] : civ -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::Insert(FairyGUI.VertexBuffer)] : ciw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.MovieClip::get_onPlayEnd()] : cix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.MovieClip/Frame[] FairyGUI.MovieClip::get_frames()] : ciy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::set_frames(FairyGUI.MovieClip/Frame[])] : ciz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.MovieClip::get_playing()] : cja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::set_playing(System.Boolean)] : cjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::get_frame()] : cjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::set_frame(System.Int32)] : cjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::Rewind()] : cje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::SyncStatus(FairyGUI.MovieClip)] : cjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::Advance(System.Single)] : cjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::SetPlaySettings()] : cjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::SetPlaySettings(System.Int32,System.Int32,System.Int32,System.Int32)] : cji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::OnAddedToStage()] : cjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::OnRemoveFromStage()] : cjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::CheckTimer()] : cjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::OnTimer(System.Object)] : cjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::DrawFrame()] : cjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NAudioClip::Unload()] : cjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NAudioClip::Reload(UnityEngine.AudioClip)] : cjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics/StencilEraser::get_enabled()] : cjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics/StencilEraser::set_enabled(System.Boolean)] : cjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.NGraphics::get_gameObject()] : cjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_gameObject(UnityEngine.GameObject)] : cjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.MeshFilter FairyGUI.NGraphics::get_meshFilter()] : cju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_meshFilter(UnityEngine.MeshFilter)] : cjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.MeshRenderer FairyGUI.NGraphics::get_meshRenderer()] : cjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_meshRenderer(UnityEngine.MeshRenderer)] : cjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Mesh FairyGUI.NGraphics::get_mesh()] : cjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_mesh(UnityEngine.Mesh)] : cjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::add_meshModifier(System.Action)] : cka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::remove_meshModifier(System.Action)] : ckb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IMeshFactory FairyGUI.NGraphics::get_meshFactory()] : ckc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_meshFactory(FairyGUI.IMeshFactory)] : ckd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T FairyGUI.NGraphics::GetMeshFactory()] : cke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NGraphics::get_contentRect()] : ckf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_contentRect(UnityEngine.Rect)] : ckg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.NGraphics::get_flip()] : ckh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_flip(FairyGUI.FlipType)] : cki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NGraphics::get_texture()] : ckj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_texture(FairyGUI.NTexture)] : ckk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.NGraphics::get_shader()] : ckl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_shader(System.String)] : ckm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::SetShaderAndTexture(System.String,FairyGUI.NTexture)] : ckn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.NGraphics::get_material()] : cko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_material(UnityEngine.Material)] : ckp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::SetMaterial(UnityEngine.Material)] : ckq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.NGraphics::get_materialKeywords()] : ckr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_materialKeywords(System.String[])] : cks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::ToggleKeyword(System.String,System.Boolean)] : ckt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::UpdateManager()] : cku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::UpdateMaterialFlags()] : ckv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::get_enabled()] : ckw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_enabled(System.Boolean)] : ckx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.NGraphics::get_sortingOrder()] : cky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_sortingOrder(System.Int32)] : ckz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::_SetStencilEraserOrder(System.Int32)] : cla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.NGraphics::get_color()] : clb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_color(UnityEngine.Color)] : clc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::Tint()] : cld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::ChangeAlpha(System.Single)] : cle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NGraphics/VertexMatrix FairyGUI.NGraphics::get_vertexMatrix()] : clf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_vertexMatrix(FairyGUI.NGraphics/VertexMatrix)] : clg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.MaterialPropertyBlock FairyGUI.NGraphics::get_materialPropertyBlock()] : clh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::SetMeshDirty()] : cli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::UpdateMesh()] : clj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::Dispose()] : clk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::Update(FairyGUI.UpdateContext,System.Single,System.Boolean)] : cll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::_PreUpdateMask(FairyGUI.UpdateContext,System.UInt32)] : clm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::UpdateMeshNow()] : cln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::add_CustomDestroyMethod(System.Action`1)] : clo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::remove_CustomDestroyMethod(System.Action`1)] : clp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::add_onSizeChanged(System.Action`1)] : clq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::remove_onSizeChanged(System.Action`1)] : clr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::add_onRelease(System.Action`1)] : cls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::remove_onRelease(System.Action`1)] : clt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D FairyGUI.NTexture::CreateEmptyTexture()] : clu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NTexture::get_Empty()] : clv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::DisposeEmpty()] : clw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.NTexture::get_width()] : clx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.NTexture::get_height()] : cly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.NTexture::get_offset()] : clz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::set_offset(UnityEngine.Vector2)] : cma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.NTexture::get_originalSize()] : cmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::set_originalSize(UnityEngine.Vector2)] : cmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NTexture::GetDrawRect(UnityEngine.Rect)] : cmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::GetUV(UnityEngine.Vector2[])] : cme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NTexture::get_root()] : cmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NTexture::get_disposed()] : cmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture FairyGUI.NTexture::get_nativeTexture()] : cmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture FairyGUI.NTexture::get_alphaTexture()] : cmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.MaterialManager FairyGUI.NTexture::GetMaterialManager(System.String)] : cmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::Unload()] : cmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::Unload(System.Boolean)] : cml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::Reload(UnityEngine.Texture,UnityEngine.Texture)] : cmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::DestroyTexture()] : cmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::RefreshMaterials()] : cmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::DestroyMaterials()] : cmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::AddRef()] : cmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::ReleaseRef()] : cmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::Dispose()] : cms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Shader FairyGUI.ShaderConfig::GetShader(System.String)] : cmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Shape::get_color()] : cmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::set_color(UnityEngine.Color)] : cmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawRect(System.Single,UnityEngine.Color,UnityEngine.Color)] : cmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawRect(System.Single,UnityEngine.Color32[])] : cmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawRoundRect(System.Single,UnityEngine.Color,UnityEngine.Color,System.Single,System.Single,System.Single,System.Single)] : cmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawEllipse(UnityEngine.Color)] : cmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawEllipse(System.Single,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,System.Single,System.Single)] : cna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawPolygon(System.Collections.Generic.IList`1,UnityEngine.Color)] : cnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawPolygon(System.Collections.Generic.IList`1,UnityEngine.Color32[])] : cnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawPolygon(System.Collections.Generic.IList`1,UnityEngine.Color,System.Single,UnityEngine.Color)] : cnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawRegularPolygon(System.Int32,System.Single,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,System.Single,System.Single[])] : cne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::Clear()] : cnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Shape::get_isEmpty()] : cng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Shape::HitTest()] : bzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage/<>c::b__112_0(FairyGUI.DisplayObject,FairyGUI.DisplayObject)] : cnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::get_stageHeight()] : cni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::get_stageWidth()] : cnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Stage::get_soundVolume()] : cnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_soundVolume(System.Single)] : cnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::add_beforeUpdate(System.Action)] : cnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::remove_beforeUpdate(System.Action)] : cnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::add_afterUpdate(System.Action)] : cno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::remove_afterUpdate(System.Action)] : cnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Stage FairyGUI.Stage::get_inst()] : cnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::Instantiate()] : cnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::get_touchScreen()] : cns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_touchScreen(System.Boolean)] : cnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::get_keyboardInput()] : cnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_keyboardInput(System.Boolean)] : cnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::get_isTouchOnUI()] : cnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Stage::get_devicePixelRatio()] : cnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_devicePixelRatio(System.Single)] : cny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SceneManager_sceneLoaded(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode)] : cnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::Dispose()] : cai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.Stage::get_onStageResized()] : coa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::get_touchTarget()] : cob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::get_focus()] : coc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_focus(FairyGUI.DisplayObject)] : cod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetFocus(FairyGUI.DisplayObject,System.Boolean)] : coe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::_OnFocusRemoving(FairyGUI.Container)] : cof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::DoKeyNavigate(System.Boolean)] : cog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage::get_touchPosition()] : coh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage::GetTouchPosition(System.Int32)] : coi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::GetTouchTarget(System.Int32)] : coj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::get_touchCount()] : cok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32[] FairyGUI.Stage::GetAllTouch(System.Int32[])] : col -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::ResetInputState()] : com -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::CancelClick(System.Int32)] : con -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::EnableSound()] : coo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::DisableSound()] : cop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip,System.Single)] : coq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip)] : cor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IKeyboard FairyGUI.Stage::get_keyboard()] : cos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_keyboard(FairyGUI.IKeyboard)] : cot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::OpenKeyboard(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean)] : cou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::CloseKeyboard()] : cov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::InputString(System.String)] : cow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.Vector2,System.Boolean)] : cox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.Vector2,System.Boolean,System.Boolean)] : coy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.RaycastHit&,System.Boolean)] : coz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.RaycastHit&,System.Boolean,System.Boolean)] : cpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::ForceUpdate()] : cpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::InternalUpdate()] : cpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::GetHitTarget()] : cpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleScreenSizeChanged(System.Int32,System.Int32,System.Single)] : cpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleGUIEvents(UnityEngine.Event)] : cpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleEvents()] : cpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::UpdateTouchPosition()] : cph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleTextInput()] : cpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleCustomInput()] : cpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleMouseEvents()] : cpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleTouchEvents()] : cpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleRollOver(FairyGUI.TouchInfo)] : cpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::ApplyPanelOrder(FairyGUI.Container)] : cpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SortWorldSpacePanelsByZOrder(System.Int32)] : cpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::MonitorTexture(FairyGUI.NTexture)] : cpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::RunTextureCollector(System.Object)] : cpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::AddTouchMonitor(System.Int32,FairyGUI.EventDispatcher)] : cpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::RemoveTouchMonitor(FairyGUI.EventDispatcher)] : cps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::IsTouchMonitoring(FairyGUI.EventDispatcher)] : cpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::HasTouchMonitor(FairyGUI.EventDispatcher)] : cpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.Stage::CreatePoolManager(System.String)] : cpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::RegisterCursor(System.String,UnityEngine.Texture2D,UnityEngine.Vector2)] : cpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Stage::get_activeCursor()] : cpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::_ChangeCursor(System.String)] : cpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::Reset()] : cpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::UpdateEvent()] : cqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::Begin()] : cqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::Move()] : cqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::End()] : cqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.TouchInfo::ClickTest()] : cqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::OnScreenSizeChanged(System.Int32,System.Int32)] : cqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::ApplyModifiedProperties()] : cqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::CheckMainCamera()] : cqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::CheckCaptureCamera()] : cqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera FairyGUI.StageCamera::CreateCamera(System.String,System.Int32)] : cqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::UpdateGraphics(FairyGUI.NGraphics)] : cqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single)] : cql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::PrepareCharacters(System.String)] : cqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::GetGlyph(System.Char,System.Single&,System.Single&,System.Single&)] : cqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BaseFont::DrawGlyph(System.Single,System.Single,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1)] : cqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BaseFont::DrawLine(System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1)] : cqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::HasCharacter(System.Char)] : cqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BaseFont::GetLineHeight(System.Int32)] : cqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::Dispose()] : cqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BitmapFont::AddChar(System.Char,FairyGUI.BitmapFont/BMGlyph)] : cqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.BitmapFont::SetFormat(FairyGUI.TextFormat,System.Single)] : cql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BitmapFont::GetGlyph(System.Char,System.Single&,System.Single&,System.Single&)] : cqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BitmapFont::DrawGlyph(System.Single,System.Single,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1)] : cqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BitmapFont::HasCharacter(System.Char)] : cqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BitmapFont::GetLineHeight(System.Int32)] : cqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Font FairyGUI.DynamicFont::GetRealFont()] : cqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::Dispose()] : cqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Font FairyGUI.DynamicFont::get_nativeFont()] : cqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::set_nativeFont(UnityEngine.Font)] : cqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::SetFormat(FairyGUI.TextFormat,System.Single)] : cql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::PrepareCharacters(System.String)] : cqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DynamicFont::GetGlyph(System.Char,System.Single&,System.Single&,System.Single&)] : cqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DynamicFont::DrawGlyph(System.Single,System.Single,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1)] : cqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DynamicFont::DrawLine(System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1)] : cqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DynamicFont::HasCharacter(System.Char)] : cqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DynamicFont::GetLineHeight(System.Int32)] : cqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::textureRebuildCallback(UnityEngine.Font)] : cqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.FontManager::GetFontsInfo()] : cqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FontManager::RegisterFont(FairyGUI.BaseFont,System.String)] : cqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FontManager::UnregisterFont(FairyGUI.BaseFont)] : cra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BaseFont FairyGUI.FontManager::GetFont(System.String)] : crb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BaseFont FairyGUI.FontManager::Fallback(System.String)] : crd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FontManager::Clear()] : cre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IKeyboard::get_done()] : crf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IKeyboard::get_supportsCaret()] : crg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.IKeyboard::GetInput()] : crh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IKeyboard::Open(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean)] : cri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IKeyboard::Close()] : crj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_maxLength()] : crk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_maxLength(System.Int32)] : crl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_keyboardInput()] : crm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_keyboardInput(System.Boolean)] : crn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_keyboardType()] : cro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_keyboardType(System.Int32)] : crp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_hideInput()] : crq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_hideInput(System.Boolean)] : crr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_disableIME()] : crs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_disableIME(System.Boolean)] : crt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_mouseWheelEnabled()] : cru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_mouseWheelEnabled(System.Boolean)] : crv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.InputTextField::get_onChanged()] : crw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.InputTextField::get_onSubmit()] : crx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::get_text()] : cry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_text(System.String)] : crz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.InputTextField::get_textFormat()] : csa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_textFormat(FairyGUI.TextFormat)] : csb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::get_restrict()] : csc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_restrict(System.String)] : csd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_caretPosition()] : cse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_caretPosition(System.Int32)] : csf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_selectionBeginIndex()] : csg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_selectionEndIndex()] : csh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::get_promptText()] : csi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_promptText(System.String)] : csj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_displayAsPassword()] : csk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_displayAsPassword(System.Boolean)] : csl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_editable()] : csm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_editable(System.Boolean)] : csn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_border()] : cso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_border(System.Int32)] : csp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_corner()] : csq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_corner(System.Int32)] : csr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.InputTextField::get_borderColor()] : css -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_borderColor(UnityEngine.Color)] : cst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.InputTextField::get_backgroundColor()] : csu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_backgroundColor(UnityEngine.Color)] : csv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateShape()] : csw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::SetSelection(System.Int32,System.Int32)] : csx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::ReplaceSelection(System.String)] : csy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::ReplaceText(System.String)] : csz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::GetPartialText(System.Int32,System.Int32,System.Text.StringBuilder)] : cta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::GetTextlength(System.String)] : ctb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::TruncateText(System.String,System.Int32)] : ctc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::ValidateInput(System.String)] : ctd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateText()] : cte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::EncodePasswordText(System.String)] : ctf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::ClearSelection()] : ctg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::GetSelection()] : cth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::Scroll(System.Int32,System.Int32)] : cti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::AdjustCaret(FairyGUI.TextField/CharPosition,System.Boolean)] : ctj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateCaret(System.Boolean)] : ctk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::MoveContent(UnityEngine.Vector2,System.Boolean)] : ctl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateSelection(FairyGUI.TextField/CharPosition)] : ctm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField/CharPosition FairyGUI.InputTextField::GetCharPosition(System.Int32)] : ctn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField/CharPosition FairyGUI.InputTextField::GetCharPosition(UnityEngine.Vector2)] : cto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.InputTextField::GetCharLocation(FairyGUI.TextField/CharPosition)] : ctp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::RefreshObjects()] : ctq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::OnChanged()] : ctr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::OnSizeChanged()] : ccr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::Update(FairyGUI.UpdateContext)] : cae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::Dispose()] : cai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::DoCopy(System.String)] : cts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::DoPaste()] : ctt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::CreateCaret()] : ctu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__touchBegin(FairyGUI.EventContext)] : ctv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__touchMove(FairyGUI.EventContext)] : ctw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__mouseWheel(FairyGUI.EventContext)] : ctx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__focusIn(FairyGUI.EventContext)] : cty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__focusOut(FairyGUI.EventContext)] : ctz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__keydown(FairyGUI.EventContext)] : cua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::HandleKey(FairyGUI.InputEvent)] : cub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::CheckComposition()] : cuc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__click(FairyGUI.EventContext)] : cud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__rightClick(FairyGUI.EventContext)] : cue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextInputHistory FairyGUI.TextInputHistory::get_inst()] : cuf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::StartRecord(FairyGUI.InputTextField)] : cug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::MarkChanged(FairyGUI.InputTextField)] : cuh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::StopRecord(FairyGUI.InputTextField)] : cui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::Undo(FairyGUI.InputTextField)] : cuj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::Redo(FairyGUI.InputTextField)] : cuk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlPageContext FairyGUI.RichTextField::get_htmlPageContext()] : cul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_htmlPageContext(FairyGUI.Utils.IHtmlPageContext)] : cum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlParseOptions FairyGUI.RichTextField::get_htmlParseOptions()] : cun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_htmlParseOptions(FairyGUI.Utils.HtmlParseOptions)] : cuo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.RichTextField::get_emojies()] : cup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_emojies(System.Collections.Generic.Dictionary`2)] : cuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField FairyGUI.RichTextField::get_textField()] : cur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_textField(FairyGUI.TextField)] : cus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.RichTextField::get_text()] : cry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_text(System.String)] : crz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RichTextField::get_htmlText()] : cut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_htmlText(System.String)] : cuu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.RichTextField::get_textFormat()] : csa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_textFormat(FairyGUI.TextFormat)] : csb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.RichTextField::GetHtmlElement(System.String)] : cuv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.RichTextField::GetHtmlElementAt(System.Int32)] : cuw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.RichTextField::get_htmlElementCount()] : cux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::ShowHtmlObject(System.Int32,System.Boolean)] : cuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::EnsureSizeCorrect()] : ccq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::OnSizeChanged()] : ccr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::Update(FairyGUI.UpdateContext)] : cae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::Dispose()] : cai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::CleanupObjects()] : cuz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::RefreshObjects()] : ctq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::IsArabicLetter(System.Char)] : cva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::ConvertNumber(System.String)] : cvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::ContainsArabicLetters(System.String)] : cvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RTLSupport/DirectionType FairyGUI.RTLSupport::DetectTextDirection(System.String)] : cvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::CheckSeparator(System.Char)] : cve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::CheckSpecific(System.Char)] : cvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_CheckSoundmark(System.Char)] : cvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::DoMapping(System.String)] : cvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::ConvertLineL(System.String)] : cvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::ConvertLineR(System.String)] : cvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::_Reverse(System.String)] : cvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RTLSupport::InitChars()] : cvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_IsNeutrality(System.Char)] : cvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_IsEndPunctuation(System.Char,System.Char)] : cvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RTLSupport/DirectionType FairyGUI.RTLSupport::_GetDirection(System.Char,System.Char,FairyGUI.RTLSupport/DirectionType,FairyGUI.RTLSupport/DirectionType)] : cvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_IsBracket(System.Char)] : cvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char FairyGUI.RTLSupport::_ProcessBracket(System.Char)] : cvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.SelectionShape::get_color()] : cvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::set_color(UnityEngine.Color)] : cvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::Refresh()] : cvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::Clear()] : cvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.SelectionShape::HitTest()] : bzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField/LineInfo FairyGUI.TextField/LineInfo::Borrow()] : cvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField/LineInfo::Return(FairyGUI.TextField/LineInfo)] : cvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField/LineInfo::Return(System.Collections.Generic.List`1)] : cvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::EnableRichSupport(FairyGUI.RichTextField)] : cvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::EnableCharPositionSupport()] : cvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.TextField::get_textFormat()] : cwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_textFormat(FairyGUI.TextFormat)] : cwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::ApplyFormat()] : cwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.TextField::get_align()] : cwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_align(FairyGUI.AlignType)] : cwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.TextField::get_verticalAlign()] : cwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_verticalAlign(FairyGUI.VertAlignType)] : cwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TextField::get_text()] : cwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_text(System.String)] : cwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TextField::get_htmlText()] : cwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_htmlText(System.String)] : cwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TextField::get_parsedText()] : cwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AutoSizeType FairyGUI.TextField::get_autoSize()] : cwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_autoSize(FairyGUI.AutoSizeType)] : cwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::get_wordWrap()] : cwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_wordWrap(System.Boolean)] : cwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::get_singleLine()] : cwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_singleLine(System.Boolean)] : cwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.TextField::get_stroke()] : cws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_stroke(System.Single)] : cwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TextField::get_strokeColor()] : cwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_strokeColor(UnityEngine.Color)] : cwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TextField::get_shadowOffset()] : cww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_shadowOffset(UnityEngine.Vector2)] : cwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.TextField::get_textWidth()] : cwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.TextField::get_textHeight()] : cwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::get_maxWidth()] : cxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_maxWidth(System.Int32)] : cxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::get_htmlElements()] : cxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::get_lines()] : cxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::get_charPositions()] : cxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RichTextField FairyGUI.TextField::get_richTextField()] : cxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::Redraw()] : cxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::HasCharacter(System.Char)] : cxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::GetLinesShape(System.Int32,System.Single,System.Int32,System.Single,System.Boolean,System.Collections.Generic.List`1)] : cxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::OnSizeChanged()] : ccr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::EnsureSizeCorrect()] : ccq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::Update(FairyGUI.UpdateContext)] : cae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::RequestText()] : cxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::BuildLines()] : cxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::ParseText()] : cxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::BuildLines2()] : cxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::UpdateLineInfo(FairyGUI.TextField/LineInfo,System.Single,System.Int32)] : cxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::DoShrink()] : cxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::ParseText(System.Text.StringBuilder,System.String,System.Int32)] : cxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::OnPopulateMesh(FairyGUI.VertexBuffer)] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::Cleanup()] : cxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::ApplyVertAlign()] : cxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextFormat::SetColor(System.UInt32)] : cxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextFormat::EqualStyle(FairyGUI.TextFormat)] : cxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextFormat::CopyFrom(FairyGUI.TextFormat)] : cxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextFormat::FillVertexColors(UnityEngine.Color32[])] : cxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TouchScreenKeyboard::get_done()] : crf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TouchScreenKeyboard::get_supportsCaret()] : crg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.TouchScreenKeyboard::GetInput()] : crh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchScreenKeyboard::Open(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean)] : cri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchScreenKeyboard::Close()] : crj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect/d__19::System.IDisposable.Dispose()] : cxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.TypingEffect/d__19::System.Collections.Generic.IEnumerator.get_Current()] : cxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect/d__19::System.Collections.IEnumerator.Reset()] : cxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.TypingEffect/d__19::System.Collections.IEnumerator.get_Current()] : cxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::get_totalTimes()] : cya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::Start()] : cyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TypingEffect::Print()] : cyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::output(System.Int32)] : cyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator FairyGUI.TypingEffect::Print(System.Single)] : cye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::PrintAll(System.Single)] : cyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::Cancel()] : cyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::OnMeshModified()] : cyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::add_OnBegin(System.Action)] : cyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::remove_OnBegin(System.Action)] : cyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::add_OnEnd(System.Action)] : cyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::remove_OnEnd(System.Action)] : cyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::Begin()] : cym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::End()] : cyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::EnterClipping(System.UInt32,UnityEngine.Rect,System.Nullable`1)] : cyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::EnterClipping(System.UInt32,System.Boolean)] : cyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::LeaveClipping()] : cyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::EnterPaintingMode()] : cyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::LeavePaintingMode()] : cys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::ApplyClippingProperties(UnityEngine.Material,System.Boolean)] : cyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::ApplyAlphaMaskProperties(UnityEngine.Material,System.Boolean)] : cyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::AddCapture(FairyGUI.EventCallback1)] : cyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::RemoveCapture(FairyGUI.EventCallback1)] : cyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Add(FairyGUI.EventCallback1)] : cyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Remove(FairyGUI.EventCallback1)] : cyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Add(FairyGUI.EventCallback0)] : cyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Remove(FairyGUI.EventCallback0)] : cza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventBridge::get_isEmpty()] : czb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Clear()] : czc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::CallInternal(FairyGUI.EventContext)] : czd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::CallCaptureInternal(FairyGUI.EventContext)] : cze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventDispatcher FairyGUI.EventContext::get_sender()] : czf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::set_sender(FairyGUI.EventDispatcher)] : czg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.EventContext::get_initiator()] : czh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::set_initiator(System.Object)] : czi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.InputEvent FairyGUI.EventContext::get_inputEvent()] : czj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::set_inputEvent(FairyGUI.InputEvent)] : czk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::StopPropagation()] : czl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::PreventDefault()] : czm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::CaptureTouch()] : czn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventContext::get_isDefaultPrevented()] : czo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventContext FairyGUI.EventContext::Get()] : czp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::Return(FairyGUI.EventContext)] : czq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback1)] : czr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback0)] : czs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback1)] : czt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback0)] : czu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::AddCapture(System.String,FairyGUI.EventCallback1)] : czv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveCapture(System.String,FairyGUI.EventCallback1)] : czw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListeners()] : czx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListeners(System.String)] : czy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::hasEventListeners(System.String)] : czz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::isDispatching(System.String)] : daa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventDispatcher::TryGetEventBridge(System.String)] : dab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventDispatcher::GetEventBridge(System.String)] : dac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String)] : dad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object)] : dae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object,System.Object)] : daf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::InternalDispatchEvent(System.String,FairyGUI.EventBridge,System.Object,System.Object)] : dag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(FairyGUI.EventContext)] : dah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::BubbleEvent(System.String,System.Object,System.Collections.Generic.List`1)] : dai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::BubbleEvent(System.String,System.Object)] : daj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::BroadcastEvent(System.String,System.Object)] : dak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventDispatcher::GetBridge(System.String)] : dal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::GetChildEventBridges(System.String,FairyGUI.Container,System.Collections.Generic.List`1)] : dam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::GetChildEventBridges(System.String,FairyGUI.GComponent,System.Collections.Generic.List`1)] : dan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::GetChainBridges(System.String,System.Collections.Generic.List`1,System.Boolean)] : dao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.EventListener::get_type()] : dap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::AddCapture(FairyGUI.EventCallback1)] : daq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::RemoveCapture(FairyGUI.EventCallback1)] : dar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Add(FairyGUI.EventCallback1)] : das -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback1)] : dat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Add(FairyGUI.EventCallback0)] : dau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback0)] : dav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Set(FairyGUI.EventCallback1)] : daw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Set(FairyGUI.EventCallback0)] : dax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::get_isEmpty()] : day -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::get_isDispatching()] : daz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Clear()] : dba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::Call()] : dbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::Call(System.Object)] : dbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BubbleCall(System.Object)] : dbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BubbleCall()] : dbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BroadcastCall(System.Object)] : dbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BroadcastCall()] : dbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback0)] : czs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback1)] : czr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback0)] : czu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback1)] : czt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(FairyGUI.EventContext)] : dah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(System.String)] : dad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(System.String,System.Object)] : dae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(System.String,System.Object,System.Object)] : daf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_x()] : dbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_x(System.Single)] : dbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_y()] : dbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_y(System.Single)] : dbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.KeyCode FairyGUI.InputEvent::get_keyCode()] : dbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_keyCode(UnityEngine.KeyCode)] : dbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char FairyGUI.InputEvent::get_character()] : dbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_character(System.Char)] : dbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.EventModifiers FairyGUI.InputEvent::get_modifiers()] : dbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_modifiers(UnityEngine.EventModifiers)] : dbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_mouseWheelDelta()] : dbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_mouseWheelDelta(System.Single)] : dbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::get_touchId()] : dbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_touchId(System.Int32)] : dbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::get_button()] : dbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_button(System.Int32)] : dbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::get_clickCount()] : dbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_clickCount(System.Int32)] : dby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_holdTime()] : dbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_holdTime(System.Single)] : dca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.InputEvent::get_position()] : dcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_isDoubleClick()] : dcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_ctrlOrCmd()] : dcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_ctrl()] : dce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_shift()] : dcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_alt()] : dcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_command()] : dch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.BlurFilter::get_target()] : dci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::set_target(FairyGUI.DisplayObject)] : dcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::Dispose()] : dck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::Update()] : dcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::FourTapCone(UnityEngine.RenderTexture,UnityEngine.RenderTexture,System.Int32)] : dcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::DownSample4x(UnityEngine.RenderTexture,UnityEngine.RenderTexture)] : dcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::OnRenderImage()] : dco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.ColorFilter::get_target()] : dci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::set_target(FairyGUI.DisplayObject)] : dcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Dispose()] : dck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Update()] : dcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Invert()] : dcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustSaturation(System.Single)] : dcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustContrast(System.Single)] : dcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustBrightness(System.Single)] : dcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustHue(System.Single)] : dct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Tint(UnityEngine.Color,System.Single)] : dcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Reset()] : dcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::_ConcatValues(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single)] : dcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::ConcatValues(System.Single[])] : dcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::UpdateMatrix()] : dcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.IFilter::get_target()] : dci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IFilter::set_target(FairyGUI.DisplayObject)] : dcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IFilter::Update()] : dcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IFilter::Dispose()] : dck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.LongPressGesture::get_host()] : dcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_host(FairyGUI.GObject)] : dda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.LongPressGesture::get_onBegin()] : ddb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_onBegin(FairyGUI.EventListener)] : ddc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.LongPressGesture::get_onEnd()] : ddd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_onEnd(FairyGUI.EventListener)] : dde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.LongPressGesture::get_onAction()] : ddf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_onAction(FairyGUI.EventListener)] : ddg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::Dispose()] : ddh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::Enable(System.Boolean)] : ddi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::Cancel()] : ddj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::__touchBegin(FairyGUI.EventContext)] : ddk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::__timer(System.Object)] : ddl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::__touchEnd(FairyGUI.EventContext)] : ddm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.PinchGesture::get_host()] : ddn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_host(FairyGUI.GObject)] : ddo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PinchGesture::get_onBegin()] : ddp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_onBegin(FairyGUI.EventListener)] : ddq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PinchGesture::get_onEnd()] : ddr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_onEnd(FairyGUI.EventListener)] : dds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PinchGesture::get_onAction()] : ddt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_onAction(FairyGUI.EventListener)] : ddu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::Dispose()] : ddv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::Enable(System.Boolean)] : ddw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::__touchBegin(FairyGUI.EventContext)] : ddx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::__touchMove(FairyGUI.EventContext)] : ddy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::__touchEnd(FairyGUI.EventContext)] : ddz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.RotationGesture::get_host()] : dea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_host(FairyGUI.GObject)] : deb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.RotationGesture::get_onBegin()] : dec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_onBegin(FairyGUI.EventListener)] : ded -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.RotationGesture::get_onEnd()] : dee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_onEnd(FairyGUI.EventListener)] : deg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.RotationGesture::get_onAction()] : deh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_onAction(FairyGUI.EventListener)] : dei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::Dispose()] : dej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::Enable(System.Boolean)] : dek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::__touchBegin(FairyGUI.EventContext)] : del -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::__touchMove(FairyGUI.EventContext)] : dem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::__touchEnd(FairyGUI.EventContext)] : den -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.SwipeGesture::get_host()] : deo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_host(FairyGUI.GObject)] : dep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onBegin()] : deq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onBegin(FairyGUI.EventListener)] : der -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onEnd()] : des -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onEnd(FairyGUI.EventListener)] : det -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onMove()] : deu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onMove(FairyGUI.EventListener)] : dev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onAction()] : dew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onAction(FairyGUI.EventListener)] : dex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::Dispose()] : dey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::Enable(System.Boolean)] : dez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::__touchBegin(FairyGUI.EventContext)] : dfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::__touchMove(FairyGUI.EventContext)] : dfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::__touchEnd(FairyGUI.EventContext)] : dfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager/Bounce::EaseIn(System.Single,System.Single)] : dfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager/Bounce::EaseOut(System.Single,System.Single)] : dfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager/Bounce::EaseInOut(System.Single,System.Single)] : dff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager::Evaluate(FairyGUI.EaseType,System.Single,System.Single,System.Single,System.Single,FairyGUI.CustomEase)] : dfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.CustomEase/<>c::b__4_0(UnityEngine.Vector2,UnityEngine.Vector2)] : dfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.CustomEase::Create(System.Collections.Generic.IEnumerable`1)] : dfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.CustomEase::Evaluate(System.Single)] : dfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GPath::get_length()] : dfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint)] : dfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint)] : dfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint)] : dfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(System.Collections.Generic.IEnumerable`1)] : dfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::CreateSplineSegment()] : dfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Clear()] : dfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GPath::GetPointAt(System.Single)] : dfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GPath::get_segmentCount()] : dfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GPath::GetSegmentLength(System.Int32)] : dft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::GetPointsInSegment(System.Int32,System.Single,System.Single,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Single)] : dfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::GetAllPoints(System.Collections.Generic.List`1,System.Single)] : dfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GPath::onCRSplineCurve(System.Int32,System.Int32,System.Single)] : dfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GPath::onBezierCurve(System.Int32,System.Int32,System.Single)] : dfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(System.Single,System.Single,System.Single)] : dfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)] : dfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)] : dga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)] : dgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Color,UnityEngine.Color,System.Single)] : dgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::ToDouble(System.Double,System.Double,System.Single)] : dgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::DelayedCall(System.Single)] : dge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::Shake(UnityEngine.Vector3,System.Single,System.Single)] : dgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTween::IsTweening(System.Object)] : dgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTween::IsTweening(System.Object,FairyGUI.TweenPropType)] : dgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Kill(System.Object)] : dgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Kill(System.Object,System.Boolean)] : dgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Kill(System.Object,FairyGUI.TweenPropType,System.Boolean)] : dgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::GetTween(System.Object)] : dgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::GetTween(System.Object,FairyGUI.TweenPropType)] : dgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Clean()] : dgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITweenListener::OnTweenStart(FairyGUI.GTweener)] : dgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITweenListener::OnTweenUpdate(FairyGUI.GTweener)] : dgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITweenListener::OnTweenComplete(FairyGUI.GTweener)] : dgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetDelay(System.Single)] : dgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTweener::get_delay()] : dgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetDuration(System.Single)] : dgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTweener::get_duration()] : dgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetBreakpoint(System.Single)] : dgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEase(FairyGUI.EaseType)] : dgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEase(FairyGUI.EaseType,FairyGUI.CustomEase)] : dgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEasePeriod(System.Single)] : dgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEaseOvershootOrAmplitude(System.Single)] : dgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetRepeat(System.Int32,System.Boolean)] : dha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTweener::get_repeat()] : dhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetTimeScale(System.Single)] : dhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetIgnoreEngineTimeScale(System.Boolean)] : dhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetSnapping(System.Boolean)] : dhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetPath(FairyGUI.GPath)] : dhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object)] : dhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object,FairyGUI.TweenPropType)] : dhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.GTweener::get_target()] : dhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetUserData(System.Object)] : dhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.GTweener::get_userData()] : dhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnUpdate(FairyGUI.GTweenCallback)] : dhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnStart(FairyGUI.GTweenCallback)] : dhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnComplete(FairyGUI.GTweenCallback)] : dhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnUpdate(FairyGUI.GTweenCallback1)] : dho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnStart(FairyGUI.GTweenCallback1)] : dhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnComplete(FairyGUI.GTweenCallback1)] : dhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetListener(FairyGUI.ITweenListener)] : dhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_startValue()] : dhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_endValue()] : dht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_value()] : dhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_deltaValue()] : dhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTweener::get_normalizedTime()] : dhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTweener::get_completed()] : dhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTweener::get_allCompleted()] : dhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetPaused(System.Boolean)] : dhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::Seek(System.Single)] : dia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::Kill(System.Boolean)] : dib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(System.Single,System.Single,System.Single)] : did -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)] : die -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)] : dif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)] : dig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Color,UnityEngine.Color,System.Single)] : dih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(System.Double,System.Double,System.Single)] : dii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_Shake(UnityEngine.Vector3,System.Single,System.Single)] : dij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::_Init()] : dik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::_Reset()] : dil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::_Update()] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::Update()] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::CallStartCallback()] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::CallUpdateCallback()] : dip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::CallCompleteCallback()] : diq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.TweenManager::CreateTween()] : dir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TweenManager::IsTweening(System.Object,FairyGUI.TweenPropType)] : dis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TweenManager::KillTweens(System.Object,FairyGUI.TweenPropType,System.Boolean)] : dit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.TweenManager::GetTween(System.Object,FairyGUI.TweenPropType)] : diu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenManager::Update()] : div -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenManager::Clean()] : diw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenManager::Init()] : dix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenPropTypeUtils::SetProps(System.Object,FairyGUI.TweenPropType,FairyGUI.TweenValue)] : diy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TweenValue::get_vec2()] : diz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_vec2(UnityEngine.Vector2)] : dja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.TweenValue::get_vec3()] : djb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_vec3(UnityEngine.Vector3)] : djc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector4 FairyGUI.TweenValue::get_vec4()] : djd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_vec4(UnityEngine.Vector4)] : dje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TweenValue::get_color()] : djf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_color(UnityEngine.Color)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::SetZero()] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ChangePageAction::Enter(FairyGUI.Controller)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ChangePageAction::Setup(FairyGUI.Utils.ByteBuffer)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ControllerAction FairyGUI.ControllerAction::CreateAction(FairyGUI.ControllerAction/ActionType)] : djk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Run(FairyGUI.Controller,System.String,System.String)] : djl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Enter(FairyGUI.Controller)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Leave(FairyGUI.Controller)] : djm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Setup(FairyGUI.Utils.ByteBuffer)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlayTransitionAction::Enter(FairyGUI.Controller)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlayTransitionAction::Leave(FairyGUI.Controller)] : djm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlayTransitionAction::Setup(FairyGUI.Utils.ByteBuffer)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.IDisposable.Dispose()] : djn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.Collections.Generic.IEnumerator.get_Current()] : djo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.Collections.IEnumerator.Reset()] : djp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.Collections.IEnumerator.get_Current()] : djq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.AsyncCreationHelper::CreateObject(FairyGUI.PackageItem,FairyGUI.UIPackage/CreateObjectCallback)] : djr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator FairyGUI.AsyncCreationHelper::_CreateObject(FairyGUI.PackageItem,FairyGUI.UIPackage/CreateObjectCallback)] : djs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.AsyncCreationHelper::CollectComponentChildren(FairyGUI.PackageItem,System.Collections.Generic.List`1)] : djt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.AsyncCreationHelper::CollectListChildren(FairyGUI.Utils.ByteBuffer,System.Collections.Generic.List`1)] : dju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::Dispose()] : djv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.Controller::get_onChanged()] : djw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_selectedIndex()] : djx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_selectedIndex(System.Int32)] : djy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::SetSelectedIndex(System.Int32)] : djz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::SetSelectedPage(System.String)] : dka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_selectedPage()] : dkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_selectedPage(System.String)] : dkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_previsousIndex()] : dkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_previousIndex()] : dke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_previousPage()] : dkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_pageCount()] : dkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageName(System.Int32)] : dkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageId(System.Int32)] : dki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageIdByName(System.String)] : dkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::AddPage(System.String)] : dkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::AddPageAt(System.String,System.Int32)] : dkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::RemovePage(System.String)] : dkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::RemovePageAt(System.Int32)] : dkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::ClearPages()] : dko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Controller::HasPage(System.String)] : dkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::GetPageIndexById(System.String)] : dkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageNameById(System.String)] : dkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_selectedPageId()] : dks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_selectedPageId(System.String)] : dkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_oppositePageId(System.String)] : dku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_previousPageId()] : dkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::RunActions()] : dkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::Setup(FairyGUI.Utils.ByteBuffer)] : dkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DragDropManager FairyGUI.DragDropManager::get_inst()] : dky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.DragDropManager::get_dragAgent()] : dkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DragDropManager::get_dragging()] : dla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::StartDrag(FairyGUI.GObject,System.String,System.Object,System.Int32)] : dlb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::StartDrag(FairyGUI.GObject,FairyGUI.NTexture,System.Object,System.Int32)] : dlc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::Cancel()] : dld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::__dragEnd(FairyGUI.EventContext)] : dle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.EMRenderTarget::get_EM_sortingOrder()] : dlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderTarget::EM_BeforeUpdate()] : dlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderTarget::EM_Update(FairyGUI.UpdateContext)] : dlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderTarget::EM_Reload()] : dli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EMRenderSupport::get_packageListReady()] : dlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::set_packageListReady(System.Boolean)] : dlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EMRenderSupport::get_hasTarget()] : dll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Add(FairyGUI.EMRenderTarget)] : dlm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Remove(FairyGUI.EMRenderTarget)] : dln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Update()] : dlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Reload()] : dlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.EMRenderSupport::CompareDepth(FairyGUI.EMRenderTarget,FairyGUI.EMRenderTarget)] : dlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton/<>c__DisplayClass72_0::b__0(System.Object)] : dlr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton/<>c__DisplayClass72_0::b__1(System.Object)] : dls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::SetClickDownEffect(System.Single,System.Int32)] : dlt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::PlayClickSound()] : dlu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::PlaySound()] : dlv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GButton::get_onChanged()] : dlw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_icon()] : dlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_icon(System.String)] : dly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_title()] : dlz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_title(System.String)] : dma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_text()] : dmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_text(System.String)] : dmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_selectedIcon()] : dmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_selectedIcon(System.String)] : dme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_selectedTitle()] : dmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_selectedTitle(System.String)] : dmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GButton::get_titleColor()] : dmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_titleColor(UnityEngine.Color)] : dmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GButton::get_color()] : dmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_color(UnityEngine.Color)] : dmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GButton::get_titleFontSize()] : dml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_titleFontSize(System.Int32)] : dmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GButton::get_selected()] : dmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_selected(System.Boolean)] : dmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ButtonMode FairyGUI.GButton::get_mode()] : dmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_mode(FairyGUI.ButtonMode)] : dmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GButton::get_relatedController()] : dmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_relatedController(FairyGUI.Controller)] : dms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_relatedPageId()] : dmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_relatedPageId(System.String)] : dmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::FireClick(System.Boolean,System.Boolean)] : dmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GButton::GetTextField()] : dmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::SetState(System.String)] : dmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::SetCurrentState()] : dmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::HandleControllerChanged(FairyGUI.Controller)] : dmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::HandleGrayedChanged()] : dna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__rollover()] : dnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__rollout()] : dne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__touchBegin(FairyGUI.EventContext)] : dnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__touchEnd()] : dng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__removedFromStage()] : dnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__click()] : dni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GComboBox::get_onChanged()] : dnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_icon()] : dlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_icon(System.String)] : dly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_title()] : dnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_title(System.String)] : dnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_text()] : dmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_text(System.String)] : dmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GComboBox::get_titleColor()] : dnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_titleColor(UnityEngine.Color)] : dnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComboBox::get_titleFontSize()] : dno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_titleFontSize(System.Int32)] : dnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GComboBox::get_items()] : dnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_items(System.String[])] : dnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GComboBox::get_icons()] : dns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_icons(System.String[])] : dnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GComboBox::get_values()] : dnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_values(System.String[])] : dnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComboBox::get_itemList()] : dnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComboBox::get_valueList()] : dnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComboBox::get_iconList()] : dny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::ApplyListChange()] : dnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComboBox::get_selectedIndex()] : doa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_selectedIndex(System.Int32)] : dob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GComboBox::get_selectionController()] : doc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_selectionController(FairyGUI.Controller)] : dod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_value()] : doe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_value(System.String)] : dof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PopupDirection FairyGUI.GComboBox::get_popupDirection()] : dog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_popupDirection(FairyGUI.PopupDirection)] : doh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GComboBox::GetTextField()] : doi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::SetState(System.String)] : doj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::SetCurrentState()] : dok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::HandleGrayedChanged()] : dna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::HandleControllerChanged(FairyGUI.Controller)] : dmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::UpdateSelectionController()] : dol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::Dispose()] : dom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::UpdateDropdownList()] : don -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::ShowDropdown()] : doo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::RenderDropdownList()] : dop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__popupWinClosed(System.Object)] : doq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__clickItem(FairyGUI.EventContext)] : dor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__rollover()] : dos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__rollout()] : dot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__touchBegin(FairyGUI.EventContext)] : dou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__touchEnd(FairyGUI.EventContext)] : dov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__click()] : dow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent/<>c__DisplayClass129_0::b__0()] : dox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent/<>c__DisplayClass129_0::b__1()] : doy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.GComponent::get_rootContainer()] : doz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_rootContainer(FairyGUI.Container)] : dpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.GComponent::get_container()] : dpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_container(FairyGUI.Container)] : dpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ScrollPane FairyGUI.GComponent::get_scrollPane()] : dpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_scrollPane(FairyGUI.ScrollPane)] : dpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::CreateDisplayObject()] : dpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::Dispose()] : dom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GComponent::get_onDrop()] : dpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_fairyBatching()] : dph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_fairyBatching(System.Boolean)] : dpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::InvalidateBatchingState(System.Boolean)] : dpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_opaque()] : dpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_opaque(System.Boolean)] : dpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Margin FairyGUI.GComponent::get_margin()] : dpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_margin(FairyGUI.Margin)] : dpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ChildrenRenderOrder FairyGUI.GComponent::get_childrenRenderOrder()] : dpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_childrenRenderOrder(FairyGUI.ChildrenRenderOrder)] : dpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::get_apexIndex()] : dpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_apexIndex(System.Int32)] : dpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_tabStopChildren()] : dps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_tabStopChildren(System.Boolean)] : dpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::AddChild(FairyGUI.GObject)] : dpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::AddChildAt(FairyGUI.GObject,System.Int32)] : dpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetInsertPosForSortingChild(FairyGUI.GObject)] : dpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChild(FairyGUI.GObject)] : dpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChild(FairyGUI.GObject,System.Boolean)] : dpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChildAt(System.Int32)] : dpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChildAt(System.Int32,System.Boolean)] : dqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::RemoveChildren()] : dqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::RemoveChildren(System.Int32,System.Int32,System.Boolean)] : dqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildAt(System.Int32)] : dqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChild(System.String)] : dqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildByPath(System.String)] : dqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetVisibleChild(System.String)] : dqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildInGroup(FairyGUI.GGroup,System.String)] : dqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildById(System.String)] : dqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject[] FairyGUI.GComponent::GetChildren()] : dqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetChildrenCount()] : dqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetChildIndex(FairyGUI.GObject)] : dql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetChildIndex(FairyGUI.GObject,System.Int32)] : dqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::SetChildIndexBefore(FairyGUI.GObject,System.Int32)] : dqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::_SetChildIndex(FairyGUI.GObject,System.Int32,System.Int32)] : dqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SwapChildren(FairyGUI.GObject,FairyGUI.GObject)] : dqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SwapChildrenAt(System.Int32,System.Int32)] : dqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::get_numChildren()] : dqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::IsAncestorOf(FairyGUI.GObject)] : dqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ChangeChildrenOrder(System.Collections.Generic.IList`1)] : dqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::AddController(FairyGUI.Controller)] : dqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GComponent::GetControllerAt(System.Int32)] : dqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GComponent::GetController(System.String)] : dqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::RemoveController(FairyGUI.Controller)] : dqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComponent::get_Controllers()] : dqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Transition FairyGUI.GComponent::GetTransitionAt(System.Int32)] : dqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Transition FairyGUI.GComponent::GetTransition(System.String)] : dra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComponent::get_Transitions()] : drb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ChildStateChanged(FairyGUI.GObject)] : drc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::BuildNativeDisplayList()] : drd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ApplyController(FairyGUI.Controller)] : dre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ApplyAllControllers()] : drf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::AdjustRadioGroupDepth(FairyGUI.GObject,FairyGUI.Controller)] : drg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GComponent::get_clipSoftness()] : drh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_clipSoftness(UnityEngine.Vector2)] : dri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.GComponent::get_mask()] : drj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_mask(FairyGUI.DisplayObject)] : drk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GComponent::get_baseUserData()] : drl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_reversedMask()] : drm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_reversedMask(System.Boolean)] : drn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::IsChildInView(FairyGUI.GObject)] : dro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetFirstChildInView()] : drp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetupScroll(FairyGUI.Utils.ByteBuffer)] : drq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetupOverflow(FairyGUI.OverflowType)] : drr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::UpdateClipRect()] : drs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::HandleSizeChanged()] : drt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::HandleGrayedChanged()] : dna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::HandleControllerChanged(FairyGUI.Controller)] : dmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetBoundsChangedFlag()] : dru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::EnsureBoundsCorrect()] : drv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::UpdateBounds()] : drw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetBounds(System.Single,System.Single,System.Single,System.Single)] : drx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GComponent::get_viewWidth()] : dry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_viewWidth(System.Single)] : drz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GComponent::get_viewHeight()] : dsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_viewHeight(System.Single)] : dsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::GetSnappingPosition(System.Single&,System.Single&)] : dsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::ShouldSnapToNext(System.Single,System.Single,System.Single)] : dsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::GetSnappingPositionWithDir(System.Single&,System.Single&,System.Single,System.Single)] : dse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ChildSortingOrderChanged(FairyGUI.GObject,System.Int32,System.Int32)] : dsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::OnUpdate()] : dsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructFromResource()] : dsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructFromResource(System.Collections.Generic.List`1,System.Int32)] : dsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::__playSound(System.String,System.Single)] : dsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::__addedToStage()] : dsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::__removedFromStage()] : dsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::Init()] : dsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::AddExtStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::Apply()] : dsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::UpdateState()] : dsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Dispose()] : dss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GearBase::get_controller()] : dst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::set_controller(FairyGUI.Controller)] : dsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearTweenConfig FairyGUI.GearBase::get_tweenConfig()] : dsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Setup(FairyGUI.Utils.ByteBuffer)] : dsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::UpdateFromRelations(System.Single,System.Single)] : dsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Init()] : dsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Apply()] : dsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::UpdateState()] : dsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::Init()] : dsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::Apply()] : dsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::OnTweenStart(FairyGUI.GTweener)] : dgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::OnTweenUpdate(FairyGUI.GTweener)] : dgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::OnTweenComplete(FairyGUI.GTweener)] : dgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::UpdateState()] : dsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GearDisplay::get_pages()] : dsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::set_pages(System.String[])] : dsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::Init()] : dsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::Apply()] : dsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::UpdateState()] : dsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 FairyGUI.GearDisplay::AddLock()] : dta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::ReleaseLock(System.UInt32)] : dtb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GearDisplay::get_connected()] : dtc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GearDisplay2::get_pages()] : dtd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::set_pages(System.String[])] : dte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::Init()] : dsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::Apply()] : dsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::UpdateState()] : dsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GearDisplay2::Evaluate(System.Boolean)] : dtf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::Init()] : dsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::Apply()] : dsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::UpdateState()] : dsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::Init()] : dsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::Apply()] : dsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::UpdateState()] : dsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::Init()] : dsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::Apply()] : dsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::OnTweenStart(FairyGUI.GTweener)] : dgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::OnTweenUpdate(FairyGUI.GTweener)] : dgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::OnTweenComplete(FairyGUI.GTweener)] : dgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::UpdateState()] : dsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::Init()] : dsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::Apply()] : dsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::OnTweenStart(FairyGUI.GTweener)] : dgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::OnTweenUpdate(FairyGUI.GTweener)] : dgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::OnTweenComplete(FairyGUI.GTweener)] : dgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::UpdateState()] : dsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::UpdateFromRelations(System.Single,System.Single)] : dsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::Init()] : dsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::Apply()] : dsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::UpdateState()] : dsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::Init()] : dsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::AddExtStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dtg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::Apply()] : dsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::OnTweenStart(FairyGUI.GTweener)] : dgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::OnTweenUpdate(FairyGUI.GTweener)] : dgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::OnTweenComplete(FairyGUI.GTweener)] : dgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::UpdateState()] : dsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::UpdateFromRelations(System.Single,System.Single)] : dsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IAnimationGear::get_playing()] : dth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_playing(System.Boolean)] : dti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.IAnimationGear::get_frame()] : dtj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_frame(System.Int32)] : dtk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.IAnimationGear::get_timeScale()] : dtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_timeScale(System.Single)] : dtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IAnimationGear::get_ignoreEngineTimeScale()] : dtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_ignoreEngineTimeScale(System.Boolean)] : dto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::Advance(System.Single)] : dtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.IColorGear::get_color()] : dmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IColorGear::set_color(UnityEngine.Color)] : dmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.ITextColorGear::get_strokeColor()] : dtq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITextColorGear::set_strokeColor(UnityEngine.Color)] : dtr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::CreateDisplayObject()] : dpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::ReplaceMe(FairyGUI.GObject)] : dts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::AddBeforeMe(FairyGUI.GObject)] : dtt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::AddAfterMe(FairyGUI.GObject)] : dtu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::SetNativeObject(FairyGUI.DisplayObject)] : dtv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GGraph::get_color()] : dmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::set_color(UnityEngine.Color)] : dmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Shape FairyGUI.GGraph::get_shape()] : dtw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawRect(System.Single,System.Single,System.Int32,UnityEngine.Color,UnityEngine.Color)] : dtx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawRoundRect(System.Single,System.Single,UnityEngine.Color,System.Single[])] : dty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawEllipse(System.Single,System.Single,UnityEngine.Color)] : dtz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawPolygon(System.Single,System.Single,System.Collections.Generic.IList`1,UnityEngine.Color)] : dua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawPolygon(System.Single,System.Single,System.Collections.Generic.IList`1,UnityEngine.Color,System.Single,UnityEngine.Color)] : dub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : duc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GroupLayoutType FairyGUI.GGroup::get_layout()] : dud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_layout(FairyGUI.GroupLayoutType)] : due -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_lineGap()] : duf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_lineGap(System.Int32)] : dug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_columnGap()] : duh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_columnGap(System.Int32)] : dui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GGroup::get_excludeInvisibles()] : duj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_excludeInvisibles(System.Boolean)] : duk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GGroup::get_autoSizeDisabled()] : dul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_autoSizeDisabled(System.Boolean)] : dum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_mainGridMinSize()] : dun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_mainGridMinSize(System.Int32)] : duo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_mainGridIndex()] : dup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_mainGridIndex(System.Int32)] : duq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::SetBoundsChangedFlag(System.Boolean)] : dur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::EnsureBoundsCorrect()] : dus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::UpdateBounds()] : dut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::HandleLayout()] : duu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::MoveChildren(System.Single,System.Single)] : duv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::ResizeChildren(System.Single,System.Single)] : duw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::HandleAlphaChanged()] : dux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::HandleVisibleChanged()] : duy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : duc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::CreateDisplayObject()] : dpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GImage::get_color()] : dmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_color(UnityEngine.Color)] : dmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.GImage::get_flip()] : duz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_flip(FairyGUI.FlipType)] : dva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.GImage::get_fillMethod()] : dvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillMethod(FairyGUI.FillMethod)] : dvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GImage::get_fillOrigin()] : dvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillOrigin(System.Int32)] : dve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GImage::get_fillClockwise()] : dvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillClockwise(System.Boolean)] : dvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GImage::get_fillAmount()] : dvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillAmount(System.Single)] : dvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.GImage::get_texture()] : dvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_texture(FairyGUI.NTexture)] : dvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GImage::get_material()] : dvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_material(UnityEngine.Material)] : dvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GImage::get_shader()] : dvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_shader(System.String)] : dvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::ConstructFromResource()] : dsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : duc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel/<>c__DisplayClass26_0::b__0()] : dvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLabel::get_icon()] : dlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_icon(System.String)] : dly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLabel::get_title()] : dvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_title(System.String)] : dvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLabel::get_text()] : dmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_text(System.String)] : dmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLabel::get_editable()] : dvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_editable(System.Boolean)] : dvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLabel::get_titleColor()] : dvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_titleColor(UnityEngine.Color)] : dvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLabel::get_titleFontSize()] : dvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_titleFontSize(System.Int32)] : dvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLabel::get_color()] : dmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_color(UnityEngine.Color)] : dmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GLabel::GetTextField()] : dvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::Dispose()] : dom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ClearPool()] : dvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GList::get_onClickItem()] : dwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GList::get_onRightClickItem()] : dwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GList::get_defaultItem()] : dwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_defaultItem(System.String)] : dwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ListLayoutType FairyGUI.GList::get_layout()] : dwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_layout(FairyGUI.ListLayoutType)] : dwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_lineCount()] : dwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_lineCount(System.Int32)] : dwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_columnCount()] : dwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_columnCount(System.Int32)] : dwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_lineGap()] : dwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_lineGap(System.Int32)] : dwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_columnGap()] : dwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_columnGap(System.Int32)] : dwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GList::get_align()] : dwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_align(FairyGUI.AlignType)] : dwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GList::get_verticalAlign()] : dwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_verticalAlign(FairyGUI.VertAlignType)] : dwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::get_autoResizeItem()] : dws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_autoResizeItem(System.Boolean)] : dwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GList::get_defaultItemSize()] : dwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_defaultItemSize(UnityEngine.Vector2)] : dwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObjectPool FairyGUI.GList::get_itemPool()] : dww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::GetFromPool(System.String)] : dwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ReturnToPool(FairyGUI.GObject)] : dwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::AddItemFromPool()] : dwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::AddItemFromPool(System.String)] : dxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::AddChildAt(FairyGUI.GObject,System.Int32)] : dpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::RemoveChildAt(System.Int32,System.Boolean)] : dqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildToPoolAt(System.Int32)] : dxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildToPool(FairyGUI.GObject)] : dxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildrenToPool()] : dxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildrenToPool(System.Int32,System.Int32)] : dxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_selectedIndex()] : dxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_selectedIndex(System.Int32)] : dxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GList::get_selectionController()] : dxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_selectionController(FairyGUI.Controller)] : dxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GList::GetSelection()] : dxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GList::GetSelection(System.Collections.Generic.List`1)] : dxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::AddSelection(System.Int32,System.Boolean)] : dxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveSelection(System.Int32)] : dxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ClearSelection()] : dxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ClearSelectionExcept(FairyGUI.GObject)] : dxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SelectAll()] : dxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SelectNone()] : dxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SelectReverse()] : dxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::EnableSelectionFocusEvents(System.Boolean)] : dxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::NotifySelection(FairyGUI.EventContext)] : dxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::EnableArrowKeyNavigation(System.Boolean)] : dxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::__keydown(FairyGUI.EventContext)] : dxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::HandleArrowKey(System.Int32)] : dxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::__clickItem(FairyGUI.EventContext)] : dxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::DispatchItemEvent(FairyGUI.GObject,FairyGUI.EventContext)] : dxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetSelectionOnEvent(FairyGUI.GObject,FairyGUI.InputEvent)] : dxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ResizeToFit()] : dya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ResizeToFit(System.Int32)] : dyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ResizeToFit(System.Int32,System.Int32)] : dyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleSizeChanged()] : drt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleControllerChanged(FairyGUI.Controller)] : dmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::UpdateSelectionController(System.Int32)] : dyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView(System.Int32)] : dye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView(System.Int32,System.Boolean)] : dyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView_UseAnim(System.Int32,System.Boolean,System.Single)] : dyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetAnimTweenTime(FairyGUI.ScrollPane,System.Boolean)] : dyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView(System.Int32,System.Boolean,System.Boolean)] : dyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::get_touchItem()] : dyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetFirstChildInView()] : drp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::ChildIndexToItemIndex(System.Int32)] : dyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::ItemIndexToChildIndex(System.Int32)] : dyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtual()] : dym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::get_isVirtual()] : dyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtualAndLoop()] : dyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtual(System.Boolean)] : dyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_numItems()] : dyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_numItems(System.Int32)] : dyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RefreshVirtualList()] : dys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::CheckVirtualList()] : dyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtualListChangedFlag(System.Boolean)] : dyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RefreshVirtualList(System.Object)] : dyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::__scrolled(FairyGUI.EventContext)] : dyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetIndexOnPos1(System.Single&,System.Boolean)] : dyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetIndexOnPos2(System.Single&,System.Boolean)] : dyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetIndexOnPos3(System.Single&,System.Boolean)] : dyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleScroll(System.Boolean)] : dza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::HandleScroll1(System.Boolean)] : dzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::HandleScroll2(System.Boolean)] : dzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleScroll3(System.Boolean)] : dzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleArchOrder1()] : dze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleArchOrder2()] : dzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::GetSnappingPositionWithDir(System.Single&,System.Single&,System.Single,System.Single)] : dse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleAlign(System.Single,System.Single)] : dzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::UpdateBounds()] : drw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : duc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ReadItems(FairyGUI.Utils.ByteBuffer)] : dzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetupItem(FairyGUI.Utils.ByteBuffer,FairyGUI.GObject)] : dzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::CreateDisplayObject()] : dpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::Dispose()] : dom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader::get_url()] : dzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_url(System.String)] : dzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader::get_icon()] : dlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_icon(System.String)] : dly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GLoader::get_align()] : dzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_align(FairyGUI.AlignType)] : dzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GLoader::get_verticalAlign()] : dzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_verticalAlign(FairyGUI.VertAlignType)] : dzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillType FairyGUI.GLoader::get_fill()] : dzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fill(FairyGUI.FillType)] : dzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_shrinkOnly()] : dzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_shrinkOnly(System.Boolean)] : dzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_autoSize()] : dzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_autoSize(System.Boolean)] : dzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_playing()] : dth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_playing(System.Boolean)] : dti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLoader::get_frame()] : dtj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_frame(System.Int32)] : dtk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.GLoader::get_timeScale()] : dtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_timeScale(System.Single)] : dtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_ignoreEngineTimeScale()] : dtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_ignoreEngineTimeScale(System.Boolean)] : dto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::Advance(System.Single)] : dtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GLoader::get_material()] : dzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_material(UnityEngine.Material)] : dzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader::get_shader()] : dzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_shader(System.String)] : dzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLoader::get_color()] : dmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_color(UnityEngine.Color)] : dmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.GLoader::get_fillMethod()] : dzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillMethod(FairyGUI.FillMethod)] : eaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLoader::get_fillOrigin()] : eab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillOrigin(System.Int32)] : eac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_fillClockwise()] : ead -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillClockwise(System.Boolean)] : eae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GLoader::get_fillAmount()] : eaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillAmount(System.Single)] : eag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Image FairyGUI.GLoader::get_image()] : eah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.MovieClip FairyGUI.GLoader::get_movieClip()] : eai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GLoader::get_component()] : eaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.GLoader::get_texture()] : eak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_texture(FairyGUI.NTexture)] : eal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.GLoader::get_filter()] : eam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_filter(FairyGUI.IFilter)] : ean -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.GLoader::get_blendMode()] : eao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_blendMode(FairyGUI.BlendMode)] : eap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::LoadContent()] : eaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::LoadFromPackage(System.String)] : ear -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::LoadExternal()] : eas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::FreeExternal(FairyGUI.NTexture)] : eat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::onExternalLoadSuccess(FairyGUI.NTexture)] : eau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::onExternalLoadFailed()] : eav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::OnExternalReload(FairyGUI.NTexture)] : eaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::SetErrorState()] : eax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::ClearErrorState()] : eay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::UpdateLayout()] : eaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::ClearContent()] : eba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::HandleSizeChanged()] : drt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : duc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::CreateDisplayObject()] : dpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::Dispose()] : dom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_url()] : ebb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_url(System.String)] : ebc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_icon()] : dlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_icon(System.String)] : dly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GLoader3D::get_align()] : ebd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_align(FairyGUI.AlignType)] : ebe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GLoader3D::get_verticalAlign()] : ebf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_verticalAlign(FairyGUI.VertAlignType)] : ebg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillType FairyGUI.GLoader3D::get_fill()] : ebh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_fill(FairyGUI.FillType)] : ebi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_shrinkOnly()] : ebj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_shrinkOnly(System.Boolean)] : ebk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_autoSize()] : ebl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_autoSize(System.Boolean)] : ebm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_playing()] : dth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_playing(System.Boolean)] : dti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLoader3D::get_frame()] : dtj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_frame(System.Int32)] : dtk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.GLoader3D::get_timeScale()] : dtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_timeScale(System.Single)] : dtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_ignoreEngineTimeScale()] : dtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_ignoreEngineTimeScale(System.Boolean)] : dto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::Advance(System.Single)] : dtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_loop()] : ebn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_loop(System.Boolean)] : ebo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_animationName()] : ebp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_animationName(System.String)] : ebq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_skinName()] : ebr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_skinName(System.String)] : ebs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GLoader3D::get_material()] : ebt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_material(UnityEngine.Material)] : ebu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_shader()] : ebv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_shader(System.String)] : ebw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLoader3D::get_color()] : dmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_color(UnityEngine.Color)] : dmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.GLoader3D::get_wrapTarget()] : ebx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::SetWrapTarget(UnityEngine.GameObject,System.Boolean,System.Int32,System.Int32)] : eby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.GLoader3D::get_filter()] : eam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_filter(FairyGUI.IFilter)] : ean -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.GLoader3D::get_blendMode()] : eao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_blendMode(FairyGUI.BlendMode)] : eap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::LoadContent()] : ebz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::OnChange(System.String)] : eca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::LoadExternal()] : ecb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::FreeExternal()] : ecc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::UpdateLayout()] : ecd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::ClearContent()] : ece -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::OnUpdateContent(FairyGUI.UpdateContext)] : ecf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::HandleSizeChanged()] : drt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : duc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::CreateDisplayObject()] : dpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GMovieClip::get_onPlayEnd()] : ecg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GMovieClip::get_playing()] : dth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_playing(System.Boolean)] : dti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GMovieClip::get_frame()] : dtj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_frame(System.Int32)] : dtk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GMovieClip::get_color()] : dmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_color(UnityEngine.Color)] : dmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.GMovieClip::get_flip()] : ech -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_flip(FairyGUI.FlipType)] : eci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GMovieClip::get_material()] : ecj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_material(UnityEngine.Material)] : eck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GMovieClip::get_shader()] : ecl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_shader(System.String)] : ecm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.GMovieClip::get_timeScale()] : dtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_timeScale(System.Single)] : dtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GMovieClip::get_ignoreEngineTimeScale()] : dtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_ignoreEngineTimeScale(System.Boolean)] : dto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::Rewind()] : ecn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::SyncStatus(FairyGUI.GMovieClip)] : eco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::Advance(System.Single)] : dtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::SetPlaySettings(System.Int32,System.Int32,System.Int32,System.Int32)] : ecp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::ConstructFromResource()] : dsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : duc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_ex_rawElementId()] : ecq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_ex_rawElementId(System.String)] : ecr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_ex_rawElementName()] : ecs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_ex_rawElementName(System.String)] : ect -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetUrlId()] : ecu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetUrl()] : ecv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetParentUrlId()] : ecw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetParentUrl()] : ecx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetMultiLangText()] : ecy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_id()] : ecz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_id(System.String)] : eda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Relations FairyGUI.GObject::get_relations()] : edb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_relations(FairyGUI.Relations)] : edc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GObject::get_parent()] : edd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_parent(FairyGUI.GComponent)] : ede -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.GObject::get_displayObject()] : edf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_displayObject(FairyGUI.DisplayObject)] : edg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GObject::get_draggingObject()] : edh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_draggingObject(FairyGUI.GObject)] : edi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onClick()] : edj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRightClick()] : edk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onTouchBegin()] : edl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onTouchMove()] : edm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onTouchEnd()] : edn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRollOver()] : edo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRollOut()] : edp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onAddedToStage()] : edq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRemovedFromStage()] : edr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onKeyDown()] : eds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onClickLink()] : edt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onPositionChanged()] : edu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onSizeChanged()] : edv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onDragStart()] : edw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onDragMove()] : edx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onDragEnd()] : edy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onGearStop()] : edz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onFocusIn()] : eea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onFocusOut()] : eeb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_x()] : eec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_x(System.Single)] : eed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_y()] : eee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_y(System.Single)] : eef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_z()] : eeg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_z(System.Single)] : eeh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_xy()] : eei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_xy(UnityEngine.Vector2)] : eej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GObject::get_position()] : eek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_position(UnityEngine.Vector3)] : eel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetXY(System.Single,System.Single)] : eem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetXY(System.Single,System.Single,System.Boolean)] : een -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetPosition(System.Single,System.Single,System.Single)] : eeo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_pixelSnapping()] : eep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pixelSnapping(System.Boolean)] : eeq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Center()] : eer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Center(System.Boolean)] : ees -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::MakeFullScreen()] : eet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_width()] : eeu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_width(System.Single)] : eev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_height()] : eew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_height(System.Single)] : eex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_size()] : eey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_size(UnityEngine.Vector2)] : eez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_actualWidth()] : efa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_actualHeight()] : efb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetSize(System.Single,System.Single)] : efc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetSize(System.Single,System.Single,System.Boolean)] : efd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetSizeDirectly(System.Single,System.Single)] : efe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_xMin()] : eff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_xMin(System.Single)] : efg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_yMin()] : efh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_yMin(System.Single)] : efi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_scaleX()] : efj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_scaleX(System.Single)] : efk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_scaleY()] : efl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_scaleY(System.Single)] : efm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_scale()] : efn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_scale(UnityEngine.Vector2)] : efo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetScale(System.Single,System.Single)] : efp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_skew()] : efq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_skew(UnityEngine.Vector2)] : efr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_pivotX()] : efs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivotX(System.Single)] : eft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_pivotY()] : efu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivotY(System.Single)] : efv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_pivot()] : efw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivot(UnityEngine.Vector2)] : efx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_pivotAsAnchor()] : efy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivotAsAnchor(System.Boolean)] : efz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetPivot(System.Single,System.Single)] : ega -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetPivot(System.Single,System.Single,System.Boolean)] : egb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_touchable()] : egc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_touchable(System.Boolean)] : egd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_grayed()] : ege -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_grayed(System.Boolean)] : egf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_enabled()] : egg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_enabled(System.Boolean)] : egh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_rotation()] : egi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_rotation(System.Single)] : egj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_rotationX()] : egk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_rotationX(System.Single)] : egl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_rotationY()] : egm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_rotationY(System.Single)] : egn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_alpha()] : ego -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_alpha(System.Single)] : egp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_visible()] : egq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_visible(System.Boolean)] : egr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_internalVisible()] : egs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_internalVisible2()] : egt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_internalVisible3()] : egu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GObject::get_sortingOrder()] : egv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_sortingOrder(System.Int32)] : egw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_focusable()] : egx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_focusable(System.Boolean)] : egy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_tabStop()] : egz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_tabStop(System.Boolean)] : eha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_focused()] : ehb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RequestFocus()] : ehc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RequestFocus(System.Boolean)] : ehd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_tooltips()] : ehe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_tooltips(System.String)] : ehf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_cursor()] : ehg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_cursor(System.String)] : ehh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__rollOver()] : ehi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__rollOut()] : ehj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.GObject::get_filter()] : eam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_filter(FairyGUI.IFilter)] : ean -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.GObject::get_blendMode()] : eao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_blendMode(FairyGUI.BlendMode)] : eap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_gameObjectName()] : ehk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_gameObjectName(System.String)] : ehl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetHome(FairyGUI.GObject)] : ehm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_inContainer()] : ehn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_onStage()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_resourceURL()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearXY FairyGUI.GObject::get_gearXY()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearSize FairyGUI.GObject::get_gearSize()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearLook FairyGUI.GObject::get_gearLook()] : ehs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearBase FairyGUI.GObject::GetGear(System.Int32)] : eht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::UpdateGear(System.Int32)] : ehu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::CheckGearController(System.Int32,FairyGUI.Controller)] : ehv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::UpdateGearFromRelations(System.Int32,System.Single,System.Single)] : ehw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 FairyGUI.GObject::AddDisplayLock()] : ehx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::ReleaseDisplayLock(System.UInt32)] : ehy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::CheckGearDisplay()] : ehz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::InvalidateBatchingState()] : eia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleControllerChanged(FairyGUI.Controller)] : dmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::AddRelation(FairyGUI.GObject,FairyGUI.RelationType)] : eib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::AddRelation(FairyGUI.GObject,FairyGUI.RelationType,System.Boolean)] : eic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RemoveRelation(FairyGUI.GObject,FairyGUI.RelationType)] : eid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RemoveFromParent()] : eie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGroup FairyGUI.GObject::get_group()] : eif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_group(FairyGUI.GGroup)] : eig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GRoot FairyGUI.GObject::get_root()] : eih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_inText()] : eii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_inText(System.String)] : eij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_text()] : dmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_text(System.String)] : dmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_icon()] : dlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_icon(System.String)] : dly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_draggable()] : eik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_draggable(System.Boolean)] : eil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::StartDrag()] : eim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::StartDrag(System.Int32)] : ein -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::StopDrag()] : eio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_dragging()] : eip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::LocalToGlobal(UnityEngine.Vector2)] : eiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::GlobalToLocal(UnityEngine.Vector2)] : eir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.GObject::LocalToGlobal(UnityEngine.Rect)] : eis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.GObject::GlobalToLocal(UnityEngine.Rect)] : eit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::LocalToRoot(UnityEngine.Vector2,FairyGUI.GRoot)] : eiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::RootToLocal(UnityEngine.Vector2,FairyGUI.GRoot)] : eiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::WorldToLocal(UnityEngine.Vector3)] : eiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::WorldToLocal(UnityEngine.Vector3,UnityEngine.Camera)] : eix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::TransformPoint(UnityEngine.Vector2,FairyGUI.GObject)] : eiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.GObject::TransformRect(UnityEngine.Rect,FairyGUI.GObject)] : eiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_isDisposed()] : eja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Dispose()] : dom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GImage FairyGUI.GObject::get_asImage()] : ejb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GObject::get_asCom()] : ejc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.GObject::get_asButton()] : ejd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLabel FairyGUI.GObject::get_asLabel()] : eje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GProgressBar FairyGUI.GObject::get_asProgress()] : ejf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GSlider FairyGUI.GObject::get_asSlider()] : ejg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComboBox FairyGUI.GObject::get_asComboBox()] : ejh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GObject::get_asTextField()] : eji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GRichTextField FairyGUI.GObject::get_asRichTextField()] : ejj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextInput FairyGUI.GObject::get_asTextInput()] : ejk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.GObject::get_asLoader()] : ejl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader3D FairyGUI.GObject::get_asLoader3D()] : ejm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GList FairyGUI.GObject::get_asList()] : ejn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph FairyGUI.GObject::get_asGraph()] : ejo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGroup FairyGUI.GObject::get_asGroup()] : ejp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GMovieClip FairyGUI.GObject::get_asMovieClip()] : ejq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTree FairyGUI.GObject::get_asTree()] : ejr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GObject::get_treeNode()] : ejs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::CreateDisplayObject()] : dpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::InternalSetParent(FairyGUI.GComponent)] : ejt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandlePositionChanged()] : eju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleSizeChanged()] : drt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleScaleChanged()] : ejv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleGrayedChanged()] : dna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleAlphaChanged()] : dux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleVisibleChanged()] : duy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::ConstructFromResource()] : dsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : duc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::InitDrag()] : ejw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::DragBegin(System.Int32)] : ejx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::DragEnd()] : ejy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__touchBegin(FairyGUI.EventContext)] : ejz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__touchMove(FairyGUI.EventContext)] : eka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__touchEnd(FairyGUI.EventContext)] : ekb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenMove(UnityEngine.Vector2,System.Single)] : ekc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenMoveX(System.Single,System.Single)] : ekd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenMoveY(System.Single,System.Single)] : eke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenScale(UnityEngine.Vector2,System.Single)] : ekf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenScaleX(System.Single,System.Single)] : ekg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenScaleY(System.Single,System.Single)] : ekh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenResize(UnityEngine.Vector2,System.Single)] : eki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenFade(System.Single,System.Single)] : ekj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenRotate(System.Single,System.Single)] : ekk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObjectPool::Clear()] : ekl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GObjectPool::get_count()] : ekm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GObjectPool::GetObject(System.String)] : ekn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObjectPool::ReturnObject(FairyGUI.GObject)] : eko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar/<>c__DisplayClass37_0::b__0()] : ekp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GProgressBar::get_title()] : ekq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ProgressTitleType FairyGUI.GProgressBar::get_titleType()] : ekr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_titleType(FairyGUI.ProgressTitleType)] : eks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GProgressBar::get_min()] : ekt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_min(System.Double)] : eku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GProgressBar::get_max()] : ekv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_max(System.Double)] : ekw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GProgressBar::get_value()] : ekx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_value(System.Double)] : eky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GProgressBar::get_reverse()] : ekz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_reverse(System.Boolean)] : ela -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GProgressBar::TweenValue(System.Double,System.Single)] : elb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::Update(System.Double)] : elc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GProgressBar::SetFillAmount(FairyGUI.GObject,System.Single)] : eld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::HandleSizeChanged()] : drt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RichTextField FairyGUI.GRichTextField::get_richTextField()] : ele -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::set_richTextField(FairyGUI.RichTextField)] : elf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::CreateDisplayObject()] : dpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::SetTextFieldText()] : elg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GRichTextField::get_emojies()] : elh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::set_emojies(System.Collections.Generic.Dictionary`2)] : eli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GRoot::get_contentScaleFactor()] : elj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GRoot::get_contentScaleLevel()] : elk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GRoot FairyGUI.GRoot::get_inst()] : ell -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::Dispose()] : dom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Int32,System.Int32)] : elm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Int32,System.Int32,FairyGUI.UIContentScaler/ScreenMatchMode)] : eln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Single)] : elo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ApplyContentScaleFactor()] : elp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowWindow(FairyGUI.Window)] : elq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideWindow(FairyGUI.Window)] : elr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window)] : els -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window,System.Boolean)] : elt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::BringToFront(FairyGUI.Window)] : elu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowModalWait()] : elv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CloseModalWait()] : elw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CloseAllExceptModals()] : elx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CloseAllWindows()] : ely -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Window FairyGUI.GRoot::GetTopWindow()] : elz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph FairyGUI.GRoot::get_modalLayer()] : ema -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CreateModalLayer()] : emb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GRoot::get_hasModalWindow()] : emc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GRoot::get_modalWaiting()] : emd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GRoot::get_touchTarget()] : eme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GRoot::DisplayObjectToGObject(FairyGUI.DisplayObject)] : emf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::AdjustModalLayer()] : emg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject)] : emh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject)] : emi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)] : emj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection)] : emk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection,System.Boolean)] : eml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GRoot::GetPoupPosition(FairyGUI.GObject,FairyGUI.GObject,System.Object)] : emm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GRoot::GetPoupPosition(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection)] : emn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject)] : emo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject)] : emp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)] : emq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection)] : emr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection,System.Boolean)] : ems -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HidePopup()] : emt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HidePopup(FairyGUI.GObject)] : emu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GRoot::get_hasAnyPopup()] : emv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ClosePopup(FairyGUI.GObject)] : emw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltips(System.String)] : emx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltips(System.String,System.Single)] : emy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltipsWin(FairyGUI.GObject)] : emz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltipsWin(FairyGUI.GObject,System.Single)] : ena -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::__showTooltipsWin(System.Object)] : enb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideTooltips()] : enc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GRoot::get_focus()] : ene -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::set_focus(FairyGUI.GObject)] : enf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::__stageTouchBegin(FairyGUI.EventContext)] : eng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::__stageTouchEnd(FairyGUI.EventContext)] : enh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CheckPopups(System.Boolean)] : eni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::EnableSound()] : enj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::DisableSound()] : enk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::PlayOneShotSound(UnityEngine.AudioClip,System.Single)] : enl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::PlayOneShotSound(UnityEngine.AudioClip)] : enm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GRoot::get_soundVolume()] : enn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::set_soundVolume(System.Single)] : eno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::SetScrollPane(FairyGUI.ScrollPane,System.Boolean)] : enp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::SetDisplayPerc(System.Single)] : enq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::setScrollPerc(System.Single)] : enr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GScrollBar::get_minSize()] : ens -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GScrollBar::get_gripDragging()] : ent -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__gripTouchBegin(FairyGUI.EventContext)] : enu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__gripTouchMove(FairyGUI.EventContext)] : env -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__gripTouchEnd(FairyGUI.EventContext)] : enw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__arrowButton1Click(FairyGUI.EventContext)] : enx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__arrowButton2Click(FairyGUI.EventContext)] : eny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__touchBegin(FairyGUI.EventContext)] : enz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GSlider::get_onChanged()] : eoa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GSlider::get_onGripTouchEnd()] : eob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ProgressTitleType FairyGUI.GSlider::get_titleType()] : eoc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_titleType(FairyGUI.ProgressTitleType)] : eod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GSlider::get_min()] : eoe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_min(System.Double)] : eof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GSlider::get_max()] : eog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_max(System.Double)] : eoh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GSlider::get_value()] : eoi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_value(System.Double)] : eoj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GSlider::get_wholeNumbers()] : eok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_wholeNumbers(System.Boolean)] : eol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::Update()] : eom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::UpdateWithPercent(System.Single,System.Boolean)] : eon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GSlider::SetFillAmount(FairyGUI.GObject,System.Single)] : eoo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::HandleSizeChanged()] : drt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__gripTouchBegin(FairyGUI.EventContext)] : eop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__gripTouchMove(FairyGUI.EventContext)] : eoq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__gripTouchEnd(FairyGUI.EventContext)] : eor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__barTouchBegin(FairyGUI.EventContext)] : eos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_Ex_IsAutoMultiLang(System.Boolean)] : eot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::get_Ex_IsAutoMultiLang()] : eou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_Ex_ControllerSelectedIndex(System.Int32)] : eov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextField::get_Ex_ControllerSelectedIndex()] : eow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::CreateDisplayObject()] : dpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::SetText(System.Object)] : eox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::SetText(System.String)] : eoy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GTextField::get_inText()] : eii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_inText(System.String)] : eij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GTextField::get_text()] : dmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_text(System.String)] : dmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::SetTextFieldText()] : elg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GTextField::get_templateVars()] : eoz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_templateVars(System.Collections.Generic.Dictionary`2)] : epa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GTextField::SetVar(System.String,System.String)] : epb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::FlushVars()] : epc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::HasCharacter(System.Char)] : epd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTextField::ParseTemplate(System.String)] : epe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.GTextField::get_textFormat()] : epf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_textFormat(FairyGUI.TextFormat)] : epg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextField::get_color()] : dmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_color(UnityEngine.Color)] : dmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GTextField::get_align()] : eph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_align(FairyGUI.AlignType)] : epi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GTextField::get_verticalAlign()] : epj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_verticalAlign(FairyGUI.VertAlignType)] : epk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::get_singleLine()] : epl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_singleLine(System.Boolean)] : epm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTextField::get_stroke()] : epn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_stroke(System.Single)] : epo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextField::get_strokeColor()] : dtq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_strokeColor(UnityEngine.Color)] : dtr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GTextField::get_shadowOffset()] : epp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_shadowOffset(UnityEngine.Vector2)] : epq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::get_UBBEnabled()] : epr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_UBBEnabled(System.Boolean)] : eps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AutoSizeType FairyGUI.GTextField::get_autoSize()] : ept -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_autoSize(FairyGUI.AutoSizeType)] : epu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTextField::get_textWidth()] : epv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTextField::get_textHeight()] : epw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::UpdateSize()] : epx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::HandleSizeChanged()] : drt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : duc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.InputTextField FairyGUI.GTextInput::get_inputTextField()] : epy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_inputTextField(FairyGUI.InputTextField)] : epz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GTextInput::get_onChanged()] : eqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GTextInput::get_onSubmit()] : eqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_editable()] : eqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_editable(System.Boolean)] : eqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_hideInput()] : eqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_hideInput(System.Boolean)] : eqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_maxLength()] : eqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_maxLength(System.Int32)] : eqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTextInput::get_restrict()] : eqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_restrict(System.String)] : eqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_displayAsPassword()] : eqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_displayAsPassword(System.Boolean)] : eql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_caretPosition()] : eqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_caretPosition(System.Int32)] : eqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTextInput::get_promptText()] : eqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_promptText(System.String)] : eqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_keyboardInput()] : eqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_keyboardInput(System.Boolean)] : eqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_keyboardType()] : eqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_keyboardType(System.Int32)] : eqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_disableIME()] : equ -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_disableIME(System.Boolean)] : eqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GTextInput::get_emojies()] : eqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_emojies(System.Collections.Generic.Dictionary`2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_border()] : eqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_border(System.Int32)] : eqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_corner()] : era -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_corner(System.Int32)] : erb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextInput::get_borderColor()] : erc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_borderColor(UnityEngine.Color)] : erd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextInput::get_backgroundColor()] : ere -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_backgroundColor(UnityEngine.Color)] : erf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_mouseWheelEnabled()] : erg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_mouseWheelEnabled(System.Boolean)] : erh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::SetSelection(System.Int32,System.Int32)] : eri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::ReplaceSelection(System.String)] : erj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::SetTextFieldText()] : elg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::CreateDisplayObject()] : dpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : duc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTree::get_rootNode()] : erk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::get_indent()] : erl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::set_indent(System.Int32)] : erm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::get_clickToExpand()] : ern -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::set_clickToExpand(System.Int32)] : ero -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTree::GetSelectedNode()] : erp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GTree::GetSelectedNodes()] : erq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GTree::GetSelectedNodes(System.Collections.Generic.List`1)] : err -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::SelectNode(FairyGUI.GTreeNode)] : ers -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::SelectNode(FairyGUI.GTreeNode,System.Boolean)] : ert -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::UnselectNode(FairyGUI.GTreeNode)] : eru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::ExpandAll()] : erv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::ExpandAll(FairyGUI.GTreeNode)] : erw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::CollapseAll()] : erx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::CollapseAll(FairyGUI.GTreeNode)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::CreateCell(FairyGUI.GTreeNode)] : erz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterInserted(FairyGUI.GTreeNode)] : esa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::GetInsertIndexForNode(FairyGUI.GTreeNode)] : esb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterRemoved(FairyGUI.GTreeNode)] : esc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterExpanded(FairyGUI.GTreeNode)] : esd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterCollapsed(FairyGUI.GTreeNode)] : ese -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterMoved(FairyGUI.GTreeNode)] : esf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::GetFolderEndIndex(System.Int32,System.Int32)] : esg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::CheckChildren(FairyGUI.GTreeNode,System.Int32)] : esh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::HideFolderNode(FairyGUI.GTreeNode)] : esi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::RemoveNode(FairyGUI.GTreeNode)] : esj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::__cellTouchBegin(FairyGUI.EventContext)] : esk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::__expandedStateChanged(FairyGUI.EventContext)] : esl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::DispatchItemEvent(FairyGUI.GObject,FairyGUI.EventContext)] : dxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : duc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::ReadItems(FairyGUI.Utils.ByteBuffer)] : dzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::get_parent()] : esm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_parent(FairyGUI.GTreeNode)] : esn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTree FairyGUI.GTreeNode::get_tree()] : eso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_tree(FairyGUI.GTree)] : esp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GTreeNode::get_cell()] : esq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTreeNode::get_level()] : esr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTreeNode::get_expanded()] : ess -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_expanded(System.Boolean)] : est -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::ExpandToRoot()] : esu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTreeNode::get_isFolder()] : esv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTreeNode::get_text()] : esw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_text(System.String)] : esx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTreeNode::get_icon()] : esy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_icon(System.String)] : esz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::AddChild(FairyGUI.GTreeNode)] : eta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::AddChildAt(FairyGUI.GTreeNode,System.Int32)] : etb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::RemoveChild(FairyGUI.GTreeNode)] : etc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::RemoveChildAt(System.Int32)] : etd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::RemoveChildren(System.Int32,System.Int32)] : ete -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::GetChildAt(System.Int32)] : etf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTreeNode::GetChildIndex(FairyGUI.GTreeNode)] : etg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::GetPrevSibling()] : eth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::GetNextSibling()] : eti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::SetChildIndex(FairyGUI.GTreeNode,System.Int32)] : etj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::SwapChildren(FairyGUI.GTreeNode,FairyGUI.GTreeNode)] : etk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::SwapChildrenAt(System.Int32,System.Int32)] : etl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTreeNode::get_numChildren()] : etm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::_SetTree(FairyGUI.GTree)] : etn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.IUISource::get_fileName()] : eto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IUISource::set_fileName(System.String)] : etp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IUISource::get_loaded()] : etq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IUISource::Load(FairyGUI.UILoadCallback)] : etr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IUISource::Cancel()] : ets -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.PackageItem::Load()] : ett -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.PackageItem::getBranch()] : etu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.PackageItem::getHighResolution()] : etv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PopupMenu::get_onPopup()] : etw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PopupMenu::get_onClose()] : etx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Create(System.String)] : ety -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItem(System.String,FairyGUI.EventCallback0)] : etz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItem(System.String,FairyGUI.EventCallback1)] : eua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItemAt(System.String,System.Int32,FairyGUI.EventCallback1)] : eub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItemAt(System.String,System.Int32,FairyGUI.EventCallback0)] : euc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::CreateItem(System.String,System.Delegate)] : eud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::AddSeperator()] : eue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::AddSeperator(System.Int32)] : euf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.PopupMenu::GetItemName(System.Int32)] : eug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemText(System.String,System.String)] : euh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemVisible(System.String,System.Boolean)] : eui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemGrayed(System.String,System.Boolean)] : euj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemCheckable(System.String,System.Boolean)] : euk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemChecked(System.String,System.Boolean)] : eul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PopupMenu::isItemChecked(System.String)] : eum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PopupMenu::IsItemChecked(System.String)] : eun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::RemoveItem(System.String)] : euo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::ClearItems()] : eup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.PopupMenu::get_itemCount()] : euq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.PopupMenu::get_contentPane()] : eur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GList FairyGUI.PopupMenu::get_list()] : eus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Dispose()] : eut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show()] : euu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject)] : euv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,System.Object)] : euw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,FairyGUI.PopupDirection)] : eux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,FairyGUI.PopupDirection,FairyGUI.PopupMenu)] : euy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Hide()] : euz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::ShowSubMenu(FairyGUI.GObject)] : eva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::CloseSubMenu(System.Object)] : evb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__clickItem(FairyGUI.EventContext)] : evc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__addedToStage()] : evd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__removeFromStage()] : eve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__rollOver(FairyGUI.EventContext)] : evf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__showSubMenu(System.Object)] : evg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__rollOut(FairyGUI.EventContext)] : evh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationDef::copyFrom(FairyGUI.RelationDef)] : evi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.RelationItem::get_target()] : evj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::set_target(FairyGUI.GObject)] : evk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::Add(FairyGUI.RelationType,System.Boolean)] : evl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::InternalAdd(FairyGUI.RelationType,System.Boolean)] : evm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::Remove(FairyGUI.RelationType)] : evn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::CopyFrom(FairyGUI.RelationItem)] : evo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::Dispose()] : evp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RelationItem::get_isEmpty()] : evq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ApplyOnSelfSizeChanged(System.Single,System.Single,System.Boolean)] : evr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ApplyOnXYChanged(FairyGUI.RelationDef,System.Single,System.Single)] : evs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ApplyOnSizeChanged(FairyGUI.RelationDef)] : evu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::AddRefTarget(FairyGUI.GObject)] : evv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ReleaseRefTarget(FairyGUI.GObject)] : evw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::__targetXYChanged(FairyGUI.EventContext)] : evx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::__targetSizeChanged(FairyGUI.EventContext)] : evy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Add(FairyGUI.GObject,FairyGUI.RelationType)] : evz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Add(FairyGUI.GObject,FairyGUI.RelationType,System.Boolean)] : ewa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Remove(FairyGUI.GObject,FairyGUI.RelationType)] : ewb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Relations::Contains(FairyGUI.GObject)] : ewc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::ClearFor(FairyGUI.GObject)] : ewd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::ClearAll()] : ewe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::CopyFrom(FairyGUI.Relations)] : ewf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Dispose()] : ewg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::OnOwnerSizeChanged(System.Single,System.Single,System.Boolean)] : ewh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Relations::get_isEmpty()] : ewi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Setup(FairyGUI.Utils.ByteBuffer,System.Boolean)] : ewj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ScrollPane FairyGUI.ScrollPane::get_draggingPane()] : ewk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_draggingPane(FairyGUI.ScrollPane)] : ewl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetAnimTweenTime(System.Single)] : ewm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Setup(FairyGUI.Utils.ByteBuffer)] : ewn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Dispose()] : ewo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onScroll()] : ewp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onScrollEnd()] : ewq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onPullDownRelease()] : ewr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onPullUpRelease()] : ews -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.ScrollPane::get_owner()] : ewt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GScrollBar FairyGUI.ScrollPane::get_hzScrollBar()] : ewu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GScrollBar FairyGUI.ScrollPane::get_vtScrollBar()] : ewv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.ScrollPane::get_header()] : eww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.ScrollPane::get_footer()] : ewx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_bouncebackEffect()] : ewy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_bouncebackEffect(System.Boolean)] : ewz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_touchEffect()] : exa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_touchEffect(System.Boolean)] : exb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_inertiaDisabled()] : exc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_inertiaDisabled(System.Boolean)] : exd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_softnessOnTopOrLeftSide()] : exe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_softnessOnTopOrLeftSide(System.Boolean)] : exf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_scrollStep()] : exg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_scrollStep(System.Single)] : exh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_snapToItem()] : exi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_snapToItem(System.Boolean)] : exj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_pageMode()] : exk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_pageMode(System.Boolean)] : exl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.ScrollPane::get_pageController()] : exm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_pageController(FairyGUI.Controller)] : exn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_mouseWheelEnabled()] : exo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_mouseWheelEnabled(System.Boolean)] : exp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_decelerationRate()] : exq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_decelerationRate(System.Single)] : exr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_isDragged()] : exs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_percX()] : ext -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_percX(System.Single)] : exu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPercX(System.Single,System.Boolean)] : exv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_percY()] : exw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_percY(System.Single)] : exx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPercY(System.Single,System.Boolean)] : exy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_posX()] : exz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_posX(System.Single)] : eya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPosX(System.Single,System.Boolean)] : eyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_posY()] : eyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_posY(System.Single)] : eyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPosY(System.Single,System.Boolean)] : eye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_isBottomMost()] : eyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_isRightMost()] : eyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.ScrollPane::get_currentPageX()] : eyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_currentPageX(System.Int32)] : eyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetCurrentPageX(System.Int32,System.Boolean)] : eyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.ScrollPane::get_currentPageY()] : eyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_currentPageY(System.Int32)] : eyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetCurrentPageY(System.Int32,System.Boolean)] : eym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_scrollingPosX()] : eyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_scrollingPosY()] : eyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_contentWidth()] : eyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_contentHeight()] : eyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_viewWidth()] : eyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_viewWidth(System.Single)] : eys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_viewHeight()] : eyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_viewHeight(System.Single)] : eyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollTop()] : eyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollTop(System.Boolean)] : eyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollBottom()] : eyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollBottom(System.Boolean)] : eyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollUp()] : eyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollUp(System.Single,System.Boolean)] : eza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollDown()] : ezb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollDown(System.Single,System.Boolean)] : ezc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollLeft()] : ezd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollLeft(System.Single,System.Boolean)] : eze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollRight()] : ezf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollRight(System.Single,System.Boolean)] : ezg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject)] : ezh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject,System.Boolean)] : ezi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject,System.Boolean,System.Boolean)] : ezj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(UnityEngine.Rect,System.Boolean,System.Boolean)] : ezk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::IsChildInView(FairyGUI.GObject)] : ezl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::CancelDragging()] : ezm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LockHeader(System.Int32)] : ezn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LockFooter(System.Int32)] : ezo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::OnOwnerSizeChanged()] : ezp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::HandleControllerChanged(FairyGUI.Controller)] : ezq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdatePageController()] : ezr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::AdjustMaskContainer()] : ezs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetSize(System.Single,System.Single)] : ezt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetContentSize(System.Single,System.Single)] : ezu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ChangeContentSizeOnScrolling(System.Single,System.Single,System.Single,System.Single)] : ezv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::HandleSizeChanged()] : ezw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::PosChanged(System.Boolean)] : ezx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Refresh()] : ezy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Refresh2()] : ezz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__touchBegin(FairyGUI.EventContext)] : faa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__touchMove(FairyGUI.EventContext)] : fab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__touchEnd(FairyGUI.EventContext)] : fac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__mouseWheel(FairyGUI.EventContext)] : fad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__rollOver()] : fae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__rollOut()] : faf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateClipSoft()] : fag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateScrollBarPos()] : fah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateScrollBarVisible()] : fai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateScrollBarVisible2(FairyGUI.GScrollBar)] : faj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__barTweenComplete(FairyGUI.GTweener)] : fak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::GetLoopPartSize(System.Single,System.Int32)] : fal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::LoopCheckingCurrent()] : fam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LoopCheckingTarget(UnityEngine.Vector2&)] : fan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LoopCheckingTarget(UnityEngine.Vector2&,System.Int32)] : fao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LoopCheckingNewPos(System.Single&,System.Int32)] : fap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::AlignPosition(UnityEngine.Vector2&,System.Boolean)] : faq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::AlignByPage(System.Single,System.Int32,System.Boolean)] : far -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.ScrollPane::UpdateTargetAndDuration(UnityEngine.Vector2)] : fas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::UpdateTargetAndDuration(System.Single,System.Int32)] : fat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::FixDuration(System.Int32,System.Single)] : fau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::StartTween(System.Int32)] : fav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::KillTween()] : faw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::CheckRefreshBar()] : fax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::TweenUpdate(System.Object)] : fay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::RunTween(System.Int32)] : faz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::EaseFunc(System.Single,System.Single)] : fba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition/<>c__DisplayClass78_0::b__0()] : fbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Transition::get_name()] : fbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::set_name(System.String)] : fbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play()] : fbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play(FairyGUI.PlayCompleteCallback)] : fbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)] : fbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play(System.Int32,System.Single,System.Single,System.Single,FairyGUI.PlayCompleteCallback)] : fbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayReverse()] : fbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayReverse(FairyGUI.PlayCompleteCallback)] : fbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayReverse(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)] : fbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::ChangePlayTimes(System.Int32)] : fbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetAutoPlay(System.Boolean,System.Int32,System.Single)] : fbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::_Play(System.Int32,System.Single,System.Single,System.Single,FairyGUI.PlayCompleteCallback,System.Boolean)] : fbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Stop()] : fbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Stop(System.Boolean,System.Boolean)] : fbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::StopItem(FairyGUI.TransitionItem,System.Boolean)] : fbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetPaused(System.Boolean)] : fbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Dispose()] : fbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Transition::get_playing()] : fbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Transition::get_totalDuration()] : fbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetValue(System.String,System.Object[])] : fbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetHook(System.String,FairyGUI.TransitionHook)] : fbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::ClearHooks()] : fbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetTarget(System.String,FairyGUI.GObject)] : fby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetDuration(System.String,System.Single)] : fbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Transition::GetLabelTime(System.String)] : fca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Transition::get_timeScale()] : fcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::set_timeScale(System.Single)] : fcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Transition::get_ignoreEngineTimeScale()] : fcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::set_ignoreEngineTimeScale(System.Boolean)] : fce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::UpdateFromRelations(System.String,System.Single,System.Single)] : fcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnOwnerAddedToStage()] : fcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnOwnerRemovedFromStage()] : fch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnDelayedPlay()] : fci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::InternalPlay()] : fcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayItem(FairyGUI.TransitionItem)] : fck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SkipAnimations()] : fcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnDelayedPlayItem(FairyGUI.GTweener)] : fcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnTweenStart(FairyGUI.GTweener)] : dgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnTweenUpdate(FairyGUI.GTweener)] : dgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnTweenComplete(FairyGUI.GTweener)] : dgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnPlayTransCompleted(FairyGUI.TransitionItem)] : fcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::CallHook(FairyGUI.TransitionItem,System.Boolean)] : fco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::CheckAllComplete()] : fcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::ApplyValue(FairyGUI.TransitionItem)] : fcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Setup(FairyGUI.Utils.ByteBuffer)] : fcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::DecodeValue(FairyGUI.TransitionItem,FairyGUI.Utils.ByteBuffer,System.Object)] : fcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetCompleteEvent(FairyGUI.PlayCompleteCallback)] : fct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::Copy(FairyGUI.TValue)] : fcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TValue::get_vec2()] : fcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::set_vec2(UnityEngine.Vector2)] : fcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector4 FairyGUI.TValue::get_vec4()] : fcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::set_vec4(UnityEngine.Vector4)] : fcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TValue::get_color()] : fcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::set_color(UnityEngine.Color)] : fda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TranslationHelper::HasMultiLangData()] : fdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TranslationHelper::GetLangTextByName(System.String,System.String)] : fdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TranslationHelper::LoadFromXML(FairyGUI.Utils.XML)] : fdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TranslationHelper::TranslateComponent(FairyGUI.PackageItem)] : fde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::get_parent()] : fdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_parent(FairyGUI.TreeNode)] : fdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeView FairyGUI.TreeNode::get_tree()] : fdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_tree(FairyGUI.TreeView)] : fdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.TreeNode::get_cell()] : fdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_cell(FairyGUI.GComponent)] : fdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeNode::get_level()] : fdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_level(System.Int32)] : fdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TreeNode::get_expanded()] : fdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_expanded(System.Boolean)] : fdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TreeNode::get_isFolder()] : fdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TreeNode::get_text()] : fdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::AddChild(FairyGUI.TreeNode)] : fdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::AddChildAt(FairyGUI.TreeNode,System.Int32)] : fds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::RemoveChild(FairyGUI.TreeNode)] : fdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::RemoveChildAt(System.Int32)] : fdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::RemoveChildren(System.Int32,System.Int32)] : fdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::GetChildAt(System.Int32)] : fdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeNode::GetChildIndex(FairyGUI.TreeNode)] : fdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::GetPrevSibling()] : fdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::GetNextSibling()] : fdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SetChildIndex(FairyGUI.TreeNode,System.Int32)] : fea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SwapChildren(FairyGUI.TreeNode,FairyGUI.TreeNode)] : feb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SwapChildrenAt(System.Int32,System.Int32)] : fec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeNode::get_numChildren()] : fed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SetTree(FairyGUI.TreeView)] : fee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GList FairyGUI.TreeView::get_list()] : fef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_list(FairyGUI.GList)] : feg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeView::get_root()] : feh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_root(FairyGUI.TreeNode)] : fei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.TreeView::get_onClickNode()] : fej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_onClickNode(FairyGUI.EventListener)] : fek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.TreeView::get_onRightClickNode()] : fel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_onRightClickNode(FairyGUI.EventListener)] : fem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeView::GetSelectedNode()] : fen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TreeView::GetSelection()] : feo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AddSelection(FairyGUI.TreeNode,System.Boolean)] : fep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::RemoveSelection(FairyGUI.TreeNode)] : feq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::ClearSelection()] : fer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeView::GetNodeIndex(FairyGUI.TreeNode)] : fes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::UpdateNode(FairyGUI.TreeNode)] : fet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::UpdateNodes(System.Collections.Generic.List`1)] : feu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::ExpandAll(FairyGUI.TreeNode)] : fev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::CollapseAll(FairyGUI.TreeNode)] : few -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::CreateCell(FairyGUI.TreeNode)] : fex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterInserted(FairyGUI.TreeNode)] : fey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeView::GetInsertIndexForNode(FairyGUI.TreeNode)] : fez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterRemoved(FairyGUI.TreeNode)] : ffa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterExpanded(FairyGUI.TreeNode)] : ffb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterCollapsed(FairyGUI.TreeNode)] : ffc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterMoved(FairyGUI.TreeNode)] : ffd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeView::CheckChildren(FairyGUI.TreeNode,System.Int32)] : ffe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::HideFolderNode(FairyGUI.TreeNode)] : fff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::RemoveNode(FairyGUI.TreeNode)] : ffg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::__clickExpandButton(FairyGUI.EventContext)] : ffh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::__clickItem(FairyGUI.EventContext)] : ffi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig/ConfigValue::Reset()] : ffj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::Load()] : ffk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::SetDefaultValue(FairyGUI.UIConfig/ConfigKey,FairyGUI.UIConfig/ConfigValue)] : ffl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::ClearResourceRefs()] : ffm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::ApplyModifiedProperties()] : ffn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIContentScaler::ApplyModifiedProperties()] : ffo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIContentScaler::ApplyChange()] : ffp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIContentScaler::UpdateScaleLevel()] : ffq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.UIObjectFactory/<>c__DisplayClass4_0::b__0()] : ffr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.UIObjectFactory/<>c__DisplayClass6_0::b__0()] : ffs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetPackageItemExtension(System.String,System.Type)] : fft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetPackageItemExtension(System.String,FairyGUI.UIObjectFactory/GComponentCreator)] : ffu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetLoaderExtension(System.Type)] : ffv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetLoaderExtension(FairyGUI.UIObjectFactory/GLoaderCreator)] : ffw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::ResolvePackageItemExtension(FairyGUI.PackageItem)] : ffx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::Clear()] : ffy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.PackageItem,System.Type)] : ffz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.ObjectType)] : fga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage/<>c::<.cctor>b__101_0(System.String,System.String,System.Type,FairyGUI.DestroyMethod&)] : fgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage/<>c__DisplayClass93_0::b__0(FairyGUI.NTexture)] : fgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::add_onReleaseResource(System.Action`1)] : fgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::remove_onReleaseResource(System.Action`1)] : fge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_id()] : fgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_id(System.String)] : fgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_name()] : fgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_name(System.String)] : fgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_branch()] : fgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_branch(System.String)] : fgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::GetVar(System.String)] : fgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::SetVar(System.String,System.String)] : fgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::GetById(System.String)] : fgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::GetByName(System.String)] : fgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(UnityEngine.AssetBundle)] : fgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(UnityEngine.AssetBundle,UnityEngine.AssetBundle)] : fgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(UnityEngine.AssetBundle,UnityEngine.AssetBundle,System.String)] : fgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String)] : fgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String,FairyGUI.UIPackage/LoadResource)] : fgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.Byte[],System.String,FairyGUI.UIPackage/LoadResource)] : fgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.Byte[],System.String,FairyGUI.UIPackage/LoadResourceAsync)] : fgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::RemovePackage(System.String)] : fgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::RemoveAllPackages()] : fgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.UIPackage::GetPackages()] : fgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String)] : fgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String,System.Type)] : fha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String)] : fhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String,System.Type)] : fhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,System.String,FairyGUI.UIPackage/CreateObjectCallback)] : fhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::CreateObjectFromURL(System.String,FairyGUI.UIPackage/CreateObjectCallback)] : fhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAsset(System.String,System.String)] : fhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAssetByURL(System.String)] : fhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::GetItemURL(System.String,System.String)] : fhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByURL(System.String)] : fhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::NormalizeURL(System.String)] : fhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::SetStringsSource(FairyGUI.Utils.XML)] : fhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_assetPath()] : fhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_customId()] : fhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_customId(System.String)] : fhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundle FairyGUI.UIPackage::get_resBundle()] : fho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2[] FairyGUI.UIPackage::get_dependencies()] : fhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.UIPackage::LoadPackage(FairyGUI.Utils.ByteBuffer,System.String)] : fhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.UIPackage::ComparePackageItem(FairyGUI.PackageItem,FairyGUI.PackageItem)] : fhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadAllAssets()] : fhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::UnloadAssets()] : fht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::ReloadAssets()] : fhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::ReloadAssets(UnityEngine.AssetBundle)] : fhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::Dispose()] : fhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String)] : fhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.Type)] : fhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,FairyGUI.UIPackage/CreateObjectCallback)] : fhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(FairyGUI.PackageItem,System.Type)] : fia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAsset(System.String)] : fib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.UIPackage::GetItems()] : fic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.UIPackage::GetItem(System.String)] : fid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByName(System.String)] : fie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAsset(FairyGUI.PackageItem)] : fif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::SetItemAsset(FairyGUI.PackageItem,System.Object,FairyGUI.DestroyMethod)] : fig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadAtlas(FairyGUI.PackageItem)] : fih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadImage(FairyGUI.PackageItem)] : fii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadSound(FairyGUI.PackageItem)] : fij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.UIPackage::LoadBinary(FairyGUI.PackageItem)] : fik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadMovieClip(FairyGUI.PackageItem)] : fil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadFont(FairyGUI.PackageItem)] : fim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadSpine(FairyGUI.PackageItem)] : fin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadDragonBones(FairyGUI.PackageItem)] : fio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.UIPainter::get_container()] : fip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::set_container(FairyGUI.Container)] : fiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::CreateContainer()] : fir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::SetSortingOrder(System.Int32,System.Boolean)] : fis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.UIPainter::get_ui()] : fit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::CreateUI()] : fiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::Capture()] : fiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::DestroyTexture()] : fiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::CaptureInEditMode()] : fix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::ApplyModifiedProperties(System.Boolean)] : fiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::OnUpdateSource(System.Object[])] : fiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.UIPainter::get_EM_sortingOrder()] : dlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::EM_BeforeUpdate()] : dlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::EM_Update(FairyGUI.UpdateContext)] : dlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::EM_Reload()] : dli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::b__26_0()] : fja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.UIPanel::get_container()] : fjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::set_container(FairyGUI.Container)] : fjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateContainer()] : fjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.UIPanel::get_ui()] : fje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateUI()] : fjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::SetSortingOrder(System.Int32,System.Boolean)] : fjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::SetHitTestMode(FairyGUI.HitTestMode)] : fjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CacheNativeChildrenRenderers()] : fji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateUI_PlayMode()] : fjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::UpdateHitArea()] : fjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateUI_EditMode()] : fjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::HandleScreenSizeChanged()] : fjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::OnUpdateSource(System.Object[])] : fjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::ApplyModifiedProperties(System.Boolean,System.Boolean)] : fjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::MoveUI(UnityEngine.Vector3)] : fjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.UIPanel::GetUIWorldPosition()] : fjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.UIPanel::get_EM_sortingOrder()] : dlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::EM_BeforeUpdate()] : dlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::EM_Update(FairyGUI.UpdateContext)] : dlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::EM_Reload()] : dli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::b__29_0()] : fjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::AddUISource(FairyGUI.IUISource)] : fjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_contentPane(FairyGUI.GComponent)] : fjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.Window::get_contentPane()] : fju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.Window::get_frame()] : fjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_closeButton()] : fjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_closeButton(FairyGUI.GObject)] : fjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_dragArea()] : fjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_dragArea(FairyGUI.GObject)] : fjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_contentArea()] : fka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_contentArea(FairyGUI.GObject)] : fkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_modalWaitingPane()] : fkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Show()] : fkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ShowOn(FairyGUI.GRoot)] : fke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Hide()] : fkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::HideImmediately()] : fkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::CenterOn(FairyGUI.GRoot,System.Boolean)] : fkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ToggleStatus()] : fki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_isShowing()] : fkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_isTop()] : fkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_modal()] : fkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_modal(System.Boolean)] : fkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::BringToFront()] : fkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ShowModalWait()] : fko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ShowModalWait(System.Int32)] : fkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::LayoutModalWaitPane()] : fkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::CloseModalWait()] : fkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::CloseModalWait(System.Int32)] : fks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_modalWaiting()] : fkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Init()] : fku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::OnInit()] : fkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::OnShown()] : fkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::OnHide()] : fkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::DoShowAnimation()] : fky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::DoHideAnimation()] : fkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__uiLoadComplete()] : fla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::_init()] : flb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Dispose()] : dom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::closeEventHandler(FairyGUI.EventContext)] : flc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__addedToStage()] : fld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__removeFromStage()] : fle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__touchBegin(FairyGUI.EventContext)] : flf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__dragStart(FairyGUI.EventContext)] : flg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Timers FairyGUI.Timers::get_inst()] : flh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback)] : fli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback,System.Object)] : flj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::CallLater(FairyGUI.TimerCallback)] : flk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::CallLater(FairyGUI.TimerCallback,System.Object)] : fll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback)] : flm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback,System.Object)] : fln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::StartCoroutine(System.Collections.IEnumerator)] : flo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Timers::Exists(FairyGUI.TimerCallback)] : flp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::Remove(FairyGUI.TimerCallback)] : flq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Anymous_T FairyGUI.Timers::GetFromPool()] : flr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::ReturnToPool(FairyGUI.Anymous_T)] : fls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::Update()] : flt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Anymous_T::set(System.Single,System.Int32,FairyGUI.TimerCallback,System.Object)] : flu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::get_position()] : flv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ByteBuffer::set_position(System.Int32)] : flw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::get_length()] : flx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ByteBuffer::get_bytesAvailable()] : fly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ByteBuffer::get_buffer()] : flz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ByteBuffer::set_buffer(System.Byte[])] : fma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::Skip(System.Int32)] : fmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte FairyGUI.Utils.ByteBuffer::ReadByte()] : fmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ByteBuffer::ReadBytes(System.Byte[],System.Int32,System.Int32)] : fmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ByteBuffer::ReadBytes(System.Int32)] : fme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.ByteBuffer FairyGUI.Utils.ByteBuffer::ReadBuffer()] : fmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char FairyGUI.Utils.ByteBuffer::ReadChar()] : fmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ByteBuffer::ReadBool()] : fmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int16 FairyGUI.Utils.ByteBuffer::ReadShort()] : fmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt16 FairyGUI.Utils.ByteBuffer::ReadUshort()] : fmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::ReadInt()] : fmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 FairyGUI.Utils.ByteBuffer::ReadUint()] : fml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.ByteBuffer::ReadFloat()] : fmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 FairyGUI.Utils.ByteBuffer::ReadLong()] : fmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.Utils.ByteBuffer::ReadDouble()] : fmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.ByteBuffer::ReadString()] : fmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.ByteBuffer::ReadString(System.Int32)] : fmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.ByteBuffer::ReadS()] : fmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.Utils.ByteBuffer::ReadSArray(System.Int32)] : fms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Utils.ByteBuffer::ReadPath()] : fmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ByteBuffer::WriteS(System.String)] : fmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ByteBuffer::ReadColor()] : fmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ByteBuffer::Seek(System.Int32,System.Int32)] : fmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.Utils.HtmlButton::get_button()] : fmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::set_button(FairyGUI.GComponent)] : fmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlButton::get_displayObject()] : fmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlButton::get_element()] : fna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlButton::get_width()] : fnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlButton::get_height()] : fnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::SetPosition(System.Single,System.Single)] : fne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Add()] : fnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Remove()] : fng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Release()] : fnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Dispose()] : fni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::<.ctor>b__9_0(FairyGUI.EventContext)] : fnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.Utils.HtmlElement::Get(System.String)] : fnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::Set(System.String,System.Object)] : fnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.HtmlElement::GetString(System.String)] : fnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.HtmlElement::GetString(System.String,System.String)] : fnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.HtmlElement::GetInt(System.String)] : fno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.HtmlElement::GetInt(System.String,System.Int32)] : fnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlElement::GetFloat(System.String)] : fnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlElement::GetFloat(System.String,System.Single)] : fnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlElement::GetBool(System.String)] : fns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlElement::GetBool(System.String,System.Boolean)] : fnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.HtmlElement::GetColor(System.String,UnityEngine.Color)] : fnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::FetchAttributes()] : fnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlElement::get_isEntity()] : fnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlElement::GetElement(FairyGUI.Utils.HtmlElementType)] : fnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::ReturnElement(FairyGUI.Utils.HtmlElement)] : fny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::ReturnElements(System.Collections.Generic.List`1)] : fnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.Utils.HtmlImage::get_loader()] : foa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::set_loader(FairyGUI.GLoader)] : fob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlImage::get_displayObject()] : fmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlImage::get_element()] : fna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlImage::get_width()] : fnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlImage::get_height()] : fnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::SetPosition(System.Single,System.Single)] : fne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Add()] : fnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Remove()] : fng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Release()] : fnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Dispose()] : fni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextInput FairyGUI.Utils.HtmlInput::get_textInput()] : foc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::set_textInput(FairyGUI.GTextInput)] : fod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlInput::get_displayObject()] : fmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlInput::get_element()] : fna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlInput::get_width()] : fnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlInput::get_height()] : fnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::SetPosition(System.Single,System.Single)] : fne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Add()] : fnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Remove()] : fng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Release()] : fnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Dispose()] : fni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlLink::get_displayObject()] : fmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlLink::get_element()] : fna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlLink::get_width()] : fnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlLink::get_height()] : fnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::SetArea(System.Int32,System.Single,System.Int32,System.Single)] : foe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::SetPosition(System.Single,System.Single)] : fne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Add()] : fnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Remove()] : fng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Release()] : fnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Dispose()] : fni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_0(FairyGUI.EventContext)] : fof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_1(FairyGUI.EventContext)] : fog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_2()] : foh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlObject FairyGUI.Utils.HtmlPageContext::CreateObject(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : foi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlPageContext::FreeObject(FairyGUI.Utils.IHtmlObject)] : foj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.Utils.HtmlPageContext::GetImageTexture(FairyGUI.Utils.HtmlImage)] : fok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlPageContext::FreeImageTexture(FairyGUI.Utils.HtmlImage,FairyGUI.NTexture)] : fol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::Parse(System.String,FairyGUI.TextFormat,System.Collections.Generic.List`1,FairyGUI.Utils.HtmlParseOptions)] : fom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::PushTextFormat()] : fon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::PopTextFormat()] : foo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlParser::IsNewLine()] : fop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::AppendText(System.String)] : foq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComboBox FairyGUI.Utils.HtmlSelect::get_comboBox()] : for -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::set_comboBox(FairyGUI.GComboBox)] : fos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlSelect::get_displayObject()] : fmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlSelect::get_element()] : fna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlSelect::get_width()] : fnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlSelect::get_height()] : fnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::SetPosition(System.Single,System.Single)] : fne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Add()] : fnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Remove()] : fng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Release()] : fnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Dispose()] : fni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::<.ctor>b__9_0()] : fot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.IHtmlObject::get_width()] : fnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.IHtmlObject::get_height()] : fnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.IHtmlObject::get_displayObject()] : fmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.IHtmlObject::get_element()] : fna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::SetPosition(System.Single,System.Single)] : fne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Add()] : fnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Remove()] : fng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Release()] : fnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Dispose()] : fni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlObject FairyGUI.Utils.IHtmlPageContext::CreateObject(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : foi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlPageContext::FreeObject(FairyGUI.Utils.IHtmlObject)] : foj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.Utils.IHtmlPageContext::GetImageTexture(FairyGUI.Utils.HtmlImage)] : fok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlPageContext::FreeImageTexture(FairyGUI.Utils.HtmlImage,FairyGUI.NTexture)] : fol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ToolSet::ConvertFromHtmlColor(System.String)] : fou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ToolSet::ColorFromRGB(System.Int32)] : fov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ToolSet::ColorFromRGBA(System.UInt32)] : fow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ToolSet::CharToHex(System.Char)] : fox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.Utils.ToolSet::Intersection(UnityEngine.Rect&,UnityEngine.Rect&)] : foy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.Utils.ToolSet::Union(UnityEngine.Rect&,UnityEngine.Rect&)] : foz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ToolSet::SetParent(UnityEngine.Transform,UnityEngine.Transform)] : fpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ToolSet::SkewMatrix(UnityEngine.Matrix4x4&,System.Single,System.Single)] : fpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ToolSet::RotateUV(UnityEngine.Vector2[],UnityEngine.Rect&)] : fpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_URL(System.String,System.Boolean,System.String)] : fpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_IMG(System.String,System.Boolean,System.String)] : fpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_Simple(System.String,System.Boolean,System.String)] : fpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_COLOR(System.String,System.Boolean,System.String)] : fpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_FONT(System.String,System.Boolean,System.String)] : fph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_SIZE(System.String,System.Boolean,System.String)] : fpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_ALIGN(System.String,System.Boolean,System.String)] : fpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::GetTagText(System.Boolean)] : fpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::Parse(System.String)] : fpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XML::Create(System.String)] : fpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.Utils.XML::get_attributes()] : fpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XML::HasAttribute(System.String)] : fpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XML::GetAttribute(System.String)] : fpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XML::GetAttribute(System.String,System.String)] : fpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XML::GetAttributeInt(System.String)] : fpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XML::GetAttributeInt(System.String,System.Int32)] : fpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XML::GetAttributeFloat(System.String)] : fpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XML::GetAttributeFloat(System.String,System.Single)] : fpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XML::GetAttributeBool(System.String)] : fpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XML::GetAttributeBool(System.String,System.Boolean)] : fpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.Utils.XML::GetAttributeArray(System.String)] : fpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.Utils.XML::GetAttributeArray(System.String,System.Char)] : fpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.XML::GetAttributeColor(System.String,UnityEngine.Color)] : fqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Utils.XML::GetAttributeVector(System.String)] : fqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.String)] : fqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.Boolean)] : fqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.Int32)] : fqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.Single)] : fqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::RemoveAttribute(System.String)] : fqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XML::GetNode(System.String)] : fqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XML::get_elements()] : fqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XML::Elements()] : fqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XML::Elements(System.String)] : fqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::AppendChild(FairyGUI.Utils.XML)] : fql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::RemoveChild(FairyGUI.Utils.XML)] : fqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::RemoveChildren(System.String)] : fqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::Parse(System.String)] : fqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::Reset()] : fqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XML::ToXMLString(System.Boolean)] : fqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::ToXMLString(System.Text.StringBuilder,System.Int32)] : fqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLIterator::Begin(System.String,System.Boolean)] : fqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::NextTag()] : fqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetTagSource()] : fqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetRawText(System.Boolean)] : fqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetText(System.Boolean)] : fqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::HasAttribute(System.String)] : fqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetAttribute(System.String)] : fqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetAttribute(System.String,System.String)] : fqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XMLIterator::GetAttributeInt(System.String)] : fra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XMLIterator::GetAttributeInt(System.String,System.Int32)] : frb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XMLIterator::GetAttributeFloat(System.String)] : frc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XMLIterator::GetAttributeFloat(System.String,System.Single)] : frd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::GetAttributeBool(System.String)] : fre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::GetAttributeBool(System.String,System.Boolean)] : frf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.Utils.XMLIterator::GetAttributes(System.Collections.Generic.Dictionary`2)] : frg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Hashtable FairyGUI.Utils.XMLIterator::GetAttributes(System.Collections.Hashtable)] : frh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLIterator::ParseAttributes(System.Collections.IDictionary)] : fri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XMLList/Enumerator::get_Current()] : frj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList/Enumerator::Erase()] : frk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList/Enumerator::Reset()] : frl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLList/<>c__DisplayClass14_0::b__0(FairyGUI.Utils.XML)] : frm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList::Add(FairyGUI.Utils.XML)] : frn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList::Clear()] : fro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XMLList::get_Count()] : frp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XMLList::Filter(System.String)] : frq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XMLList::Find(System.String)] : frr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList::RemoveAll(System.String)] : frs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLUtils::DecodeString(System.String)] : frt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLUtils::EncodeString(System.Text.StringBuilder,System.Int32,System.Boolean)] : fru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLUtils::EncodeString(System.String,System.Boolean)] : frv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ZipReader::get_entryCount()] : frw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ZipReader::GetNextEntry(FairyGUI.Utils.ZipReader/ZipEntry)] : frx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ZipReader::GetEntryData(FairyGUI.Utils.ZipReader/ZipEntry)] : fry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Comgreate.AESForFileKit::EncryptFile(System.String,System.String,System.String)] : frz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] Comgreate.AESForFileKit::DecryptToBytes(System.String,System.String,System.Int32&)] : fsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_account FGUI.ZM_Petty.com_account::CreateInstance()] : fsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_account::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_detail FGUI.ZM_Petty.com_detail::CreateInstance()] : fsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_detail::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_email FGUI.ZM_Petty.com_email::CreateInstance()] : fsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_email::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_firstName FGUI.ZM_Petty.com_firstName::CreateInstance()] : fse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_firstName::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_get_panel FGUI.ZM_Petty.com_get_panel::CreateInstance()] : fsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_get_panel::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_lastName FGUI.ZM_Petty.com_lastName::CreateInstance()] : fsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_lastName::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_petty_award FGUI.ZM_Petty.com_petty_award::CreateInstance()] : fsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_petty_award::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_scond_confirm FGUI.ZM_Petty.com_scond_confirm::CreateInstance()] : fsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_scond_confirm::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.ZM_PettyBinder::BindAll()] : fsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.webview.com_webview FGUI.webview.com_webview::CreateInstance()] : fsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.webview.com_webview::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.webview.webviewBinder::BindAll()] : fsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_code FGUI.tixian.btn_code::CreateInstance()] : fsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_code::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_confirm FGUI.tixian.btn_confirm::CreateInstance()] : fsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_confirm::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_edit FGUI.tixian.btn_edit::CreateInstance()] : fso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_edit::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_get FGUI.tixian.btn_get::CreateInstance()] : fsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_get::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_kicket FGUI.tixian.btn_kicket::CreateInstance()] : fsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_kicket::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_pay FGUI.tixian.btn_pay::CreateInstance()] : fsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_pay::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_top FGUI.tixian.btn_top::CreateInstance()] : fss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_top::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.cash_levelcom FGUI.tixian.cash_levelcom::CreateInstance()] : fst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.cash_levelcom::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_broadcast FGUI.tixian.com_broadcast::CreateInstance()] : fsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_broadcast::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_confirm FGUI.tixian.com_confirm::CreateInstance()] : fsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_confirm::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_cord FGUI.tixian.com_cord::CreateInstance()] : fsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_cord::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_cord_new FGUI.tixian.com_cord_new::CreateInstance()] : fsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_cord_new::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_enter FGUI.tixian.com_enter::CreateInstance()] : fsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_enter::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_firstname FGUI.tixian.com_firstname::CreateInstance()] : fsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_firstname::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_info FGUI.tixian.com_info::CreateInstance()] : fta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_info::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_lastname FGUI.tixian.com_lastname::CreateInstance()] : ftb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_lastname::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_newRecord FGUI.tixian.com_newRecord::CreateInstance()] : ftc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_newRecord::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_rank FGUI.tixian.com_rank::CreateInstance()] : ftd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_rank::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_record FGUI.tixian.com_record::CreateInstance()] : fte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_record::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_regulation FGUI.tixian.com_regulation::CreateInstance()] : ftf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_regulation::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_saveingpot FGUI.tixian.com_saveingpot::CreateInstance()] : ftg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_saveingpot::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_task FGUI.tixian.com_task::CreateInstance()] : fth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_task::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_ticket_item FGUI.tixian.com_ticket_item::CreateInstance()] : fti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_ticket_item::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.level_btn FGUI.tixian.level_btn::CreateInstance()] : ftj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.level_btn::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.tixian.tixianBinder::BindAll()] : ftk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTips.com_Tips FGUI.JTips.com_Tips::CreateInstance()] : ftl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTips.com_Tips::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JTips.JTipsBinder::BindAll()] : ftm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTips.wnd_tips FGUI.JTips.wnd_tips::CreateInstance()] : ftn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTips.wnd_tips::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JPrivacy.com_privacy FGUI.JPrivacy.com_privacy::CreateInstance()] : fto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JPrivacy.com_privacy::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JPrivacy.JPrivacyBinder::BindAll()] : ftp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMask.com_Mask FGUI.JMask.com_Mask::CreateInstance()] : ftq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMask.com_Mask::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JMask.JMaskBinder::BindAll()] : ftr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JFx.com_FX FGUI.JFx.com_FX::CreateInstance()] : fts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JFx.com_FX::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JFx.JFxBinder::BindAll()] : ftt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JCoin.com_Coin FGUI.JCoin.com_Coin::CreateInstance()] : ftu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JCoin.com_Coin::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JCoin.Com_CoinWnd FGUI.JCoin.Com_CoinWnd::CreateInstance()] : ftv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JCoin.Com_CoinWnd::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JCoin.JCoinBinder::BindAll()] : ftw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.G002_login.com_login FGUI.G002_login.com_login::CreateInstance()] : ftx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.G002_login.com_login::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.G002_login.G002_loginBinder::BindAll()] : fty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.broadcast_top FGUI.Common_01.broadcast_top::CreateInstance()] : ftz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.broadcast_top::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.broadcast_topitem FGUI.Common_01.broadcast_topitem::CreateInstance()] : fua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.broadcast_topitem::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_get FGUI.Common_01.btn_get::CreateInstance()] : fub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_get::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_saveingpot FGUI.Common_01.btn_saveingpot::CreateInstance()] : fuc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_saveingpot::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_watchAd FGUI.Common_01.btn_watchAd::CreateInstance()] : fud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_watchAd::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_yellow FGUI.Common_01.btn_yellow::CreateInstance()] : fue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_yellow::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.Common_01Binder::BindAll()] : fuf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_adcoming FGUI.Common_01.com_adcoming::CreateInstance()] : fug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_adcoming::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_broadcast_new FGUI.Common_01.com_broadcast_new::CreateInstance()] : fuh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_broadcast_new::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_broadcast_text1 FGUI.Common_01.com_broadcast_text1::CreateInstance()] : fui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_broadcast_text1::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_tips FGUI.Common_01.com_tips::CreateInstance()] : fuj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_tips::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.item_wheel FGUI.Common_01.item_wheel::CreateInstance()] : fuk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.item_wheel::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.wheel FGUI.Common_01.wheel::CreateInstance()] : ful -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.wheel::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.wheel_ FGUI.Common_01.wheel_::CreateInstance()] : fum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.wheel_::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.bkg_jiluBinder::BindAll()] : fun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_jilu.com_jilu FGUI.bkg_jilu.com_jilu::CreateInstance()] : fuo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.com_jilu::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_jilu.com_panel FGUI.bkg_jilu.com_panel::CreateInstance()] : fup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.com_panel::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_jilu.com_record_item FGUI.bkg_jilu.com_record_item::CreateInstance()] : fuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.com_record_item::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ABigImg.ABigImgBinder::BindAll()] : fur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ABigImg.com_loading_bg FGUI.ABigImg.com_loading_bg::CreateInstance()] : fus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ABigImg.com_loading_bg::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ABigImg.com_mainbg FGUI.ABigImg.com_mainbg::CreateInstance()] : fut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ABigImg.com_mainbg::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JWheel.btn_spin FGUI.JWheel.btn_spin::CreateInstance()] : fuu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.btn_spin::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JWheel.com_reward FGUI.JWheel.com_reward::CreateInstance()] : fuv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.com_reward::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JWheel.com_spin FGUI.JWheel.com_spin::CreateInstance()] : fuw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.com_spin::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JWheel.com_wheels FGUI.JWheel.com_wheels::CreateInstance()] : fux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.com_wheels::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JWheel.com_wheel FGUI.JWheel.com_wheel::CreateInstance()] : fuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.com_wheel::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JWheel.com_light FGUI.JWheel.com_light::CreateInstance()] : fuz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.com_light::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.JWheelBinder::BindAll()] : fva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTodo.btn_todo FGUI.JTodo.btn_todo::CreateInstance()] : fvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTodo.btn_todo::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTodo.com_todo FGUI.JTodo.com_todo::CreateInstance()] : fvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTodo.com_todo::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JTodo.JTodoBinder::BindAll()] : fvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTask.btn_task FGUI.JTask.btn_task::CreateInstance()] : fve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTask.btn_task::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTask.com_Singletask FGUI.JTask.com_Singletask::CreateInstance()] : fvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTask.com_Singletask::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTask.com_task FGUI.JTask.com_task::CreateInstance()] : fvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTask.com_task::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JTask.JTaskBinder::BindAll()] : fvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSign.btn_day2 FGUI.JSign.btn_day2::CreateInstance()] : fvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSign.btn_day2::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSign.btn_day FGUI.JSign.btn_day::CreateInstance()] : fvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSign.btn_day::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSign.com_sign FGUI.JSign.com_sign::CreateInstance()] : fvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSign.com_sign::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JSign.JSignBinder::BindAll()] : fvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_2howto FGUI.JSettings.btn_2howto::CreateInstance()] : fvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_2howto::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_4music FGUI.JSettings.btn_4music::CreateInstance()] : fvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_4music::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_5sounds FGUI.JSettings.btn_5sounds::CreateInstance()] : fvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_5sounds::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_6contact FGUI.JSettings.btn_6contact::CreateInstance()] : fvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_6contact::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_on FGUI.JSettings.btn_on::CreateInstance()] : fvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_on::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_pri FGUI.JSettings.btn_pri::CreateInstance()] : fvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_pri::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_record FGUI.JSettings.btn_record::CreateInstance()] : fvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_record::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_terns FGUI.JSettings.btn_terns::CreateInstance()] : fvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_terns::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.com_howto FGUI.JSettings.com_howto::CreateInstance()] : fvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.com_howto::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.com_setting FGUI.JSettings.com_setting::CreateInstance()] : fvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.com_setting::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.JSettingsBinder::BindAll()] : fvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.btn_claim FGUI.JRewardPop.btn_claim::CreateInstance()] : fvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.btn_claim::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.btn_collect FGUI.JRewardPop.btn_collect::CreateInstance()] : fvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.btn_collect::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.btn_double FGUI.JRewardPop.btn_double::CreateInstance()] : fvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.btn_double::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.com_extraItem FGUI.JRewardPop.com_extraItem::CreateInstance()] : fwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.com_extraItem::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.com_multi FGUI.JRewardPop.com_multi::CreateInstance()] : fwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.com_multi::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.com_reward FGUI.JRewardPop.com_reward::CreateInstance()] : fwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.com_reward::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.com_roll FGUI.JRewardPop.com_roll::CreateInstance()] : fwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.com_roll::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.com_StarReward FGUI.JRewardPop.com_StarReward::CreateInstance()] : fwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.com_StarReward::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.JRewardPopBinder::BindAll()] : fwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JNetIdle.com_Netidle FGUI.JNetIdle.com_Netidle::CreateInstance()] : fwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JNetIdle.com_Netidle::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JNetIdle.com_loading FGUI.JNetIdle.com_loading::CreateInstance()] : fwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JNetIdle.com_loading::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JNetIdle.JNetIdleBinder::BindAll()] : fwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.btn_redeem_coin FGUI.JMall.btn_redeem_coin::CreateInstance()] : fwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.btn_redeem_coin::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.btn_setnum FGUI.JMall.btn_setnum::CreateInstance()] : fwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.btn_setnum::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.com_exchange FGUI.JMall.com_exchange::CreateInstance()] : fwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.com_exchange::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.com_makeup FGUI.JMall.com_makeup::CreateInstance()] : fwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.com_makeup::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.com_mall FGUI.JMall.com_mall::CreateInstance()] : fwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.com_mall::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.com_mall_carditem FGUI.JMall.com_mall_carditem::CreateInstance()] : fwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.com_mall_carditem::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.com_mall_coinitem FGUI.JMall.com_mall_coinitem::CreateInstance()] : fwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.com_mall_coinitem::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JMall.JMallBinder::BindAll()] : fwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.btn_add FGUI.JMain.btn_add::CreateInstance()] : fwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.btn_add::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.btn_minus FGUI.JMain.btn_minus::CreateInstance()] : fws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.btn_minus::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_cardnum FGUI.JMain.com_cardnum::CreateInstance()] : fwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_cardnum::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_cardplaytext FGUI.JMain.com_cardplaytext::CreateInstance()] : fwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_cardplaytext::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_playnum FGUI.JMain.com_playnum::CreateInstance()] : fwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_playnum::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.btn_pal FGUI.JMain.btn_pal::CreateInstance()] : fww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.btn_pal::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.btn_petty FGUI.JMain.btn_petty::CreateInstance()] : fwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.btn_petty::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.btn_question FGUI.JMain.btn_question::CreateInstance()] : fwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.btn_question::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_faq FGUI.JMain.com_faq::CreateInstance()] : fwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_faq::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_firstreward FGUI.JMain.com_firstreward::CreateInstance()] : fxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_firstreward::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_list_main FGUI.JMain.com_list_main::CreateInstance()] : fxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_list_main::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_main FGUI.JMain.com_main::CreateInstance()] : fxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_main::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_pal FGUI.JMain.com_pal::CreateInstance()] : fxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_pal::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.item_pal FGUI.JMain.item_pal::CreateInstance()] : fxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.item_pal::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JMain.JMainBinder::BindAll()] : fxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JLoading.btn_box FGUI.JLoading.btn_box::CreateInstance()] : fxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JLoading.btn_box::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JLoading.com_loading FGUI.JLoading.com_loading::CreateInstance()] : fxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JLoading.com_loading::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JLoading.com_login_a FGUI.JLoading.com_login_a::CreateInstance()] : fxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JLoading.com_login_a::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JLoading.JLoadingBinder::BindAll()] : fxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.btn_box FGUI.JBingoPlay.btn_box::CreateInstance()] : fxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.btn_box::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.btn_card FGUI.JBingoPlay.btn_card::CreateInstance()] : fxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.btn_card::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.btn_playagain FGUI.JBingoPlay.btn_playagain::CreateInstance()] : fxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.btn_playagain::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_boxdown FGUI.JBingoPlay.com_boxdown::CreateInstance()] : fxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_boxdown::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_carddi FGUI.JBingoPlay.com_carddi::CreateInstance()] : fxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_carddi::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_endpop FGUI.JBingoPlay.com_endpop::CreateInstance()] : fxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_endpop::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_Num FGUI.JBingoPlay.com_Num::CreateInstance()] : fxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_Num::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_playcard FGUI.JBingoPlay.com_playcard::CreateInstance()] : fxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_playcard::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_prop FGUI.JBingoPlay.com_prop::CreateInstance()] : fxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_prop::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.btn_cancel FGUI.JBingoPlay.btn_cancel::CreateInstance()] : fxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.btn_cancel::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.btn_Speed FGUI.JBingoPlay.btn_Speed::CreateInstance()] : fxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.btn_Speed::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.btn_star FGUI.JBingoPlay.btn_star::CreateInstance()] : fxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.btn_star::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_AddBall FGUI.JBingoPlay.com_AddBall::CreateInstance()] : fxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_AddBall::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_ball FGUI.JBingoPlay.com_ball::CreateInstance()] : fxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_ball::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_broadcast1 FGUI.JBingoPlay.com_broadcast1::CreateInstance()] : fxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_broadcast1::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_broadcast_text1 FGUI.JBingoPlay.com_broadcast_text1::CreateInstance()] : fxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_broadcast_text1::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_CallNum FGUI.JBingoPlay.com_CallNum::CreateInstance()] : fya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_CallNum::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_end FGUI.JBingoPlay.com_end::CreateInstance()] : fyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_end::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_leavegame FGUI.JBingoPlay.com_leavegame::CreateInstance()] : fyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_leavegame::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_morecard FGUI.JBingoPlay.com_morecard::CreateInstance()] : fyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_morecard::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_pickBox FGUI.JBingoPlay.com_pickBox::CreateInstance()] : fye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_pickBox::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_play FGUI.JBingoPlay.com_play::CreateInstance()] : fyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_play::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_prize FGUI.JBingoPlay.com_prize::CreateInstance()] : fyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_prize::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_prizeitem FGUI.JBingoPlay.com_prizeitem::CreateInstance()] : fyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_prizeitem::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_propInfo FGUI.JBingoPlay.com_propInfo::CreateInstance()] : fyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_propInfo::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.JBingoPlayBinder::BindAll()] : fyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_102 FGUI.ACommon.btn_102::CreateInstance()] : fyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_102::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_green_vid FGUI.ACommon.btn_green_vid::CreateInstance()] : fyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_green_vid::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_h5 FGUI.ACommon.btn_h5::CreateInstance()] : fym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_h5::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_main FGUI.ACommon.btn_main::CreateInstance()] : fyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_main::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_todo FGUI.ACommon.btn_todo::CreateInstance()] : fyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_todo::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.ACommonBinder::BindAll()] : fyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_101 FGUI.ACommon.btn_101::CreateInstance()] : fyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_101::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_balloon FGUI.ACommon.btn_balloon::CreateInstance()] : fyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_balloon::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_failpack FGUI.ACommon.btn_failpack::CreateInstance()] : fys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_failpack::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_fight FGUI.ACommon.btn_fight::CreateInstance()] : fyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_fight::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_hall FGUI.ACommon.btn_hall::CreateInstance()] : fyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_hall::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_hall_h5 FGUI.ACommon.btn_hall_h5::CreateInstance()] : fyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_hall_h5::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_saveingpot FGUI.ACommon.btn_saveingpot::CreateInstance()] : fyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_saveingpot::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_101 FGUI.ACommon.com_101::CreateInstance()] : fyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_101::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_102 FGUI.ACommon.com_102::CreateInstance()] : fyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_102::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_avatar FGUI.ACommon.com_avatar::CreateInstance()] : fyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_avatar::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_broadcast1 FGUI.ACommon.com_broadcast1::CreateInstance()] : fza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_broadcast1::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_broadcast_text1 FGUI.ACommon.com_broadcast_text1::CreateInstance()] : fzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_broadcast_text1::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_currency FGUI.ACommon.com_currency::CreateInstance()] : fzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_currency::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_di FGUI.ACommon.com_di::CreateInstance()] : fzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_di::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_loadingBlacklist FGUI.ACommon.com_loadingBlacklist::CreateInstance()] : fze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_loadingBlacklist::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_maindi FGUI.ACommon.com_maindi::CreateInstance()] : fzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_maindi::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_topinfo FGUI.ACommon.com_topinfo::CreateInstance()] : fzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_topinfo::ConstructFromXML(FairyGUI.Utils.XML)] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoScene::get_SceneIdx()] : fzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnEnter()] : fzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnLeave()] : fzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnSwhSceCompl(System.Object)] : fzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::StartUpAppProcess()] : fzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnPermanentAssetsInitComplete(System.Object)] : fzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnLoginSucceed(System.Object)] : fzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnInitAsset(System.Object)] : fzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnLoadingComplete(System.Object)] : fzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::ShowScene(System.Object)] : fzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::Dispose()] : fzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::b__9_0()] : fzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c::b__70_0(System.Boolean,System.Object)] : fzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c::b__79_0(System.Boolean,System.Object)] : fzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c::b__120_0(System.Boolean,RespAdEventData)] : fzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c::b__129_0(System.Boolean,ResGameConfigData)] : fzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c__DisplayClass111_0::b__0(System.Boolean)] : fzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c__DisplayClass121_0::b__0(System.Boolean,RespGameTimeEventData)] : fzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper/<>c__DisplayClass138_0::b__1(BingoBrain.ExchangeDescriptors)] : fzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper/<>c__DisplayClass138_0::b__0(BingoBrain.ExchangeDescriptors)] : gaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c__DisplayClass44_0::b__0()] : gab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper/<>c__DisplayClass59_0::b__0(BingoBrain.AdReward)] : gac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c__DisplayClass5_0::b__0(System.Boolean)] : gad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c__DisplayClass77_0::b__0()] : gae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c__DisplayClass7_0::b__0(System.Boolean)] : gaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetNum(System.Single,System.Int32)] : gag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetInterval(System.Int64)] : gah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 BingoBrain.GameHelper::FguiToUnityLocalPot(UnityEngine.Vector3)] : gai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::Toast(System.String,System.Boolean)] : gaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::GetVideo(System.String,System.Action`1)] : gak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::ShowInterstitial(System.String)] : gal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetItemSum(System.Int32,System.Decimal)] : gam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetGObject(System.String,FairyGUI.GObject)] : gan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetGuidePos(System.String,FairyGUI.GObject)] : gao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetGuidePos(System.String,UnityEngine.Vector2)] : gap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.GameHelper::GetUICenterPosition(FairyGUI.GObject,System.Boolean)] : gaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::PlayFGUIFx(FairyGUI.Transition,System.Boolean,FairyGUI.PlayCompleteCallback)] : gar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetTomorrowCountTime()] : gas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.GameHelper::GetNowTime(System.Boolean)] : gat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::LimitName(System.String,System.Int32,System.String)] : gau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetName(FairyGUI.GTextField,System.Boolean,System.Int32)] : gav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::OnRiseUIRecover(System.Int32,BingoBrain.Core.UILayerType)] : gaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent BingoBrain.GameHelper::GetItemUI(System.Int32)] : gax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetUILayer(FairyGUI.GObject,System.Int32,BingoBrain.Core.UILayerType)] : gay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetNoDecimalUnitStr(System.Double)] : gaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.ShungTik BingoBrain.GameHelper::get_ShungTik()] : gba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::set_ShungTik(BingoBrain.Core.ShungTik)] : gbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.GameHelper::SetEffect(System.String,System.String,FairyGUI.GGraph,System.Boolean)] : gbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.GameHelper::SetEffect(System.String,System.String,UnityEngine.GameObject,System.Boolean)] : gbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.GameHelper::SetParticleSystem(System.String,System.String,FairyGUI.GGraph,System.Boolean)] : gbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Spine.Unity.SkeletonAnimation BingoBrain.GameHelper::SetSpine(System.String,System.String,FairyGUI.GGraph,System.String,System.Boolean,System.Boolean)] : gbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Spine.Unity.SkeletonAnimation BingoBrain.GameHelper::SetSpine(System.String,System.String,UnityEngine.GameObject,System.String,System.Boolean,System.Boolean)] : gbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsGiftSwitch()] : gbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsOpenGuide()] : gbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsCanGuide()] : gbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::Get101()] : gbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.GameHelper::Get102()] : gbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::Get101Str(System.Decimal)] : gbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] DG.Tweening.Tween BingoBrain.GameHelper::DelayedShowGObject(BingoBrain.Core.BaseUI,FairyGUI.GObject[])] : gbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] DG.Tweening.Tween BingoBrain.GameHelper::DelayedShowGObject(BingoBrain.Core.BaseUI,System.Single,FairyGUI.GObject[])] : gbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.GameHelper::WoldToUIPot(UnityEngine.Vector3)] : gbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::OpenEmail()] : gbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::GetReward(System.Int32,System.Decimal,BingoBrain.RewardOrigin,FairyGUI.GObject,FairyGUI.GObject,System.Boolean,System.Boolean,System.Action`1,System.Decimal)] : gbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::GetReward(System.Int32,System.Decimal,BingoBrain.RewardOrigin,UnityEngine.Vector3,UnityEngine.Vector3,System.Boolean,System.Boolean,System.Action`1,System.Decimal)] : gbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::GetRewardOnly(System.Int32,System.Decimal,BingoBrain.RewardOrigin,System.Action`1,FairyGUI.GObject,FairyGUI.GObject,System.Decimal)] : gbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::GetRewardOnly1(System.Int32,System.Decimal,BingoBrain.RewardOrigin,System.Action`1,UnityEngine.Vector3,UnityEngine.Vector3,System.Decimal)] : gbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::Get102Str(System.Decimal)] : gbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::Get102Str_new(System.Decimal)] : gbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.GameHelper::GetConfig()] : gbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.CommonModel BingoBrain.GameHelper::GetCommonModel()] : gby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsCommonCard(BingoBrain.CardEntity)] : gbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Out101 BingoBrain.GameHelper::GetDynamicVersion_Coin()] : gca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Out102 BingoBrain.GameHelper::GetDynamicVersion_Cash()] : gcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::GetRewardExtra(System.Int32,System.Decimal,System.Int32,System.Action`1,UnityEngine.Vector3)] : gcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.AdReward BingoBrain.GameHelper::GetChanceByIdAndNum(System.Int32,System.Int32)] : gcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.GameHelper::GetDynamicReward(System.Int32,System.Single[])] : gce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetDynamicIndex(System.Int32)] : gcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsCanSignInToday()] : gcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetDynamicVersion()] : gch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::PostFunnelLogin(System.String,System.Boolean)] : gci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] LoginModel BingoBrain.GameHelper::GetLoginModel()] : gcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::ShowTips(System.String,System.Boolean)] : gck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::CheckAccountValidly(System.String)] : gcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::CheckEMailValidly(System.String)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::CheckNameValidly(System.String)] : gcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::ShowLoading(System.Single,System.Single,System.Action)] : gco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::ShowLoading(System.Single,System.Action)] : gcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::TimeFormat(System.Int32,BingoBrain.CountDownType,System.String)] : gcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SendLogToServer(System.String,System.String,UnityEngine.LogType)] : gcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetNetworkType()] : gcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetItemNumber(System.Int32)] : gct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetItemNumber(System.Int32,System.Int32)] : gcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AddItemNumber(System.Int32,System.Int32)] : gcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetLevel()] : gcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetLevel(System.Int32)] : gcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetLevelstate()] : gcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetLevelstate(System.Int32)] : gcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetGoldNumber()] : gda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AddGoldNumber(System.Int32)] : gdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AddGold(System.Int32)] : gdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AddGold(System.Single)] : gdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::CheckGoldNumber(System.Int32)] : gde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AddGameTime()] : gdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetGameTime()] : gdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetGameday()] : gdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetGameday()] : gdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetGameExp()] : gdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AddGameExp(System.Int32)] : gdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::ResetGameExp()] : gdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::addInterAdnumber()] : gdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::getBattleLv()] : gdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] BingoBrain.GameHelper::GetRewardValue(System.Int32)] : gdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetValueIndex(System.Int32)] : gdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] BingoBrain.GameHelper::GetValue(BingoBrain.SmallrewardNum,System.Int32)] : gdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] BingoBrain.GameHelper::GetValue(BingoBrain.LargerewardNum,System.Int32)] : gdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] BingoBrain.GameHelper::GetValue(BingoBrain.rewardNum,System.Int32)] : gds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::ShowVideoAd(System.String,System.Action`1)] : gdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::sendHighRevenueToAF()] : gdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetSelfAvatar(FairyGUI.GLoader)] : gdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::checkGoldNumber(System.Int32)] : gdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetBattleLv_Index()] : gdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsConnect()] : gdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AdOverEvent(System.Int32)] : gdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::PlayGameTimeEvent(System.Int32,System.Action)] : gea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetGameTimes()] : geb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetPlayGameTimes()] : gec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::GetCloseResult()] : ged -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetCloseResult(System.Boolean)] : gee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::RequestGameConfig()] : gef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsAdModelOfPay()] : geg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetLevelsList()] : geh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsShowLevelTips()] : gei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.GameHelper::getNowTimeByMillisecond()] : gej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::sendRevenueToServer(System.String,System.String,System.Int32)] : gek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::InToday(System.Int64,System.Int32,System.Boolean)] : gel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::isRDExchangeMode()] : gem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::getDesByKey(System.String)] : gen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::getChString(System.Decimal)] : geo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GenerateUniqueKey()] : gep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GenerateRandomString(System.String,System.Int32)] : geq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::getPrice(System.Decimal)] : ger -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetPriceInt(System.Decimal)] : ges -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::CopyText(System.String)] : get -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GlobalHarmony/<>c__DisplayClass7_0::b__0()] : geu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GlobalHarmony::IsChance(System.Single)] : gev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GlobalHarmony::Active(UnityEngine.Component,System.Boolean)] : gew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GlobalHarmony::GetAppSavePath()] : gex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener BingoBrain.GlobalHarmony::In(FairyGUI.GObject,System.Single,System.Single)] : gey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener BingoBrain.GlobalHarmony::Out(FairyGUI.GObject,System.Single,System.Single)] : gez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GlobalHarmony::NoQuick()] : gfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GlobalHarmony::CheckClick(FairyGUI.GObject,System.Action,System.Boolean,System.Boolean)] : gfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GlobalHarmony::FormatDate(System.Int32,BingoBrain.CountDownType,System.String)] : gfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.GlobalHarmony::GetRandomList(System.Collections.Generic.IList`1)] : gfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.GlobalHarmony::GetRandomList(System.Collections.Generic.List`1,System.Int32,System.Boolean)] : gfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GlobalHarmony::RandomWeight(System.Int32[])] : gff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GlobalHarmony::GetChanceList(System.Collections.Generic.List`1)] : gfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GlobalHarmony::FormatJson(System.String)] : gfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GlobalHarmony::ForEachSafe(System.Collections.Generic.Dictionary`2,System.Action`2)] : gfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::AddPause(System.Object)] : gfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::OnGameStart(System.Object)] : gfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::InitRoot()] : gfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::SetBg(System.Boolean)] : gfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::InitSystems()] : gfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::AddSystems()] : gfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::b__6_0(UnityEngine.GameObject)] : gfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::b__6_1(UnityEngine.Sprite)] : gfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat/<>c__DisplayClass19_0::b__0()] : gfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::AddListener()] : gft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::OnGameStart(System.Object)] : gfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::InitCheat()] : gfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::OnTriggerCheat()] : gfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::OpenCheatView()] : gfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::InitButton(System.String,UnityEngine.Transform,System.Action)] : gfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::SetAlpha(System.Single)] : gfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX/<>c__DisplayClass11_0`1::b__0(T)] : gga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX/<>c__DisplayClass11_1`1::b__1()] : ggb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX/<>c__DisplayClass6_0::b__0(UnityEngine.GameObject)] : ggc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX/<>c__DisplayClass6_0::b__1(UnityEngine.GameObject)] : ggd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX/<>c__DisplayClass7_0`1::b__0(T)] : gge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::RecObjFunc(BingoBrain.Fx_Type,UnityEngine.Object)] : ggf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::GetObjFunc(BingoBrain.Fx_Type,UnityEngine.Object)] : ggg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::NewObjFunc(BingoBrain.Fx_Type,UnityEngine.Events.UnityAction`1)] : ggh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::GetFx(BingoBrain.Fx_Type,UnityEngine.Events.UnityAction`1)] : ggi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::RecFx(BingoBrain.Fx_Type,T)] : ggj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::SetFx(FairyGUI.GGraph,BingoBrain.Fx_Type,UnityEngine.Events.UnityAction`1,System.Action)] : ggk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.FX::SetFx(FairyGUI.GGraph,BingoBrain.Fx_Type,System.Action)] : ggl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::add_UpdateSecondEvent(System.Action)] : ggm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::remove_UpdateSecondEvent(System.Action)] : ggn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::add_UpdateEvent(System.Action)] : ggo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::remove_UpdateEvent(System.Action)] : ggp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::AddListener()] : ggq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::AddChangeGiftSwitch(System.Action)] : ggr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::RemoveChangeGiftSwitch(System.Action)] : ggs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::FocusToGame(System.Object)] : ggt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::InitSystem()] : ggu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::OnGameStart(System.Object)] : ggv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::EnterHall(System.Object)] : ggw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::EnterGame(System.Object)] : ggx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::SetGaming(System.Boolean)] : ggy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Hall::IsGaming()] : ggz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Network::get_IsReleaseMode()] : gha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Network::get_domainUrl()] : ghb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Network::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Network::InitSystem()] : ghc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::StartUp()] : ghd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::DisposeBefore()] : ghe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::AddListener()] : ghf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::RemoveListener()] : ghg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::InitPreferences()] : ghh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::AutoSaveList(System.Collections.Generic.List`1)] : ghi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::AddDataVer()] : ghj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::ImmediateSendSave(System.Object)] : ghk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::OnAutoDelaySave(BingoBrain.Core.Psvsagh)] : ghl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::AddToAutoDelaySaveList(System.String,System.Object)] : ghm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::Save(System.String,T)] : ghn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::ClearPreferencesDic()] : gho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::PreferencesSendSave()] : ghp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Preferences BingoBrain.PreferencesMgr::GetPreferences()] : ghq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveServerPreferencesCache(BingoBrain.Preferences)] : ghr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Preferences BingoBrain.PreferencesMgr::ReadServerPreferencesCache()] : ghs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::OnInitPreferences()] : ght -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_GameStartCount()] : ghu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_GameStartCount(System.Int32)] : ghv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_LoginGameTodayTimes()] : ghw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_LoginGameTodayTimes(System.Int32)] : ghx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_VideoEffective_count()] : ghy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_VideoEffective_count(System.Int32)] : ghz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsLogEffective()] : gia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsLogEffective(System.Boolean)] : gib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_Data_ver()] : gic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Data_ver(System.Int64)] : gid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_HaveBeenGameStart()] : gie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_HaveBeenGameStart(System.Boolean)] : gif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_Date()] : gig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Date(System.String)] : gih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_LastLoginDays()] : gii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_LastLoginDays(System.Int32)] : gij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_XpReachedRewardIndex()] : gik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_XpReachedRewardIndex(System.Int32)] : gil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_PlayerXP()] : gim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_PlayerXP(System.Int32)] : gin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_Currency101()] : gio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Currency101(System.Int32)] : gip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_Max101()] : giq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Max101(System.Int32)] : gir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_NextNewDayTime()] : gis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_NextNewDayTime(System.Int64)] : git -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_BallonCdTime()] : giu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_BallonCdTime(System.Int64)] : giv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_ToDayMaxScore()] : giw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ToDayMaxScore(System.Int32)] : gix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_HistoryMaxScore()] : giy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_HistoryMaxScore(System.Int32)] : giz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_PlayerName()] : gja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_PlayerName(System.String)] : gjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_Code()] : gjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Code(System.String)] : gjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_H5StayTime()] : gje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_H5StayTime(System.Int32)] : gjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_MakeupTaskH5Time()] : gjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_MakeupTaskH5Time(System.Decimal)] : gjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_MakeupTaskHistory()] : gji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveMakeupTaskHistory()] : gjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_CoinMakeupTaskHistory()] : gjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_CoinMakeupTaskH5Time()] : gjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_CoinMakeupTaskH5Time(System.Decimal)] : gjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_PlayerAvatarId()] : gjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_PlayerAvatarId(System.Int32)] : gjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_TicketGameNum()] : gjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_TicketGameNum(System.Int32)] : gjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_MoneyGameNum()] : gjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_MoneyGameNum(System.Int32)] : gjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_LoginDay()] : gjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_LoginDay(System.Int32)] : gju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_WatchVideoBeginSum()] : gjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WatchVideoBeginSum(System.Int32)] : gjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_Active()] : gjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Active(System.Int32)] : gjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_Currency102()] : gjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Currency102(System.Decimal)] : gka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_Max102()] : gkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Max102(System.Decimal)] : gkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsResetGuide()] : gkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsResetGuide(System.Boolean)] : gke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_WatchVideoSum()] : gkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WatchVideoSum(System.Int32)] : gkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsOpenedInvite()] : gkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsOpenedInvite(System.Boolean)] : gki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsGod()] : gkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsGod(System.Boolean)] : gkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsGuideFinish()] : gkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsGuideFinish(System.Boolean)] : gkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_FacebookId()] : gkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_FacebookId(System.String)] : gko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_FacebookName()] : gkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_FacebookName(System.String)] : gkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_FacebookAvatarUrl()] : gkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_FacebookAvatarUrl(System.String)] : gks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsFaceBookLogin()] : gkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsFaceBookLogin(System.Boolean)] : gku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsShowRewardFly101()] : gkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsShowRewardFly101(System.Boolean)] : gkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsShowRewardFly102()] : gkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsShowRewardFly102(System.Boolean)] : gky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsShowRewardFly105()] : gkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsShowRewardFly105(System.Boolean)] : gla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsShowRewardFly106()] : glb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsShowRewardFly106(System.Boolean)] : glc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_ThisDayWatchSlyderVideoNum()] : gld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ThisDayWatchSlyderVideoNum(System.Int32)] : gle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsPayBind()] : glf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsPayBind(System.Boolean)] : glg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_PaypalAccount()] : glh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_PaypalAccount(System.String)] : gli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsSuccessRedeem()] : glj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsSuccessRedeem(System.Boolean)] : glk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsOpenRedeem()] : gll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsOpenRedeem(System.Boolean)] : glm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_GameOfCount()] : gln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_GameOfCount(System.Int32)] : glo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_InitPropFireCountUsed()] : glp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_InitPropFireCountUsed(System.Int32)] : glq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_InitPropBombCountUsed()] : glr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_InitPropBombCountUsed(System.Int32)] : gls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_ExchangeBindGuide()] : glt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeBindGuide(System.Boolean)] : glu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_ExchangeAccount()] : glv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeAccount(System.String)] : glw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_ExchangeName()] : glx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeName(System.String)] : gly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_ExchangeCoinAccount()] : glz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeCoinAccount(System.String)] : gma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_ExchangeCoinFName()] : gmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeCoinFName(System.String)] : gmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_ExchangeCoinLName()] : gmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeCoinLName(System.String)] : gme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_ExchangeMailbox()] : gmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeMailbox(System.String)] : gmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_ClearBubbleCount()] : gmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ClearBubbleCount(System.Int32)] : gmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_UsePropCount()] : gmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_UsePropCount(System.Int32)] : gmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_WinLeftExtraBallCount()] : gml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WinLeftExtraBallCount(System.Int32)] : gmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsRateUs()] : gmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsRateUs(System.Boolean)] : gmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_DailyTaskWinCount()] : gmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_DailyTaskWinCount(System.Int32)] : gmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsOpenedRealGift()] : gmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsOpenedRealGift(System.Boolean)] : gms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_WebViewOnlineTime()] : gmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WebViewOnlineTime(System.Decimal)] : gmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsClickH5Icon()] : gmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsClickH5Icon(System.Boolean)] : gmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsShowOpenReward()] : gmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsShowOpenReward(System.Boolean)] : gmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_OpenRewardCount()] : gmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_OpenRewardCount(System.Int32)] : gna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsRealProcessing()] : gnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsRealProcessing(System.Boolean)] : gnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_RealWatchVideo()] : gnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_RealWatchVideo(System.Int32)] : gne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsEditInviteCode()] : gnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsEditInviteCode(System.Boolean)] : gng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_WebViewMakeUpOnlineTime()] : gnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WebViewMakeUpOnlineTime(System.Decimal)] : gni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_WebViewADTaskOnlineTime()] : gnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WebViewADTaskOnlineTime(System.Decimal)] : gnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_AdCashFlyShowTime()] : gnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_AdCashFlyShowTime(System.Int64)] : gnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_CardBoardIndex()] : gnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_CardBoardIndex(System.Int32)] : gno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_BingoSum()] : gnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_BingoSum(System.Int32)] : gnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsFirstBingo()] : gnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsFirstBingo(System.Boolean)] : gns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsFirstComboBingo()] : gnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsFirstComboBingo(System.Boolean)] : gnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsCompleteFirstGame()] : gnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsCompleteFirstGame(System.Boolean)] : gnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsFirstPropFull()] : gnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsFirstPropFull(System.Boolean)] : gny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_GameSum()] : gnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_GameSum(System.Int32)] : goa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsOnceWheel()] : gob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsOnceWheel(System.Boolean)] : goc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_WheelVersion()] : god -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WheelVersion(System.String)] : goe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_NextOpenWheelStampTime()] : gof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_NextOpenWheelStampTime(System.Int64)] : gog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_OpenDailyBonusStampTime()] : goh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_OpenDailyBonusStampTime(System.Int64)] : goi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_NextRecoveryTime()] : goj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_NextRecoveryTime(System.Int64)] : gok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_CardBoardSum()] : gol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_CardBoardSum(System.Int32)] : gom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsFirstSlot()] : gon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsFirstSlot(System.Boolean)] : goo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsFirstBox()] : gop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsFirstBox(System.Boolean)] : goq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsSecondEndShow()] : gor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsSecondEndShow(System.Boolean)] : gos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_Sum777()] : got -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Sum777(System.Int32)] : gou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_DailyTaskState()] : gov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveDailyTaskState()] : gow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_DailyTaskActiveState()] : gox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveDailyTaskActiveState()] : goy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_ActiveMissions()] : goz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveActiveMissions()] : gpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_FinishTaskList()] : gpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveFinishTaskList()] : gpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_CompleteGuideList()] : gpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveCompleteGuideList()] : gpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_WithdrawGear()] : gpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveWithdrawGear()] : gpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_FerrWheelLst()] : gph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveFerrWheelLst()] : gpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_VidelWheelLst()] : gpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveVidelWheelLst()] : gpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 BingoBrain.PreferencesMgr::get_StatisticDictionary()] : gpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveStatisticDictionary()] : gpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 BingoBrain.PreferencesMgr::get_StatisticMakeupDictionary()] : gpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveStatisticMakeupDictionary()] : gpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_StatisticCashTarget()] : gpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveStatisticCashTarget()] : gpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 BingoBrain.PreferencesMgr::get_BankDic()] : gpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveBankDic()] : gps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_DailyBonusItemLst()] : gpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveDailyBonusItemLst()] : gpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.exBrPoolModel::getFaqData()] : gpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.exBrPoolModel_2::getFaqData()] : gpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoBrainConfigModel`1/<>c__DisplayClass8_0::b__0(T)] : gpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoBrainConfigModel`1::GetCount()] : gpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.BingoBrainConfigModel`1::GetFirst()] : gpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.BingoBrainConfigModel`1::GetLast()] : gqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.BingoBrainConfigModel`1::GetData(System.Int32)] : gqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.BingoBrainConfigModel`1::GetData(System.String)] : gqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.BingoBrainConfigModel`1::GetDataByIndex(System.Int32)] : gqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.BingoBrainConfigModel`1::GetDataList()] : gqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.RewardedVal BingoBrain.RewardedVal::Get(System.Int32,System.Double)] : gqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.RewardedVal BingoBrain.RewardedVal::Get(System.Int32,System.Double,System.Action`1)] : gqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.RewardedVal BingoBrain.RewardedVal::Get(System.Int32,System.Double,UnityEngine.Vector2,System.Action`1)] : gqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardedVal::Release()] : gqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.RewardedVal::get_Id()] : gqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardedVal::set_Id(System.Int32)] : gqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double BingoBrain.RewardedVal::get_Sum()] : gql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardedVal::set_Sum(System.Double)] : gqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.RewardedVal::get_IsMulti()] : gqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardedVal::set_IsMulti(System.Boolean)] : gqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.RewardedVal::get_cont_index()] : gqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardedVal::set_cont_index(System.Int32)] : gqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardEntity/<>c::b__17_0(BingoBrain.CardEntity)] : gqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardEntity/<>c::b__17_1(BingoBrain.CardEntity)] : gqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c::b__24_2(BingoBrain.Core.TaskProcedure)] : gqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c::b__24_3(BingoBrain.Core.TaskProcedure)] : gqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c::b__24_4(BingoBrain.Core.TaskProcedure)] : gqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardEntity/<>c::b__27_2(<>f__AnonymousType0`2>,System.Boolean>)] : gqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.KeyValuePair`2> BingoBrain.CardBoardEntity/<>c::b__27_3(<>f__AnonymousType0`2>,System.Boolean>)] : gqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass20_1::b__0()] : gqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass20_1::b__1()] : gqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass24_0::b__5()] : gra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass24_0::b__6()] : grb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass24_0::b__7()] : grc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass24_1::b__8(System.Object)] : grd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass24_2::b__9(System.Object)] : gre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass24_3::b__10(System.Object)] : grf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardEntity/<>c__DisplayClass27_0::b__0(System.Collections.Generic.KeyValuePair`2>)] : grg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] <>f__AnonymousType0`2>,System.Boolean> BingoBrain.CardBoardEntity/<>c__DisplayClass27_0::b__1(System.Collections.Generic.KeyValuePair`2>)] : grh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::SetData()] : gri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::InitReward()] : grj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::InitGameObj()] : grk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::DoSomething()] : grl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::InitCardList()] : grm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::SetByIndex(UnityEngine.Transform,System.Int32)] : grn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::OnReset()] : gro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::DelayCheckBingo()] : grp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::CheckBingo()] : grq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::OnFinish()] : grr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::CheckFinish()] : grs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.CardBoardEntity::IsBingo(System.Collections.Generic.List`1)] : grt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::b__18_0()] : gru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::b__19_0(Spine.Unity.SkeletonAnimation)] : grv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::b__24_0(BingoBrain.Core.TaskProcedure)] : grw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::b__24_1(BingoBrain.Core.TaskProcedure)] : grx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity/<>c__DisplayClass13_0::b__0()] : gry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity/<>c__DisplayClass8_0::b__0()] : grz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::InitGameObj(System.Action)] : gsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::SetByData()] : gsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::AddToSelectedList()] : gsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::SetReward()] : gsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::OnReset()] : gse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::OnClick(UnityEngine.EventSystems.PointerEventData)] : gsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::ReleaseEffect(UnityEngine.GameObject)] : gsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::CheckReward()] : gsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.CardEntity::GetSumToType(BingoBrain.CardPropType)] : gsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::TweenAlphaNum()] : gsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::SetIsSelect()] : gsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::SetCoin(System.Single)] : gsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::b__19_0()] : gsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::add_UpdateCb(System.Action`1)] : gsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::remove_UpdateCb(System.Action`1)] : gso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::add_EndEventCb(System.Action)] : gsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::remove_EndEventCb(System.Action)] : gsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::add_UICloseEventCb(System.Action)] : gsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::remove_UICloseEventCb(System.Action)] : gss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::SetUpdate(System.Action`1)] : gst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::Update()] : gsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::SetUpdateComplete(System.Action)] : gsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::EndEvent()] : gsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::UICloseEvent()] : gsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::Dispose()] : gsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.Goda::GetTotalValue()] : gsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Goda::InitData()] : gta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Goda::InitRate()] : gtb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Goda::InitMultiRate()] : gtc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Goda::InitFlyPosition()] : gtd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Goda::InitStartPosition()] : gte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Goda::InitEndPosition()] : gtf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Goda::IsCanFly()] : gtg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Goda::IsCanFly(System.Int32)] : gth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.RewardData/<>c::b__21_0(BingoBrain.Goda)] : gti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.RewardData/<>c__DisplayClass16_0::b__0(BingoBrain.Goda)] : gtj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.RewardData/<>c__DisplayClass18_0::b__0(BingoBrain.Goda)] : gtk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::AddRewardList(System.Collections.Generic.List`1)] : gtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::SetCompleted(System.Action`1)] : gtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::AddCompleted(System.Action`1)] : gtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::OnCompleted(System.Boolean)] : gto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Action`1 BingoBrain.RewardData::GetCompleted()] : gtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::AddReward(BingoBrain.Goda)] : gtq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::AddReward(System.Int32,System.Decimal,BingoBrain.RewardOrigin,System.Int32)] : gtr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.RewardData::IsContainReward(System.Int32)] : gts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::InitData()] : gtt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.RewardData::GetRewardDataList()] : gtu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.RewardData::GetRewardFlyCount()] : gtv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameCell/<>c__DisplayClass2_0::b__0(UnityEngine.GameObject)] : gtw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameCell::InitByPath(System.String,System.String,UnityEngine.Events.UnityAction)] : gtx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ModuleBoard::AutoRegisterModel()] : gty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ModuleBoard::AutoRegisterUIType()] : gtz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ModuleBoard::AutoRegisterCtrl()] : gua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ModuleBoard::AutoRegisterUICtrl()] : gub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BasptCtrl BingoBrain.BasptCtrl::get_Instance()] : guc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptCtrl::set_Instance(BingoBrain.BasptCtrl)] : gud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI/<>c::b__13_0()] : guj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI/<>c__DisplayClass12_0::b__0(System.Single)] : guk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI/<>c__DisplayClass12_0::b__1(System.Single)] : gul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI/<>c__DisplayClass15_0::b__0()] : gum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnUpdate()] : guo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::SetMakeup(System.Object)] : guu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::InitView()] : guv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::initBtn()] : guw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnTodoItemRenderer(System.Int32,FairyGUI.GObject)] : gux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnClickSignIn()] : guy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnClickLuckyWheel()] : guz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnClickDailyTask()] : gva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BasptUI::IsCanSignIn()] : gvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BasptUI::IsCanLuckyWheel()] : gvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BasptUI::IsCanDailyTask()] : gvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnRefreshView()] : gve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BasptUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BasptUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::OnUpdateTodoView(System.Object)] : gvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoCardCtrl BingoBrain.BingoCardCtrl::get_Instance()] : gvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardCtrl::set_Instance(BingoBrain.BingoCardCtrl)] : gvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardModel::OnReadData()] : gvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass18_0::b__0(FairyGUI.NTexture)] : gvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass18_0::b__1(FairyGUI.NTexture)] : gvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass18_0::b__2(FairyGUI.NTexture)] : gvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass25_0::b__1()] : gvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass25_0::b__2(FairyGUI.NTexture)] : gvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__0(FairyGUI.NTexture)] : gvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__2()] : gvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__3(System.Boolean)] : gvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__4()] : gvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__5(System.Boolean)] : gvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__6()] : gvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__1(System.Boolean)] : gwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__7()] : gwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::InitView()] : gwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::RendererTop(System.Int32,FairyGUI.GObject)] : gwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::ClickVideoBtn(FairyGUI.EventContext)] : gwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnClickCard(FairyGUI.EventContext)] : gwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::ClickContinueBtn()] : gwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Flop BingoBrain.BingoCardUI::GetRananVO()] : gwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OpenAll()] : gwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::SetCardData(FGUI.JBingoPlay.btn_card)] : gwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnClearTween()] : gwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::b__14_0()] : gwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::b__17_0(System.Single)] : gwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::b__19_0()] : gwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::b__20_0(System.Boolean)] : gwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::b__25_0()] : gwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoCardUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoCardUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoEndCtrl BingoBrain.BingoEndCtrl::get_Instance()] : gwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndCtrl::set_Instance(BingoBrain.BingoEndCtrl)] : gwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::PlayAgain()] : gws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::BackHome()] : gwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::InitView()] : gwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoEndUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoEndUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoHallCtrl BingoBrain.BingoHallCtrl::get_Instance()] : gwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallCtrl::set_Instance(BingoBrain.BingoHallCtrl)] : gww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::add_RefreshUIEvent(System.Action)] : gwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::remove_RefreshUIEvent(System.Action)] : gwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoHallModel::get_IsAni()] : gwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::set_IsAni(System.Boolean)] : gxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::RefreshData(System.Object)] : gxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.BingoHallModel::get_NextCardBoardTimeStr()] : gxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoHallModel::get_CardBoardCountIndex()] : gxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::set_CardBoardCountIndex(System.Int32)] : gxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoHallModel::get_MaxCardBoardSum()] : gxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::set_MaxCardBoardSum(System.Int32)] : gxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoHallModel::get_CardBoardRecoveryTime()] : gxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::set_CardBoardRecoveryTime(System.Int32)] : gxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::OnReadData()] : gvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::AddListener()] : gxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::RemoveListener()] : gxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::ChangeRecoveryTime(System.Object)] : gxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::CheckCarBoard()] : gxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::CalculateOfflineTime(System.Object)] : gxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::RefreshUI()] : gxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_2()] : gxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_3()] : gxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_4()] : gxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_5()] : gxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_6()] : gxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_7()] : gxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_8()] : gxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoHallUI::get_IsBallonCD()] : gxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::InitView()] : gxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::UpdateNextCardBoardTime()] : gya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::CardBoardSumChange(System.Object)] : gyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::MoveToOtherSide()] : gyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::UpdateSecond()] : gyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnClickBalloon()] : gye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnBtnMinusClick()] : gyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnBtnAddClick()] : gyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnCardNumChange(FairyGUI.EventContext)] : gyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::InitSpine()] : gyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnChangeCardFinish(Spine.TrackEntry)] : gyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnClickPlay()] : gyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnClearTween()] : gyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::SetMakeup(System.Object)] : gym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__20_0()] : gyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__20_1()] : gyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__26_0()] : gyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__26_1()] : gyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__28_0(System.Boolean)] : gyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__28_1(System.Boolean)] : gys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__36_0()] : gyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoHallUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoHallUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoHalldCtrl BingoBrain.BingoHalldCtrl::get_Instance()] : gyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldCtrl::set_Instance(BingoBrain.BingoHalldCtrl)] : gyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::InitView()] : gyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClickMainTab()] : gyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClickMallTab()] : gyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClickRedeemTab()] : gyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClickHall()] : gza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClickfight()] : gzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnGameTab(System.Object)] : gzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnChangeTab(System.Int32)] : gzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClickTab(System.Int32)] : gze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoHalldUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoHalldUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::OnMainTabUI_Display(System.Object)] : gzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoStartCtrl BingoBrain.BingoStartCtrl::get_Instance()] : gzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartCtrl::set_Instance(BingoBrain.BingoStartCtrl)] : gzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c::b__26_0()] : gzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c::b__28_0(UnityEngine.ParticleSystem)] : gzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c::b__30_3()] : gzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c::b__30_4()] : gzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c::b__32_0()] : gzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass38_0::b__0(System.Single)] : gzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass38_0::b__1(System.Single)] : gzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_1::b__1(System.Single)] : gzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_1::b__4(System.Single)] : gzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_1::b__5(System.Single)] : gzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_2::b__0()] : gzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_2::b__2()] : gzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_2::b__3()] : gzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_2::b__6()] : gzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoStartUI::get_IsBallonCD()] : gzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::InitData()] : gzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::InitView()] : gzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnClickCallSpeed()] : gzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::InitStartGameEvent()] : haa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnClickBalloon()] : hab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::MoveToOtherSide()] : hac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::UpdateSecond()] : had -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::SetIdleEffect(System.Boolean)] : hae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnBtnCloseClick()] : haf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::SetEnergy()] : hag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::CallNum(System.Object)] : hah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_Num BingoBrain.BingoStartUI::GetComNum()] : hai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::RefreshUI(System.Object)] : hal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnStartBingoGame(System.Object)] : ham -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnEndBingoGame(System.Object)] : han -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnStartFullEnergy(System.Object)] : hao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnAddPropRewardFinish(System.Object)] : hap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnSelectOneCard(System.Object)] : haq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::AddBallSum(System.Object)] : har -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::Set101(System.String)] : has -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::Set102(System.String)] : hat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnClearTween()] : hau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__30_0()] : hav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__30_1()] : haw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__30_2()] : hax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__31_0(System.Boolean)] : hay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__31_1(System.Boolean)] : haz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__32_1()] : hba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__37_0(System.Single)] : hbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__46_0()] : hbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__48_0(System.Single)] : hbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__48_1()] : hbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__50_0(Spine.Unity.SkeletonAnimation)] : hbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__50_1()] : hbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__50_2()] : hbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoStartUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoStartUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OnUpdate101(System.Object)] : hbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OnUpdate101Completed(System.Object)] : hbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OnUpdate102(System.Object)] : hbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OnUpdate102Completed(System.Object)] : hbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoToyCtrl BingoBrain.BingoToyCtrl::get_Instance()] : hbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyCtrl::set_Instance(BingoBrain.BingoToyCtrl)] : hbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.BingoToyModel::get_NextOpenWheelTimeStr()] : hbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyModel::AddListener()] : gxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyModel::RemoveListener()] : gxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.BingoToyUI/<>c__DisplayClass21_0::b__0()] : hbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI/<>c__DisplayClass21_0::b__1(System.Single)] : hbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI/<>c__DisplayClass21_0::b__2()] : hbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI/<>c__DisplayClass23_0::b__0()] : hbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI/<>c__DisplayClass23_0::b__1(System.Boolean)] : hbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI/<>c__DisplayClass23_0::b__2()] : hbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI/<>c__DisplayClass23_0::b__3()] : hbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::UpdateTime()] : hbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::SetWheelData()] : hbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::RefreshUI(System.Object)] : hby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::ClickSpinBtn()] : hbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::PlayLucky()] : hca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::OpenReceivePlane(BingoBrain.Turntable)] : hcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::b__15_0(Spine.Unity.SkeletonAnimation)] : hcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::b__20_0(System.Boolean)] : hcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoToyUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoToyUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoWhatCtrl BingoBrain.BingoWhatCtrl::get_Instance()] : hce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatCtrl::set_Instance(BingoBrain.BingoWhatCtrl)] : hcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoWhatUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoWhatUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BottomCtrl BingoBrain.BottomCtrl::get_Instance()] : hcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomCtrl::set_Instance(BingoBrain.BottomCtrl)] : hch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BottomUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BottomUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BroadcastCtrl BingoBrain.BroadcastCtrl::get_Instance()] : hci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastCtrl::set_Instance(BingoBrain.BroadcastCtrl)] : hcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::InitView()] : hck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OpenRecord()] : hcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::hideEvent(System.Object)] : hcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::showEvent(System.Object)] : hcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::Settop(System.Object)] : hco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::Setbuttom(System.Object)] : hcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::timeEvent()] : hcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::b__27_0()] : hcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BroadcastUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BroadcastUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.CallEndCtrl BingoBrain.CallEndCtrl::get_Instance()] : hcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndCtrl::set_Instance(BingoBrain.CallEndCtrl)] : hcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.AdReward BingoBrain.CallEndModel::get_Vo()] : hcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.CallEndUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.CallEndUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::CheckEnd(System.Object)] : hcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::b__11_0(System.Boolean)] : hcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.CheckReadyCtrl BingoBrain.CheckReadyCtrl::get_Instance()] : hcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyCtrl::set_Instance(BingoBrain.CheckReadyCtrl)] : hda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::InitView()] : hdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.CheckReadyUI::b__9_0()] : hdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::b__9_1(System.Single)] : hdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.CheckReadyUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.CheckReadyUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ChestCtrl BingoBrain.ChestCtrl::get_Instance()] : hde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestCtrl::set_Instance(BingoBrain.ChestCtrl)] : hdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestCtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestCtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_0::b__0(BingoBrain.Core.TaskProcedure)] : hdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_0::b__1(BingoBrain.Core.TaskProcedure)] : hdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_0::b__2(BingoBrain.Core.TaskProcedure)] : hdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_0::b__3(BingoBrain.Core.TaskProcedure)] : hdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_0::b__4()] : hdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_1::b__5()] : hdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_2::b__6(System.Single)] : hdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_3::b__7()] : hdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_4::b__8(BingoBrain.Core.TaskProcedure)] : hdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass19_0::b__0(System.Boolean)] : hdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass19_0::b__2()] : hdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass19_0::b__3(System.Boolean)] : hdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass19_0::b__1(System.Boolean)] : hds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.QBLOX BingoBrain.ChestUI::get_LastReward()] : hdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::InitView()] : hdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::OnBtnBoxClick(FGUI.JBingoPlay.btn_box,BingoBrain.QBLOX,System.Single)] : hdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::RefreshBoxDown()] : hdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ChestUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ChestUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.EnterBingoCtrl BingoBrain.EnterBingoCtrl::get_Instance()] : hdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoCtrl::set_Instance(BingoBrain.EnterBingoCtrl)] : hdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::AddServerListener()] : hdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::InitView()] : hea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnclickDebug()] : heb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::openDebug()] : hec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnInitCompleted(System.Object)] : hed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnClickBtn()] : hee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnClickPrivacy()] : hef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnClickTerms()] : heg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::b__13_0(FairyGUI.EventContext)] : heh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::b__13_1()] : hei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.EnterBingoUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.EnterBingoUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ExchangeCtrl BingoBrain.ExchangeCtrl::get_Instance()] : hej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeCtrl::set_Instance(BingoBrain.ExchangeCtrl)] : hek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI/<>c__DisplayClass18_0::b__0()] : hel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::InitView()] : hem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::SetGold()] : hen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::SetMakeup()] : heo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.ExchangeUI::GetRandomNum(System.Int32)] : hep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::b__16_0()] : heq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::b__16_1()] : her -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::b__16_2()] : hes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::b__16_3()] : het -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::b__16_4()] : heu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::b__16_5()] : hev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ExchangeUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ExchangeUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ExtraItemCtrl BingoBrain.ExtraItemCtrl::get_Instance()] : hew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemCtrl::set_Instance(BingoBrain.ExtraItemCtrl)] : hex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI/<>c__DisplayClass25_0::b__0(System.Single)] : hey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI/<>c__DisplayClass25_0::b__1()] : hez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI/<>c__DisplayClass25_0::b__2(System.Single)] : hfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI/<>c__DisplayClass25_0::b__3()] : hfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI/<>c__DisplayClass25_0::b__4()] : hfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OpenCloseClick(System.Boolean)] : hfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnBtnClaimClick()] : hfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnBtnMoreClick()] : hff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::MoveToListPosByIndex(FairyGUI.GList,System.Int32,System.Action)] : hfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.ExtraItemUI::GetPosByIndex(System.Int32)] : hfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.ExtraItemUI::GetPosByIndex(System.Int32,System.Int32,System.Single,System.Single)] : hfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::GetReward()] : hfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnItemRender(System.Int32,FairyGUI.GObject)] : hfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::b__24_0(System.Boolean)] : hfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ExtraItemUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ExtraItemUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.FaqUICtrl BingoBrain.FaqUICtrl::get_Instance()] : hfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUICtrl::set_Instance(BingoBrain.FaqUICtrl)] : hfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI/<>c::b__19_0()] : hfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::InitView()] : hfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::scroll()] : hfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::RendererList(System.Int32,FairyGUI.GObject)] : hfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.FaqUIUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.FaqUIUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.FirstRewardCtrl BingoBrain.FirstRewardCtrl::get_Instance()] : hfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardCtrl::set_Instance(BingoBrain.FirstRewardCtrl)] : hft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI/<>c::b__18_0(System.Boolean)] : hfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI/<>c::b__18_1()] : hfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::InitView()] : hfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::GetReward()] : hfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::b__17_0(Spine.Unity.SkeletonAnimation)] : hfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::b__17_1(Spine.TrackEntry)] : hfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::b__17_2()] : hga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::b__17_3(Spine.TrackEntry)] : hgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.FirstRewardUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.FirstRewardUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.GodPleCtrl BingoBrain.GodPleCtrl::get_Instance()] : hgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleCtrl::set_Instance(BingoBrain.GodPleCtrl)] : hgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass11_0::b__0()] : hge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass11_0::b__5()] : hgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass11_0::b__1()] : hgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass11_0::b__2()] : hgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass11_0::b__3()] : hgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass11_1::b__4()] : hgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass12_0::b__0(System.Boolean)] : hgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::InitView()] : hgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnClickAdCollect(System.Int32)] : hgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::GetReward()] : hgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnClickCancel()] : hgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.GodPleUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.GodPleUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.GodPleAcCtrl BingoBrain.GodPleAcCtrl::get_Instance()] : hgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcCtrl::set_Instance(BingoBrain.GodPleAcCtrl)] : hgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__0(FairyGUI.NTexture)] : hgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__1()] : hgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__2()] : hgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__3(UnityEngine.Vector3)] : hgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__4()] : hgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__5(UnityEngine.Vector2)] : hgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__6()] : hgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__7()] : hgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__8(System.Single)] : hgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__9()] : hha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnUpdate()] : guo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::ShowText()] : hhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnClearTween()] : hhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::b__18_0()] : hhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::b__20_10()] : hhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.GodPleAcUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.GodPleAcUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.H5Ctrl BingoBrain.H5Ctrl::get_Instance()] : hhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5Ctrl::set_Instance(BingoBrain.H5Ctrl)] : hhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5Ctrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5Ctrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5Model::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5Model::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5Model::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI/<>c::b__8_0()] : hhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::InitView()] : hhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::ClickBtn(System.String)] : hhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnClickFlyCash()] : hhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnClickIcon()] : hhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::CheckShowFly()] : hhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.H5UICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.H5UICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::OnH5ClickBtn(System.Object)] : hhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.JEffectCtrl BingoBrain.JEffectCtrl::get_Instance()] : hho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectCtrl::set_Instance(BingoBrain.JEffectCtrl)] : hhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass6_0::b__0(UnityEngine.ParticleSystem)] : hhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass6_0::b__1(Spine.Unity.SkeletonAnimation)] : hhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass6_1::b__2()] : hhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass6_2::b__3()] : hht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass7_0::b__1(UnityEngine.GameObject)] : hhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass7_0::b__0()] : hhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass8_0::b__0()] : hhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::PlayFx(BingoBrain.FxPlayData)] : hhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::DoSomething(BingoBrain.FxPlayData,UnityEngine.Transform,UnityEngine.GameObject,System.Action)] : hhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Action BingoBrain.JEffectUI::SetSortingOrder(UnityEngine.GameObject)] : hhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.FxPlayData BingoBrain.FxPlayData::Get(BingoBrain.Fx_Type,System.Single,UnityEngine.Vector2)] : hia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FxPlayData::Release(BingoBrain.FxPlayData)] : hib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JEffectUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JEffectUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::PlayFx(System.Object)] : hic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.JMallCtrl BingoBrain.JMallCtrl::get_Instance()] : hid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallCtrl::set_Instance(BingoBrain.JMallCtrl)] : hie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI/<>c__DisplayClass11_0::b__0()] : hif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI/<>c__DisplayClass11_0::b__1(System.Boolean)] : hig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI/<>c__DisplayClass12_0::b__0()] : hih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI/<>c__DisplayClass12_0::b__1(System.Boolean)] : hii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::InitView()] : hij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::SetRedeemCard(FGUI.JMall.com_mall_carditem,System.Int32,System.Int32,System.Action`1)] : hik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::SetRedeemCoin(FGUI.JMall.com_mall_coinitem,System.Int32,System.Int32,System.Action`1)] : hil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JMallUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JMallUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.JTermCtrl BingoBrain.JTermCtrl::get_Instance()] : him -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermCtrl::set_Instance(BingoBrain.JTermCtrl)] : hin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::InitView()] : hio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] BingoBrain.JTermUI::getstr(System.String,System.Int32)] : hip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::b__12_0(UnityEngine.TextAsset)] : hiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JTermUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JTermUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.JThinkCtrl BingoBrain.JThinkCtrl::get_Instance()] : hir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkCtrl::set_Instance(BingoBrain.JThinkCtrl)] : his -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.JThinkModel::get_IsOpenMusic()] : hit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkModel::set_IsOpenMusic(System.Boolean)] : hiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.JThinkModel::get_IsOpenEffect()] : hiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkModel::set_IsOpenEffect(System.Boolean)] : hiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI/<>c::b__8_1()] : hix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI/<>c::b__8_2()] : hiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnClickSoundBtn()] : hiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnClickMusicBtn()] : hja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::RefreshUI()] : hjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::b__8_0()] : hjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::b__8_3()] : hjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::b__8_4()] : hje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JThinkUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JThinkUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.JTipsCtrl BingoBrain.JTipsCtrl::get_Instance()] : hjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsCtrl::set_Instance(BingoBrain.JTipsCtrl)] : hjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsModel::AddTips(BingoBrain.TipsData)] : hjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.TipsData BingoBrain.JTipsModel::GetTips()] : hji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI/<>c__DisplayClass8_0::b__1(FairyGUI.GTweener)] : hjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.JTipsUI/<>c__DisplayClass8_0::b__2()] : hjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI/<>c__DisplayClass8_0::b__3(System.Single)] : hjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI/<>c__DisplayClass8_1::b__0()] : hjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JTipsUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JTipsUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::CheckNext(System.Object)] : hjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::ShowTips()] : hjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::AddTips(System.Object)] : hjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.TipsData BingoBrain.TipsData::GetTips(System.String)] : hjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.TipsData BingoBrain.TipsData::GetTips(System.String,System.Single,System.Single,System.Single,System.Int32)] : hjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TipsData::Rest()] : hjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.JTodCtrl BingoBrain.JTodCtrl::get_Instance()] : hjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodCtrl::set_Instance(BingoBrain.JTodCtrl)] : hju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] DailyBonusItem BingoBrain.JTodModel/<>c::b__10_0(BingoBrain.SignDaily)] : hjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.JTodModel::GetDailyDonusDay()] : hjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.JTodModel::GetDailyDonusDayTime()] : hjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::OnReadData()] : gvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::AddListener()] : gxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::InitData(System.Object)] : hjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::CheckData()] : hjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::SetDailyBonusItem()] : hka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::RemoveListener()] : gxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI/<>c__DisplayClass14_0::b__0()] : hkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI/<>c__DisplayClass15_0::b__0(System.Boolean)] : hkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::InitView()] : hkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::OnClickItem(System.Int32)] : hke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::GetReward(System.Int32,DailyBonusItem)] : hkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::UpdateTime()] : hkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::RefreshUI()] : hkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JTodUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JTodUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.LeaveBingoCtrl BingoBrain.LeaveBingoCtrl::get_Instance()] : hki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoCtrl::set_Instance(BingoBrain.LeaveBingoCtrl)] : hkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::CloseClickUI()] : hkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::OnBtnCloseClick(FairyGUI.EventContext)] : hkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.LeaveBingoUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.LeaveBingoUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.LoginACtrl BingoBrain.LoginACtrl::get_Instance()] : hkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginACtrl::set_Instance(BingoBrain.LoginACtrl)] : hkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginACtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginACtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::Show_uid(System.Object)] : hko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::InitView()] : hkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.LoginAUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.LoginAUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.MakeupConfirmCtrl BingoBrain.MakeupConfirmCtrl::get_Instance()] : hkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmCtrl::set_Instance(BingoBrain.MakeupConfirmCtrl)] : hkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c::b__26_1()] : hks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.MakeupConfirmUI/<>c::b__29_0(makeupRdData,makeupRdData)] : hkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.MakeupConfirmUI/<>c::b__29_1(System.Int32,System.Int32)] : hku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c::b__31_2()] : hkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass18_0::b__1()] : hkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass18_0::b__2()] : hkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass18_0::b__3(System.Boolean)] : hky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass21_1::b__0()] : hkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass21_2::b__1()] : hla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass23_0::b__0()] : hlb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass26_0::b__0()] : hlc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass26_0::b__2()] : hld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass26_0::b__4(System.Boolean)] : hle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass26_0::b__3()] : hlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass26_0::b__5(System.Boolean)] : hlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass28_0::b__0()] : hlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.MakeupConfirmUI/<>c__DisplayClass28_0::b__1(BingoBrain.makeup)] : hli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass30_0::b__0()] : hlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.MakeupConfirmUI/<>c__DisplayClass32_0::b__0(BingoBrain.makeup)] : hlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::Update()] : hll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::InitView(System.Object)] : hlm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::initTop()] : hln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::initButtom()] : hlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnEnter()] : hlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::showPaypal()] : hlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnConfirm()] : hlr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnTask()] : hls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnInline()] : hlt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::RefreshRecordData()] : hlu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::onTicket()] : hlv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::refreshItem(System.Int32,FairyGUI.GObject)] : hlw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::onCode()] : hlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::CheckBtnWatchStatus()] : hly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::updateSpeedCD()] : hlz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::CheckActive(System.Int32)] : hma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::WatchBtnClick()] : hmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::taskWatchBtnClick()] : hmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::upTaskWatchAdsBtn()] : hmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::LvWatchBtnClick()] : hme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::upLvWatchAdsBtn()] : hmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__18_0()] : hmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__24_0()] : hmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__24_1()] : hmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__25_0()] : hmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__25_1()] : hmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__31_0()] : hml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__31_1()] : hmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__35_0(System.Boolean)] : hmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__36_0(System.Boolean)] : hmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__38_0(System.Boolean)] : hmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.MakeupConfirmUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.MakeupConfirmUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.MoreCardCtrl BingoBrain.MoreCardCtrl::get_Instance()] : hmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardCtrl::set_Instance(BingoBrain.MoreCardCtrl)] : hmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.AdReward BingoBrain.MoreCardModel::get_VO()] : hms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::BuyBtn(FairyGUI.EventContext)] : hmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::b__9_0(System.Boolean)] : hmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.MoreCardUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.MoreCardUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.NetLoadingCtrl BingoBrain.NetLoadingCtrl::get_Instance()] : hmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingCtrl::set_Instance(BingoBrain.NetLoadingCtrl)] : hmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::InitView()] : hmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.NetLoadingUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.NetLoadingUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.PalCtrl BingoBrain.PalCtrl::get_Instance()] : hmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PalCtrl::set_Instance(BingoBrain.PalCtrl)] : hmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::RendererList(System.Int32,FairyGUI.GObject)] : hna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::InitView()] : hnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::b__8_0()] : hnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.PalUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.PalUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.PettyAwardCtrl BingoBrain.PettyAwardCtrl::get_Instance()] : hnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardCtrl::set_Instance(BingoBrain.PettyAwardCtrl)] : hne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI/<>c__DisplayClass16_0::b__1(Spine.Unity.SkeletonAnimation)] : hnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI/<>c__DisplayClass16_0::b__2(Spine.TrackEntry)] : hng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI/<>c__DisplayClass16_0::b__3()] : hnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI/<>c__DisplayClass20_0::b__0()] : hni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI/<>c__DisplayClass20_0::b__1(System.Boolean,System.Object)] : hnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::InitView()] : hnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::GotoPanel(System.Int32)] : hnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::GotoEnterAccount()] : hnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::ConfirmClick()] : hnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::GotoSecondConfirm(System.String,System.String,System.String)] : hno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::GotoDetail()] : hnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::b__16_0()] : hnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::b__16_4(Spine.TrackEntry)] : hnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.PettyAwardUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.PettyAwardUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.PropInfoCtrl BingoBrain.PropInfoCtrl::get_Instance()] : hns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoCtrl::set_Instance(BingoBrain.PropInfoCtrl)] : hnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.PropInfoUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.PropInfoUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ReadyBingoCtrl BingoBrain.ReadyBingoCtrl::get_Instance()] : hnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoCtrl::set_Instance(BingoBrain.ReadyBingoCtrl)] : hnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI/d__11::System.IDisposable.Dispose()] : hnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.ReadyBingoUI/d__11::System.Collections.Generic.IEnumerator.get_Current()] : hnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI/d__11::System.Collections.IEnumerator.Reset()] : hny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.ReadyBingoUI/d__11::System.Collections.IEnumerator.get_Current()] : hnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.ReadyBingoUI::SetProgress()] : hoa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::Reconnection(System.Object)] : hob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::CheckAgree()] : hoc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnUpdateHotFixMax(System.Object)] : hod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnUpdateHotFixProgress(System.Object)] : hoe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double BingoBrain.ReadyBingoUI::b__11_0()] : hof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::b__11_1(System.Double)] : hog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ReadyBingoUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ReadyBingoUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::OnHideLoading(System.Object)] : hoh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ReadyBingoyCtrl BingoBrain.ReadyBingoyCtrl::get_Instance()] : hoi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyCtrl::set_Instance(BingoBrain.ReadyBingoyCtrl)] : hoj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::InitView()] : hok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ReadyBingoyUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ReadyBingoyUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.RecordViewCtrl BingoBrain.RecordViewCtrl::get_Instance()] : hol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewCtrl::set_Instance(BingoBrain.RecordViewCtrl)] : hom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI/d__20::System.IDisposable.Dispose()] : hon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.RecordViewUI/d__20::System.Collections.Generic.IEnumerator.get_Current()] : hoo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI/d__20::System.Collections.IEnumerator.Reset()] : hop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.RecordViewUI/d__20::System.Collections.IEnumerator.get_Current()] : hoq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::InitView()] : hor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::UpdateRecord()] : hos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::setRecord(System.Int32,FairyGUI.GObject)] : hot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.RecordViewUI::ScrollRoutine()] : hou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::hideEvent(System.Object)] : hov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::showEvent(System.Object)] : how -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::b__8_0()] : hox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GObjectMoveFunc/<>c__DisplayClass0_0::b__0()] : hoy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GObjectMoveFunc::MoveTween(FairyGUI.GObject,System.Single,System.Action)] : hoz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.RecordViewUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.RecordViewUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::RefreshList(System.Object)] : hpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Saveobject BingoBrain.SaveData::GetSaveobject()] : hpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveData::saveDataFunc()] : hpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.SaveData::battlepassred()] : hpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.SaveData::passtaskred()] : hpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.SaveData::timetaskred()] : hpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.SaveData::getRed()] : hpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.SaveingPotCtrl BingoBrain.SaveingPotCtrl::get_Instance()] : hph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotCtrl::set_Instance(BingoBrain.SaveingPotCtrl)] : hpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.SaveingPotUI/<>c::b__27_0(SaveingPotRdData,SaveingPotRdData)] : hpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.SaveingPotUI/<>c::b__27_1(System.Int32,System.Int32)] : hpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c::b__29_2()] : hpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c::b__37_0()] : hpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass26_0::b__0()] : hpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass26_0::b__1()] : hpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.SaveingPotUI/<>c__DisplayClass26_0::b__2(BingoBrain.makeup_2)] : hpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass28_0::b__0()] : hpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.SaveingPotUI/<>c__DisplayClass31_0::b__0(BingoBrain.makeup_2)] : hpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass33_0::b__0()] : hps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass33_0::b__1()] : hpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass33_0::b__2(System.Boolean)] : hpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass34_0::b__0()] : hpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass37_1::b__1()] : hpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::taskWatchBtnClick()] : hpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::upTaskWatchAdsBtn()] : hpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::Update()] : hpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::InitView()] : hqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::WatchBtnClick()] : hqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::updateSpeedCD()] : hqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnInline()] : hqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::RefreshRecordData()] : hqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::onTicket()] : hqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::refreshItem(System.Int32,FairyGUI.GObject)] : hqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::onCode()] : hqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::CheckActive(System.Int32)] : hqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::CheckBtnWatchStatus()] : hqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnConfirm()] : hqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnTask()] : hql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnEnter()] : hqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::showPaypal()] : hqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::initTop()] : hqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::BroadCast()] : hqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::InitBroadCast()] : hqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__11_0(Spine.Unity.SkeletonAnimation)] : hqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__11_1()] : hqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__17_0(System.Boolean)] : hqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__22_0()] : hqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__22_1()] : hqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__22_2(System.Single)] : hqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__22_3(Spine.TrackEntry)] : hqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__23_0(System.Boolean)] : hqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__29_0()] : hqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__29_1()] : hra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__32_0()] : hrb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__32_1()] : hrc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__35_0()] : hrd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__35_1()] : hre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__41_0()] : hrf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.SaveingPotUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.SaveingPotUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.SmailCtrl BingoBrain.SmailCtrl::get_Instance()] : hrg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailCtrl::set_Instance(BingoBrain.SmailCtrl)] : hrh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI/<>c::b__11_0()] : hri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI/<>c::b__11_1()] : hrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::InitData()] : hrk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::InitView()] : hrl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnClickSetting()] : hrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnUpdate101(System.Object)] : hrn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::Set101(System.String)] : hro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnUpdate102(System.Object)] : hrp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::Set102(System.String)] : hrq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::SetName()] : hrr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.SmailUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.SmailUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OnUpdate101(System.Object)] : hrs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OnUpdate101Completed(System.Object)] : hrt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OnUpdate102(System.Object)] : hru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OnUpdate102Completed(System.Object)] : hrv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.SomsionCtrl BingoBrain.SomsionCtrl::get_Instance()] : hrw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::set_Instance(BingoBrain.SomsionCtrl)] : hrx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::RestEventDayMissionsProgress(System.Object)] : hry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::SetActiveMissionsLst()] : hrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::AddTaskVal(System.Int32,System.Int32)] : hsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::AddBingGoNum(System.Object)] : hsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.SomsionModel::get_GetNextReTimeStr()] : hsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI/<>c__DisplayClass10_0::b__0()] : hsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::RefreshTime()] : hse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::ItemRenderer(System.Int32,FairyGUI.GObject)] : hsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnClickTaskBtn(FGUI.JTask.com_Singletask,BingoBrain.Task)] : hsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnClickGoPlay()] : hsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::b__8_0()] : hsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::b__11_0(System.Boolean)] : hsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.SomsionUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.SomsionUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Task::get_Id()] : hsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_Id(System.Int32)] : hsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Task::get_MaxProgress()] : hsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_MaxProgress(System.Int32)] : hsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Task::get_Progress()] : hso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_Progress(System.Int32)] : hsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Task::get_IsReward()] : hsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_IsReward(System.Boolean)] : hsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Task::get_RewardId()] : hss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_RewardId(System.Int32)] : hst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Task::get_RewardSum()] : hsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_RewardSum(System.Single)] : hsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Task::get_IsMulti()] : hsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_IsMulti(System.Boolean)] : hsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Task::get_cont_index()] : hsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_cont_index(System.Int32)] : hsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::InitData()] : hta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.StarRewardCtrl BingoBrain.StarRewardCtrl::get_Instance()] : htb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardCtrl::set_Instance(BingoBrain.StarRewardCtrl)] : htc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c::b__15_4()] : htd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c::b__15_2(Spine.Unity.SkeletonAnimation)] : hte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c::b__15_3(Spine.Unity.SkeletonAnimation)] : htf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c::b__17_0()] : htg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c::b__17_1()] : hth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c::b__17_2()] : hti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c__DisplayClass15_0::b__0()] : htj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c__DisplayClass15_0::b__1()] : htk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c__DisplayClass15_0::b__5(System.Boolean)] : htl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::InitView()] : htm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::CheckReward(System.Decimal)] : htn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.StarRewardUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.StarRewardUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::PreferenceDataReady(System.Object)] : hto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::InspectionNewDay()] : htp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::SendCtrlMsg(System.Object)] : htq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoBoard::Board()] : htr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoBoard::SetData()] : hts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoBoard::SetFont()] : htt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ManagerBoard::Register()] : htu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ManagerBoard::RegisterData()] : htv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SceneManagerBoard::AutoRegisterScene()] : htw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.UIBoard::AutoRegisterBinder()] : htx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.UIBoard::AutoRegisterCommonPackages()] : hty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoDataSystem/<>c__DisplayClass16_0::b__0(BingoBrain.makeup)] : htz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoDataSystem/<>c__DisplayClass19_0::b__0(BingoBrain.makeup)] : hua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoDataSystem/<>c__DisplayClass19_1::b__1(BingoBrain.makeup_2)] : hub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoDataSystem/<>c__DisplayClass6_0::b__0(BingoBrain.makeup)] : huc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoDataSystem/<>c__DisplayClass6_1::b__1(BingoBrain.makeup_2)] : hud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::AddListener()] : hue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::AddMakeupTaskData(System.Object)] : huf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::CheckMakeupTaskData()] : hug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.BingoDataSystem::GetRandomNum(System.Int32)] : huh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::AddChangeGiftSwitch(System.Action)] : hui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::RemoveChangeGiftSwitch(System.Action)] : huj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::OnChangeGiftSwitch(System.Object)] : huk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::InitPreferences(System.Object)] : hul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::Add101(BingoBrain.Core.ExiteValue`1)] : hum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::Add102(BingoBrain.Core.ExiteValue`1)] : hun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::ResetDailyTaskActive(System.Object)] : huo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::AddWatchVideo(System.Object)] : hup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::CheckCoinMakeupTaskData(System.Object)] : huq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::AddCoinMakeupTaskData()] : hur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::CheckSpeedUpTaskData(System.Int32)] : hus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::OnGetReward(System.Object)] : hut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::ProcessData(BingoBrain.Goda)] : huu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::OnChangeRewardFly101(BingoBrain.Core.ExiteValue`1)] : huv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::OnChangeRewardFly102(BingoBrain.Core.ExiteValue`1)] : huw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::InitChangeRewardFly(System.Int32,System.Boolean,System.Boolean)] : hux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem/<>c::b__7_0()] : huy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::Dispose()] : btm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::OnShowGameOver(System.Object)] : huz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::InitTestCallList()] : hva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::OnStartBingoGame(System.Object)] : hvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::InitBingoList()] : hvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::OnReset(System.Object)] : hvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoSystem::GetColumn(System.Int32)] : hve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoSystem::GetRow(System.Int32)] : hvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.CallSystem/<>c::b__17_2(<>f__AnonymousType1`2)] : hvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.CallSystem/<>c::b__18_0(BingoBrain.CardBoardEntity)] : hvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.CallSystem/<>c::b__18_3(<>f__AnonymousType2`2)] : hvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] <>f__AnonymousType1`2 BingoBrain.CallSystem/<>c__DisplayClass17_0::b__0(System.Int32)] : hvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CallSystem/<>c__DisplayClass17_0::b__1(<>f__AnonymousType1`2)] : hvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] <>f__AnonymousType2`2 BingoBrain.CallSystem/<>c__DisplayClass18_0::b__1(System.Int32)] : hvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CallSystem/<>c__DisplayClass18_0::b__2(<>f__AnonymousType2`2)] : hvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::AddListener()] : hvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::OnStartBingoGame(System.Object)] : hvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::Update()] : hvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::SetNumPool()] : hvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::StartCall(System.Object)] : hvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::CallNumber()] : hvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::EndCallNumber(System.Object)] : hvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.CallSystem::GetDaubCountInBingoList(System.Collections.Generic.List`1,BingoBrain.CardBoardEntity)] : hvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.CallSystem::GetCallNumber()] : hvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 BingoBrain.CallSystem::b__13_0(BingoBrain.CardBoardEntity)] : hvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CallSystem::b__13_1(System.Int32)] : hvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardSystem/<>c::b__4_1(BingoBrain.CardEntity)] : hvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardSystem/<>c::b__10_0(BingoBrain.CardBoardEntity)] : hvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 BingoBrain.CardBoardSystem/<>c::b__10_1(BingoBrain.CardBoardEntity)] : hwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem/<>c::b__10_2()] : hwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem/<>c::b__10_3()] : hwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardSystem/<>c::b__11_0(BingoBrain.CardBoardEntity)] : hwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem/<>c::b__11_1()] : hwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 BingoBrain.CardBoardSystem/<>c__DisplayClass4_0::b__0(BingoBrain.CardBoardEntity)] : hwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardSystem/<>c__DisplayClass4_0::b__2(BingoBrain.CardEntity)] : hwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnCheckBingo(System.Object)] : hwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnAddPropRewardFinish(System.Object)] : hwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnCallNum(System.Object)] : hwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnEndBingoGame(System.Object)] : hwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnStartBingoGame(System.Object)] : hwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnRelease(BingoBrain.CardBoardEntity)] : hwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnGet(BingoBrain.CardBoardEntity)] : hwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::InitCardBoardData()] : hwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnFinishOneCardBoard(System.Object)] : hwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::ResetCardBoard()] : hwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem/<>c::b__9_0(BingoBrain.Core.TaskProcedure)] : hwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem/<>c__DisplayClass9_0::b__1(System.Object)] : hws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem::AddListener()] : hwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem::StartGame(System.Object)] : hwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem::OnEndBingoGame(System.Object)] : hwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem::BackMain()] : hww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem::AddOpenReward(BingoBrain.Core.Gsss)] : hwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem/<>c__DisplayClass5_0::b__0(System.String)] : hwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem/<>c__DisplayClass5_0::b__1(System.String)] : hwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::AddListener()] : hxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::RemoveListener()] : hxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::OnRequestGetConfig(System.Object)] : hxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::ParseConfig(System.String)] : hxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::GetGameConfig(System.Collections.Generic.IReadOnlyDictionary`2)] : hxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::GetGameConfData(System.Collections.Generic.IReadOnlyDictionary`2)] : hxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::GetSingleConfig(System.Collections.Generic.IReadOnlyDictionary`2,System.String)] : hxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::ParseGameConfig(System.Collections.Generic.IReadOnlyDictionary`2)] : hxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.ConfigSystem::GetConfig()] : hxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::Dispose()] : btm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c::b__2_0(BingoBrain.CardBoardEntity)] : hxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c::b__12_3(BingoBrain.CardBoardEntity)] : hxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c::b__12_5(BingoBrain.CardBoardEntity)] : hxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c::b__12_7(BingoBrain.CardEntity)] : hxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c::b__12_8(BingoBrain.CardBoardEntity)] : hxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 BingoBrain.PropSystem/<>c::b__12_9(BingoBrain.CardBoardEntity)] : hxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c::b__12_10(BingoBrain.CardEntity)] : hxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c::b__12_1()] : hxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c::b__12_2()] : hxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c__DisplayClass11_0::b__0(BingoBrain.Prop)] : hxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PropSystem/<>c__DisplayClass12_0::b__4(BingoBrain.CardBoardEntity)] : hxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PropSystem/<>c__DisplayClass12_0::b__6(BingoBrain.CardBoardEntity)] : hxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass12_0::b__0()] : hxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass12_1::b__11()] : hxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass12_2::b__12()] : hxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass12_3::b__13()] : hxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass12_4::b__14()] : hxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PropSystem/<>c__DisplayClass2_0::b__1(BingoBrain.CardBoardEntity)] : hya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass2_1::b__2()] : hyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass2_2::b__3()] : hyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::OnAddMoneyCell(System.Object)] : hyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::OnEndBingoGame(System.Object)] : hye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::OnSelectOneCard(System.Object)] : hyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::RandomReward()] : hyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PropSystem::GetCountByType()] : hyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::DoProp()] : hyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::b__4_0()] : hyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::b__10_0(System.Object)] : hyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::AddListener()] : hyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::OnConsumeResources(System.Object)] : hym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::Consume(System.Int32,System.Int32,System.Action`1,System.Boolean)] : hyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::Consume(System.Int32,System.Decimal,System.Action`1,System.Boolean)] : hyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::Consume(System.Int32[],System.Int32[],System.Action`1,System.Boolean)] : hyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::Consume(System.Int32[],System.Decimal[],System.Action`1,System.Boolean)] : hyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::CheckItem(System.Int32,System.Int32,System.Action`1)] : hyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::CheckItem(System.Int32,System.Decimal,System.Action`1)] : hys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::CheckItem(System.Int32[],System.Int32[],System.Action`1)] : hyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::CheckItem(System.Int32[],System.Decimal[],System.Action`1)] : hyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ConsumeVal BingoBrain.ConsumeVal::Get()] : hyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ConsumeVal BingoBrain.ConsumeVal::Get(System.Int32,System.Single)] : hyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ConsumeVal BingoBrain.ConsumeVal::Get(System.Int32,System.Decimal,System.Action`1)] : hyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConsumeVal::Release()] : hyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConsumeVal::AddConsume(System.Int32,System.Decimal)] : hyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.RandomKit::RandomRange(System.Int32,System.Int32)] : hza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit/<>c__DisplayClass12_0::b__0(UnityEngine.Sprite)] : hzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit/<>c__DisplayClass15_0::b__0(UnityEngine.GameObject)] : hzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit/<>c__DisplayClass8_0`1::b__0(T)] : hzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Asset.IBigose BingoBrain.Asset.BetKit::get_LoadAssetType()] : hze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::set_LoadAssetType(BingoBrain.Asset.IBigose)] : hzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::Init(BingoBrain.Asset.IBigose)] : hzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::LoadAsset(System.String,System.String,UnityEngine.Events.UnityAction`1,System.Boolean)] : hzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Asset.BetKit::LoadAsset(System.String,System.String,System.Boolean)] : hzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::LoadSprite(System.String,System.String,UnityEngine.Events.UnityAction`1,System.Boolean)] : hzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Sprite BingoBrain.Asset.BetKit::LoadSprite(System.String,System.String,System.Boolean)] : hzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::LoadSprite(System.String,System.Action`1)] : hzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::RecordSprite(System.String,UnityEngine.Sprite)] : hzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.Asset.BetKit::LoadGameObject(System.String,System.String,System.Boolean)] : hzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::LoadGameObjectAndClone(System.String,System.String,UnityEngine.Events.UnityAction`1,UnityEngine.Transform,System.Boolean)] : hzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.Asset.BetKit::LoadGameObjectAndCloneSync(System.String,System.String,UnityEngine.Transform,System.Boolean)] : hzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::RecordGameObject(System.String,UnityEngine.Object)] : hzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.Asset.BetKit::InstantiateAndRecord(UnityEngine.GameObject,UnityEngine.Transform,System.Boolean,UnityEngine.Events.UnityAction`1)] : hzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::RecordCloneGameObject(UnityEngine.GameObject,UnityEngine.GameObject)] : hzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::LoadAudio(System.String,System.String,UnityEngine.Events.UnityAction`1)] : hzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : hzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.CachKit/d__1::System.IDisposable.Dispose()] : hzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Asset.CachKit/d__1::System.Collections.Generic.IEnumerator.get_Current()] : hzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.CachKit/d__1::System.Collections.IEnumerator.Reset()] : hzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Asset.CachKit/d__1::System.Collections.IEnumerator.get_Current()] : hzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.CachKit::SaveTextFile(System.String,System.String,System.String)] : hzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.Asset.CachKit::GetTextFromUrl(System.String,System.String,UnityEngine.Events.UnityAction`1,System.String,System.Boolean)] : iaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Asset.CachKit::GetAssetSavePath()] : iab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Asset.IBigose::GetAsset(System.String,System.String)] : iac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.IBigose::GetAsset(System.String,System.String,UnityEngine.Events.UnityAction`1)] : iad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.IBigose::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : iae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] T BingoBrain.Asset.Editor.BingoseKit::GetAsset(System.String,System.String)] : iac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Asset.Editor.BingoseKit::GetAssetstatic(System.String,System.String)] : iaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.Editor.BingoseKit::GetAsset(System.String,System.String,UnityEngine.Events.UnityAction`1)] : iad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.Editor.BingoseKit::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : iae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Asset.Editor.BingoseKit::AssetPathFormat(System.String,System.String)] : iag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Asset.Editor.BingoseKit::AssetPathFormat(System.String)] : iah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Ard::Init()] : iai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Ard::SetDar(BingoBrain.Core.InterfaceManager)] : iaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Ard::DisposeAllManager()] : iak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk/<>c__DisplayClass29_0::b__0()] : ial -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 BingoBrain.Core.CameraBoardk::CameraToCameraWorldPos(UnityEngine.Camera,UnityEngine.Camera,UnityEngine.Vector3)] : iam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.Core.CameraBoardk::WorldPosToFGUIPos(UnityEngine.Vector3)] : ian -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.Core.CameraBoardk::WorldPosToFGUILocalPos(UnityEngine.Vector3,FairyGUI.GObject)] : iao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 BingoBrain.Core.CameraBoardk::FGUIPosToWorldPos(UnityEngine.Vector3)] : iap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 BingoBrain.Core.CameraBoardk::ScreenPosToWorldPos(UnityEngine.Vector3)] : iaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.Core.CameraBoardk::ScreenPosToWorldPosV2(UnityEngine.Vector3)] : iar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 BingoBrain.Core.CameraBoardk::UIWorldCameraPosToViewportPoint(UnityEngine.Vector3)] : ias -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.CameraBoardk::GetCameraAdaptiveRatio()] : iat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.CameraBoardk::GetHeightAdaptiveRatio()] : iau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.CameraBoardk::GetCameraOrthographicSize(UnityEngine.Camera)] : iav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.Core.CameraBoardk::GetCameraScreenHalfSize(UnityEngine.Camera)] : iaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::BindWorldRaycaster(UnityEngine.EventSystems.Physics2DRaycaster)] : iax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::BindWorldRaycaster(UnityEngine.EventSystems.PhysicsRaycaster)] : iay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::SetWorldRaycasterEnabled(System.Boolean)] : iaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::ShakeMainCamera()] : iba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::PanningFarGamePlayCamera()] : ibb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::PanningNearGamePlayCamera()] : ibc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.CameraBoardk::IsPointInViewport(UnityEngine.Camera,UnityEngine.Vector3)] : ibd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.CameraBoardk::IsRendererInCameraViewport(UnityEngine.Camera,UnityEngine.Renderer)] : ibe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::SetCameraResolution(System.Single,System.Single)] : ibf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::CreateMainCamera()] : ibg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::CreateFGUICamera()] : ibh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::CreateUICamera()] : ibi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera BingoBrain.Core.CameraBoardk::CreateOtherCamera(UnityEngine.Vector3,UnityEngine.Vector3,System.Boolean,System.Single)] : ibj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera BingoBrain.Core.CameraBoardk::CreateCamera(UnityEngine.GameObject,System.Int32)] : ibk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::InitCameraMgr()] : ibl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.CameraBoardk::b__31_0()] : ibm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::b__31_1(System.Single)] : ibn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::get_ServerRTTOneWayTimeOffset()] : ibo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::set_ServerRTTOneWayTimeOffset(System.Int32)] : ibp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::get_ServerTickTimestamp()] : ibq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::set_ServerTickTimestamp(System.Int64)] : ibr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetCurrTimestamp()] : ibs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetCurrTimestampInfo()] : ibt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::SetHeartBeatTime(System.Int32)] : ibu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetHeartBeatTime()] : ibv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::SetServerCurrTimestamp(System.Int64)] : ibw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.DateTimeBoardk::GetServerTimeOffset()] : ibx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetServerTickTimestamp()] : iby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::GetServerTickDateTime()] : ibz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetServerCurrTimestamp(System.Boolean)] : ica -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::SetTimeOffset(System.Int32)] : icb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::GetServerCurrDateTime()] : icc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetCurrTimeInterval(System.Int64)] : icd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetServerCurrTimeInterval(System.Int64)] : ice -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetInteralDay(System.UInt64)] : icf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::GetIntervalHMS(System.Int64,System.Int32&,System.Int32&,System.Int32&)] : icg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::GetIntervalMS(System.Int64,System.Int32&,System.Int32&)] : ich -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetIntervalHMSTextEn(System.Int64)] : ici -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetIntervalHMSTextCn(System.Int64)] : icj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetIntervalMSTextEn(System.Int64)] : ick -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetIntervalMSTextCn(System.Int64)] : icl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetIntervalDateSimpleString(System.Int64)] : icm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::GetCurrDateTime()] : icn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double BingoBrain.Core.DateTimeBoardk::GetTimestamp(System.DateTime)] : ico -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::GetDateTime(System.Int64)] : icp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetCurrTimeZone()] : icq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowYear()] : icr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowMonth()] : ics -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowDay()] : ict -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowHour()] : icu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowMinute()] : icv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowSecond()] : icw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowMillisecond()] : icx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::DateTimeToMMdd(System.DateTime)] : icy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::DateTimeToYYYYMMDD(System.DateTime)] : icz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::DateTimeToSimpleString(System.DateTime)] : ida -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::DateTimeToString(System.DateTime)] : idb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::DateTimeToDetailString(System.DateTime)] : idc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::GetDateTimeBy_yyyyMMddStr(System.String)] : idd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::TimestampToString(System.Int64)] : ide -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.DateTimeBoardk::Millisecond2Second(System.UInt32)] : idf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double BingoBrain.Core.DateTimeBoardk::GetTimestampInMilliSecond(System.DateTime)] : idg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetMSMTimeUID()] : idh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetMonthDuration(System.String,System.String)] : idi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetMonthDuration(System.DateTime,System.DateTime)] : idj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetDayByDateStr(System.String)] : idk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetMonthByDateStr(System.String)] : idl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetYearByDateStr(System.String)] : idm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::FirstDayOfMonth(System.DateTime)] : idn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::LastDayOfMonth(System.DateTime)] : ido -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetCurrTimesTampByMillisecond()] : idp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::DateTimeToFFFString(System.DateTime)] : idq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetServerCurrTimestampByMillisecond()] : idr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.GameBoardk::get_IsPause()] : ids -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::set_IsPause(System.Boolean)] : idt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::Restart()] : idu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::Quit()] : idv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::Pause()] : idw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::Resume()] : idy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::InitialMain()] : idz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::EnterMain()] : iea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::AddListener()] : ieb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::RemoveListener()] : iec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::InitAllModule()] : ied -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::StartUpAllModule()] : iee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::AllModuleReadData()] : ief -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::AllModuleGameStart()] : ieg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseModel BingoBrain.Core.ModuleBoardk::GetModel(System.String)] : ieh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type BingoBrain.Core.ModuleBoardk::GetUIType(System.String)] : iei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseCtrl BingoBrain.Core.ModuleBoardk::GetCtrl(System.String)] : iej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseUICtrl BingoBrain.Core.ModuleBoardk::GetUICtrl(System.String)] : iek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::SetActiveCtrl(System.String,System.Boolean)] : iel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::SetActiveUICtrl(System.String,System.Boolean)] : iem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::ResetModel(System.String)] : ien -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::AddModel(System.String,BingoBrain.Core.BaseModel)] : ieo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::AddUIType(System.String,System.Type)] : iep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::AddCtrl(System.String,BingoBrain.Core.BaseCtrl)] : ieq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::AddUICtrl(System.String,BingoBrain.Core.BaseUICtrl)] : ier -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::ResetAllModel()] : ies -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::DisposeAllModel()] : iet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::DisposeAllCtrl()] : ieu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::DisposeAllModule()] : iev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneBoardk::AddScene(BingoBrain.Core.BaseScene)] : iew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneBoardk::InitialMain(System.Object)] : iex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneBoardk::SwitchScene(System.Int32,System.Object)] : iey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.SceneBoardk::SetScene(BingoBrain.Core.BaseScene)] : iez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseScene BingoBrain.Core.SceneBoardk::GetScene(System.Int32)] : ifa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameObjectExtend::SetParent(UnityEngine.GameObject,UnityEngine.GameObject,System.Boolean)] : ifb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameObjectExtend::SetParent(UnityEngine.GameObject,UnityEngine.Transform,System.Boolean)] : ifc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameObjectExtend::SetLayer(UnityEngine.GameObject,System.String)] : ifd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameObjectExtend::SetLayer(UnityEngine.GameObject,UnityEngine.LayerMask)] : ife -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameObjectExtend::DestroyAllChild(UnityEngine.GameObject)] : iff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.GameObjectExtend::GetSoleComponent(UnityEngine.GameObject)] : ifg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.GameObjectExtend::GetGameObjectRelativePath(UnityEngine.GameObject,UnityEngine.GameObject)] : ifh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.GameObjectExtend::GetGameObjectPath(UnityEngine.GameObject)] : ifi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour/<>c::b__4_0(System.String,BingoBrain.Core.IsfvData)] : ifj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour/<>c::b__4_1(System.String,BingoBrain.Core.IsfvData)] : ifk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour/<>c::b__4_2(System.String,BingoBrain.Core.IsfvData)] : ifl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::ClearFinished()] : ifm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::ClearTempFinished()] : ifn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::AddAsyncData(System.String,BingoBrain.Core.IsfvData)] : ifo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::AddAsyncTempData(System.String,BingoBrain.Core.IsfvData)] : ifp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::RemoveAsyncTempData(System.String)] : ifq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::RemoveAsyncData(System.String)] : ifr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::AddUpdateAction(System.String,BingoBrain.Core.IsfvData)] : ifs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::RemoveUpdateAction(System.String)] : ift -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::ClearUpdateActionFinished()] : ifu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::RemoveAllAction()] : ifv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.IsfvData::get_IsComplete()] : ifw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvData::PassTime(System.Single)] : ifx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvData::Run()] : ify -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit/<>c__DisplayClass12_0::b__0()] : ifz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.IsfvBehaviour BingoBrain.Core.IsfvKit::get_MIsfvBehaviour()] : iga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Coroutine BingoBrain.Core.IsfvKit::StartCoroutine(System.Collections.IEnumerator)] : igb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StopCoroutine(UnityEngine.Coroutine)] : igc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StopAllCoroutine()] : igd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StartAction(System.String,BingoBrain.Core.IsfvData/DealMethod,System.Single,System.Int32)] : ige -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StopAction(System.String)] : igf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StopAllAction()] : igg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StartUpdateAction(System.String,BingoBrain.Core.IsfvData/DealMethod,System.Single)] : igh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StopUpdateAction(System.String)] : igi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::ClearDelayedAction(System.String)] : igj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseCtrl::get_IsNew()] : igk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::set_IsNew(System.Boolean)] : igl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::New()] : igm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::Init()] : ign -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::StartUp()] : igo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::ReadData()] : igp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::GameStart()] : igq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::Dispose()] : igr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::Assignment()] : igs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::UnAssignment()] : igt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::OnNew()] : igu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::OnInit()] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::OnStartUp()] : igv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::OnReadData()] : igw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::OnGameStart()] : igx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::OnDispose()] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::AddListener()] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::RemoveListener()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::AddServerListener()] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::RemoveServerListener()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.BaseDispatcher`3::get_Instance()] : igy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::AddPriorityListener(Msg,System.Action`1)] : igz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::AddListener(Msg,System.Action`1)] : iha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::AddFinallyListener(Msg,System.Action`1)] : ihb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::AddOnceListener(Msg,System.Action`1)] : ihc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseDispatcher`3::ContainsListener(Msg,System.Action`1,System.Collections.Generic.Dictionary`2>>)] : ihd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseDispatcher`3::ContainsPriorityListener(Msg,System.Action`1)] : ihe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseDispatcher`3::ContainsListener(Msg,System.Action`1)] : ihf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseDispatcher`3::ContainsFinallyListener(Msg,System.Action`1)] : ihg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseDispatcher`3::ContainsOnceListener(Msg,System.Action`1)] : ihh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::RemovePriorityListener(Msg,System.Action`1)] : ihi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::RemoveListener(Msg,System.Action`1)] : ihj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::RemoveFinallyListener(Msg,System.Action`1)] : ihk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::RemoveOnceListener(Msg,System.Action`1)] : ihl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::Dispatch(Msg,Param)] : ihm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::InvokeMethods(System.Collections.Generic.Dictionary`2>>,Msg,Param)] : ihn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::Clear()] : iho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseInterfaceManager`1::get_IsInit()] : ihp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::set_IsInit(System.Boolean)] : ihq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseInterfaceManager`1::get_IsStartUp()] : ihr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::set_IsStartUp(System.Boolean)] : ihs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseInterfaceManager`1::get_IsDispose()] : iht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::set_IsDispose(System.Boolean)] : ihu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.BaseInterfaceManager`1::get_Instance()] : ihv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::New()] : ihw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::StartUp()] : ghd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::DisposeBefore()] : ghe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::AddPriorityListener(Msg,System.Action`1)] : ihx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::AddListener(Msg,System.Action`1)] : ihy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::AddOnceListener(Msg,System.Action`1)] : ihz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::RemovePriorityListener(Msg,System.Action`1)] : iia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::RemoveListener(Msg,System.Action`1)] : iib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::RemoveOnceListener(Msg,System.Action`1)] : iic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::Dispatch(Msg,Param)] : iid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::AutoDispatch(Msg,Param)] : iie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::InvokeMethods(System.Collections.Generic.Dictionary`2>>,Msg,Param)] : iif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::Clear()] : iig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.BaseMainThreadDispatcher`3::get_ParentRootName()] : iih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::New()] : iii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::Init()] : iij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::StartUp()] : iik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::ReadData()] : iil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::GameStart()] : iim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::Reset()] : iin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::Dispose()] : iio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::Assignment()] : iip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::UnAssignment()] : iiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnNew()] : iir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnInit()] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnStartUp()] : iis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnReadData()] : gvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnGameStart()] : iit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnReset()] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnDispose()] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::AddListener()] : gxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::RemoveListener()] : gxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::AddServerListener()] : iiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::RemoveServerListener()] : iiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::WriteLocalStorage()] : iiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.BaseModel::GetLocalStorageKey()] : iix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::SetCustomLocalStorageKey(System.String)] : iiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::WriteLocalStorage(System.Object)] : iiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.BaseModel::ReadLocalStorage()] : ija -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseModel::HasLocalStorage()] : ijb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::DeleteLocalStorage()] : ijc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.BaseScene::get_SceneIdx()] : fzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::Enter()] : ijd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::Leave()] : ije -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::SwchSneCote(System.Object)] : ijf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::OnEnter()] : fzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::OnLeave()] : fzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::OnSwhSceCompl(System.Object)] : fzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::Dispose()] : fzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseSystem::Init()] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseSystem::InitLate()] : ijg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseSystem::Dispose()] : btm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseSystem::Update()] : hvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseSystem::LateUpdate()] : ijh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseSystem::FixedUpdate()] : iji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::New(BingoBrain.Core.BaseUICtrl)] : ijj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Assignment()] : ijk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::UnAssignment()] : ijl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Open(System.Object)] : ijm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OpenUISequence(System.Object)] : ijn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Close()] : ijo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Hide()] : ijp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Display(System.Object)] : ijq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.SubUI BingoBrain.Core.BaseUI::OpenSubUI(System.String,System.String,System.Boolean)] : ijr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.SubUI BingoBrain.Core.BaseUI::OpenSubUI(System.String,System.String,System.String,System.Boolean)] : ijs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::CloseSubUI(BingoBrain.Core.SubUI)] : ijt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::CloseAllSubUI()] : iju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Init()] : ijv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::PostProcess_UIInfo()] : ijw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Bind()] : ijx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_OpenBefore(System.Object)] : ijy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Open(System.Object)] : ijz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_OpenUIAnimEnd()] : ika -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Close()] : ikb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_CloseUIAnimEnd()] : ikc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Destroy()] : ikd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Hide()] : ike -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Display(System.Object)] : ikf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::ProcessFunc_SwitchLanguage()] : ikg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::InternaProcesslFunc_GComponentSwitchLanguage(FairyGUI.GComponent)] : ikh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnNew()] : iki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnInit()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnBind()] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnOpenBefore(System.Object)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnOpen(System.Object)] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnOpenUIAnimEnd()] : ikj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnClose()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnCloseUIAnimEnd()] : ikk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnDestroy()] : ikl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnHide()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnDisplay(System.Object)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnUpdate()] : guo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnSwitchLanguage()] : ikm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::AddListener()] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::RemoveListener()] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::AddServerListener()] : hdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::RemoveServerListener()] : ikn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::AutoBindButtonEvent(FairyGUI.EventCallback1)] : iko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::AutoBindButtonEvent(FairyGUI.GComponent,FairyGUI.EventCallback1)] : ikp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::BaseUIClickEvent(FairyGUI.GComponent)] : ikq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::KillOpenUIAnim()] : ikr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::KillCloseUIAnim()] : iks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.Core.BaseUI::GetOpenUIMsgId()] : ikt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.Core.BaseUI::GetCloseUIMsgId()] : iku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::CtrlCloseUI()] : ikv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.UILayerType BingoBrain.Core.BaseUI::GetCurrRenderLayer()] : ikw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.BaseUI::GetCurrRenderQueueIdx()] : ikx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUICtrl::Assignment()] : igs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUICtrl::UnAssignment()] : igt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.Core.BaseUICtrl::GetOpenUIMsg(System.String)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.Core.BaseUICtrl::GetCloseUIMsg(System.String)] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUICtrl::DispatchOpenUI(System.String,System.Object)] : iky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUICtrl::DispatchCloseUI(System.String,System.Object)] : ikz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUICtrl::OpenUI(System.Object)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUICtrl::CloseUI(System.Object)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseUnity`1::get_IsInit()] : ila -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::set_IsInit(System.Boolean)] : ilb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseUnity`1::get_IsStartUp()] : ilc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::set_IsStartUp(System.Boolean)] : ild -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseUnity`1::get_IsDispose()] : ile -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::set_IsDispose(System.Boolean)] : ilf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String BingoBrain.Core.BaseUnity`1::get_ParentRootName()] : iih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::New()] : ilg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::StartUp()] : ghd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::DisposeBefore()] : ghe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea/d__29::System.IDisposable.Dispose()] : ilh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.Bea/d__29::System.Collections.Generic.IEnumerator.get_Current()] : ili -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea/d__29::System.Collections.IEnumerator.Reset()] : ilj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.Bea/d__29::System.Collections.IEnumerator.get_Current()] : ilk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Bea::get_IsAppQuit()] : ill -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::set_IsAppQuit(System.Boolean)] : ilm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Bea::get_IsRestart()] : iln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::set_IsRestart(System.Boolean)] : ilo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Bea::get_RestartCount()] : ilp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::set_RestartCount(System.Int32)] : ilq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Bea::get_IsAppFocus()] : ilr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::set_IsAppFocus(System.Boolean)] : ils -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Bea::get_IsAppPause()] : ilt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::set_IsAppPause(System.Boolean)] : ilu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.Bea::get_LastFocusFlaseTime()] : ilv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::set_LastFocusFlaseTime(System.Int64)] : ilw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::Init()] : ilx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::Enable()] : ily -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::Restart()] : ilz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::Quit()] : ima -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::CreateEnvironment()] : imb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.Core.Bea::OnRestart()] : imc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::CloseApp()] : imd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::ClearAllObjects()] : ime -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Bea::IsCanDestroyObj(UnityEngine.GameObject)] : imf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::OnClickKeyCodeHome()] : imh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::OnClickKeyCodeEscape()] : imi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bingoaav::StartBingo()] : imj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea/<>c::b__5_0(System.Object)] : imk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea/d__25::System.IDisposable.Dispose()] : iml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.BingoBea/d__25::System.Collections.Generic.IEnumerator.get_Current()] : imm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea/d__25::System.Collections.IEnumerator.Reset()] : imn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.BingoBea/d__25::System.Collections.IEnumerator.get_Current()] : imo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BingoBea BingoBrain.Core.BingoBea::get_Instance()] : imp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::Init()] : ilx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::Enable()] : ily -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::InitPlugin()] : imq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::InitAppSetting()] : imr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::StartUpGameMain()] : ims -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::InitSettingMode()] : imt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BingoBea::get_IsHDMode()] : imu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::set_IsHDMode(System.Boolean)] : imv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BingoBea::get_IsHFRMode()] : imw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::set_IsHFRMode(System.Boolean)] : imx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::InitResolutionMode()] : imy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::InitFrameRateMode()] : imz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::SetResolutionMode(System.Boolean)] : ina -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::SetFrameRateMode(System.Boolean)] : inb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::SetScreenResolution(System.Single,System.Single,System.Boolean)] : inc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.Core.BingoBea::OnSetScreenResolution(System.Single,System.Single,System.Boolean)] : ind -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.InterfaceManager::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.InterfaceManager::StartUp()] : ghd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.InterfaceManager::DisposeBefore()] : ghe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pva/<>c::b__7_0()] : ine -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pva::Congds(BingoBrain.Core.Bea)] : inf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pva::Restart()] : ing -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pva::Quit()] : inh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pva::Enter()] : ini -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pva::HideLoadingUI(System.Boolean)] : inj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Spine.TrackEntry BingoBrain.Core.NAAVsa::PlayAnim(Spine.Unity.SkeletonAnimation,System.String,System.Boolean)] : ink -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Spine.TrackEntry BingoBrain.Core.NAAVsa::PlayAnim(Spine.Unity.SkeletonAnimation,System.String)] : inl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.NAAVsa::AddCompleteEvent(Spine.Unity.SkeletonAnimation,Spine.AnimationState/TrackEntryDelegate)] : inm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.NAAVsa::SetSkin(Spine.Unity.SkeletonAnimation,System.String)] : inn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.Core.NNfds::WorldToUIPos(UnityEngine.GameObject)] : ino -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.NNfds::IsPointerOnUI()] : inp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Gsss/<>c__DisplayClass10_0::b__0(BingoBrain.Core.TaskProcedure)] : inq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Gsss/<>c__DisplayClass10_0::b__1()] : inr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Gsss/<>c__DisplayClass11_0::b__0(BingoBrain.Core.TaskProcedure)] : ins -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Gsss/<>c__DisplayClass11_0::b__1()] : int -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Gsss/<>c__DisplayClass13_0::b__0()] : inu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Gsss::get_Count()] : inv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Add(System.Action`1)] : inw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Add(System.Boolean,System.Action`1)] : inx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Add(System.Boolean,System.Action`1,System.Action`1)] : iny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Add(System.Single,System.Action`1)] : inz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::AddDelay(System.Single)] : ioa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Run(System.Single)] : iob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Run()] : ioc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Clear()] : iod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Cancel()] : ioe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Gsss::b__12_0()] : iof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.TaskProcedure::InvokeComplete()] : iog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.TaskProcedure::DelayInvokeComplete(System.Single)] : ioh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.TaskProcedure::Dispose()] : ioi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.HRsac::GetDigitNumber(System.Double)] : ioj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.HRsac::ConvertUnit(System.Int32)] : iok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jsvva/d__7::System.IDisposable.Dispose()] : iol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.Jsvva/d__7::System.Collections.Generic.IEnumerator.get_Current()] : iom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jsvva/d__7::System.Collections.IEnumerator.Reset()] : ion -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.Jsvva/d__7::System.Collections.IEnumerator.get_Current()] : ioo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jsvva::SetTimeScale(System.Single)] : iop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Jsvva::GetTimeScale()] : ioq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Jsvva::GetDeltaTime(System.Boolean)] : ior -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] DG.Tweening.Tweener BingoBrain.Core.Jsvva::SetUnscaledTime(DG.Tweening.Tweener)] : ios -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Animator BingoBrain.Core.Jsvva::SetUnscaledTime(UnityEngine.Animator)] : iot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jsvva::SetParticleUnscaledTime(UnityEngine.GameObject)] : iou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.Core.Jsvva::PlayAnimation(UnityEngine.Animation,System.String,System.Action,System.Boolean)] : iov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.YFsa BingoBrain.Core.TimerHelper::get_mEasy()] : iow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsa BingoBrain.Core.TimerHelper::get_General()] : iox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.UFdsa BingoBrain.Core.TimerHelper::get_mNormal()] : ioy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.YFsa BingoBrain.Core.TimerHelper::get_mUnscaleEasy()] : ioz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsa BingoBrain.Core.TimerHelper::get_UnscaleGeneral()] : ipa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.UFdsa BingoBrain.Core.TimerHelper::get_mUnscaleNormal()] : ipb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.YFsa BingoBrain.Core.TimerHelper::get_mRealEasy()] : ipc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsa BingoBrain.Core.TimerHelper::get_RealGeneral()] : ipd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.UFdsa BingoBrain.Core.TimerHelper::get_mRealNormal()] : ipe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsagh::SetActive(System.Boolean)] : ipf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsagh::CallFunc()] : ipg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsagh::Kill(System.Boolean)] : iph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsagh::Dispose()] : ipi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Psvsagh::op_Implicit(BingoBrain.Core.Psvsagh)] : ipj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Psvsa/<>c::b__7_0(BingoBrain.Core.Psvsagh)] : ipk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsa::SetTimer(System.String,BingoBrain.Core.TimerTimeType)] : ipl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Psvsa::GetTime()] : ipm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsagh BingoBrain.Core.Psvsa::AddTimer(System.Single,System.Action`1,System.Object[])] : ipn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsagh BingoBrain.Core.Psvsa::AddRepeatTimer(System.Int32,System.Single,System.Action`1,System.Object[])] : ipo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsagh BingoBrain.Core.Psvsa::AddLoopTimer(System.Single,System.Action`1,System.Object[])] : ipp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsagh BingoBrain.Core.Psvsa::AddFrameUpdateTimer(System.Action`1,System.Object[])] : ipq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsa::AddTimer(BingoBrain.Core.Psvsagh)] : ipr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsa::RemoveTimer(BingoBrain.Core.Psvsagh)] : ips -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsa::ClearAll()] : ipt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsa::Destroy()] : ipu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Psvsa::GetTriggerTime(System.Single)] : ipv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.UFdsa/TimerTask::get_TimeLeft()] : ipw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa/TimerTask::Run()] : ipx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa/TimerTask::Break()] : ipy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa/TimerTask::Resume()] : ipz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa/TimerTask::op_Implicit(BingoBrain.Core.UFdsa/TimerTask)] : iqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa/<>c::b__9_0(System.Collections.Generic.KeyValuePair`2)] : iqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa/<>c__DisplayClass20_0::b__0(System.String)] : iqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa/<>c__DisplayClass24_0::b__0(System.String)] : iqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.UFdsa/<>c__DisplayClass24_0::b__1(System.String)] : iqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::SetTimer(System.String,BingoBrain.Core.TimerTimeType)] : iqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.UFdsa::GetTime()] : iqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::AddTimer(System.String,System.Single,System.Action)] : iqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::AddTimer(System.String,System.Single,System.Action`1,System.Object[])] : iqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::AddRepeatTimer(System.String,System.Single,System.Action)] : iqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::AddRepeatTimer(System.String,System.Single,System.Action`1,System.Object[])] : iqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::InternalAddTimer(System.String,BingoBrain.Core.UFdsa/TimerMode,System.Single,System.Action)] : iql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::InternalAddTimer(System.String,BingoBrain.Core.UFdsa/TimerMode,System.Single,System.Action`1,System.Object[])] : iqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::BreakTimerWithPrefix(System.String)] : iqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::BreakTimer(System.String)] : iqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::ResumeTimerWithPrefix(System.String)] : iqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::ResumeTimer(System.String)] : iqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::ClearTimerWithPrefix(System.String)] : iqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::RemoveTimer(System.String)] : iqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::IsRunning(System.String)] : iqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.UFdsa::GetTimerLeft(System.String)] : iqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.UFdsa::GetTimerLeftWithPrefix(System.String)] : iqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::ClearAll()] : iqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::Destroy()] : iqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.YFsa::SetTimer(System.String,BingoBrain.Core.TimerTimeType)] : iqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.YFsa::GetTime()] : iqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.YFsa::AddTimer(System.Single,System.Action)] : ira -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.YFsa::RemoveTimer(System.Action)] : irb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.YFsa::ClearAll()] : irc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.YFsa::Destroy()] : ird -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.YFsa::b__6_0(System.Collections.Generic.KeyValuePair`2)] : ire -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.TriggerBingo BingoBrain.Core.TriggerBingo::Get(UnityEngine.GameObject)] : irf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.TriggerBingo BingoBrain.Core.TriggerBingo::Get(UnityEngine.Component)] : irg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.TriggerBingo BingoBrain.Core.TriggerBingo::GetForm2D(UnityEngine.GameObject,System.Boolean)] : irh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.TriggerBingo BingoBrain.Core.TriggerBingo::GetForm2D(UnityEngine.Component,System.Boolean)] : iri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.TriggerBingo BingoBrain.Core.TriggerBingo::GetForm3D(UnityEngine.GameObject,System.Boolean)] : irj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.TriggerBingo BingoBrain.Core.TriggerBingo::GetForm3D(UnityEngine.Component,System.Boolean)] : irk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.BoxCollider2D BingoBrain.Core.TriggerBingo::GetBoxCollider2D()] : irl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.BoxCollider BingoBrain.Core.TriggerBingo::GetBoxCollider()] : irm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.TriggerBingo::ClearAllEvent()] : irn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Lucsah::InitData()] : iro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Lucsah::OnUpdateParticleTime()] : irp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.PinPon BingoBrain.Core.PinPon::get_Instance()] : irq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.PinPon::set_Instance(BingoBrain.Core.PinPon)] : irr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.PinPon::Init()] : irs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.PinPon::b__9_0(UnityEngine.GameObject)] : irt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pvds::Set2DRaycasterEnabled(UnityEngine.EventSystems.Physics2DRaycaster,System.Boolean)] : iru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pvds::Set3DRaycasterEnabled(UnityEngine.EventSystems.PhysicsRaycaster,System.Boolean)] : irv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.RrysKit::WriteInt(System.String,System.Int32)] : irw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.RrysKit::WriteBool(System.String,System.Boolean)] : irx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.RrysKit::WriteObject(System.String,System.Object)] : iry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.RrysKit::ReadBool(System.String,System.Boolean)] : irz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.RrysKit::ReadObject(System.String)] : isa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.RrysKit::HasKey(System.String)] : isb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.RrysKit::DeleteKey(System.String)] : isc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SunDgas::DoAdaptive(System.Boolean,System.Single)] : isd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SunDgas::Adaptive()] : ise -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.SunDgas::Get3DFOV()] : isf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.Uvsjk::Instantiate(T)] : isg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Uvsjk::Destroy(UnityEngine.Object)] : ish -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c::b__0_0(System.Int32)] : isi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c::b__7_0(System.Boolean)] : isj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c::b__7_1()] : isk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c::b__7_3()] : isl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c__DisplayClass2_0::b__0()] : ism -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c__DisplayClass2_0::b__1()] : isn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c__DisplayClass7_0::b__2()] : iso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit::Init()] : isp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.MaxADKit::CheckInterstitialReady()] : isq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit::ShowInterstitial(System.String,UnityEngine.Events.UnityAction`1)] : isr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.MaxADKit::CheckRewardedReady()] : iss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit::ShowVideo(System.String,UnityEngine.Events.UnityAction`1)] : ist -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit::g__GameConfig|0_1(System.Boolean,System.String)] : isu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.CenConst::get_StandardWidth()] : isv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.CenConst::get_StandardHeight()] : isw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Jcna`1::get_CountAll()] : isx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jcna`1::set_CountAll(System.Int32)] : isy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Jcna`1::get_CountInactive()] : isz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Jcna`1::get_CountActive()] : ita -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.Jcna`1::Get()] : itb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jcna`1::Release(T)] : itc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jcna`1::Clear()] : itd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jcna`1::Dispose()] : ite -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Uncc`1::Clear(System.Collections.Generic.List`1)] : itf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.Core.Uncc`1::Get()] : itg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Uncc`1::Release(System.Collections.Generic.List`1)] : ith -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Shungbass::get_CountAll()] : iti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::set_CountAll(System.Int32)] : itj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Shungbass::get_CountInactive()] : itk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::set_CountInactive(System.Int32)] : itl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Shungbass::get_CountActive()] : itm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::Init(System.String,System.String,UnityEngine.Transform,UnityEngine.Transform)] : itn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::Init(UnityEngine.GameObject,UnityEngine.Transform,UnityEngine.Transform)] : ito -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::InitCallBack(System.Action`1,System.Action`1,System.Action`1)] : itp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.Core.Shungbass::Get()] : itq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::Release(UnityEngine.GameObject)] : itr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Shungbass::Contains(UnityEngine.GameObject)] : its -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::ReleaseAll()] : itt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::ClearNotActive()] : itu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::Clear()] : itv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::DestroyObj(UnityEngine.GameObject)] : itw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::Dispose()] : itx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.ShungTik::get_CountAll()] : ity -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.ShungTik::get_CountInactive()] : itz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.ShungTik::get_CountActive()] : iua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::InitRoot(UnityEngine.Transform,UnityEngine.Transform)] : iub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::InitCallBack(System.Action`1,System.Action`1,System.Action`1)] : iuc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.Core.ShungTik::Get(System.String,System.String)] : iud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::Release(System.String,UnityEngine.GameObject)] : iue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::Release(UnityEngine.GameObject)] : iuf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::ReleaseAll()] : iug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::RegisterNew(System.String,System.String)] : iuh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::ClearPool(System.String)] : iui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::Clear()] : iuj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::Dispose()] : iuk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ISingleton::OnSingletonInit()] : iul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.Singleton`1::get_Instance()] : ium -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Singleton`1::OnSingletonInit()] : iul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.SingletonUnity`1::get_Instance()] : iun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String BingoBrain.Core.SingletonUnity`1::get_ParentRootName()] : iih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SingletonUnity`1::set_ParentRootName(System.String)] : iuo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SingletonUnity`1::SetSelfParentRoot(UnityEngine.GameObject,System.String)] : iup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SingletonUnity`1::New()] : ilg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SingletonUnity`1::OnSingletonInit()] : iul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.StringExtend::ToFloat(System.String)] : iuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double BingoBrain.Core.StringExtend::ToDouble(System.String)] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte BingoBrain.Core.StringExtend::ToByte(System.String)] : ius -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.SByte BingoBrain.Core.StringExtend::ToSByte(System.String)] : iut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int16 BingoBrain.Core.StringExtend::ToShort(System.String)] : iuu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt16 BingoBrain.Core.StringExtend::ToUShort(System.String)] : iuv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.StringExtend::ToInt(System.String)] : iuw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.Core.StringExtend::ToUInt(System.String)] : iux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.StringExtend::ToLong(System.String)] : iuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt64 BingoBrain.Core.StringExtend::ToULong(System.String)] : iuz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.StringExtend::ToBool(System.String)] : iva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.StringExtend::ToValueByType(System.String,System.String)] : ivb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.StringExtend::IsNullOrWhiteSpace(System.String)] : ivc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.StringExtend::OptimizeStartsWith(System.String,System.String)] : ivd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.StringExtend::OptimizeEndsWith(System.String,System.String)] : ive -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.StringExtend::OptimizeEquals(System.String,System.String)] : ivf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio/<>c::b__36_0(UnityEngine.AudioClip)] : ivg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio/<>c__DisplayClass49_0::b__0()] : ivh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio/<>c__DisplayClass49_0::b__1(UnityEngine.AudioClip)] : ivi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Audio::get_IsOpenBGM()] : ivj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::set_IsOpenBGM(System.Boolean)] : ivk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Audio::get_IsOpenEffect()] : ivl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::set_IsOpenEffect(System.Boolean)] : ivm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::InitAudioMode()] : ivn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PauseAllSource()] : ivo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::UnPauseAllSource()] : ivp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Audio::get_BgmVolume()] : ivq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::set_BgmVolume(System.Single)] : ivr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Audio::get_EffectVolume()] : ivs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::set_EffectVolume(System.Single)] : ivt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Audio::get_newEffectVolume()] : ivu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::set_newEffectVolume(System.Single)] : ivv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Audio::get_dynamicEffectVolume()] : ivw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::set_dynamicEffectVolume(System.Single)] : ivx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::InitDefaultButtonClickSound(System.String)] : ivy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::OnTimeScaleChange(System.Object)] : ivz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayBGM(System.String,System.Boolean)] : iwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::StopBGM()] : iwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayOnceEffect(System.String,System.Boolean,System.Boolean)] : iwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayFullOnceEffect(System.String)] : iwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::StopOnceEffect()] : iwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PauseOnceEffect()] : iwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::ContinuousOnceEffect()] : iwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AudioSource BingoBrain.Core.Audio::NewAudioSource()] : iwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayOnceEffect(UnityEngine.AudioSource,System.String,System.Boolean,System.Boolean)] : iwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayFullOnceEffect(UnityEngine.AudioSource,System.String)] : iwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::StopOnceEffect(UnityEngine.AudioSource)] : iwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AudioSource BingoBrain.Core.Audio::PlayDynamicEffect(System.String,System.Single,System.Boolean,System.Boolean)] : iwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayUIButtonAudio()] : iwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayGameAudio(System.String,System.Single,System.Boolean,System.Boolean)] : iwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneSwitch/d__4::System.IDisposable.Dispose()] : iwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.SceneSwitch/d__4::System.Collections.Generic.IEnumerator.get_Current()] : iwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneSwitch/d__4::System.Collections.IEnumerator.Reset()] : iwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.SceneSwitch/d__4::System.Collections.IEnumerator.get_Current()] : iwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneSwitch/d__5::System.IDisposable.Dispose()] : iws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.SceneSwitch/d__5::System.Collections.Generic.IEnumerator.get_Current()] : iwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneSwitch/d__5::System.Collections.IEnumerator.Reset()] : iwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.SceneSwitch/d__5::System.Collections.IEnumerator.get_Current()] : iwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneSwitch::SwitchInitialScene(System.Int32,BingoBrain.Core.SceneSwitch/LoadCallBack,System.Object)] : iww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneSwitch::SwitchScene(System.Int32,BingoBrain.Core.SceneSwitch/LoadCallBack,System.Object)] : iwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.Core.SceneSwitch::OnLoadInitialScene(System.Int32,BingoBrain.Core.SceneSwitch/LoadCallBack,System.Object)] : iwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.Core.SceneSwitch::OnLoadScene(System.Int32,BingoBrain.Core.SceneSwitch/LoadCallBack,System.Object)] : iwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.TimerI::InitTimersRoot()] : ixa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.YFsa BingoBrain.Core.TimerI::CreateSimpleTimer(System.String,BingoBrain.Core.TimerTimeType)] : ixb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsa BingoBrain.Core.TimerI::CreateTimer(System.String,BingoBrain.Core.TimerTimeType)] : ixc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.UFdsa BingoBrain.Core.TimerI::CreateHeavyTimer(System.String,BingoBrain.Core.TimerTimeType)] : ixd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.TimerI::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.UI/<>c::b__37_1(System.String,System.String,System.Type,FairyGUI.DestroyMethod&)] : ixe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.UI/<>c::b__83_1(System.String,System.String,System.Type,FairyGUI.DestroyMethod&)] : ixf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.Core.UI/<>c::b__95_0(FairyGUI.UIPackage)] : ixg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 BingoBrain.Core.UI/<>c::b__95_1(System.Collections.Generic.List`1)] : ixh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UI/<>c::b__95_2(FairyGUI.PackageItem)] : ixi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass24_0::b__0(UnityEngine.Font)] : ixj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass25_0::b__0(UnityEngine.Font)] : ixk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass31_0::b__0()] : ixl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass35_0::b__0()] : ixm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass37_0::b__0(UnityEngine.TextAsset)] : ixn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass48_0::b__0()] : ixo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass49_0::b__0()] : ixp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass83_0::b__0(UnityEngine.TextAsset)] : ixq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::OpenUI(System.String,System.Object)] : ixr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseUI(System.String,System.Object)] : ixs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseAllPopUpUI()] : ixt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::RegisterCommonPackage(System.String)] : ixu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::RegisterCommonPackages(System.Collections.Generic.List`1)] : ixv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::RegisterDefaultFont(System.String)] : ixw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::RegisterFont(System.String[])] : ixx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseAllUI()] : ixy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::DisposeAllUI()] : ixz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SwitchSceneCloseAllUI()] : iya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::Internal_OpenUI(BingoBrain.Core.BaseUI,System.Object)] : iyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::OpenUIProcess(BingoBrain.Core.BaseUI,System.Object)] : iyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::Internal_CloseUI(BingoBrain.Core.BaseUI,System.Boolean)] : iyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::Internal_HideUI(BingoBrain.Core.BaseUI)] : iye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::Internal_DisplayUI(BingoBrain.Core.BaseUI,System.Object)] : iyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::LoadUI(BingoBrain.Core.BaseUI,System.Object,System.Action`2)] : iyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CreateUI(BingoBrain.Core.BaseUI,System.Object,System.Action`2)] : iyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::AddUIPackage(System.String,UnityEngine.Events.UnityAction)] : iyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::RemoveUIPackage(System.String)] : iyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.UI::GetPackageUIPath(System.String)] : iyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetButtonClickDownEffect(FairyGUI.GComponent)] : iyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph BingoBrain.Core.UI::CreateUIMask(UnityEngine.Color)] : iym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph BingoBrain.Core.UI::GetUIMaskFormPool()] : iyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::ReleaseUIMaskToPool(BingoBrain.Core.BaseUI)] : iyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::DestroyUI(BingoBrain.Core.BaseUI,System.Boolean)] : iyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::UnloadAsset(System.String,System.String)] : iyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::DisposeUI(BingoBrain.Core.BaseUI)] : iyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::NotificationEvent(System.UInt32,BingoBrain.Core.BaseUI)] : iys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::OpenUIAnim(BingoBrain.Core.BaseUI)] : iyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseUIAnim(BingoBrain.Core.BaseUI,System.Action)] : iyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetWorldRaycasterEnabled(System.Boolean)] : iyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseUI BingoBrain.Core.UI::GetDynamicUI(System.String)] : iyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UI::IsExistUI(System.String)] : iyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.UI::GetExistDynamicUICount()] : iyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetUILayerAddBottom(FairyGUI.GComponent,BingoBrain.Core.UILayerType)] : iyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetUILayerAddTop(FairyGUI.GComponent,BingoBrain.Core.UILayerType)] : iza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetUILayerAddBottom(BingoBrain.Core.BaseUI,BingoBrain.Core.UILayerType)] : izb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetUILayerAddTop(BingoBrain.Core.BaseUI,BingoBrain.Core.UILayerType)] : izc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetGObjectUILayer(BingoBrain.Core.UILayerType,FairyGUI.GObject[])] : izd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::ResetGObjectUILayer(FairyGUI.GObject[])] : ize -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::EnableEventSystem(System.Boolean)] : izf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::OpenBeforeNormalUI()] : izg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseNowNormalUI()] : izh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UI::AddNormalBaseUI(BingoBrain.Core.BaseUI)] : izi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UI::RemoveNormalBaseUI(BingoBrain.Core.BaseUI)] : izj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseUI BingoBrain.Core.UI::GetBeforeBaseUI()] : izk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseUI BingoBrain.Core.UI::GetNowBaseUI()] : izl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.Core.UI::GetCurrUIOpenCumsumId()] : izm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.Core.UI::GetExistDynamicUIs()] : izn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::Internal_OpenUISequence(BingoBrain.Core.BaseUI,System.Object)] : izo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::RemoveUISequence(BingoBrain.Core.BaseUI)] : izp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::ClearUISequence()] : izq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::ExecuteOpenUISequence()] : izr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::QuitUISequence(BingoBrain.Core.BaseUI)] : izs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.SubUI BingoBrain.Core.UI::OpenSubUI(BingoBrain.Core.BaseUI,System.String,System.String,System.String,System.Boolean)] : izt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseSubUI(BingoBrain.Core.BaseUI,BingoBrain.Core.SubUI)] : izu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseAllSubUI(BingoBrain.Core.BaseUI)] : izv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitUIMgr()] : izw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitReporterGo()] : izx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitEventSystem()] : izy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitFguiConfig()] : izz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitFguiSettings()] : jaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitFguiLayers()] : jab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitFguiCommonPackages()] : jac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitFguiMultiLanguage()] : jad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject[] BingoBrain.Core.UI::GetGRootAllUI()] : jae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2[] BingoBrain.Core.UI::GetUIPackageDependencies(FairyGUI.UIPackage)] : jaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.UI::GetStageRenderOrder()] : jag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.UI::GetUIContentScaleFactor()] : jah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetGObjectPosCenter(FairyGUI.GObject)] : jai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetGObjectFullScreen(FairyGUI.GObject)] : jaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::Init()] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::DisposeBefore()] : ghe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetEventSystemGo(UnityEngine.GameObject)] : jak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetSwitchLanguage(System.String)] : jal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UI::HasUIInLayer(BingoBrain.Core.UILayerType)] : jam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::b__91_0(System.Object)] : jan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.HotFix.Bsaddd::Init()] : jao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiAdsMgr::Init(System.String,System.String,System.Boolean,System.Action`3)] : jap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiLog::Log(System.String)] : jaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiLog::Error(System.String)] : jar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] IKwaiAdListener KwaiInterAd::get_KwaiAdListener()] : jas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::Load(System.String)] : jat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::Show()] : jau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Boolean KwaiInterAd::IsReady()] : jav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::NotifyWin(System.String)] : jaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::NotifyLoss(System.String)] : jax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] IKwaiAdListener KwaiVideoAd::get_KwaiAdListener()] : jay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::Load(System.String)] : jaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::Show()] : jba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Boolean KwaiVideoAd::IsReady()] : jbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::NotifyWin(System.String)] : jbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::NotifyLoss(System.String)] : jbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : jbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : jbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean SharpJson.Lexer::get_hasError()] : jbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 SharpJson.Lexer::get_lineNumber()] : jbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::set_lineNumber(System.Int32)] : jbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean SharpJson.Lexer::get_parseNumbersAsFloat()] : jbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::set_parseNumbersAsFloat(System.Boolean)] : jbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::Reset()] : jbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String SharpJson.Lexer::ParseString()] : jbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String SharpJson.Lexer::GetNumberString()] : jbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single SharpJson.Lexer::ParseFloatNumber()] : jbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Double SharpJson.Lexer::ParseDoubleNumber()] : jbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 SharpJson.Lexer::GetLastIndexOfNumber(System.Int32)] : jbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::SkipWhiteSpaces()] : jbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] SharpJson.Lexer/Token SharpJson.Lexer::LookAhead()] : jbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] SharpJson.Lexer/Token SharpJson.Lexer::NextToken()] : jbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] SharpJson.Lexer/Token SharpJson.Lexer::NextToken(System.Char[],System.Int32&)] : jbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String SharpJson.JsonDecoder::get_errorMessage()] : jbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.JsonDecoder::set_errorMessage(System.String)] : jbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean SharpJson.JsonDecoder::get_parseNumbersAsFloat()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.JsonDecoder::set_parseNumbersAsFloat(System.Boolean)] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object SharpJson.JsonDecoder::Decode(System.String)] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object SharpJson.JsonDecoder::DecodeText(System.String)] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IDictionary`2 SharpJson.JsonDecoder::ParseObject()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IList`1 SharpJson.JsonDecoder::ParseArray()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object SharpJson.JsonDecoder::ParseValue()] : jcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.JsonDecoder::TriggerError(System.String)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T SharpJson.JsonDecoder::EvalLexer(T)] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Animation::get_Timelines()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Animation::set_Timelines(Spine.ExposedList`1)] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Animation::get_Duration()] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Animation::set_Duration(System.Single)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Animation::get_Name()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Animation::HasTimeline(System.Int32)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Animation::Apply(Spine.Skeleton,System.Single,System.Single,System.Boolean,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Animation::BinarySearch(System.Single[],System.Single,System.Int32)] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Animation::BinarySearch(System.Single[],System.Single)] : jco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Animation::LinearSearch(System.Single[],System.Single,System.Int32)] : jcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Timeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Timeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IBoneTimeline::get_BoneIndex()] : jcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ISlotTimeline::get_SlotIndex()] : jct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.CurveTimeline::get_FrameCount()] : jcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.CurveTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.CurveTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.CurveTimeline::SetLinear(System.Int32)] : jcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.CurveTimeline::SetStepped(System.Int32)] : jcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.CurveTimeline::GetCurveType(System.Int32)] : jcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.CurveTimeline::SetCurve(System.Int32,System.Single,System.Single,System.Single,System.Single)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.CurveTimeline::GetCurvePercent(System.Int32,System.Single)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.RotateTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RotateTimeline::set_BoneIndex(System.Int32)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.RotateTimeline::get_BoneIndex()] : jcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.RotateTimeline::get_Frames()] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RotateTimeline::set_Frames(System.Single[])] : jdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RotateTimeline::SetFrame(System.Int32,System.Single,System.Single)] : jdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.RotateTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TranslateTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TranslateTimeline::set_BoneIndex(System.Int32)] : jde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TranslateTimeline::get_BoneIndex()] : jcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.TranslateTimeline::get_Frames()] : jdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TranslateTimeline::set_Frames(System.Single[])] : jdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TranslateTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single)] : jdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.TranslateTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ScaleTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.ScaleTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ShearTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.ShearTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ColorTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ColorTimeline::set_SlotIndex(System.Int32)] : jdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ColorTimeline::get_SlotIndex()] : jct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.ColorTimeline::get_Frames()] : jdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ColorTimeline::set_Frames(System.Single[])] : jdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ColorTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single)] : jdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.ColorTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TwoColorTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TwoColorTimeline::set_SlotIndex(System.Int32)] : jdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TwoColorTimeline::get_SlotIndex()] : jct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.TwoColorTimeline::get_Frames()] : jdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TwoColorTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)] : jdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.TwoColorTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.AttachmentTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.AttachmentTimeline::get_FrameCount()] : jdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::set_SlotIndex(System.Int32)] : jdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.AttachmentTimeline::get_SlotIndex()] : jct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.AttachmentTimeline::get_Frames()] : jdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::set_Frames(System.Single[])] : jds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String[] Spine.AttachmentTimeline::get_AttachmentNames()] : jdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::set_AttachmentNames(System.String[])] : jdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::SetFrame(System.Int32,System.Single,System.String)] : jdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::SetAttachment(Spine.Skeleton,Spine.Slot,System.String)] : jdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.DeformTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_SlotIndex(System.Int32)] : jdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.DeformTimeline::get_SlotIndex()] : jct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.VertexAttachment Spine.DeformTimeline::get_Attachment()] : jdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_Attachment(Spine.VertexAttachment)] : jdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.DeformTimeline::get_Frames()] : jea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_Frames(System.Single[])] : jeb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[][] Spine.DeformTimeline::get_Vertices()] : jec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_Vertices(System.Single[][])] : jed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::SetFrame(System.Int32,System.Single,System.Single[])] : jee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.DeformTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.EventTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.EventTimeline::get_FrameCount()] : jef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.EventTimeline::get_Frames()] : jeg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventTimeline::set_Frames(System.Single[])] : jeh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Event[] Spine.EventTimeline::get_Events()] : jei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventTimeline::set_Events(Spine.Event[])] : jej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventTimeline::SetFrame(System.Int32,Spine.Event)] : jek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.EventTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.DrawOrderTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.DrawOrderTimeline::get_FrameCount()] : jel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.DrawOrderTimeline::get_Frames()] : jem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::set_Frames(System.Single[])] : jen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[][] Spine.DrawOrderTimeline::get_DrawOrders()] : jeo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::set_DrawOrders(System.Int32[][])] : jep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::SetFrame(System.Int32,System.Single,System.Int32[])] : jeq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.IkConstraintTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintTimeline::set_IkConstraintIndex(System.Int32)] : jer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IkConstraintTimeline::get_IkConstraintIndex()] : jes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.IkConstraintTimeline::get_Frames()] : jet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintTimeline::set_Frames(System.Single[])] : jeu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single,System.Int32,System.Boolean,System.Boolean)] : jev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.IkConstraintTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TransformConstraintTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintTimeline::set_TransformConstraintIndex(System.Int32)] : jew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.TransformConstraintTimeline::get_TransformConstraintIndex()] : jex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.TransformConstraintTimeline::get_Frames()] : jey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintTimeline::set_Frames(System.Single[])] : jez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single)] : jfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.TransformConstraintTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.PathConstraintPositionTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::set_PathConstraintIndex(System.Int32)] : jfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.PathConstraintPositionTimeline::get_PathConstraintIndex()] : jfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathConstraintPositionTimeline::get_Frames()] : jfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::set_Frames(System.Single[])] : jfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::SetFrame(System.Int32,System.Single,System.Single)] : jff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.PathConstraintSpacingTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.PathConstraintSpacingTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.PathConstraintMixTimeline::get_PropertyId()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::set_PathConstraintIndex(System.Int32)] : jfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.PathConstraintMixTimeline::get_PathConstraintIndex()] : jfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathConstraintMixTimeline::get_Frames()] : jfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::set_Frames(System.Single[])] : jfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single)] : jfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnStart(Spine.TrackEntry)] : jfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnInterrupt(Spine.TrackEntry)] : jfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnEnd(Spine.TrackEntry)] : jfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnDispose(Spine.TrackEntry)] : jfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnComplete(Spine.TrackEntry)] : jfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnEvent(Spine.TrackEntry,Spine.Event)] : jfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Start(Spine.AnimationState/TrackEntryDelegate)] : jfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Start(Spine.AnimationState/TrackEntryDelegate)] : jfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : jft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : jfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_End(Spine.AnimationState/TrackEntryDelegate)] : jfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_End(Spine.AnimationState/TrackEntryDelegate)] : jfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Dispose(Spine.AnimationState/TrackEntryDelegate)] : jfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Dispose(Spine.AnimationState/TrackEntryDelegate)] : jfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Complete(Spine.AnimationState/TrackEntryDelegate)] : jfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Complete(Spine.AnimationState/TrackEntryDelegate)] : jga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Event(Spine.AnimationState/TrackEntryEventDelegate)] : jgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Event(Spine.AnimationState/TrackEntryEventDelegate)] : jgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::AssignEventSubscribersFrom(Spine.AnimationState)] : jgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::AddEventSubscribersFrom(Spine.AnimationState)] : jge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::Update(System.Single)] : jgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationState::UpdateMixingFrom(Spine.TrackEntry,System.Single)] : jgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationState::Apply(Spine.Skeleton)] : jgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationState::ApplyEventTimelinesOnly(Spine.Skeleton)] : jgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationState::ApplyMixingFrom(Spine.TrackEntry,Spine.Skeleton,Spine.MixBlend)] : jgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationState::ApplyMixingFromEventTimelinesOnly(Spine.TrackEntry,Spine.Skeleton)] : jgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ApplyAttachmentTimeline(Spine.AttachmentTimeline,Spine.Skeleton,System.Single,Spine.MixBlend,System.Boolean)] : jgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::SetAttachment(Spine.Skeleton,Spine.Slot,System.String,System.Boolean)] : jgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ApplyRotateTimeline(Spine.RotateTimeline,Spine.Skeleton,System.Single,System.Single,Spine.MixBlend,System.Single[],System.Int32,System.Boolean)] : jgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::QueueEvents(Spine.TrackEntry,System.Single)] : jgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ClearTracks()] : jgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ClearTrack(System.Int32)] : jgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::SetCurrent(System.Int32,Spine.TrackEntry,System.Boolean)] : jgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::SetAnimation(System.Int32,System.String,System.Boolean)] : jgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::SetAnimation(System.Int32,Spine.Animation,System.Boolean)] : jgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::AddAnimation(System.Int32,System.String,System.Boolean,System.Single)] : jgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::AddAnimation(System.Int32,Spine.Animation,System.Boolean,System.Single)] : jgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::SetEmptyAnimation(System.Int32,System.Single)] : jgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::AddEmptyAnimation(System.Int32,System.Single,System.Single)] : jgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::SetEmptyAnimations(System.Single)] : jgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::ExpandToIndex(System.Int32)] : jgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::NewTrackEntry(System.Int32,Spine.Animation,System.Boolean,Spine.TrackEntry)] : jha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::DisposeNext(Spine.TrackEntry)] : jhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::AnimationsChanged()] : jhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ComputeHold(Spine.TrackEntry)] : jhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::GetCurrent(System.Int32)] : jhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ClearListenerNotifications()] : jhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationState::get_TimeScale()] : jhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::set_TimeScale(System.Single)] : jhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AnimationStateData Spine.AnimationState::get_Data()] : jhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::set_Data(Spine.AnimationStateData)] : jhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.AnimationState::get_Tracks()] : jhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::<.ctor>b__45_0()] : jhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Start(Spine.AnimationState/TrackEntryDelegate)] : jhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Start(Spine.AnimationState/TrackEntryDelegate)] : jhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : jho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : jhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_End(Spine.AnimationState/TrackEntryDelegate)] : jhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_End(Spine.AnimationState/TrackEntryDelegate)] : jhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Dispose(Spine.AnimationState/TrackEntryDelegate)] : jhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Dispose(Spine.AnimationState/TrackEntryDelegate)] : jht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Complete(Spine.AnimationState/TrackEntryDelegate)] : jhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Complete(Spine.AnimationState/TrackEntryDelegate)] : jhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Event(Spine.AnimationState/TrackEntryEventDelegate)] : jhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Event(Spine.AnimationState/TrackEntryEventDelegate)] : jhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnStart()] : jhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnInterrupt()] : jhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnEnd()] : jia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnDispose()] : jib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnComplete()] : jic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnEvent(Spine.Event)] : jid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::Reset()] : jie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.TrackEntry::get_TrackIndex()] : jif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.TrackEntry::get_Animation()] : jig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TrackEntry::get_Loop()] : jih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_Loop(System.Boolean)] : jii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_Delay()] : jij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_Delay(System.Single)] : jik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_TrackTime()] : jil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_TrackTime(System.Single)] : jim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_TrackEnd()] : jin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_TrackEnd(System.Single)] : jio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationStart()] : jip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AnimationStart(System.Single)] : jiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationEnd()] : jir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AnimationEnd(System.Single)] : jis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationLast()] : jit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AnimationLast(System.Single)] : jiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationTime()] : jiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_TimeScale()] : jiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_TimeScale(System.Single)] : jix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_Alpha()] : jiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_Alpha(System.Single)] : jiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_EventThreshold()] : jja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_EventThreshold(System.Single)] : jjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AttachmentThreshold()] : jjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AttachmentThreshold(System.Single)] : jjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_DrawOrderThreshold()] : jje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_DrawOrderThreshold(System.Single)] : jjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.TrackEntry::get_Next()] : jjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TrackEntry::get_IsComplete()] : jjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_MixTime()] : jji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_MixTime(System.Single)] : jjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_MixDuration()] : jjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_MixDuration(System.Single)] : jjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MixBlend Spine.TrackEntry::get_MixBlend()] : jjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_MixBlend(Spine.MixBlend)] : jjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.TrackEntry::get_MixingFrom()] : jjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.TrackEntry::get_MixingTo()] : jjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TrackEntry::get_HoldPrevious()] : jjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_HoldPrevious(System.Boolean)] : jjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::ResetRotationDirections()] : jjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::add_AnimationsChanged(System.Action)] : jjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::remove_AnimationsChanged(System.Action)] : jju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Start(Spine.TrackEntry)] : jjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Interrupt(Spine.TrackEntry)] : jjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::End(Spine.TrackEntry)] : jjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Dispose(Spine.TrackEntry)] : jjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Complete(Spine.TrackEntry)] : jjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Event(Spine.TrackEntry,Spine.Event)] : jka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Drain()] : jkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Clear()] : jkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Pool`1/IPoolable::Reset()] : jie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Pool`1::get_Count()] : jkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Pool`1::get_Peak()] : jke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::set_Peak(System.Int32)] : jkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Pool`1::Obtain()] : jkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::Free(T)] : jkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::Clear()] : jki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::Reset(T)] : jkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationStateData/AnimationPairComparer::System.Collections.Generic.IEqualityComparer.Equals(Spine.AnimationStateData/AnimationPair,Spine.AnimationStateData/AnimationPair)] : jkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.AnimationStateData/AnimationPairComparer::System.Collections.Generic.IEqualityComparer.GetHashCode(Spine.AnimationStateData/AnimationPair)] : jkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.AnimationStateData::get_SkeletonData()] : jkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationStateData::get_DefaultMix()] : jkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationStateData::set_DefaultMix(System.Single)] : jko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationStateData::SetMix(System.String,System.String,System.Single)] : jkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationStateData::SetMix(Spine.Animation,Spine.Animation,System.Single)] : jkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationStateData::GetMix(Spine.Animation,Spine.Animation)] : jkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Atlas::System.Collections.IEnumerable.GetEnumerator()] : jks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.List`1 Spine.Atlas::get_Regions()] : jkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.List`1 Spine.Atlas::get_Pages()] : jku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Atlas::Load(System.IO.TextReader,System.String,Spine.TextureLoader)] : jkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Atlas::ReadValue(System.IO.TextReader)] : jkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Atlas::ReadTuple(System.IO.TextReader,System.String[])] : jkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Atlas::FlipV()] : jky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Atlas::FindRegion(System.String)] : jkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Atlas::Dispose()] : jla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasPage Spine.AtlasPage::Clone()] : jlb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.AtlasRegion::Clone()] : jlc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TextureLoader::Load(Spine.AtlasPage,System.String)] : jld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TextureLoader::Unload(System.Object)] : jle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.AtlasAttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String)] : jlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.AtlasAttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String)] : jlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.AtlasAttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String)] : jlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathAttachment Spine.AtlasAttachmentLoader::NewPathAttachment(Spine.Skin,System.String)] : jli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PointAttachment Spine.AtlasAttachmentLoader::NewPointAttachment(Spine.Skin,System.String)] : jlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ClippingAttachment Spine.AtlasAttachmentLoader::NewClippingAttachment(Spine.Skin,System.String)] : jlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.AtlasAttachmentLoader::FindRegion(System.String)] : jll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Attachment::get_Name()] : jlm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Attachment::set_Name(System.String)] : jln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Attachment::Copy()] : jlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.IHasRendererObject::get_RendererObject()] : jlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IHasRendererObject::set_RendererObject(System.Object)] : jlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.RegionAttachment Spine.AttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String)] : jlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.MeshAttachment Spine.AttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String)] : jlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.AttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String)] : jlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PathAttachment Spine.AttachmentLoader::NewPathAttachment(Spine.Skin,System.String)] : jli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PointAttachment Spine.AttachmentLoader::NewPointAttachment(Spine.Skin,System.String)] : jlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.ClippingAttachment Spine.AttachmentLoader::NewClippingAttachment(Spine.Skin,System.String)] : jlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.BoundingBoxAttachment::Copy()] : jlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.ClippingAttachment::get_EndSlot()] : jlr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ClippingAttachment::set_EndSlot(Spine.SlotData)] : jls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.ClippingAttachment::Copy()] : jlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.MeshAttachment::get_HullLength()] : jlt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_HullLength(System.Int32)] : jlu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.MeshAttachment::get_RegionUVs()] : jlv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionUVs(System.Single[])] : jlw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.MeshAttachment::get_UVs()] : jlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_UVs(System.Single[])] : jly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.MeshAttachment::get_Triangles()] : jlz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Triangles(System.Int32[])] : jma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_R()] : jmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_R(System.Single)] : jmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_G()] : jmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_G(System.Single)] : jme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_B()] : jmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_B(System.Single)] : jmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_A()] : jmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_A(System.Single)] : jmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.MeshAttachment::get_Path()] : jmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Path(System.String)] : jmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Object Spine.MeshAttachment::get_RendererObject()] : jlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RendererObject(System.Object)] : jlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionU()] : jml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionU(System.Single)] : jmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionV()] : jmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionV(System.Single)] : jmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionU2()] : jmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionU2(System.Single)] : jmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionV2()] : jmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionV2(System.Single)] : jms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.MeshAttachment::get_RegionRotate()] : jmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionRotate(System.Boolean)] : jmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.MeshAttachment::get_RegionDegrees()] : jmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionDegrees(System.Int32)] : jmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOffsetX()] : jmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOffsetX(System.Single)] : jmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOffsetY()] : jmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOffsetY(System.Single)] : jna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionWidth()] : jnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionWidth(System.Single)] : jnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionHeight()] : jnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionHeight(System.Single)] : jne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOriginalWidth()] : jnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOriginalWidth(System.Single)] : jng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOriginalHeight()] : jnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOriginalHeight(System.Single)] : jni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.MeshAttachment::get_ParentMesh()] : jnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_ParentMesh(Spine.MeshAttachment)] : jnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.MeshAttachment::get_Edges()] : jnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Edges(System.Int32[])] : jnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_Width()] : jnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Width(System.Single)] : jno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_Height()] : jnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Height(System.Single)] : jnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::UpdateUVs()] : jnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.MeshAttachment::Copy()] : jlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.MeshAttachment::NewLinkedMesh()] : jns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathAttachment::get_Lengths()] : jnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathAttachment::set_Lengths(System.Single[])] : jnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.PathAttachment::get_Closed()] : jnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathAttachment::set_Closed(System.Boolean)] : jnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.PathAttachment::get_ConstantSpeed()] : jnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathAttachment::set_ConstantSpeed(System.Boolean)] : jny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.PathAttachment::Copy()] : jlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::get_X()] : jnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::set_X(System.Single)] : joa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::get_Y()] : job -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::set_Y(System.Single)] : joc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::get_Rotation()] : jod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::set_Rotation(System.Single)] : joe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::ComputeWorldPosition(Spine.Bone,System.Single&,System.Single&)] : jof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::ComputeWorldRotation(Spine.Bone)] : jog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.PointAttachment::Copy()] : jlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_X()] : joh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_X(System.Single)] : joi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Y()] : joj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Y(System.Single)] : jok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Rotation()] : jol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Rotation(System.Single)] : jom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_ScaleX()] : jon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_ScaleX(System.Single)] : joo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_ScaleY()] : jop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_ScaleY(System.Single)] : joq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Width()] : jor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Width(System.Single)] : jos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Height()] : jot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Height(System.Single)] : jou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_R()] : jov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_R(System.Single)] : jow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_G()] : jox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_G(System.Single)] : joy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_B()] : joz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_B(System.Single)] : jpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_A()] : jpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_A(System.Single)] : jpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.RegionAttachment::get_Path()] : jpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Path(System.String)] : jpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Object Spine.RegionAttachment::get_RendererObject()] : jlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RendererObject(System.Object)] : jlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOffsetX()] : jpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOffsetX(System.Single)] : jpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOffsetY()] : jph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOffsetY(System.Single)] : jpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionWidth()] : jpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionWidth(System.Single)] : jpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionHeight()] : jpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionHeight(System.Single)] : jpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOriginalWidth()] : jpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOriginalWidth(System.Single)] : jpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOriginalHeight()] : jpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOriginalHeight(System.Single)] : jpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.RegionAttachment::get_Offset()] : jpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.RegionAttachment::get_UVs()] : jps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::UpdateOffset()] : jpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::SetUVs(System.Single,System.Single,System.Single,System.Single,System.Boolean)] : jpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::ComputeWorldVertices(Spine.Bone,System.Single[],System.Int32,System.Int32)] : jpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.RegionAttachment::Copy()] : jlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.VertexAttachment::get_Id()] : jpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.VertexAttachment::get_Bones()] : jpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_Bones(System.Int32[])] : jpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.VertexAttachment::get_Vertices()] : jpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_Vertices(System.Single[])] : jqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.VertexAttachment::get_WorldVerticesLength()] : jqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_WorldVerticesLength(System.Int32)] : jqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.VertexAttachment Spine.VertexAttachment::get_DeformAttachment()] : jqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_DeformAttachment(Spine.VertexAttachment)] : jqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::ComputeWorldVertices(Spine.Slot,System.Single[])] : jqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::ComputeWorldVertices(Spine.Slot,System.Int32,System.Int32,System.Single[],System.Int32,System.Int32)] : jqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::CopyTo(Spine.VertexAttachment)] : jqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.Bone::get_Data()] : jqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Bone::get_Skeleton()] : jqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Bone::get_Parent()] : jqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Bone::get_Children()] : jql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Bone::get_Active()] : jqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_X()] : jqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_X(System.Single)] : jqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_Y()] : jqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_Y(System.Single)] : jqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_Rotation()] : jqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_Rotation(System.Single)] : jqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ScaleX()] : jqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ScaleX(System.Single)] : jqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ScaleY()] : jqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ScaleY(System.Single)] : jqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ShearX()] : jqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ShearX(System.Single)] : jqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ShearY()] : jqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ShearY(System.Single)] : jra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AppliedRotation()] : jrb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AppliedRotation(System.Single)] : jrc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AX()] : jrd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AX(System.Single)] : jre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AY()] : jrf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AY(System.Single)] : jrg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AScaleX()] : jrh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AScaleX(System.Single)] : jri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AScaleY()] : jrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AScaleY(System.Single)] : jrk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AShearX()] : jrl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AShearX(System.Single)] : jrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AShearY()] : jrn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AShearY(System.Single)] : jro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_A()] : jrp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_B()] : jrq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_C()] : jrr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_D()] : jrs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldX()] : jrt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldY()] : jru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldRotationX()] : jrv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldRotationY()] : jrw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldScaleX()] : jrx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldScaleY()] : jry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::Update()] : jrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::UpdateWorldTransform()] : jsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::UpdateWorldTransform(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)] : jsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::SetToSetupPose()] : jsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::UpdateAppliedTransform()] : jsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::WorldToLocal(System.Single,System.Single,System.Single&,System.Single&)] : jse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::LocalToWorld(System.Single,System.Single,System.Single&,System.Single&)] : jsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldToLocalRotationX()] : jsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldToLocalRotationY()] : jsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::WorldToLocalRotation(System.Single)] : jsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::LocalToWorldRotation(System.Single)] : jsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::RotateWorld(System.Single)] : jsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.BoneData::get_Index()] : jsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.BoneData::get_Name()] : jsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.BoneData::get_Parent()] : jsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_Length()] : jso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_Length(System.Single)] : jsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_X()] : jsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_X(System.Single)] : jsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_Y()] : jss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_Y(System.Single)] : jst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_Rotation()] : jsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_Rotation(System.Single)] : jsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ScaleX()] : jsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ScaleX(System.Single)] : jsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ScaleY()] : jsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ScaleY(System.Single)] : jsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ShearX()] : jta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ShearX(System.Single)] : jtb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ShearY()] : jtc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ShearY(System.Single)] : jtd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformMode Spine.BoneData::get_TransformMode()] : jte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_TransformMode(Spine.TransformMode)] : jtf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.BoneData::get_SkinRequired()] : jtg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_SkinRequired(System.Boolean)] : jth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.ConstraintData::get_Name()] : jti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ConstraintData::get_Order()] : jtj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ConstraintData::set_Order(System.Int32)] : jtk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ConstraintData::get_SkinRequired()] : jtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ConstraintData::set_SkinRequired(System.Boolean)] : jtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.Event::get_Data()] : jtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Time()] : jto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Event::get_Int()] : jtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Int(System.Int32)] : jtq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Float()] : jtr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Float(System.Single)] : jts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Event::get_String()] : jtt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_String(System.String)] : jtu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Volume()] : jtv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Volume(System.Single)] : jtw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Balance()] : jtx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Balance(System.Single)] : jty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.EventData::get_Name()] : jtz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.EventData::get_Int()] : jua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Int(System.Int32)] : jub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.EventData::get_Float()] : juc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Float(System.Single)] : jud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.EventData::get_String()] : jue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_String(System.String)] : juf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.EventData::get_AudioPath()] : jug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_AudioPath(System.String)] : juh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.EventData::get_Volume()] : jui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Volume(System.Single)] : juj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.EventData::get_Balance()] : juk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Balance(System.Single)] : jul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1/Enumerator::VerifyState()] : jum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset()] : jun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current()] : juo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Add(T)] : jup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::GrowIfNeeded(System.Int32)] : juq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32)] : jur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32)] : jus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckRange(System.Int32,System.Int32)] : jut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddCollection(System.Collections.Generic.ICollection`1)] : juu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddEnumerable(System.Collections.Generic.IEnumerable`1)] : juv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddRange(Spine.ExposedList`1)] : juw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddRange(System.Collections.Generic.IEnumerable`1)] : jux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::BinarySearch(T)] : juy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::BinarySearch(T,System.Collections.Generic.IComparer`1)] : juz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1)] : jva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Clear(System.Boolean)] : jvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::Contains(T)] : jvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::ConvertAll(System.Converter`2)] : jvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CopyTo(T[])] : jve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CopyTo(T[],System.Int32)] : jvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CopyTo(System.Int32,T[],System.Int32,System.Int32)] : jvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::Exists(System.Predicate`1)] : jvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.ExposedList`1::Find(System.Predicate`1)] : jvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckMatch(System.Predicate`1)] : jvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::FindAll(System.Predicate`1)] : jvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::FindAllList(System.Predicate`1)] : jvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindIndex(System.Predicate`1)] : jvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Predicate`1)] : jvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Int32,System.Predicate`1)] : jvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::GetIndex(System.Int32,System.Int32,System.Predicate`1)] : jvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.ExposedList`1::FindLast(System.Predicate`1)] : jvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindLastIndex(System.Predicate`1)] : jvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Predicate`1)] : jvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Int32,System.Predicate`1)] : jvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::GetLastIndex(System.Int32,System.Int32,System.Predicate`1)] : jvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::ForEach(System.Action`1)] : jvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::GetRange(System.Int32,System.Int32)] : jvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::IndexOf(T)] : jvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32)] : jvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32,System.Int32)] : jvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Shift(System.Int32,System.Int32)] : jwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckIndex(System.Int32)] : jwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Insert(System.Int32,T)] : jwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckCollection(System.Collections.Generic.IEnumerable`1)] : jwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1)] : jwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::InsertCollection(System.Int32,System.Collections.Generic.ICollection`1)] : jwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::InsertEnumeration(System.Int32,System.Collections.Generic.IEnumerable`1)] : jwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::LastIndexOf(T)] : jwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32)] : jwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32,System.Int32)] : jwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::Remove(T)] : jwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::RemoveAll(System.Predicate`1)] : jwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::RemoveAt(System.Int32)] : jwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.ExposedList`1::Pop()] : jwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::RemoveRange(System.Int32,System.Int32)] : jwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Reverse()] : jwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Reverse(System.Int32,System.Int32)] : jwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort()] : jwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort(System.Collections.Generic.IComparer`1)] : jws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort(System.Comparison`1)] : jwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1)] : jwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T[] Spine.ExposedList`1::ToArray()] : jwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::TrimExcess()] : jww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::TrueForAll(System.Predicate`1)] : jwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::get_Capacity()] : jwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::set_Capacity(System.Int32)] : jwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IEnumerator`1 Spine.ExposedList`1::System.Collections.Generic.IEnumerable.GetEnumerator()] : jxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.ExposedList`1::System.Collections.IEnumerable.GetEnumerator()] : jxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::Apply()] : jxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.IkConstraint::Update()] : jrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.IkConstraint::get_Bones()] : jxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.IkConstraint::get_Target()] : jxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Target(Spine.Bone)] : jxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraint::get_Mix()] : jxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Mix(System.Single)] : jxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraint::get_Softness()] : jxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Softness(System.Single)] : jxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IkConstraint::get_BendDirection()] : jxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_BendDirection(System.Int32)] : jxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraint::get_Compress()] : jxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Compress(System.Boolean)] : jxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraint::get_Stretch()] : jxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Stretch(System.Boolean)] : jxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.IkConstraint::get_Active()] : jqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.IkConstraintData Spine.IkConstraint::get_Data()] : jxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::Apply(Spine.Bone,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Single)] : jxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::Apply(Spine.Bone,Spine.Bone,System.Single,System.Single,System.Int32,System.Boolean,System.Single,System.Single)] : jxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.IkConstraintData::get_Bones()] : jxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.IkConstraintData::get_Target()] : jxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Target(Spine.BoneData)] : jxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraintData::get_Mix()] : jxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Mix(System.Single)] : jxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraintData::get_Softness()] : jxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Softness(System.Single)] : jxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IkConstraintData::get_BendDirection()] : jya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_BendDirection(System.Int32)] : jyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraintData::get_Compress()] : jyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Compress(System.Boolean)] : jyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraintData::get_Stretch()] : jye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Stretch(System.Boolean)] : jyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraintData::get_Uniform()] : jyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Uniform(System.Boolean)] : jyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.IUpdatable::Update()] : jrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.IUpdatable::get_Active()] : jqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Json::Deserialize(System.IO.TextReader)] : jyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Sin(System.Single)] : jyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Cos(System.Single)] : jyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::SinDeg(System.Single)] : jyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::CosDeg(System.Single)] : jym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Atan2(System.Single,System.Single)] : jyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Clamp(System.Single,System.Single,System.Single)] : jyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::RandomTriangle(System.Single,System.Single)] : jyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::RandomTriangle(System.Single,System.Single,System.Single)] : jyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IInterpolation::Apply(System.Single)] : jyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IInterpolation::Apply(System.Single,System.Single,System.Single)] : jys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Pow::get_Power()] : jyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pow::set_Power(System.Single)] : jyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Single Spine.Pow::Apply(System.Single)] : jyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Single Spine.PowOut::Apply(System.Single)] : jyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::Apply()] : jyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.PathConstraint::Update()] : jrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathConstraint::ComputeWorldPositions(Spine.PathAttachment,System.Int32,System.Boolean,System.Boolean,System.Boolean)] : jyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::AddBeforePosition(System.Single,System.Single[],System.Int32,System.Single[],System.Int32)] : jyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::AddAfterPosition(System.Single,System.Single[],System.Int32,System.Single[],System.Int32)] : jyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::AddCurvePosition(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single[],System.Int32,System.Boolean)] : jyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_Position()] : jza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_Position(System.Single)] : jzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_Spacing()] : jzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_Spacing(System.Single)] : jzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_RotateMix()] : jze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_RotateMix(System.Single)] : jzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_TranslateMix()] : jzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_TranslateMix(System.Single)] : jzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.PathConstraint::get_Bones()] : jzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.PathConstraint::get_Target()] : jzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_Target(Spine.Slot)] : jzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.PathConstraint::get_Active()] : jqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathConstraintData Spine.PathConstraint::get_Data()] : jzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.PathConstraintData::get_Bones()] : jzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.PathConstraintData::get_Target()] : jzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_Target(Spine.SlotData)] : jzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PositionMode Spine.PathConstraintData::get_PositionMode()] : jzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_PositionMode(Spine.PositionMode)] : jzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SpacingMode Spine.PathConstraintData::get_SpacingMode()] : jzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_SpacingMode(Spine.SpacingMode)] : jzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RotateMode Spine.PathConstraintData::get_RotateMode()] : jzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_RotateMode(Spine.RotateMode)] : jzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_OffsetRotation()] : jzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_OffsetRotation(System.Single)] : jzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_Position()] : jzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_Position(System.Single)] : jzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_Spacing()] : jzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_Spacing(System.Single)] : kaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_RotateMix()] : kab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_RotateMix(System.Single)] : kac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_TranslateMix()] : kad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_TranslateMix(System.Single)] : kae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Skeleton::get_Data()] : kaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_Bones()] : kag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_UpdateCacheList()] : kah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_Slots()] : kai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_DrawOrder()] : kaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_IkConstraints()] : kak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_PathConstraints()] : kal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_TransformConstraints()] : kam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Skeleton::get_Skin()] : kan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_Skin(Spine.Skin)] : kao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_R()] : kap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_R(System.Single)] : kaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_G()] : kar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_G(System.Single)] : kas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_B()] : kat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_B(System.Single)] : kau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_A()] : kav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_A(System.Single)] : kaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_Time()] : kax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_Time(System.Single)] : kay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_X()] : kaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_X(System.Single)] : kba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_Y()] : kbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_Y(System.Single)] : kbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_ScaleX()] : kbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_ScaleX(System.Single)] : kbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_ScaleY()] : kbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_ScaleY(System.Single)] : kbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Skeleton::get_FlipX()] : kbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_FlipX(System.Boolean)] : kbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Skeleton::get_FlipY()] : kbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_FlipY(System.Boolean)] : kbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Skeleton::get_RootBone()] : kbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::UpdateCache()] : kbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortIkConstraint(Spine.IkConstraint)] : kbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortPathConstraint(Spine.PathConstraint)] : kbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortTransformConstraint(Spine.TransformConstraint)] : kbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortPathConstraintAttachment(Spine.Skin,System.Int32,Spine.Bone)] : kbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortPathConstraintAttachment(Spine.Attachment,Spine.Bone)] : kbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortBone(Spine.Bone)] : kbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortReset(Spine.ExposedList`1)] : kbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::UpdateWorldTransform()] : kbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::UpdateWorldTransform(Spine.Bone)] : kbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetToSetupPose()] : kbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetBonesToSetupPose()] : kbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetSlotsToSetupPose()] : kby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Skeleton::FindBone(System.String)] : kbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skeleton::FindBoneIndex(System.String)] : kca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.Skeleton::FindSlot(System.String)] : kcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skeleton::FindSlotIndex(System.String)] : kcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetSkin(System.String)] : kcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetSkin(Spine.Skin)] : kce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skeleton::GetAttachment(System.String,System.String)] : kcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skeleton::GetAttachment(System.Int32,System.String)] : kcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetAttachment(System.String,System.String)] : kch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.IkConstraint Spine.Skeleton::FindIkConstraint(System.String)] : kci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformConstraint Spine.Skeleton::FindTransformConstraint(System.String)] : kcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathConstraint Spine.Skeleton::FindPathConstraint(System.String)] : kck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::Update(System.Single)] : kcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::GetBounds(System.Single&,System.Single&,System.Single&,System.Single&,System.Single[]&)] : kcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Byte Spine.SkeletonBinary/SkeletonInput::ReadByte()] : kcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.SByte Spine.SkeletonBinary/SkeletonInput::ReadSByte()] : kco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBinary/SkeletonInput::ReadBoolean()] : kcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBinary/SkeletonInput::ReadFloat()] : kcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonBinary/SkeletonInput::ReadInt()] : kcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonBinary/SkeletonInput::ReadInt(System.Boolean)] : kcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary/SkeletonInput::ReadString()] : kct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary/SkeletonInput::ReadStringRef()] : kcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBinary/SkeletonInput::ReadFully(System.Byte[],System.Int32,System.Int32)] : kcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary/SkeletonInput::GetVersionString()] : kcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBinary::get_Scale()] : kcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBinary::set_Scale(System.Single)] : kcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonBinary::ReadSkeletonData(System.String)] : kcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary::GetVersionString(System.IO.Stream)] : kda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonBinary::ReadSkeletonData(System.IO.Stream)] : kdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.SkeletonBinary::ReadSkin(Spine.SkeletonBinary/SkeletonInput,Spine.SkeletonData,System.Boolean,System.Boolean)] : kdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.SkeletonBinary::ReadAttachment(Spine.SkeletonBinary/SkeletonInput,Spine.SkeletonData,Spine.Skin,System.Int32,System.String,System.Boolean)] : kdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonBinary/Vertices Spine.SkeletonBinary::ReadVertices(Spine.SkeletonBinary/SkeletonInput,System.Int32)] : kde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.SkeletonBinary::ReadFloatArray(Spine.SkeletonBinary/SkeletonInput,System.Int32,System.Single)] : kdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.SkeletonBinary::ReadShortArray(Spine.SkeletonBinary/SkeletonInput)] : kdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.SkeletonBinary::ReadAnimation(System.String,Spine.SkeletonBinary/SkeletonInput,Spine.SkeletonData)] : kdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBinary::ReadCurve(Spine.SkeletonBinary/SkeletonInput,System.Int32,Spine.CurveTimeline)] : kdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonBounds::get_BoundingBoxes()] : kdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_BoundingBoxes(Spine.ExposedList`1)] : kdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonBounds::get_Polygons()] : kdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_Polygons(Spine.ExposedList`1)] : kdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MinX()] : kdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MinX(System.Single)] : kdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MinY()] : kdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MinY(System.Single)] : kdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MaxX()] : kdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MaxX(System.Single)] : kds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MaxY()] : kdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MaxY(System.Single)] : kdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_Width()] : kdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_Height()] : kdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::Update(Spine.Skeleton,System.Boolean)] : kdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::AabbCompute()] : kdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::AabbContainsPoint(System.Single,System.Single)] : kdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::AabbIntersectsSegment(System.Single,System.Single,System.Single,System.Single)] : kea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::AabbIntersectsSkeleton(Spine.SkeletonBounds)] : keb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::ContainsPoint(Spine.Polygon,System.Single,System.Single)] : kec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.SkeletonBounds::ContainsPoint(System.Single,System.Single)] : ked -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.SkeletonBounds::IntersectsSegment(System.Single,System.Single,System.Single,System.Single)] : kee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::IntersectsSegment(Spine.Polygon,System.Single,System.Single,System.Single,System.Single)] : kef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Polygon Spine.SkeletonBounds::GetPolygon(Spine.BoundingBoxAttachment)] : keg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.Polygon::get_Vertices()] : keh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Polygon::set_Vertices(System.Single[])] : kei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Polygon::get_Count()] : kej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Polygon::set_Count(System.Int32)] : kek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonClipping::get_ClippedVertices()] : kel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonClipping::get_ClippedTriangles()] : kem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonClipping::get_ClippedUVs()] : ken -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonClipping::get_IsClipping()] : keo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonClipping::ClipStart(Spine.Slot,Spine.ClippingAttachment)] : kep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::ClipEnd(Spine.Slot)] : keq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::ClipEnd()] : ker -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::ClipTriangles(System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[])] : kes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonClipping::Clip(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,Spine.ExposedList`1,Spine.ExposedList`1)] : ket -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::MakeClockwise(Spine.ExposedList`1)] : keu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_Name()] : kev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Name(System.String)] : kew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Bones()] : kex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Slots()] : kez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Skins()] : kfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Skins(Spine.ExposedList`1)] : kfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.SkeletonData::get_DefaultSkin()] : kfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_DefaultSkin(Spine.Skin)] : kfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Events()] : kfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Events(Spine.ExposedList`1)] : kff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Animations()] : kfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Animations(Spine.ExposedList`1)] : kfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_IkConstraints()] : kfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_IkConstraints(Spine.ExposedList`1)] : kfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_TransformConstraints()] : kfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_TransformConstraints(Spine.ExposedList`1)] : kfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_PathConstraints()] : kfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_PathConstraints(Spine.ExposedList`1)] : kfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_X()] : kfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_X(System.Single)] : kfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Y()] : kfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Y(System.Single)] : kfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Width()] : kfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Width(System.Single)] : kft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Height()] : kfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Height(System.Single)] : kfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_Version()] : kfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Version(System.String)] : kfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_Hash()] : kfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Hash(System.String)] : kfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_ImagesPath()] : kga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_ImagesPath(System.String)] : kgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_AudioPath()] : kgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_AudioPath(System.String)] : kgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Fps()] : kge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Fps(System.Single)] : kgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.SkeletonData::FindBone(System.String)] : kgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonData::FindBoneIndex(System.String)] : kgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.SkeletonData::FindSlot(System.String)] : kgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonData::FindSlotIndex(System.String)] : kgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.SkeletonData::FindSkin(System.String)] : kgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.SkeletonData::FindEvent(System.String)] : kgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.SkeletonData::FindAnimation(System.String)] : kgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.IkConstraintData Spine.SkeletonData::FindIkConstraint(System.String)] : kgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformConstraintData Spine.SkeletonData::FindTransformConstraint(System.String)] : kgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathConstraintData Spine.SkeletonData::FindPathConstraint(System.String)] : kgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonData::FindPathConstraintIndex(System.String)] : kgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonJson::get_Scale()] : kgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonJson::set_Scale(System.Single)] : kgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonJson::ReadSkeletonData(System.String)] : kgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonJson::ReadSkeletonData(System.IO.TextReader)] : kgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.SkeletonJson::ReadAttachment(System.Collections.Generic.Dictionary`2,Spine.Skin,System.Int32,System.String,Spine.SkeletonData)] : kgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonJson::ReadVertices(System.Collections.Generic.Dictionary`2,Spine.VertexAttachment,System.Int32)] : kgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonJson::ReadAnimation(System.Collections.Generic.Dictionary`2,System.String,Spine.SkeletonData)] : kgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonJson::ReadCurve(System.Collections.Generic.Dictionary`2,Spine.CurveTimeline,System.Int32)] : kgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.SkeletonJson::GetFloatArray(System.Collections.Generic.Dictionary`2,System.String,System.Single)] : kgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.SkeletonJson::GetIntArray(System.Collections.Generic.Dictionary`2,System.String)] : kha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonJson::GetFloat(System.Collections.Generic.Dictionary`2,System.String,System.Single)] : khb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonJson::GetInt(System.Collections.Generic.Dictionary`2,System.String,System.Int32)] : khc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonJson::GetBoolean(System.Collections.Generic.Dictionary`2,System.String,System.Boolean)] : khd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonJson::GetString(System.Collections.Generic.Dictionary`2,System.String,System.String)] : khe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonJson::ToColor(System.String,System.Int32,System.Int32)] : khf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skin/SkinEntry::get_SlotIndex()] : khg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Skin/SkinEntry::get_Name()] : khh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skin/SkinEntry::get_Attachment()] : khi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Skin/SkinEntryComparer::System.Collections.Generic.IEqualityComparer.Equals(Spine.Skin/SkinEntry,Spine.Skin/SkinEntry)] : khj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skin/SkinEntryComparer::System.Collections.Generic.IEqualityComparer.GetHashCode(Spine.Skin/SkinEntry)] : khk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Skin::get_Name()] : khl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2 Spine.Skin::get_Attachments()] : khm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skin::get_Bones()] : khn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skin::get_Constraints()] : kho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::SetAttachment(System.Int32,System.String,Spine.Attachment)] : khp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::AddSkin(Spine.Skin)] : khq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::CopySkin(Spine.Skin)] : khr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skin::GetAttachment(System.Int32,System.String)] : khs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::RemoveAttachment(System.Int32,System.String)] : kht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.ICollection`1 Spine.Skin::GetAttachments()] : khu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::GetAttachments(System.Int32,System.Collections.Generic.List`1)] : khv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::Clear()] : khw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::AttachAll(Spine.Skeleton,Spine.Skin)] : khx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.Slot::get_Data()] : khy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Slot::get_Bone()] : khz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Slot::get_Skeleton()] : kia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_R()] : kib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_R(System.Single)] : kic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_G()] : kid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_G(System.Single)] : kie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_B()] : kif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_B(System.Single)] : kig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_A()] : kih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_A(System.Single)] : kii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::ClampColor()] : kij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_R2()] : kik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_R2(System.Single)] : kil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_G2()] : kim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_G2(System.Single)] : kin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_B2()] : kio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_B2(System.Single)] : kip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Slot::get_HasSecondColor()] : kiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_HasSecondColor(System.Boolean)] : kir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::ClampSecondColor()] : kis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Slot::get_Attachment()] : kit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_Attachment(Spine.Attachment)] : kiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_AttachmentTime()] : kiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_AttachmentTime(System.Single)] : kiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Slot::get_Deform()] : kix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_Deform(Spine.ExposedList`1)] : kiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::SetToSetupPose()] : kiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SlotData::get_Index()] : kja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SlotData::get_Name()] : kjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.SlotData::get_BoneData()] : kjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_R()] : kjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_R(System.Single)] : kje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_G()] : kjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_G(System.Single)] : kjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_B()] : kjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_B(System.Single)] : kji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_A()] : kjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_A(System.Single)] : kjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_R2()] : kjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_R2(System.Single)] : kjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_G2()] : kjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_G2(System.Single)] : kjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_B2()] : kjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_B2(System.Single)] : kjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SlotData::get_HasSecondColor()] : kjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_HasSecondColor(System.Boolean)] : kjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SlotData::get_AttachmentName()] : kjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_AttachmentName(System.String)] : kju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BlendMode Spine.SlotData::get_BlendMode()] : kjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_BlendMode(Spine.BlendMode)] : kjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::Apply()] : kjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.TransformConstraint::Update()] : jrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyAbsoluteWorld()] : kjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyRelativeWorld()] : kjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyAbsoluteLocal()] : kka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyRelativeLocal()] : kkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.TransformConstraint::get_Bones()] : kkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.TransformConstraint::get_Target()] : kkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_Target(Spine.Bone)] : kke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_RotateMix()] : kkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_RotateMix(System.Single)] : kkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_TranslateMix()] : kkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_TranslateMix(System.Single)] : kki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_ScaleMix()] : kkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_ScaleMix(System.Single)] : kkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_ShearMix()] : kkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_ShearMix(System.Single)] : kkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.TransformConstraint::get_Active()] : jqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformConstraintData Spine.TransformConstraint::get_Data()] : kkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.TransformConstraintData::get_Bones()] : kko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.TransformConstraintData::get_Target()] : kkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_Target(Spine.BoneData)] : kkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_RotateMix()] : kkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_RotateMix(System.Single)] : kks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_TranslateMix()] : kkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_TranslateMix(System.Single)] : kku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_ScaleMix()] : kkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_ScaleMix(System.Single)] : kkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_ShearMix()] : kkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_ShearMix(System.Single)] : kky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetRotation()] : kkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetRotation(System.Single)] : kla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetX()] : klb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetX(System.Single)] : klc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetY()] : kld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetY(System.Single)] : kle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetScaleX()] : klf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetScaleX(System.Single)] : klg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetScaleY()] : klh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetScaleY(System.Single)] : kli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetShearY()] : klj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetShearY(System.Single)] : klk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TransformConstraintData::get_Relative()] : kll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_Relative(System.Boolean)] : klm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TransformConstraintData::get_Local()] : kln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_Local(System.Boolean)] : klo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Triangulator::Triangulate(Spine.ExposedList`1)] : klp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1> Spine.Triangulator::Decompose(Spine.ExposedList`1,Spine.ExposedList`1)] : klq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Triangulator::IsConcave(System.Int32,System.Int32,System.Single[],System.Int32[])] : klr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Triangulator::PositiveArea(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)] : kls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Triangulator::Winding(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)] : klt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneMatrix Spine.BoneMatrix::CalculateSetupWorld(Spine.BoneData)] : klu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneMatrix Spine.BoneMatrix::GetInheritedInternal(Spine.BoneData,Spine.BoneMatrix)] : klv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneMatrix Spine.BoneMatrix::TransformMatrix(Spine.BoneMatrix)] : klw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::IsWeighted(Spine.VertexAttachment)] : klx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::IsRenderable(Spine.Attachment)] : kly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::InheritsRotation(Spine.TransformMode)] : klz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::InheritsScale(Spine.TransformMode)] : kma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetPropertyToSetupPose(Spine.Skeleton,System.Int32)] : kmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetDrawOrderToSetupPose(Spine.Skeleton)] : kmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetSlotAttachmentsToSetupPose(Spine.Skeleton)] : kmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetColorToSetupPose(Spine.Slot)] : kme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetAttachmentToSetupPose(Spine.Slot)] : kmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetSlotAttachmentToSetupPose(Spine.Skeleton,System.Int32)] : kmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetKeyedItemsToSetupPose(Spine.Animation,Spine.Skeleton)] : kmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::AllowImmediateQueue(Spine.TrackEntry)] : kmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.AnimationReferenceAsset::get_SkeletonDataAsset()] : kmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.Unity.AnimationReferenceAsset::get_Animation()] : kmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AnimationReferenceAsset::Initialize()] : kml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.Unity.AnimationReferenceAsset::op_Implicit(Spine.Unity.AnimationReferenceAsset)] : kmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material Spine.Unity.AtlasAssetBase::get_PrimaryMaterial()] : kmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IEnumerable`1 Spine.Unity.AtlasAssetBase::get_Materials()] : kmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.AtlasAssetBase::get_MaterialCount()] : kmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.AtlasAssetBase::get_IsLoaded()] : kmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AtlasAssetBase::Clear()] : kmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Atlas Spine.Unity.AtlasAssetBase::GetAtlas()] : kms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BlendModeMaterials::get_RequiresBlendModeMaterials()] : kmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterials::set_RequiresBlendModeMaterials(System.Boolean)] : kmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterials::ApplyMaterials(Spine.SkeletonData)] : kmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.BlendModeMaterials::CloneAtlasRegionWithMaterial(Spine.AtlasRegion,System.Collections.Generic.List`1)] : kmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.Unity.EventDataReferenceAsset::get_EventData()] : kmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.EventDataReferenceAsset::Initialize()] : kmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.Unity.EventDataReferenceAsset::op_Implicit(Spine.Unity.EventDataReferenceAsset)] : kmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.RegionlessAttachmentLoader::get_EmptyRegion()] : kna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.RegionlessAttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String)] : jlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.RegionlessAttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String)] : jlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.Unity.RegionlessAttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String)] : jlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PathAttachment Spine.Unity.RegionlessAttachmentLoader::NewPathAttachment(Spine.Skin,System.String)] : jli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PointAttachment Spine.Unity.RegionlessAttachmentLoader::NewPointAttachment(Spine.Skin,System.String)] : jlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.ClippingAttachment Spine.Unity.RegionlessAttachmentLoader::NewClippingAttachment(Spine.Skin,System.String)] : jlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonDataAsset::get_IsLoaded()] : knb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::Reset()] : knc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonDataAsset::CreateRuntimeInstance(UnityEngine.TextAsset,Spine.Unity.AtlasAssetBase,System.Boolean,System.Single)] : knd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonDataAsset::CreateRuntimeInstance(UnityEngine.TextAsset,Spine.Unity.AtlasAssetBase[],System.Boolean,System.Single)] : kne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::Clear()] : knf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AnimationStateData Spine.Unity.SkeletonDataAsset::GetAnimationStateData()] : kng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonDataAsset::GetSkeletonData(System.Boolean)] : knh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::InitializeWithData(Spine.SkeletonData)] : kni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::FillStateData()] : knj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Atlas[] Spine.Unity.SkeletonDataAsset::GetAtlasArray()] : knk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonDataAsset::ReadSkeletonData(System.Byte[],Spine.AttachmentLoader,System.Single)] : knl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonDataAsset::ReadSkeletonData(System.String,Spine.AttachmentLoader,System.Single)] : knm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.SkeletonDataCompatibility/CompatibilityProblemInfo::DescriptionString()] : knn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataModifierAsset::Apply(Spine.SkeletonData)] : kno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.Unity.SpineAtlasAsset::get_IsLoaded()] : kmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Collections.Generic.IEnumerable`1 Spine.Unity.SpineAtlasAsset::get_Materials()] : kmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.Unity.SpineAtlasAsset::get_MaterialCount()] : kmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Material Spine.Unity.SpineAtlasAsset::get_PrimaryMaterial()] : kmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineAtlasAsset Spine.Unity.SpineAtlasAsset::CreateRuntimeInstance(UnityEngine.TextAsset,UnityEngine.Material[],System.Boolean)] : knp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineAtlasAsset Spine.Unity.SpineAtlasAsset::CreateRuntimeInstance(UnityEngine.TextAsset,UnityEngine.Texture2D[],UnityEngine.Material,System.Boolean)] : knq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineAtlasAsset Spine.Unity.SpineAtlasAsset::CreateRuntimeInstance(UnityEngine.TextAsset,UnityEngine.Texture2D[],UnityEngine.Shader,System.Boolean)] : knr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SpineAtlasAsset::Reset()] : kns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SpineAtlasAsset::Clear()] : kmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Atlas Spine.Unity.SpineAtlasAsset::GetAtlas()] : kms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Mesh Spine.Unity.SpineAtlasAsset::GenerateMesh(System.String,UnityEngine.Mesh,UnityEngine.Material&,System.Single)] : knt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.MaterialsTextureLoader::Load(Spine.AtlasPage,System.String)] : jld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.MaterialsTextureLoader::Unload(System.Object)] : jle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.Unity.SpineSpriteAtlasAsset::get_IsLoaded()] : kmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Collections.Generic.IEnumerable`1 Spine.Unity.SpineSpriteAtlasAsset::get_Materials()] : kmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.Unity.SpineSpriteAtlasAsset::get_MaterialCount()] : kmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Material Spine.Unity.SpineSpriteAtlasAsset::get_PrimaryMaterial()] : kmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineSpriteAtlasAsset Spine.Unity.SpineSpriteAtlasAsset::CreateRuntimeInstance(UnityEngine.U2D.SpriteAtlas,UnityEngine.Material[],System.Boolean)] : knu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SpineSpriteAtlasAsset::Reset()] : knv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SpineSpriteAtlasAsset::Clear()] : kmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Atlas Spine.Unity.SpineSpriteAtlasAsset::GetAtlas()] : kms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SpineSpriteAtlasAsset::AssignRegionsFromSavedRegions(UnityEngine.Sprite[],Spine.Atlas)] : knw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Atlas Spine.Unity.SpineSpriteAtlasAsset::LoadAtlas(UnityEngine.U2D.SpriteAtlas)] : knx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.SpineSpriteAtlasAsset::AccessPackedTexture(UnityEngine.Sprite[])] : kny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Sprite[] Spine.Unity.SpineSpriteAtlasAsset::AccessPackedSprites(UnityEngine.U2D.SpriteAtlas)] : knz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.BoneFollower::get_SkeletonRenderer()] : koa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollower::set_SkeletonRenderer(Spine.Unity.SkeletonRenderer)] : kob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoneFollower::SetBone(System.String)] : koc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollower::HandleRebuildRenderer(Spine.Unity.SkeletonRenderer)] : kod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollower::Initialize()] : koe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonGraphic Spine.Unity.BoneFollowerGraphic::get_SkeletonGraphic()] : kof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollowerGraphic::set_SkeletonGraphic(Spine.Unity.SkeletonGraphic)] : kog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoneFollowerGraphic::SetBone(System.String)] : koh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollowerGraphic::Initialize()] : koi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.Unity.BoundingBoxFollower::get_Slot()] : koj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.Unity.BoundingBoxFollower::get_CurrentAttachment()] : kok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.BoundingBoxFollower::get_CurrentAttachmentName()] : kol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.BoundingBoxFollower::get_CurrentCollider()] : kom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoundingBoxFollower::get_IsTrigger()] : kon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::HandleRebuild(Spine.Unity.SkeletonRenderer)] : koo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::Initialize(System.Boolean)] : kop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::AddCollidersForSkin(Spine.Skin,System.Int32,UnityEngine.PolygonCollider2D[],System.Int32&)] : koq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::ClearState()] : kor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::DisposeExcessCollidersAfter(System.Int32)] : kos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::MatchAttachment(Spine.Attachment)] : kot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.Unity.BoundingBoxFollowerGraphic::get_Slot()] : kou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.Unity.BoundingBoxFollowerGraphic::get_CurrentAttachment()] : kov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.BoundingBoxFollowerGraphic::get_CurrentAttachmentName()] : kow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.BoundingBoxFollowerGraphic::get_CurrentCollider()] : kox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoundingBoxFollowerGraphic::get_IsTrigger()] : koy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::HandleRebuild(Spine.Unity.SkeletonGraphic)] : koz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::Initialize(System.Boolean)] : kpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::AddCollidersForSkin(Spine.Skin,System.Int32,UnityEngine.PolygonCollider2D[],System.Single,System.Int32&)] : kpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::ClearState()] : kpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::DisposeExcessCollidersAfter(System.Int32)] : kpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::MatchAttachment(Spine.Attachment)] : kpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.PointFollower::get_SkeletonRenderer()] : kpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.ISkeletonComponent Spine.Unity.PointFollower::get_SkeletonComponent()] : kpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.PointFollower::get_IsValid()] : kph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.PointFollower::Initialize()] : kpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.PointFollower::HandleRebuildRenderer(Spine.Unity.SkeletonRenderer)] : kpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.PointFollower::UpdateReferences()] : kpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonMecanim Spine.Unity.SkeletonMecanimRootMotion::get_SkeletonMecanim()] : kpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonMecanimRootMotion::GetRemainingRootMotion(System.Int32)] : kpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonMecanimRootMotion::GetRootMotionInfo(System.Int32)] : kpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanimRootMotion::OnClipApplied(Spine.Animation,System.Int32,System.Single,System.Single,System.Single,System.Boolean)] : kpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonMecanimRootMotion::CalculateAnimationsMovementDelta()] : kpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotion::GetRemainingRootMotion(System.Int32)] : kpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonRootMotion::GetRootMotionInfo(System.Int32)] : kpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonRootMotion::get_AdditionalScale()] : kpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotion::CalculateAnimationsMovementDelta()] : kpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotion::ApplyMixAlphaToDelta(UnityEngine.Vector2&,Spine.TrackEntry,Spine.TrackEntry)] : kpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRootMotionBase::get_UsesRigidbody()] : kps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::FindRigidbodyComponent()] : kpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Single Spine.Unity.SkeletonRootMotionBase::get_AdditionalScale()] : kpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::CalculateAnimationsMovementDelta()] : kpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetRemainingRootMotion(System.Int32)] : kpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonRootMotionBase::GetRootMotionInfo(System.Int32)] : kpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::SetRootMotionBone(System.String)] : kpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::AdjustRootMotionToDistance(UnityEngine.Vector2,System.Int32,System.Boolean,System.Boolean,System.Single,System.Single,System.Single,System.Single,System.Boolean,System.Boolean)] : kpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetAnimationRootMotion(Spine.Animation)] : kpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetAnimationRootMotion(System.Single,System.Single,Spine.Animation)] : kpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonRootMotionBase::GetAnimationRootMotionInfo(Spine.Animation,System.Single)] : kpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetTimelineMovementDelta(System.Single,System.Single,Spine.TranslateTimeline,Spine.Animation)] : kpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::GatherTopLevelBones()] : kqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::HandleUpdateLocal(Spine.Unity.ISkeletonAnimation)] : kqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::ApplyRootMotion(UnityEngine.Vector2,UnityEngine.Vector2)] : kqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetScaleAffectingRootMotion()] : kqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetScaleAffectingRootMotion(UnityEngine.Vector2&)] : kqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetSkeletonSpaceMovementDelta(UnityEngine.Vector2,UnityEngine.Vector2&)] : kqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::SetEffectiveBoneOffsetsTo(UnityEngine.Vector2,UnityEngine.Vector2)] : kqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::ClearEffectiveBoneOffsets(UnityEngine.Vector2)] : kqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AnimationState Spine.Unity.SkeletonAnimation::get_AnimationState()] : kqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.SkeletonAnimation::get_AnimationName()] : kqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::set_AnimationName(System.String)] : kra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonAnimation Spine.Unity.SkeletonAnimation::AddToGameObject(UnityEngine.GameObject,Spine.Unity.SkeletonDataAsset,System.Boolean)] : krb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonAnimation Spine.Unity.SkeletonAnimation::NewSkeletonAnimationGameObject(Spine.Unity.SkeletonDataAsset,System.Boolean)] : krc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::ClearState()] : krd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::Initialize(System.Boolean,System.Boolean)] : kre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::UpdateAnimationStatus(System.Single)] : krf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::ApplyAnimation()] : krg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonGraphic::get_SkeletonDataAsset()] : kmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.UpdateMode Spine.Unity.SkeletonGraphic::get_UpdateMode()] : krh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::set_UpdateMode(Spine.Unity.UpdateMode)] : kri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.List`1 Spine.Unity.SkeletonGraphic::get_SeparatorParts()] : krj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonGraphic Spine.Unity.SkeletonGraphic::NewSkeletonGraphicGameObject(Spine.Unity.SkeletonDataAsset,UnityEngine.Transform,UnityEngine.Material)] : krk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonGraphic Spine.Unity.SkeletonGraphic::AddSkeletonGraphicComponent(UnityEngine.GameObject,Spine.Unity.SkeletonDataAsset,UnityEngine.Material)] : krl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonGraphic::get_CustomTextureOverride()] : krm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonGraphic::get_CustomMaterialOverride()] : krn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture Spine.Unity.SkeletonGraphic::get_OverrideTexture()] : kro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::set_OverrideTexture(UnityEngine.Texture)] : krp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::SyncRawImagesWithCanvasRenderers()] : krq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateAnimationStatus(System.Single)] : krr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::ApplyAnimation()] : krs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::OnCullStateChanged(System.Boolean)] : krt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::ReapplySeparatorSlotNames()] : kru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Unity.SkeletonGraphic::get_Skeleton()] : krv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::set_Skeleton(Spine.Skeleton)] : krw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonGraphic::get_SkeletonData()] : krx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::get_IsValid()] : kry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_OnRebuild(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : krz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_OnRebuild(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : ksa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : ksb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : ksc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.AnimationState Spine.Unity.SkeletonGraphic::get_AnimationState()] : kqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGenerator Spine.Unity.SkeletonGraphic::get_MeshGenerator()] : ksd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Mesh Spine.Unity.SkeletonGraphic::GetLastMesh()] : kse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::MatchRectTransformWithBounds()] : ksf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::MatchRectTransformSingleRenderer()] : ksg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::MatchRectTransformMultipleRenderers()] : ksh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::SetRectTransformBounds(UnityEngine.Bounds)] : ksi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : ksj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : ksk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : ksl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : ksm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::Clear()] : ksn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::TrimRenderers()] : kso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::Initialize(System.Boolean)] : ksp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateMesh(System.Boolean)] : ksq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::HasMultipleSubmeshInstructions()] : ksr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::InitMeshBuffers()] : kss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::DisposeMeshBuffers()] : kst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateMeshSingleCanvasRenderer()] : ksu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateMeshMultipleCanvasRenderers(Spine.Unity.SkeletonRendererInstruction,System.Boolean)] : ksv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::EnsureCanvasRendererCount(System.Int32)] : ksw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::DisableUnusedCanvasRenderers(System.Int32)] : ksx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::EnsureMeshesCount(System.Int32)] : ksy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::DestroyMeshes()] : ksz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::EnsureSeparatorPartCount()] : kta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateSeparatorPartParents()] : ktb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::add__OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : ktc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::remove__OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : ktd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::add_OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : kte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::remove_OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : ktf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Animator Spine.Unity.SkeletonMecanim/MecanimTranslator::get_Animator()] : ktg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.SkeletonMecanim/MecanimTranslator::get_MecanimLayerCount()] : kth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String[] Spine.Unity.SkeletonMecanim/MecanimTranslator::get_MecanimLayerNames()] : kti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::Initialize(UnityEngine.Animator,Spine.Unity.SkeletonDataAsset)] : ktj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonMecanim/MecanimTranslator::ApplyAnimation(Spine.Skeleton,UnityEngine.AnimatorClipInfo,UnityEngine.AnimatorStateInfo,System.Int32,System.Single,Spine.MixBlend,System.Boolean)] : ktk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonMecanim/MecanimTranslator::ApplyInterruptionAnimation(Spine.Skeleton,System.Boolean,UnityEngine.AnimatorClipInfo,UnityEngine.AnimatorStateInfo,System.Int32,System.Single,Spine.MixBlend,System.Single,System.Boolean)] : ktl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::OnClipAppliedCallback(Spine.Animation,UnityEngine.AnimatorStateInfo,System.Int32,System.Single,System.Boolean,System.Single)] : ktm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::Apply(Spine.Skeleton)] : ktn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.KeyValuePair`2 Spine.Unity.SkeletonMecanim/MecanimTranslator::GetActiveAnimationAndTime(System.Int32)] : kto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonMecanim/MecanimTranslator::AnimationTime(System.Single,System.Single,System.Boolean,System.Boolean)] : ktp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonMecanim/MecanimTranslator::AnimationTime(System.Single,System.Single,System.Boolean)] : ktq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::InitClipInfosForLayers()] : ktr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::ClearClipInfosForLayers()] : kts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/MixMode Spine.Unity.SkeletonMecanim/MecanimTranslator::GetMixMode(System.Int32,Spine.MixBlend)] : ktt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::GetStateUpdatesFromAnimator(System.Int32)] : ktu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::GetAnimatorClipInfos(System.Int32,System.Boolean&,System.Int32&,System.Int32&,System.Int32&,System.Collections.Generic.IList`1&,System.Collections.Generic.IList`1&,System.Collections.Generic.IList`1&,System.Boolean&)] : ktv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::GetAnimatorStateInfos(System.Int32,System.Boolean&,UnityEngine.AnimatorStateInfo&,UnityEngine.AnimatorStateInfo&,UnityEngine.AnimatorStateInfo&,System.Single&)] : ktw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.Unity.SkeletonMecanim/MecanimTranslator::GetAnimation(UnityEngine.AnimationClip)] : ktx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator Spine.Unity.SkeletonMecanim::get_Translator()] : kty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : ktz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kuc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kuf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kuh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::Initialize(System.Boolean,System.Boolean)] : kre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::ApplyAnimation()] : kuj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer/SpriteMaskInteractionMaterials::get_AnyMaterialCreated()] : kuk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer/<>c__DisplayClass75_0::b__0(System.String)] : kul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.UpdateMode Spine.Unity.SkeletonRenderer::get_UpdateMode()] : kum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::set_UpdateMode(Spine.Unity.UpdateMode)] : kun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_generateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : kuo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_generateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : kup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_GenerateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : kuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_GenerateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : kur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : kus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : kut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonRenderer::get_CustomMaterialOverride()] : kuu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonRenderer::get_CustomSlotMaterials()] : kuv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Skeleton Spine.Unity.SkeletonRenderer::get_Skeleton()] : krv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_OnRebuild(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : kuw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_OnRebuild(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : kux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : kuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : kuz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonRenderer::get_SkeletonDataAsset()] : kmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.SkeletonRenderer::NewSpineGameObject(Spine.Unity.SkeletonDataAsset,System.Boolean)] : kva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.SkeletonRenderer::AddSpineComponent(UnityEngine.GameObject,Spine.Unity.SkeletonDataAsset,System.Boolean)] : kvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::SetMeshSettings(Spine.Unity.MeshGenerator/Settings)] : kvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::ClearState()] : krd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::EnsureMeshGeneratorCapacity(System.Int32)] : kvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::Initialize(System.Boolean,System.Boolean)] : kre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::FindAndApplySeparatorSlots(System.String,System.Boolean,System.Boolean)] : kve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::FindAndApplySeparatorSlots(System.Func`2,System.Boolean,System.Boolean)] : kvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::ReapplySeparatorSlotNames()] : kvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::AssignSpriteMaskMaterials()] : kvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer::InitSpriteMaskMaterialsInsideMask()] : kvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer::InitSpriteMaskMaterialsOutsideMask()] : kvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer::InitSpriteMaskMaterialsForMaskType(UnityEngine.Rendering.CompareFunction,UnityEngine.Material[]&)] : kvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::SetMaterialSettingsToFixDrawOrder()] : kvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::SetCustomMaterialOverrides()] : kvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::RemoveCustomMaterialOverrides()] : kvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::SetCustomTextureOverrides()] : kvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::RemoveCustomTextureOverrides()] : kvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::SetCustomSlotMaterials()] : kvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::RemoveCustomSlotMaterials()] : kvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::SetCustomMaterialOverrides()] : kvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::RemoveCustomMaterialOverrides()] : kvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGenerator Spine.Unity.SkeletonPartsRenderer::get_MeshGenerator()] : kvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.MeshRenderer Spine.Unity.SkeletonPartsRenderer::get_MeshRenderer()] : kvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.MeshFilter Spine.Unity.SkeletonPartsRenderer::get_MeshFilter()] : kvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonPartsRenderer/SkeletonPartsRendererDelegate)] : kvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonPartsRenderer/SkeletonPartsRendererDelegate)] : kvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::LazyIntialize()] : kvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::ClearMesh()] : kwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::RenderParts(Spine.ExposedList`1,System.Int32,System.Int32)] : kwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::SetPropertyBlock(UnityEngine.MaterialPropertyBlock)] : kwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonPartsRenderer Spine.Unity.SkeletonPartsRenderer::NewPartsRendererGameObject(UnityEngine.Transform,System.String,System.Int32)] : kwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.SkeletonRenderSeparator::get_SkeletonRenderer()] : kwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::set_SkeletonRenderer(Spine.Unity.SkeletonRenderer)] : kwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : kwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : kwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderSeparator Spine.Unity.SkeletonRenderSeparator::AddToSkeletonRenderer(Spine.Unity.SkeletonRenderer,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)] : kwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonPartsRenderer Spine.Unity.SkeletonRenderSeparator::AddPartsRenderer(System.Int32,System.String)] : kwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::HandleRender(Spine.Unity.SkeletonRendererInstruction)] : kwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.ActivateBasedOnFlipDirection::HandleFlip(System.Boolean)] : kwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.ActivateBasedOnFlipDirection::ResetJointPositions(UnityEngine.HingeJoint2D[])] : kwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.ActivateBasedOnFlipDirection::CompensateMovementAfterFlipX(UnityEngine.Transform,UnityEngine.Transform)] : kwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.FollowSkeletonUtilityRootRotation::CompensatePositionToYRotation()] : kwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.FollowSkeletonUtilityRootRotation::CompensatePositionToXRotation()] : kwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.SkeletonUtility::AddBoundingBoxGameObject(Spine.Skeleton,System.String,System.String,System.String,UnityEngine.Transform,System.Boolean)] : kwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.SkeletonUtility::AddBoundingBoxGameObject(System.String,Spine.BoundingBoxAttachment,Spine.Slot,UnityEngine.Transform,System.Boolean)] : kwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.SkeletonUtility::AddBoundingBoxAsComponent(Spine.BoundingBoxAttachment,Spine.Slot,UnityEngine.GameObject,System.Boolean)] : kws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::SetColliderPointsLocal(UnityEngine.PolygonCollider2D,Spine.Slot,Spine.BoundingBoxAttachment,System.Single)] : kwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Bounds Spine.Unity.SkeletonUtility::GetBoundingBoxBounds(Spine.BoundingBoxAttachment,System.Single)] : kwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rigidbody2D Spine.Unity.SkeletonUtility::AddBoneRigidbody2D(UnityEngine.GameObject,System.Boolean,System.Single)] : kwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::add_OnReset(Spine.Unity.SkeletonUtility/SkeletonUtilityDelegate)] : kww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::remove_OnReset(Spine.Unity.SkeletonUtility/SkeletonUtilityDelegate)] : kwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.ISkeletonComponent Spine.Unity.SkeletonUtility::get_SkeletonComponent()] : kwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Unity.SkeletonUtility::get_Skeleton()] : kwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonUtility::get_IsValid()] : kxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonUtility::get_PositionScale()] : kxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::ResubscribeEvents()] : kxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::HandleRendererReset(Spine.Unity.SkeletonRenderer)] : kxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::HandleRendererReset(Spine.Unity.SkeletonGraphic)] : kxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::RegisterBone(Spine.Unity.SkeletonUtilityBone)] : kxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UnregisterBone(Spine.Unity.SkeletonUtilityBone)] : kxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::RegisterConstraint(Spine.Unity.SkeletonUtilityConstraint)] : kxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UnregisterConstraint(Spine.Unity.SkeletonUtilityConstraint)] : kxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::CollectBones()] : kxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateLocal(Spine.Unity.ISkeletonAnimation)] : kxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateWorld(Spine.Unity.ISkeletonAnimation)] : kxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateComplete(Spine.Unity.ISkeletonAnimation)] : kxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateAllBones(Spine.Unity.SkeletonUtilityBone/UpdatePhase)] : kxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Transform Spine.Unity.SkeletonUtility::GetBoneRoot()] : kxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.GameObject Spine.Unity.SkeletonUtility::SpawnRoot(Spine.Unity.SkeletonUtilityBone/Mode,System.Boolean,System.Boolean,System.Boolean)] : kxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.GameObject Spine.Unity.SkeletonUtility::SpawnHierarchy(Spine.Unity.SkeletonUtilityBone/Mode,System.Boolean,System.Boolean,System.Boolean)] : kxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.GameObject Spine.Unity.SkeletonUtility::SpawnBoneRecursively(Spine.Bone,UnityEngine.Transform,Spine.Unity.SkeletonUtilityBone/Mode,System.Boolean,System.Boolean,System.Boolean)] : kxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.GameObject Spine.Unity.SkeletonUtility::SpawnBone(Spine.Bone,UnityEngine.Transform,Spine.Unity.SkeletonUtilityBone/Mode,System.Boolean,System.Boolean,System.Boolean)] : kxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonUtilityBone::get_IncompatibleTransformMode()] : kxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityBone::HandleOnReset()] : kxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityBone::DoUpdate(Spine.Unity.SkeletonUtilityBone/UpdatePhase)] : kxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonUtilityBone::BoneTransformModeIncompatible(Spine.Bone)] : kxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityBone::AddBoundingBox(System.String,System.String,System.String)] : kxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityConstraint::DoUpdate()] : kxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Skeleton Spine.Unity.ISkeletonAnimation::get_Skeleton()] : krv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.IHasSkeletonDataAsset::get_SkeletonDataAsset()] : kmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.ISkeletonComponent::get_SkeletonDataAsset()] : kmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Skeleton Spine.Unity.ISkeletonComponent::get_Skeleton()] : krv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.AnimationState Spine.Unity.IAnimationStateComponent::get_AnimationState()] : kqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.IHasSkeletonRenderer::get_SkeletonRenderer()] : kpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.ISkeletonComponent Spine.Unity.IHasSkeletonComponent::get_SkeletonComponent()] : kpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.DoubleBuffered`1::GetCurrent()] : kxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.DoubleBuffered`1::GetNext()] : kya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGenerator/Settings Spine.Unity.MeshGenerator/Settings::get_Default()] : kyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.MeshGenerator::get_VertexCount()] : kyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGeneratorBuffers Spine.Unity.MeshGenerator::get_Buffers()] : kyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::GenerateSingleSubmeshInstruction(Spine.Unity.SkeletonRendererInstruction,Spine.Skeleton,UnityEngine.Material)] : kye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.MeshGenerator::RequiresMultipleSubmeshesByDrawOrder(Spine.Skeleton)] : kyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::GenerateSkeletonRendererInstruction(Spine.Unity.SkeletonRendererInstruction,Spine.Skeleton,System.Collections.Generic.Dictionary`2,System.Collections.Generic.List`1,System.Boolean,System.Boolean)] : kyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::TryReplaceMaterials(Spine.ExposedList`1,System.Collections.Generic.Dictionary`2)] : kyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::Begin()] : kyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::AddSubmesh(Spine.Unity.SubmeshInstruction,System.Boolean)] : kyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::BuildMesh(Spine.Unity.SkeletonRendererInstruction,System.Boolean)] : kyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::BuildMeshWithArrays(Spine.Unity.SkeletonRendererInstruction,System.Boolean)] : kyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::ScaleVertexData(System.Single)] : kym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::AddAttachmentTintBlack(System.Single,System.Single,System.Single,System.Single,System.Int32)] : kyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillVertexData(UnityEngine.Mesh)] : kyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillLateVertexData(UnityEngine.Mesh)] : kyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillTriangles(UnityEngine.Mesh)] : kyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::EnsureVertexCapacity(System.Int32,System.Boolean,System.Boolean,System.Boolean)] : kyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::TrimExcess()] : kys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::SolveTangents2DEnsureSize(UnityEngine.Vector4[]&,UnityEngine.Vector2[]&,System.Int32,System.Int32)] : kyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::SolveTangents2DTriangles(UnityEngine.Vector2[],System.Int32[],System.Int32,UnityEngine.Vector3[],UnityEngine.Vector2[],System.Int32)] : kyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::SolveTangents2DBuffer(UnityEngine.Vector4[],UnityEngine.Vector2[],System.Int32)] : kyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillMeshLocal(UnityEngine.Mesh,Spine.RegionAttachment)] : kyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillMeshLocal(UnityEngine.Mesh,Spine.MeshAttachment,Spine.SkeletonData)] : kyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers/SmartMesh::Clear()] : kyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers::Initialize()] : kyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material[] Spine.Unity.MeshRendererBuffers::GetUpdatedSharedMaterialsArray()] : kza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.MeshRendererBuffers::MaterialsChangedInLastUpdate()] : kzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers::UpdateSharedMaterials(Spine.ExposedList`1)] : kzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshRendererBuffers/SmartMesh Spine.Unity.MeshRendererBuffers::GetNextMesh()] : kzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers::Clear()] : kze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::Clear()] : kzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::Dispose()] : kzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::SetWithSubset(Spine.ExposedList`1,System.Int32,System.Int32)] : kzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::Set(Spine.Unity.SkeletonRendererInstruction)] : kzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRendererInstruction::GeometryNotEqual(Spine.Unity.SkeletonRendererInstruction,Spine.Unity.SkeletonRendererInstruction)] : kzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Mesh Spine.Unity.SpineMesh::NewSkeletonMesh()] : kzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.SubmeshInstruction::get_SlotCount()] : kzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.BlendModeMaterialsAsset/AtlasMaterialCache::CloneAtlasRegionWithMaterial(Spine.AtlasRegion,UnityEngine.Material)] : kzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasPage Spine.Unity.BlendModeMaterialsAsset/AtlasMaterialCache::GetAtlasPageWithMaterial(Spine.AtlasPage,UnityEngine.Material)] : kzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterialsAsset::Apply(Spine.SkeletonData)] : kno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterialsAsset::ApplyMaterials(Spine.SkeletonData,UnityEngine.Material,UnityEngine.Material,UnityEngine.Material,System.Boolean)] : kzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Unity.SpineBone::GetBone(System.String,Spine.Unity.SkeletonRenderer)] : kzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.Unity.SpineBone::GetBoneData(System.String,Spine.Unity.SkeletonDataAsset)] : kzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineAttachment/Hierarchy Spine.Unity.SpineAttachment::GetHierarchy(System.String)] : kzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.SpineAttachment::GetAttachment(System.String,Spine.SkeletonData)] : kzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.SpineAttachment::GetAttachment(System.String,Spine.Unity.SkeletonDataAsset)] : kzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.Skeleton)] : kzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.RegionAttachment)] : kzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.MeshAttachment)] : kzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.Slot)] : kzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColorTintBlack(Spine.Slot)] : kzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Skeleton,UnityEngine.Color)] : kzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Skeleton,UnityEngine.Color32)] : laa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Slot,UnityEngine.Color)] : lab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Slot,UnityEngine.Color32)] : lac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.RegionAttachment,UnityEngine.Color)] : lad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.RegionAttachment,UnityEngine.Color32)] : lae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.MeshAttachment,UnityEngine.Color)] : laf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.MeshAttachment,UnityEngine.Color32)] : lag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetLocalScale(Spine.Skeleton,UnityEngine.Vector2)] : lah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Matrix4x4 Spine.Unity.SkeletonExtensions::GetMatrix4x4(Spine.Bone)] : lai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetLocalPosition(Spine.Bone,UnityEngine.Vector2)] : laj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetLocalPosition(Spine.Bone,UnityEngine.Vector3)] : lak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetLocalPosition(Spine.Bone)] : lal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetSkeletonSpacePosition(Spine.Bone)] : lam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetSkeletonSpacePosition(Spine.Bone,UnityEngine.Vector2)] : lan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.Bone,UnityEngine.Transform)] : lao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.Bone,UnityEngine.Transform,System.Single)] : lap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Quaternion Spine.Unity.SkeletonExtensions::GetQuaternion(Spine.Bone)] : laq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Quaternion Spine.Unity.SkeletonExtensions::GetLocalQuaternion(Spine.Bone)] : lar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetLocalScale(Spine.Skeleton)] : las -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::GetWorldToLocalMatrix(Spine.Bone,System.Single&,System.Single&,System.Single&,System.Single&)] : lat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::WorldToLocal(Spine.Bone,UnityEngine.Vector2)] : lau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::SetPositionSkeletonSpace(Spine.Bone,UnityEngine.Vector2)] : lav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material Spine.Unity.SkeletonExtensions::GetMaterial(Spine.Attachment)] : law -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2[] Spine.Unity.SkeletonExtensions::GetLocalVertices(Spine.VertexAttachment,Spine.Slot,UnityEngine.Vector2[])] : lax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2[] Spine.Unity.SkeletonExtensions::GetWorldVertices(Spine.VertexAttachment,Spine.Slot,UnityEngine.Vector2[])] : lay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.PointAttachment,Spine.Slot,UnityEngine.Transform)] : laz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.PointAttachment,Spine.Bone,UnityEngine.Transform)] : lba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineAnimation Spine.Unity.WaitForSpineAnimation::NowWaitFor(Spine.TrackEntry,Spine.Unity.WaitForSpineAnimation/AnimationEventTypes)] : lbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineAnimation::System.Collections.IEnumerator.MoveNext()] : lbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineAnimation::System.Collections.IEnumerator.Reset()] : lbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Unity.WaitForSpineAnimation::System.Collections.IEnumerator.get_Current()] : lbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineAnimation::SafeSubscribe(Spine.TrackEntry,Spine.Unity.WaitForSpineAnimation/AnimationEventTypes)] : lbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineAnimation::HandleComplete(Spine.TrackEntry)] : lbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineAnimationComplete Spine.Unity.WaitForSpineAnimationComplete::NowWaitFor(Spine.TrackEntry,System.Boolean)] : lbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineAnimationEnd Spine.Unity.WaitForSpineAnimationEnd::NowWaitFor(Spine.TrackEntry)] : lbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::Subscribe(Spine.AnimationState,Spine.EventData,System.Boolean)] : lbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::SubscribeByName(Spine.AnimationState,System.String,System.Boolean)] : lbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::HandleAnimationStateEventByName(Spine.TrackEntry,Spine.Event)] : lbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::HandleAnimationStateEvent(Spine.TrackEntry,Spine.Event)] : lbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineEvent::get_WillUnsubscribeAfterFiring()] : lbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::set_WillUnsubscribeAfterFiring(System.Boolean)] : lbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineEvent Spine.Unity.WaitForSpineEvent::NowWaitFor(Spine.AnimationState,Spine.EventData,System.Boolean)] : lbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineEvent Spine.Unity.WaitForSpineEvent::NowWaitFor(Spine.AnimationState,System.String,System.Boolean)] : lbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::Clear(Spine.AnimationState)] : lbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineEvent::System.Collections.IEnumerator.MoveNext()] : lbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::System.Collections.IEnumerator.Reset()] : lbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Unity.WaitForSpineEvent::System.Collections.IEnumerator.get_Current()] : lbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineTrackEntryEnd::HandleEnd(Spine.TrackEntry)] : lbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineTrackEntryEnd::SafeSubscribe(Spine.TrackEntry)] : lbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineTrackEntryEnd Spine.Unity.WaitForSpineTrackEntryEnd::NowWaitFor(Spine.TrackEntry)] : lbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineTrackEntryEnd::System.Collections.IEnumerator.MoveNext()] : lby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineTrackEntryEnd::System.Collections.IEnumerator.Reset()] : lbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Unity.WaitForSpineTrackEntryEnd::System.Collections.IEnumerator.get_Current()] : lca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.AnimationTools.TimelineExtensions::Evaluate(Spine.TranslateTimeline,System.Single,Spine.SkeletonData)] : lcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TranslateTimeline Spine.Unity.AnimationTools.TimelineExtensions::FindTranslateTimelineForBone(Spine.Animation,System.Int32)] : lcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Texture2D,UnityEngine.Material,System.Single)] : lcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Texture2D,UnityEngine.Shader,System.Single,UnityEngine.Material)] : lce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegionPMAClone(UnityEngine.Texture2D,UnityEngine.Material,UnityEngine.TextureFormat,System.Boolean)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegionPMAClone(UnityEngine.Texture2D,UnityEngine.Shader,UnityEngine.TextureFormat,System.Boolean,UnityEngine.Material)] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasPage Spine.Unity.AttachmentTools.AtlasUtilities::ToSpineAtlasPage(UnityEngine.Material)] : lch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Sprite,Spine.AtlasPage)] : lci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Sprite,UnityEngine.Material)] : lcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegionPMAClone(UnityEngine.Sprite,UnityEngine.Material,UnityEngine.TextureFormat,System.Boolean)] : lck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegionPMAClone(UnityEngine.Sprite,UnityEngine.Shader,UnityEngine.TextureFormat,System.Boolean,UnityEngine.Material)] : lcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Sprite,System.Boolean)] : lcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::GetRepackedAttachments(System.Collections.Generic.List`1,System.Collections.Generic.List`1,UnityEngine.Material,UnityEngine.Material&,UnityEngine.Texture2D&,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.String,System.Boolean,System.Boolean)] : lcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Unity.AttachmentTools.AtlasUtilities::GetRepackedSkin(Spine.Skin,System.String,UnityEngine.Material,UnityEngine.Material&,UnityEngine.Texture2D&,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean,System.Boolean,System.Int32[],UnityEngine.Texture2D[],UnityEngine.TextureFormat[],System.Boolean[])] : lco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Unity.AttachmentTools.AtlasUtilities::GetRepackedSkin(Spine.Skin,System.String,UnityEngine.Shader,UnityEngine.Material&,UnityEngine.Texture2D&,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,UnityEngine.Material,System.Boolean,System.Boolean,System.Int32[],UnityEngine.Texture2D[],UnityEngine.TextureFormat[],System.Boolean[])] : lcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Sprite Spine.Unity.AttachmentTools.AtlasUtilities::ToSprite(Spine.AtlasRegion,System.Single)] : lcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::ClearCache()] : lcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::ToTexture(Spine.AtlasRegion,UnityEngine.TextureFormat,System.Boolean,System.Int32,System.Boolean,System.Boolean)] : lcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::ToTexture(UnityEngine.Sprite,UnityEngine.TextureFormat,System.Boolean,System.Boolean,System.Boolean)] : lct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetClone(UnityEngine.Texture2D,UnityEngine.TextureFormat,System.Boolean,System.Boolean,System.Boolean)] : lcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::CopyTexture(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Texture2D)] : lcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::CopyTextureApplyPMA(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Texture2D)] : lcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.AttachmentTools.AtlasUtilities::IsRenderable(Spine.Attachment)] : lcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::SpineUnityFlipRect(UnityEngine.Rect,System.Int32)] : lcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::GetUnityRect(Spine.AtlasRegion)] : lcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::GetUnityRect(Spine.AtlasRegion,System.Int32)] : lda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::GetSpineAtlasRect(Spine.AtlasRegion,System.Boolean)] : ldb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::UVRectToTextureRect(UnityEngine.Rect,System.Int32,System.Int32)] : ldc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::TextureRectToUVRect(UnityEngine.Rect,System.Int32,System.Int32)] : ldd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::UVRectToAtlasRegion(UnityEngine.Rect,Spine.AtlasRegion,Spine.AtlasPage)] : lde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetMainTexture(Spine.AtlasRegion)] : ldf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetTexture(Spine.AtlasRegion,System.String)] : ldg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetTexture(Spine.AtlasRegion,System.Int32)] : ldh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::CopyTextureAttributesFrom(UnityEngine.Texture2D,UnityEngine.Texture2D)] : ldi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.AttachmentTools.AtlasUtilities::InverseLerp(System.Single,System.Single,System.Single)] : ldj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetCopy(Spine.Attachment,System.Boolean)] : ldk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetLinkedMesh(Spine.MeshAttachment,System.String,Spine.AtlasRegion)] : ldl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetLinkedMesh(Spine.MeshAttachment,UnityEngine.Sprite,UnityEngine.Shader,UnityEngine.Material)] : ldm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetLinkedMesh(Spine.MeshAttachment,UnityEngine.Sprite,UnityEngine.Material)] : ldn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetRemappedClone(Spine.Attachment,UnityEngine.Sprite,UnityEngine.Material,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)] : ldo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetRemappedClone(Spine.Attachment,Spine.AtlasRegion,System.Boolean,System.Boolean,System.Single)] : ldp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AttachmentRegionExtensions::GetRegion(Spine.Attachment)] : ldq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AttachmentRegionExtensions::GetRegion(Spine.RegionAttachment)] : ldr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AttachmentRegionExtensions::GetRegion(Spine.MeshAttachment)] : lds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRegion(Spine.Attachment,Spine.AtlasRegion,System.Boolean)] : ldt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRegion(Spine.RegionAttachment,Spine.AtlasRegion,System.Boolean)] : ldu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRegion(Spine.MeshAttachment,Spine.AtlasRegion,System.Boolean)] : ldv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachment(UnityEngine.Sprite,UnityEngine.Material,System.Single)] : ldw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachment(UnityEngine.Sprite,Spine.AtlasPage,System.Single)] : ldx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachmentPMAClone(UnityEngine.Sprite,UnityEngine.Shader,UnityEngine.TextureFormat,System.Boolean,UnityEngine.Material,System.Single)] : ldy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachmentPMAClone(UnityEngine.Sprite,UnityEngine.Material,UnityEngine.TextureFormat,System.Boolean,System.Single)] : ldz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachment(Spine.AtlasRegion,System.String,System.Single,System.Single)] : lea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetScale(Spine.RegionAttachment,UnityEngine.Vector2)] : leb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetScale(Spine.RegionAttachment,System.Single,System.Single)] : lec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetPositionOffset(Spine.RegionAttachment,UnityEngine.Vector2)] : led -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetPositionOffset(Spine.RegionAttachment,System.Single,System.Single)] : lee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRotation(Spine.RegionAttachment,System.Single)] : lef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Unity.AttachmentTools.SkinUtilities::UnshareSkin(Spine.Skeleton,System.Boolean,System.Boolean,Spine.AnimationState)] : leg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Unity.AttachmentTools.SkinUtilities::GetClonedSkin(Spine.Skeleton,System.String,System.Boolean,System.Boolean,System.Boolean)] : leh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Unity.AttachmentTools.SkinUtilities::GetClone(Spine.Skin)] : lei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::SetAttachment(Spine.Skin,System.String,System.String,Spine.Attachment,Spine.Skeleton)] : lej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::AddAttachments(Spine.Skin,Spine.Skin)] : lek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.AttachmentTools.SkinUtilities::GetAttachment(Spine.Skin,System.String,System.String,Spine.Skeleton)] : lel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::SetAttachment(Spine.Skin,System.Int32,System.String,Spine.Attachment)] : lem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::RemoveAttachment(Spine.Skin,System.String,System.String,Spine.SkeletonData)] : len -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::Clear(Spine.Skin)] : leo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::Append(Spine.Skin,Spine.Skin)] : lep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::CopyTo(Spine.Skin,Spine.Skin,System.Boolean,System.Boolean,System.Boolean)] : leq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.Deprecated.SlotBlendModes::get_MaterialTable()] : ler -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material Spine.Unity.Deprecated.SlotBlendModes::GetOrAddMaterialFor(UnityEngine.Material,UnityEngine.Texture2D)] : les -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.Deprecated.SlotBlendModes/MaterialWithRefcount Spine.Unity.Deprecated.SlotBlendModes::GetExistingMaterialFor(UnityEngine.Material,UnityEngine.Texture2D)] : let -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::RemoveMaterialFromTable(UnityEngine.Material,UnityEngine.Texture2D)] : leu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.Deprecated.SlotBlendModes::get_Applied()] : lev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::set_Applied(System.Boolean)] : lew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::Apply()] : lex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::Remove()] : ley -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::GetTexture()] : lez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Contains(TKey)] : lfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Add(TKey)] : lfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Clear()] : lfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.get_IsReadOnly()] : lfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Remove(TKey)] : lfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.IEnumerable.GetEnumerator()] : lff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Contains(TValue)] : lfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Add(TValue)] : lfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Clear()] : lfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.get_IsReadOnly()] : lfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Remove(TValue)] : lfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.IEnumerable.GetEnumerator()] : lfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/d__34::System.IDisposable.Dispose()] : lfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.KeyValuePair`2 Spine.Collections.OrderedDictionary`2/d__34::System.Collections.Generic.IEnumerator>.get_Current()] : lfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/d__34::System.Collections.IEnumerator.Reset()] : lfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Collections.OrderedDictionary`2/d__34::System.Collections.IEnumerator.get_Current()] : lfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IEqualityComparer`1 Spine.Collections.OrderedDictionary`2::get_Comparer()] : lfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2::Insert(System.Int32,TKey,TValue)] : lfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] TKey Spine.Collections.OrderedDictionary`2::GetKey(System.Int32)] : lfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Collections.OrderedDictionary`2::IndexOf(TKey)] : lft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2/KeyCollection Spine.Collections.OrderedDictionary`2::get_Keys()] : lfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2/ValueCollection Spine.Collections.OrderedDictionary`2::get_Values()] : lfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Collections.OrderedDictionary`2::System.Collections.Generic.IList>.IndexOf(System.Collections.Generic.KeyValuePair`2)] : lfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2::System.Collections.Generic.IList>.Insert(System.Int32,System.Collections.Generic.KeyValuePair`2)] : lfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.ICollection`1 Spine.Collections.OrderedDictionary`2::System.Collections.Generic.IDictionary.get_Keys()] : lfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.ICollection`1 Spine.Collections.OrderedDictionary`2::System.Collections.Generic.IDictionary.get_Values()] : lfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2::System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair`2)] : lga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2::System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair`2)] : lgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2::System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Int32)] : lgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2::System.Collections.Generic.ICollection>.get_IsReadOnly()] : lgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2::System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair`2)] : lge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Collections.OrderedDictionary`2::System.Collections.IEnumerable.GetEnumerator()] : lgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.KeyValuePair`2[] Spine.Collections.OrderedDictionaryDebugView`2::get_Items()] : lgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2 Spine.Collections.CollectionExtensions::ToOrderedDictionary(System.Collections.Generic.IEnumerable`1,System.Func`2)] : lgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2 Spine.Collections.CollectionExtensions::ToOrderedDictionary(System.Collections.Generic.IEnumerable`1,System.Func`2,System.Collections.Generic.IEqualityComparer`1)] : lgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpService MaxCmpService::get_Instance()] : lgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpService::ShowCmpForExistingUser(System.Action`1)] : lgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxCmpService::get_HasSupportedCmp()] : lgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpService::NotifyCompletedIfNeeded(System.Collections.Generic.Dictionary`2)] : lgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpError MaxCmpError::Create(System.Collections.Generic.IDictionary`2)] : lgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpError/ErrorCode MaxCmpError::GetCode(System.Int32)] : lgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpError/ErrorCode MaxCmpError::get_Code()] : lgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_Code(MaxCmpError/ErrorCode)] : lgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxCmpError::get_Message()] : lgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_Message(System.String)] : lgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxCmpError::get_CmpCode()] : lgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_CmpCode(System.Int32)] : lgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxCmpError::get_CmpMessage()] : lgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_CmpMessage(System.String)] : lgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdk::get_Version()] : lgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/AdViewPosition MaxSdkBase/AdViewConfiguration::get_Position()] : lgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_Position(MaxSdkBase/AdViewPosition)] : lgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkBase/AdViewConfiguration::get_XCoordinate()] : lha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_XCoordinate(System.Single)] : lhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkBase/AdViewConfiguration::get_YCoordinate()] : lhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_YCoordinate(System.Single)] : lhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/AdViewConfiguration::get_IsAdaptive()] : lhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_IsAdaptive(System.Boolean)] : lhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/AdViewConfiguration::get_UseCoordinates()] : lhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_UseCoordinates(System.Boolean)] : lhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/SdkConfiguration::get_IsSuccessfullyInitialized()] : lhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_IsSuccessfullyInitialized(System.Boolean)] : lhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/SdkConfiguration::get_CountryCode()] : lhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_CountryCode(System.String)] : lhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/AppTrackingStatus MaxSdkBase/SdkConfiguration::get_AppTrackingStatus()] : lhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_AppTrackingStatus(MaxSdkBase/AppTrackingStatus)] : lhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/SdkConfiguration::get_IsTestModeEnabled()] : lho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_IsTestModeEnabled(System.Boolean)] : lhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ConsentFlowUserGeography MaxSdkBase/SdkConfiguration::get_ConsentFlowUserGeography()] : lhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_ConsentFlowUserGeography(MaxSdkBase/ConsentFlowUserGeography)] : lhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ConsentDialogState MaxSdkBase/SdkConfiguration::get_ConsentDialogState()] : lhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_ConsentDialogState(MaxSdkBase/ConsentDialogState)] : lht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/SdkConfiguration MaxSdkBase/SdkConfiguration::Create(System.Collections.Generic.IDictionary`2)] : lhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/Reward::IsValid()] : lhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_AdUnitIdentifier()] : lhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_AdUnitIdentifier(System.String)] : lhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_AdFormat()] : lhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_AdFormat(System.String)] : lhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_NetworkName()] : lia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_NetworkName(System.String)] : lib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_NetworkPlacement()] : lic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_NetworkPlacement(System.String)] : lid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_Placement()] : lie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_Placement(System.String)] : lif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_CreativeIdentifier()] : lig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_CreativeIdentifier(System.String)] : lih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Double MaxSdkBase/AdInfo::get_Revenue()] : lii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_Revenue(System.Double)] : lij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_RevenuePrecision()] : lik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_RevenuePrecision(System.String)] : lil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo MaxSdkBase/AdInfo::get_WaterfallInfo()] : lim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_WaterfallInfo(MaxSdkBase/WaterfallInfo)] : lin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/AdInfo::get_LatencyMillis()] : lio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_LatencyMillis(System.Int64)] : lip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_DspName()] : liq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_DspName(System.String)] : lir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/WaterfallInfo/<>c::b__17_0(MaxSdkBase/NetworkResponseInfo)] : lis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/WaterfallInfo::get_Name()] : lit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_Name(System.String)] : liu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/WaterfallInfo::get_TestName()] : liv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_TestName(System.String)] : liw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkBase/WaterfallInfo::get_NetworkResponses()] : lix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_NetworkResponses(System.Collections.Generic.List`1)] : liy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/WaterfallInfo::get_LatencyMillis()] : liz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_LatencyMillis(System.Int64)] : lja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/NetworkResponseInfo/<>c::b__25_0(System.Collections.Generic.KeyValuePair`2)] : ljb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/MaxAdLoadState MaxSdkBase/NetworkResponseInfo::get_AdLoadState()] : ljc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_AdLoadState(MaxSdkBase/MaxAdLoadState)] : ljd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/MediatedNetworkInfo MaxSdkBase/NetworkResponseInfo::get_MediatedNetwork()] : lje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_MediatedNetwork(MaxSdkBase/MediatedNetworkInfo)] : ljf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.Dictionary`2 MaxSdkBase/NetworkResponseInfo::get_Credentials()] : ljg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_Credentials(System.Collections.Generic.Dictionary`2)] : ljh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/NetworkResponseInfo::get_IsBidding()] : lji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_IsBidding(System.Boolean)] : ljj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/NetworkResponseInfo::get_LatencyMillis()] : ljk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_LatencyMillis(System.Int64)] : ljl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ErrorInfo MaxSdkBase/NetworkResponseInfo::get_Error()] : ljm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_Error(MaxSdkBase/ErrorInfo)] : ljn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_Name()] : ljo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_Name(System.String)] : ljp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_AdapterClassName()] : ljq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_AdapterClassName(System.String)] : ljr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_AdapterVersion()] : ljs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_AdapterVersion(System.String)] : ljt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_SdkVersion()] : lju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_SdkVersion(System.String)] : ljv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/InitializationStatus MaxSdkBase/MediatedNetworkInfo::get_InitializationStatus()] : ljw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_InitializationStatus(MaxSdkBase/InitializationStatus)] : ljx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/InitializationStatus MaxSdkBase/MediatedNetworkInfo::InitializationStatusFromCode(System.Int32)] : ljy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ErrorCode MaxSdkBase/ErrorInfo::get_Code()] : ljz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_Code(MaxSdkBase/ErrorCode)] : lka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/ErrorInfo::get_Message()] : lkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_Message(System.String)] : lkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/ErrorInfo::get_MediatedNetworkErrorCode()] : lkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_MediatedNetworkErrorCode(System.Int32)] : lke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/ErrorInfo::get_MediatedNetworkErrorMessage()] : lkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_MediatedNetworkErrorMessage(System.String)] : lkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/ErrorInfo::get_AdLoadFailureInfo()] : lkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_AdLoadFailureInfo(System.String)] : lki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo MaxSdkBase/ErrorInfo::get_WaterfallInfo()] : lkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_WaterfallInfo(MaxSdkBase/WaterfallInfo)] : lkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/ErrorInfo::get_LatencyMillis()] : lkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_LatencyMillis(System.Int64)] : lkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Left()] : lkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Left(System.Int32)] : lko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Top()] : lkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Top(System.Int32)] : lkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Right()] : lkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Right(System.Int32)] : lks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Bottom()] : lkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Bottom(System.Int32)] : lku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkBase::get_InvokeEventsOnUnityMainThread()] : lkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::set_InvokeEventsOnUnityMainThread(System.Nullable`1)] : lkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpService MaxSdkBase::get_CmpService()] : lkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase::get_DisableAllLogs()] : lky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::set_DisableAllLogs(System.Boolean)] : lkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::ValidateAdUnitIdentifier(System.String,System.String)] : lla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::InitializeEventExecutor()] : llb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase::GenerateMetaData()] : llc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Rect MaxSdkBase::GetRectFromString(System.String)] : lld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::HandleExtraParameter(System.String,System.String)] : lle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::HandleBackgroundCallback(System.String)] : llf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase::SerializeLocalExtraParameterValue(System.Object)] : llg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AdPositionExtenstion::ToSnakeCaseString(MaxSdkBase/AdViewPosition)] : llh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdLoadedEvent(System.Action`2)] : lli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdLoadedEvent(System.Action`2)] : llj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdLoadFailedEvent(System.Action`2)] : llk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdLoadFailedEvent(System.Action`2)] : lll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdDisplayedEvent(System.Action`2)] : llm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdDisplayedEvent(System.Action`2)] : lln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdDisplayFailedEvent(System.Action`3)] : llo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdDisplayFailedEvent(System.Action`3)] : llp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdClickedEvent(System.Action`2)] : llq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdClickedEvent(System.Action`2)] : llr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdRevenuePaidEvent(System.Action`2)] : lls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdRevenuePaidEvent(System.Action`2)] : llt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnExpiredAdReloadedEvent(System.Action`3)] : llu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnExpiredAdReloadedEvent(System.Action`3)] : llv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : llw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : llx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdHiddenEvent(System.Action`2)] : lly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdHiddenEvent(System.Action`2)] : llz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdLoadedEvent(System.Action`2)] : lma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdLoadedEvent(System.Action`2)] : lmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdLoadFailedEvent(System.Action`2)] : lmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdLoadFailedEvent(System.Action`2)] : lmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdDisplayedEvent(System.Action`2)] : lme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdDisplayedEvent(System.Action`2)] : lmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdDisplayFailedEvent(System.Action`3)] : lmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdDisplayFailedEvent(System.Action`3)] : lmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdClickedEvent(System.Action`2)] : lmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdClickedEvent(System.Action`2)] : lmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdRevenuePaidEvent(System.Action`2)] : lmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdRevenuePaidEvent(System.Action`2)] : lml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnExpiredAdReloadedEvent(System.Action`3)] : lmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnExpiredAdReloadedEvent(System.Action`3)] : lmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdHiddenEvent(System.Action`2)] : lmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdHiddenEvent(System.Action`2)] : lmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdLoadedEvent(System.Action`2)] : lmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdLoadedEvent(System.Action`2)] : lmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdLoadFailedEvent(System.Action`2)] : lms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdLoadFailedEvent(System.Action`2)] : lmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdDisplayedEvent(System.Action`2)] : lmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdDisplayedEvent(System.Action`2)] : lmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdDisplayFailedEvent(System.Action`3)] : lmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdDisplayFailedEvent(System.Action`3)] : lmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdClickedEvent(System.Action`2)] : lmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdClickedEvent(System.Action`2)] : lmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdRevenuePaidEvent(System.Action`2)] : lna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdRevenuePaidEvent(System.Action`2)] : lnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnExpiredAdReloadedEvent(System.Action`3)] : lnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnExpiredAdReloadedEvent(System.Action`3)] : lnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : lne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : lnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdReceivedRewardEvent(System.Action`3)] : lng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdReceivedRewardEvent(System.Action`3)] : lnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdHiddenEvent(System.Action`2)] : lni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdHiddenEvent(System.Action`2)] : lnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdLoadedEvent(System.Action`2)] : lnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdLoadedEvent(System.Action`2)] : lnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdLoadFailedEvent(System.Action`2)] : lnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdLoadFailedEvent(System.Action`2)] : lnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdClickedEvent(System.Action`2)] : lno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdClickedEvent(System.Action`2)] : lnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdRevenuePaidEvent(System.Action`2)] : lnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdRevenuePaidEvent(System.Action`2)] : lnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : lns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : lnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdExpandedEvent(System.Action`2)] : lnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdExpandedEvent(System.Action`2)] : lnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdCollapsedEvent(System.Action`2)] : lnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdCollapsedEvent(System.Action`2)] : lnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdLoadedEvent(System.Action`2)] : lny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdLoadedEvent(System.Action`2)] : lnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdLoadFailedEvent(System.Action`2)] : loa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdLoadFailedEvent(System.Action`2)] : lob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdClickedEvent(System.Action`2)] : loc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdClickedEvent(System.Action`2)] : lod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdRevenuePaidEvent(System.Action`2)] : loe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdRevenuePaidEvent(System.Action`2)] : lof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : log -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : loh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdExpandedEvent(System.Action`2)] : loi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdExpandedEvent(System.Action`2)] : loj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdCollapsedEvent(System.Action`2)] : lok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdCollapsedEvent(System.Action`2)] : lol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/<>c__DisplayClass15_0`1::b__0()] : lom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/<>c__DisplayClass16_0`2::b__0()] : lon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/<>c__DisplayClass17_0`3::b__0()] : loo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::add_OnSdkInitializedEvent(System.Action`1)] : lop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::remove_OnSdkInitializedEvent(System.Action`1)] : loq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::add_OnApplicationStateChangedEvent(System.Action`1)] : lor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::remove_OnApplicationStateChangedEvent(System.Action`1)] : los -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::ForwardEvent(System.String)] : lot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action,System.String,System.Boolean)] : lou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action`1,T,System.String,System.Boolean)] : lov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action`2,T1,T2,System.String,System.Boolean)] : low -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action`3,T1,T2,T3,System.String,System.Boolean)] : lox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkCallbacks::CanInvokeEvent(System.Delegate)] : loy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkCallbacks::ShouldInvokeInBackground(System.Boolean)] : loz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::LogSubscribedToEvent(System.String)] : lpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::LogUnsubscribedToEvent(System.String)] : lpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::InitializeSdk(System.String[])] : lpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsInitialized()] : lpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetUserId(System.String)] : lpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetSegmentCollection(MaxSegmentCollection)] : lpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkiOS::GetAvailableMediatedNetworks()] : lpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowMediationDebugger()] : lph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowCreativeDebugger()] : lpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkiOS::GetAdValue(System.String,System.String)] : lpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/SdkConfiguration MaxSdkiOS::GetSdkConfiguration()] : lpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetHasUserConsent(System.Boolean)] : lpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::HasUserConsent()] : lpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsUserConsentSet()] : lpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetDoNotSell(System.Boolean)] : lpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsDoNotSell()] : lpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsDoNotSellSet()] : lpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateBanner(System.String,MaxSdkBase/AdViewConfiguration)] : lpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadBanner(System.String)] : lps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerPlacement(System.String,System.String)] : lpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StartBannerAutoRefresh(System.String)] : lpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StopBannerAutoRefresh(System.String)] : lpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateBannerPosition(System.String,MaxSdkBase/AdViewPosition)] : lpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateBannerPosition(System.String,System.Single,System.Single)] : lpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerWidth(System.String,System.Single)] : lpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowBanner(System.String)] : lpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::DestroyBanner(System.String)] : lqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::HideBanner(System.String)] : lqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerBackgroundColor(System.String,UnityEngine.Color)] : lqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerExtraParameter(System.String,System.String,System.String)] : lqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerLocalExtraParameter(System.String,System.String,System.Object)] : lqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerCustomData(System.String,System.String)] : lqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Rect MaxSdkiOS::GetBannerLayout(System.String)] : lqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateMRec(System.String,MaxSdkBase/AdViewConfiguration)] : lqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadMRec(System.String)] : lqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecPlacement(System.String,System.String)] : lqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StartMRecAutoRefresh(System.String)] : lqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StopMRecAutoRefresh(System.String)] : lql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateMRecPosition(System.String,MaxSdkBase/AdViewPosition)] : lqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateMRecPosition(System.String,System.Single,System.Single)] : lqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowMRec(System.String)] : lqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::DestroyMRec(System.String)] : lqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::HideMRec(System.String)] : lqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecExtraParameter(System.String,System.String,System.String)] : lqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecLocalExtraParameter(System.String,System.String,System.Object)] : lqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecCustomData(System.String,System.String)] : lqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Rect MaxSdkiOS::GetMRecLayout(System.String)] : lqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadInterstitial(System.String)] : lqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsInterstitialReady(System.String)] : lqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowInterstitial(System.String,System.String,System.String)] : lqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetInterstitialExtraParameter(System.String,System.String,System.String)] : lqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetInterstitialLocalExtraParameter(System.String,System.String,System.Object)] : lqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadAppOpenAd(System.String)] : lra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsAppOpenAdReady(System.String)] : lrb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowAppOpenAd(System.String,System.String,System.String)] : lrc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetAppOpenAdExtraParameter(System.String,System.String,System.String)] : lrd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetAppOpenAdLocalExtraParameter(System.String,System.String,System.Object)] : lre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadRewardedAd(System.String)] : lrf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsRewardedAdReady(System.String)] : lrg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowRewardedAd(System.String,System.String,System.String)] : lrh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetRewardedAdExtraParameter(System.String,System.String,System.String)] : lri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetRewardedAdLocalExtraParameter(System.String,System.String,System.Object)] : lrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::TrackEvent(System.String,System.Collections.Generic.IDictionary`2)] : lrk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMuted(System.Boolean)] : lrl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsMuted()] : lrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetVerboseLogging(System.Boolean)] : lrn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsVerboseLoggingEnabled()] : lro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetCreativeDebuggerEnabled(System.Boolean)] : lrp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetTestDeviceAdvertisingIdentifiers(System.String[])] : lrq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetExceptionHandlerEnabled(System.Boolean)] : lrr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetExtraParameter(System.String,System.String)] : lrs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/SafeAreaInsets MaxSdkiOS::GetSafeAreaInsets()] : lrt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::BackgroundCallback(System.String)] : lru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateBanner(System.String,MaxSdkBase/BannerPosition)] : lrv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateBanner(System.String,System.Single,System.Single)] : lrw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateBannerPosition(System.String,MaxSdkBase/BannerPosition)] : lrx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateMRec(System.String,MaxSdkBase/AdViewPosition)] : lry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateMRec(System.String,System.Single,System.Single)] : lrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetSdkKey(System.String)] : lsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::UserDebug(System.String)] : lsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::D(System.String)] : lsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::UserWarning(System.String)] : lsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::W(System.String)] : lse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::UserError(System.String)] : lsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::LogException(System.Exception)] : lsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils/<>c__DisplayClass34_0::b__0(System.String)] : lsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils/<>c__DisplayClass34_0::b__1(System.String)] : lsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkUtils::GetAdaptiveBannerHeight(System.Single)] : lsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.Dictionary`2 MaxSdkUtils::GetDictionaryFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Collections.Generic.Dictionary`2)] : lsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkUtils::GetListFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Collections.Generic.List`1)] : lsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkUtils::GetStringFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.String)] : lsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::GetBoolFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Boolean)] : lsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetIntFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Int32)] : lso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkUtils::GetLongFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Int64)] : lsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkUtils::GetFloatFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Single)] : lsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Double MaxSdkUtils::GetDoubleFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Int32)] : lsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkUtils::InvariantCultureToString(System.Object)] : lss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkUtils::PropsStringsToList(System.String)] : lst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkUtils::ParseColor(UnityEngine.Color)] : lsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsTablet()] : lsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsPhysicalDevice()] : lsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkUtils::GetScreenDensity()] : lsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetTcfConsentStatus(System.Int32)] : lsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificTcfConsentStatus(System.Int32)] : lsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetAdditionalConsentStatus(System.Int32)] : lta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificAdditionalConsentStatus(System.Int32)] : ltb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetPurposeConsentStatus(System.Int32)] : ltc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificPurposeConsentStatus(System.Int32)] : ltd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetSpecialFeatureOptInStatus(System.Int32)] : lte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificSpecialFeatureOptInStatus(System.Int32)] : ltf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetConsentStatusValue(System.Int32)] : ltg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsVersionInRange(System.String,System.String,System.String)] : lth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkUtils/VersionComparisonResult MaxSdkUtils::CompareVersions(System.String,System.String)] : lti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsValidString(System.String)] : ltj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsNullOrEmpty(T[])] : ltk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSegmentCollection/MaxSegmentCollectionBuilder MaxSegmentCollection/MaxSegmentCollectionBuilder::AddSegment(MaxSegment)] : ltl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSegmentCollection MaxSegmentCollection/MaxSegmentCollectionBuilder::Build()] : ltm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSegmentCollection::GetSegments()] : ltn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSegmentCollection/MaxSegmentCollectionBuilder MaxSegmentCollection::Builder()] : lto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSegment::GetKey()] : ltp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSegment::GetValues()] : ltq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : ltr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean AppLovinMax.ThirdParty.MiniJson.Json/Parser::IsWordBreak(System.Char)] : lts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.ThirdParty.MiniJson.Json/Parser::Parse(System.String)] : ltt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.Dictionary`2 AppLovinMax.ThirdParty.MiniJson.Json/Parser::ParseObject()] : ltu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 AppLovinMax.ThirdParty.MiniJson.Json/Parser::ParseArray()] : ltv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.ThirdParty.MiniJson.Json/Parser::ParseValue()] : ltw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.ThirdParty.MiniJson.Json/Parser::ParseByToken(AppLovinMax.ThirdParty.MiniJson.Json/Parser/TOKEN)] : ltx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.ThirdParty.MiniJson.Json/Parser::ParseString()] : lty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.ThirdParty.MiniJson.Json/Parser::ParseNumber()] : ltz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.ThirdParty.MiniJson.Json/Parser::EatWhitespace()] : lua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Char AppLovinMax.ThirdParty.MiniJson.Json/Parser::get_PeekChar()] : lub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Char AppLovinMax.ThirdParty.MiniJson.Json/Parser::get_NextChar()] : luc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.ThirdParty.MiniJson.Json/Parser::get_NextWord()] : lud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] AppLovinMax.ThirdParty.MiniJson.Json/Parser/TOKEN AppLovinMax.ThirdParty.MiniJson.Json/Parser::get_NextToken()] : lue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.ThirdParty.MiniJson.Json/Serializer::Serialize(System.Object,System.Boolean)] : luf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.ThirdParty.MiniJson.Json/Serializer::SerializeValue(System.Object)] : lug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.ThirdParty.MiniJson.Json/Serializer::SerializeObject(System.Collections.IDictionary)] : luh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.ThirdParty.MiniJson.Json/Serializer::SerializeArray(System.Collections.IList)] : lui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.ThirdParty.MiniJson.Json/Serializer::SerializeString(System.String)] : luj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.ThirdParty.MiniJson.Json/Serializer::SerializeOther(System.Object)] : luk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.ThirdParty.MiniJson.Json::Deserialize(System.String)] : lul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.ThirdParty.MiniJson.Json::Serialize(System.Object,System.Boolean)] : lum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxEventExecutor/<>c__DisplayClass6_0::b__0()] : lun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxEventExecutor::InitializeIfNeeded()] : luo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxEventExecutor::ExecuteOnMainThread(System.Action,System.String)] : lup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxEventExecutor::InvokeOnMainThread(UnityEngine.Events.UnityEvent,System.String)] : luq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxEventExecutor::Disable()] : lur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.WebRequestConfig::get_EndPoint()] : lus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_EndPoint(System.String)] : lut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] AppLovinMax.Internal.WebRequestType AppLovinMax.Internal.WebRequestConfig::get_RequestType()] : luu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_RequestType(AppLovinMax.Internal.WebRequestType)] : luv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Networking.DownloadHandler AppLovinMax.Internal.WebRequestConfig::get_DownloadHandler()] : luw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_DownloadHandler(UnityEngine.Networking.DownloadHandler)] : lux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.Dictionary`2 AppLovinMax.Internal.WebRequestConfig::get_QueryParams()] : luy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_QueryParams(System.Collections.Generic.Dictionary`2)] : luz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.Dictionary`2 AppLovinMax.Internal.WebRequestConfig::get_Headers()] : lva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_Headers(System.Collections.Generic.Dictionary`2)] : lvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.WebRequestConfig::get_Data()] : lvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_Data(System.Object)] : lvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.WebRequestConfig::get_JsonString()] : lve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_JsonString(System.String)] : lvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 AppLovinMax.Internal.WebRequestConfig::get_MaxRequestAttempts()] : lvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_MaxRequestAttempts(System.Int32)] : lvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 AppLovinMax.Internal.WebRequestConfig::get_TimeoutSeconds()] : lvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_TimeoutSeconds(System.Int32)] : lvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean AppLovinMax.Internal.WebResponse::get_IsSuccess()] : lvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.WebResponse::get_ResponseMessage()] : lvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.WebResponse::get_ErrorMessage()] : lvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.IEnumerator AppLovinMax.Internal.MaxWebRequest/<>c::b__5_0(UnityEngine.Networking.UnityWebRequest)] : lvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.IEnumerator AppLovinMax.Internal.MaxWebRequest/<>c::b__6_0(UnityEngine.Networking.UnityWebRequest)] : lvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/<>c__DisplayClass5_0::b__1(AppLovinMax.Internal.WebResponse)] : lvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/<>c__DisplayClass6_0::b__1(AppLovinMax.Internal.WebResponse)] : lvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/d__5::System.IDisposable.Dispose()] : lvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.MaxWebRequest/d__5::System.Collections.Generic.IEnumerator.get_Current()] : lvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/d__5::System.Collections.IEnumerator.Reset()] : lvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.MaxWebRequest/d__5::System.Collections.IEnumerator.get_Current()] : lvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/d__8::System.IDisposable.Dispose()] : lvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/d__8::<>m__Finally1()] : lvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/d__8::<>m__Finally2()] : lvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.MaxWebRequest/d__8::System.Collections.Generic.IEnumerator.get_Current()] : lvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/d__8::System.Collections.IEnumerator.Reset()] : lvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.MaxWebRequest/d__8::System.Collections.IEnumerator.get_Current()] : lwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.IEnumerator AppLovinMax.Internal.MaxWebRequest::Send(System.Action`1)] : lwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] AppLovinMax.Internal.WebResponse AppLovinMax.Internal.MaxWebRequest::SendSync()] : lwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest::Abort()] : lwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.IEnumerator AppLovinMax.Internal.MaxWebRequest::SendInternal(System.Func`2,System.Action`1)] : lwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Networking.UnityWebRequest AppLovinMax.Internal.MaxWebRequest::CreateWebRequest()] : lwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.MaxWebRequest::BuildURL()] : lwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequestExtension/d__0::System.IDisposable.Dispose()] : lwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.MaxWebRequestExtension/d__0::System.Collections.Generic.IEnumerator.get_Current()] : lwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequestExtension/d__0::System.Collections.IEnumerator.Reset()] : lwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.MaxWebRequestExtension/d__0::System.Collections.IEnumerator.get_Current()] : lwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.IEnumerator AppLovinMax.Internal.MaxWebRequestExtension::SendAndWait(UnityEngine.Networking.UnityWebRequest)] : lwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.MaxWebRequestExtension::ToHttpMethodString(AppLovinMax.Internal.WebRequestType)] : lwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.MaxWebRequestExtension::ToQueryString(System.Collections.Generic.Dictionary`2)] : lwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper/Task::run()] : lwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[BigoAds] System.Void AdHelper/DestryAdTask::run()] : lwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowBannerAd(UnityEngine.AndroidJavaObject)] : lwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowBannerAd(UnityEngine.AndroidJavaObject,BigoAds.Scripts.Api.Constant.BigoPosition)] : lwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowNativeAd(UnityEngine.AndroidJavaObject)] : lwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::RemoveAdView()] : lws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowNativeAd(UnityEngine.AndroidJavaObject,BigoAds.Scripts.Api.Constant.BigoPosition)] : lwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::SetViewPosition(UnityEngine.AndroidJavaObject,BigoAds.Scripts.Api.Constant.BigoPosition)] : lwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::DestroyAd(UnityEngine.AndroidJavaObject)] : lwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::PostToAndroidMainThread(AdHelper/Task)] : lww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : lwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : lwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0::b__0()] : lwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0::b__1(System.Single)] : lxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0::b__0()] : lxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0::b__1(System.Single)] : lxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::b__0()] : lxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::b__1(System.Single)] : lxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleAudio::DOFade(UnityEngine.AudioSource,System.Single,System.Single)] : lxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleAudio::DOPitch(UnityEngine.AudioSource,System.Single,System.Single)] : lxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleAudio::DOSetFloat(UnityEngine.Audio.AudioMixer,System.String,System.Single,System.Single)] : lxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOComplete(UnityEngine.Audio.AudioMixer,System.Boolean)] : lxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOKill(UnityEngine.Audio.AudioMixer,System.Boolean)] : lxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOFlip(UnityEngine.Audio.AudioMixer)] : lxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOGoto(UnityEngine.Audio.AudioMixer,System.Single,System.Boolean)] : lxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPause(UnityEngine.Audio.AudioMixer)] : lxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPlay(UnityEngine.Audio.AudioMixer)] : lxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPlayBackwards(UnityEngine.Audio.AudioMixer)] : lxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPlayForward(UnityEngine.Audio.AudioMixer)] : lxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DORestart(UnityEngine.Audio.AudioMixer)] : lxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DORewind(UnityEngine.Audio.AudioMixer)] : lxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOSmoothRewind(UnityEngine.Audio.AudioMixer)] : lxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOTogglePause(UnityEngine.Audio.AudioMixer)] : lxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0::b__0()] : lxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::b__0()] : lxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::b__1(UnityEngine.Vector3)] : lxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0::b__0()] : lxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0::b__0()] : lxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0::b__0()] : lxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Quaternion DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0::b__0()] : lya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Quaternion DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0::b__0()] : lyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__0()] : lyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__1()] : lyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__2()] : lye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__3()] : lyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__4()] : lyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0::b__0()] : lyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::b__0()] : lyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::b__1(UnityEngine.Vector3)] : lyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0::b__0()] : lyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOMove(UnityEngine.Rigidbody,UnityEngine.Vector3,System.Single,System.Boolean)] : lyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOMoveX(UnityEngine.Rigidbody,System.Single,System.Single,System.Boolean)] : lym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOMoveY(UnityEngine.Rigidbody,System.Single,System.Single,System.Boolean)] : lyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOMoveZ(UnityEngine.Rigidbody,System.Single,System.Single,System.Boolean)] : lyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DORotate(UnityEngine.Rigidbody,UnityEngine.Vector3,System.Single,DG.Tweening.RotateMode)] : lyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOLookAt(UnityEngine.Rigidbody,UnityEngine.Vector3,System.Single,DG.Tweening.AxisConstraint,System.Nullable`1)] : lyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModulePhysics::DOJump(UnityEngine.Rigidbody,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.Boolean)] : lyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOPath(UnityEngine.Rigidbody,UnityEngine.Vector3[],System.Single,DG.Tweening.PathType,DG.Tweening.PathMode,System.Int32,System.Nullable`1)] : lys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOLocalPath(UnityEngine.Rigidbody,UnityEngine.Vector3[],System.Single,DG.Tweening.PathType,DG.Tweening.PathMode,System.Int32,System.Nullable`1)] : lyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOPath(UnityEngine.Rigidbody,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,DG.Tweening.PathMode)] : lyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOLocalPath(UnityEngine.Rigidbody,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,DG.Tweening.PathMode)] : lyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0::b__0()] : lyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0::b__0()] : lyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0::b__0()] : lyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0::b__0()] : lyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__0()] : lza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__1(UnityEngine.Vector2)] : lzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__2()] : lzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__3()] : lzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__4(UnityEngine.Vector2)] : lze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__5()] : lzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0::b__0()] : lzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0::b__1(UnityEngine.Vector3)] : lzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::b__0()] : lzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::b__1(UnityEngine.Vector3)] : lzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics2D::DOMove(UnityEngine.Rigidbody2D,UnityEngine.Vector2,System.Single,System.Boolean)] : lzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics2D::DOMoveX(UnityEngine.Rigidbody2D,System.Single,System.Single,System.Boolean)] : lzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics2D::DOMoveY(UnityEngine.Rigidbody2D,System.Single,System.Single,System.Boolean)] : lzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics2D::DORotate(UnityEngine.Rigidbody2D,System.Single,System.Single)] : lzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModulePhysics2D::DOJump(UnityEngine.Rigidbody2D,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Boolean)] : lzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics2D::DOPath(UnityEngine.Rigidbody2D,UnityEngine.Vector2[],System.Single,DG.Tweening.PathType,DG.Tweening.PathMode,System.Int32,System.Nullable`1)] : lzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics2D::DOLocalPath(UnityEngine.Rigidbody2D,UnityEngine.Vector2[],System.Single,DG.Tweening.PathType,DG.Tweening.PathMode,System.Int32,System.Nullable`1)] : lzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0::b__0()] : lzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0::b__1(UnityEngine.Color)] : lzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0::b__0()] : lzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0::b__1(UnityEngine.Color)] : lzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::b__0()] : lzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::b__1(UnityEngine.Color)] : lzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleSprite::DOColor(UnityEngine.SpriteRenderer,UnityEngine.Color,System.Single)] : lzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleSprite::DOFade(UnityEngine.SpriteRenderer,System.Single,System.Single)] : lzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleSprite::DOGradientColor(UnityEngine.SpriteRenderer,UnityEngine.Gradient,System.Single)] : lzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleSprite::DOBlendableColor(UnityEngine.SpriteRenderer,UnityEngine.Color,System.Single)] : maa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/Utils::SwitchToRectTransform(UnityEngine.RectTransform,UnityEngine.RectTransform)] : mab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0::b__0()] : mac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0::b__1(System.Single)] : mad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0::b__0()] : mae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0::b__1(UnityEngine.Color)] : maf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0::b__0()] : mag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0::b__1(UnityEngine.Color)] : mah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0::b__0()] : mai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0::b__1(UnityEngine.Vector2)] : maj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0::b__0()] : mak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0::b__1(UnityEngine.Vector2)] : mal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0::b__0()] : mam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0::b__1(UnityEngine.Vector2)] : man -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0::b__0()] : mao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0::b__1(UnityEngine.Vector2)] : map -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0::b__0()] : maq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0::b__1(UnityEngine.Vector3)] : mar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0::b__0()] : mas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0::b__1(UnityEngine.Vector3)] : mat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0::b__0()] : mau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0::b__1(UnityEngine.Vector3)] : mav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0::b__0()] : maw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0::b__1(UnityEngine.Vector3)] : may -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0::b__0()] : maz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0::b__1(UnityEngine.Color)] : mba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0::b__0()] : mbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0::b__1(UnityEngine.Vector2)] : mbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0::b__0()] : mbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0::b__1(UnityEngine.Vector2)] : mbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0::b__0()] : mbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0::b__1(UnityEngine.Vector2)] : mbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0::b__0()] : mbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0::b__1(UnityEngine.Vector2)] : mbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0::b__0()] : mbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0::b__1(UnityEngine.Vector2)] : mbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0::b__0()] : mbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0::b__1(UnityEngine.Vector2)] : mbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0::b__0()] : mbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0::b__1(UnityEngine.Vector3)] : mbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0::b__0()] : mbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0::b__1(UnityEngine.Vector3)] : mbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0::b__0()] : mbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0::b__1(UnityEngine.Vector3)] : mbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__0()] : mbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__1(UnityEngine.Vector2)] : mbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__2()] : mbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__3()] : mbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__4(UnityEngine.Vector2)] : mbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__5()] : mby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0::b__0()] : mbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0::b__1(UnityEngine.Color)] : mca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0::b__0()] : mcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0::b__1(UnityEngine.Vector2)] : mcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0::b__0()] : mcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0::b__1(System.Single)] : mce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0::b__0()] : mcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0::b__1(System.Single)] : mcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0::b__0()] : mch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0::b__1(System.Single)] : mci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0::b__0()] : mcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0::b__1(UnityEngine.Color)] : mck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::b__0()] : mcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::b__1(System.Int32)] : mcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0::b__0()] : mcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0::b__1(UnityEngine.Color)] : mco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.String DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0::b__0()] : mcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0::b__1(System.String)] : mcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::b__0()] : mcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::b__1(UnityEngine.Color)] : mcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::b__0()] : mct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::b__1(UnityEngine.Color)] : mcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0::b__0()] : mcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0::b__1(UnityEngine.Color)] : mcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::b__0()] : mcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::b__1(UnityEngine.Color)] : mcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0::b__0()] : mcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0::b__1(UnityEngine.Color)] : mda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0::b__0()] : mdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0::b__1(System.Single)] : mdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0::b__0()] : mdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0::b__1(UnityEngine.Vector2)] : mde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0::b__0()] : mdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0::b__1(UnityEngine.Vector2)] : mdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0::b__0()] : mdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0::b__1(UnityEngine.Vector2)] : mdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.CanvasGroup,System.Single,System.Single)] : mdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOColor(UnityEngine.UI.Graphic,UnityEngine.Color,System.Single)] : mdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.UI.Graphic,System.Single,System.Single)] : mdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOColor(UnityEngine.UI.Image,UnityEngine.Color,System.Single)] : mdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.UI.Image,System.Single,System.Single)] : mdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFillAmount(UnityEngine.UI.Image,System.Single,System.Single)] : mdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleUI::DOGradientColor(UnityEngine.UI.Image,UnityEngine.Gradient,System.Single)] : mdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFlexibleSize(UnityEngine.UI.LayoutElement,UnityEngine.Vector2,System.Single,System.Boolean)] : mdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOMinSize(UnityEngine.UI.LayoutElement,UnityEngine.Vector2,System.Single,System.Boolean)] : mdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOPreferredSize(UnityEngine.UI.LayoutElement,UnityEngine.Vector2,System.Single,System.Boolean)] : mds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOColor(UnityEngine.UI.Outline,UnityEngine.Color,System.Single)] : mdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.UI.Outline,System.Single,System.Single)] : mdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOScale(UnityEngine.UI.Outline,UnityEngine.Vector2,System.Single)] : mdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPos(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single,System.Boolean)] : mdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPosX(UnityEngine.RectTransform,System.Single,System.Single,System.Boolean)] : mdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPosY(UnityEngine.RectTransform,System.Single,System.Single,System.Boolean)] : mdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPos3D(UnityEngine.RectTransform,UnityEngine.Vector3,System.Single,System.Boolean)] : mdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPos3DX(UnityEngine.RectTransform,System.Single,System.Single,System.Boolean)] : mea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPos3DY(UnityEngine.RectTransform,System.Single,System.Single,System.Boolean)] : meb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPos3DZ(UnityEngine.RectTransform,System.Single,System.Single,System.Boolean)] : mec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorMax(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single,System.Boolean)] : med -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorMin(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single,System.Boolean)] : mee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOPivot(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single)] : mef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOPivotX(UnityEngine.RectTransform,System.Single,System.Single)] : meg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOPivotY(UnityEngine.RectTransform,System.Single,System.Single)] : meh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOSizeDelta(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single,System.Boolean)] : mei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOPunchAnchorPos(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Boolean)] : mej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOShakeAnchorPos(UnityEngine.RectTransform,System.Single,System.Single,System.Int32,System.Single,System.Boolean,System.Boolean)] : mek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOShakeAnchorPos(UnityEngine.RectTransform,System.Single,UnityEngine.Vector2,System.Int32,System.Single,System.Boolean,System.Boolean)] : mel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleUI::DOJumpAnchorPos(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Boolean)] : mem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DONormalizedPos(UnityEngine.UI.ScrollRect,UnityEngine.Vector2,System.Single,System.Boolean)] : men -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOHorizontalNormalizedPos(UnityEngine.UI.ScrollRect,System.Single,System.Single,System.Boolean)] : meo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOVerticalNormalizedPos(UnityEngine.UI.ScrollRect,System.Single,System.Single,System.Boolean)] : mep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOValue(UnityEngine.UI.Slider,System.Single,System.Single,System.Boolean)] : meq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOColor(UnityEngine.UI.Text,UnityEngine.Color,System.Single)] : mer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOCounter(UnityEngine.UI.Text,System.Int32,System.Int32,System.Single,System.Boolean,System.Globalization.CultureInfo)] : mes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.UI.Text,System.Single,System.Single)] : met -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOText(UnityEngine.UI.Text,System.String,System.Single,System.Boolean,DG.Tweening.ScrambleMode,System.String)] : meu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOBlendableColor(UnityEngine.UI.Graphic,UnityEngine.Color,System.Single)] : mev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOBlendableColor(UnityEngine.UI.Image,UnityEngine.Color,System.Single)] : mew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOBlendableColor(UnityEngine.UI.Text,UnityEngine.Color,System.Single)] : mex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::b__0()] : mey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::b__1(UnityEngine.Vector2)] : mez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::b__0()] : mfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::b__1(UnityEngine.Vector2)] : mfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleUnityVersion::DOGradientColor(UnityEngine.Material,UnityEngine.Gradient,System.Single)] : mfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleUnityVersion::DOGradientColor(UnityEngine.Material,UnityEngine.Gradient,System.String,System.Single)] : mfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForCompletion(DG.Tweening.Tween,System.Boolean)] : mfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForRewind(DG.Tweening.Tween,System.Boolean)] : mff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForKill(DG.Tweening.Tween,System.Boolean)] : mfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForElapsedLoops(DG.Tweening.Tween,System.Int32,System.Boolean)] : mfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForPosition(DG.Tweening.Tween,System.Single,System.Boolean)] : mfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForStart(DG.Tweening.Tween,System.Boolean)] : mfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUnityVersion::DOOffset(UnityEngine.Material,UnityEngine.Vector2,System.Int32,System.Single)] : mfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUnityVersion::DOTiling(UnityEngine.Material,UnityEngine.Vector2,System.Int32,System.Single)] : mfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForCompletion(DG.Tweening.Tween)] : mfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForRewind(DG.Tweening.Tween)] : mfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForKill(DG.Tweening.Tween)] : mfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForElapsedLoops(DG.Tweening.Tween,System.Int32)] : mfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForPosition(DG.Tweening.Tween,System.Single)] : mfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForStart(DG.Tweening.Tween)] : mfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUtils/Physics::SetOrientationOnPath(DG.Tweening.Plugins.Options.PathOptions,DG.Tweening.Tween,UnityEngine.Quaternion,UnityEngine.Transform)] : mfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Boolean DG.Tweening.DOTweenModuleUtils/Physics::HasRigidbody2D(UnityEngine.Component)] : mft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Boolean DG.Tweening.DOTweenModuleUtils/Physics::HasRigidbody(UnityEngine.Component)] : mfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUtils/Physics::CreateDOTweenPathTween(UnityEngine.MonoBehaviour,System.Boolean,System.Boolean,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,DG.Tweening.PathMode)] : mfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUtils::Init()] : mfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUtils::Preserver()] : mfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : mfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Boolean AFMiniJSON.Json/Parser::IsWordBreak(System.Char)] : mfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::Parse(System.String)] : mga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Collections.Generic.Dictionary`2 AFMiniJSON.Json/Parser::ParseObject()] : mgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Collections.Generic.List`1 AFMiniJSON.Json/Parser::ParseArray()] : mgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::ParseValue()] : mgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::ParseByToken(AFMiniJSON.Json/Parser/TOKEN)] : mge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json/Parser::ParseString()] : mgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::ParseNumber()] : mgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Parser::EatWhitespace()] : mgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Char AFMiniJSON.Json/Parser::get_PeekChar()] : mgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Char AFMiniJSON.Json/Parser::get_NextChar()] : mgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json/Parser::get_NextWord()] : mgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] AFMiniJSON.Json/Parser/TOKEN AFMiniJSON.Json/Parser::get_NextToken()] : mgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json/Serializer::Serialize(System.Object)] : mgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeValue(System.Object)] : mgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeObject(System.Collections.IDictionary)] : mgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeArray(System.Collections.IList)] : mgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeString(System.String)] : mgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeOther(System.Object)] : mgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json::Deserialize(System.String)] : mgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json::Serialize(System.Object)] : mgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : mgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Reflection.MethodInfo IngameDebugConsole.ConsoleAttribute::get_Method()] : mgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleAttribute::set_Method(System.Reflection.MethodInfo)] : mgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.ConsoleAttribute::get_Order()] : mgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleAttribute::SetMethod(System.Reflection.MethodInfo)] : mgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleAttribute::Load()] : mgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.ConsoleCustomTypeParserAttribute::get_Order()] : mgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleCustomTypeParserAttribute::Load()] : mgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.ConsoleMethodAttribute::get_Command()] : mha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.ConsoleMethodAttribute::get_Description()] : mhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String[] IngameDebugConsole.ConsoleMethodAttribute::get_ParameterNames()] : mhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.ConsoleMethodAttribute::get_Order()] : mgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleMethodAttribute::Load()] : mgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.CircularBuffer`1::get_Count()] : mhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.CircularBuffer`1::set_Count(System.Int32)] : mhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.CircularBuffer`1::Add(T)] : mhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::get_Count()] : mhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::set_Count(System.Int32)] : mhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::get_Capacity()] : mhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::SetCapacity(System.Int32)] : mhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::AddFirst(T)] : mhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::Add(T)] : mhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::AddRange(IngameDebugConsole.DynamicCircularBuffer`1)] : mhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] T IngameDebugConsole.DynamicCircularBuffer`1::RemoveFirst()] : mhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] T IngameDebugConsole.DynamicCircularBuffer`1::RemoveLast()] : mho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::RemoveAll(System.Predicate`1)] : mhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::RemoveAll(System.Predicate`1,System.Action`2,IngameDebugConsole.DynamicCircularBuffer`1)] : mhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::TrimStart(System.Int32,System.Action`1)] : mhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::TrimEnd(System.Int32,System.Action`1)] : mhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::TrimInternal(System.Int32,System.Int32,System.Action`1)] : mht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::Clear()] : mhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::IndexOf(T)] : mhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::ForEach(System.Action`1)] : mhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.ConsoleMethodInfo::IsValid()] : mhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole/<>c::b__13_0(IngameDebugConsole.ConsoleAttribute,IngameDebugConsole.ConsoleAttribute)] : mhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::add_OnCommandExecuted(IngameDebugConsole.DebugLogConsole/CommandExecutedDelegate)] : mhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::remove_OnCommandExecuted(IngameDebugConsole.DebugLogConsole/CommandExecutedDelegate)] : mia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::SearchAssemblyForConsoleMethods(System.Reflection.Assembly)] : mib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Collections.Generic.List`1 IngameDebugConsole.DebugLogConsole::GetAllCommands()] : mic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::LogAllCommands()] : mie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::LogAllCommandsWithName(System.String)] : mif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::LogSystemInfo()] : mig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Text.StringBuilder IngameDebugConsole.DebugLogConsole::AppendSysInfoIfPresent(System.Text.StringBuilder,System.String,System.String)] : mih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Text.StringBuilder IngameDebugConsole.DebugLogConsole::AppendSysInfoIfPresent(System.Text.StringBuilder,System.Int32,System.String)] : mii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCustomParameterType(System.Type,IngameDebugConsole.DebugLogConsole/ParseFunction,System.String)] : mij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCustomParameterType(System.Type)] : mik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommandInstance(System.String,System.String,System.String,System.Object,System.String[])] : mil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommandStatic(System.String,System.String,System.String,System.Type,System.String[])] : mim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action)] : mio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`1)] : mip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`1)] : miq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`2)] : mir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`2)] : mis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`3)] : mit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`3)] : miu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`4)] : miv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`4)] : miw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`5)] : miy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Delegate)] : miz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`1,System.String)] : mja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`2,System.String,System.String)] : mjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`2,System.String)] : mjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`3,System.String,System.String,System.String)] : mjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`3,System.String,System.String)] : mje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`4,System.String,System.String,System.String,System.String)] : mjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`4,System.String,System.String,System.String)] : mjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`5,System.String,System.String,System.String,System.String)] : mjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Delegate,System.String[])] : mji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.String,System.Type,System.Object,System.String[])] : mjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Reflection.MethodInfo,System.Object,System.String[])] : mjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.String)] : mjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action)] : mjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`1)] : mjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`1)] : mjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`2)] : mjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`2)] : mjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`3)] : mjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`3)] : mjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`4)] : mjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`4)] : mju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`5)] : mjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Delegate)] : mjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Reflection.MethodInfo)] : mjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogConsole::GetAutoCompleteCommand(System.String,System.String)] : mjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::ExecuteCommand(System.String)] : mjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::FetchArgumentsFromCommand(System.String,System.Collections.Generic.List`1)] : mka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::FindCommands(System.String,System.Boolean,System.Collections.Generic.List`1)] : mkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::GetCommandSuggestions(System.String,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.String&,System.Int32&)] : mkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::IndexOfDelimiterGroup(System.Char)] : mkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::IndexOfDelimiterGroupEnd(System.String,System.Int32,System.Int32)] : mke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::IndexOfChar(System.String,System.Char,System.Int32)] : mkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::FindCommandIndex(System.String)] : mkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::IsSupportedArrayType(System.Type)] : mkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogConsole::GetTypeReadableName(System.Type)] : mki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseArgument(System.String,System.Type,System.Object&)] : mkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseString(System.String,System.Object&)] : mkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseBool(System.String,System.Object&)] : mkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseInt(System.String,System.Object&)] : mkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseUInt(System.String,System.Object&)] : mkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseLong(System.String,System.Object&)] : mko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseULong(System.String,System.Object&)] : mkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseByte(System.String,System.Object&)] : mkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseSByte(System.String,System.Object&)] : mkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseShort(System.String,System.Object&)] : mks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseUShort(System.String,System.Object&)] : mkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseChar(System.String,System.Object&)] : mku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseFloat(System.String,System.Object&)] : mkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseDouble(System.String,System.Object&)] : mkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseDecimal(System.String,System.Object&)] : mkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector2(System.String,System.Object&)] : mky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector3(System.String,System.Object&)] : mkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector4(System.String,System.Object&)] : mla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseQuaternion(System.String,System.Object&)] : mlb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseColor(System.String,System.Object&)] : mlc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseColor32(System.String,System.Object&)] : mld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseRect(System.String,System.Object&)] : mle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseRectOffset(System.String,System.Object&)] : mlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseBounds(System.String,System.Object&)] : mlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector2Int(System.String,System.Object&)] : mlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector3Int(System.String,System.Object&)] : mli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseRectInt(System.String,System.Object&)] : mlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseBoundsInt(System.String,System.Object&)] : mlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseGameObject(System.String,System.Object&)] : mll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseComponent(System.String,System.Type,System.Object&)] : mlm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseEnum(System.String,System.Type,System.Object&)] : mln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseArray(System.String,System.Type,System.Object&)] : mlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector(System.String,System.Type,System.Object&)] : mlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntry::Initialize(System.String,System.String)] : mlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntry::Clear()] : mlr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogEntry::MatchesSearchTerm(System.String)] : mls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogEntry::GetContentHashCode()] : mlt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.QueuedDebugLogEntry::MatchesSearchTerm(System.String)] : mlu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntryTimestamp::AppendTime(System.Text.StringBuilder)] : mlv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntryTimestamp::AppendFullTimestamp(System.Text.StringBuilder)] : mlw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnityEngine.RectTransform IngameDebugConsole.DebugLogItem::get_Transform()] : mlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnityEngine.UI.Image IngameDebugConsole.DebugLogItem::get_Image()] : mly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnityEngine.CanvasGroup IngameDebugConsole.DebugLogItem::get_CanvasGroup()] : mlz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogEntry IngameDebugConsole.DebugLogItem::get_Entry()] : mma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Nullable`1 IngameDebugConsole.DebugLogItem::get_Timestamp()] : mmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogItem::get_Expanded()] : mmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::Initialize(IngameDebugConsole.DebugLogRecycledListView)] : mmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::SetContent(IngameDebugConsole.DebugLogEntry,System.Nullable`1,System.Int32,System.Boolean)] : mme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::ShowCount()] : mmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::HideCount()] : mmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::UpdateTimestamp(IngameDebugConsole.DebugLogEntryTimestamp)] : mmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::SetText(IngameDebugConsole.DebugLogEntry,System.Nullable`1,System.Boolean)] : mmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::CopyLog()] : mmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogItem::GetCopyContent()] : mmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogItem::CalculateExpandedHeight(IngameDebugConsole.DebugLogEntry,System.Nullable`1)] : mml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogManager IngameDebugConsole.DebugLogManager::get_Instance()] : mmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::set_Instance(IngameDebugConsole.DebugLogManager)] : mmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::get_IsLogWindowVisible()] : mmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::get_PopupEnabled()] : mmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::set_PopupEnabled(System.Boolean)] : mmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnApplicationQuitting()] : mmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ShowLogWindow()] : mms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::HideLogWindow()] : mmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Char IngameDebugConsole.DebugLogManager::OnValidateCommand(System.String,System.Int32,System.Char)] : mmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ReceivedLog(System.String,System.String,UnityEngine.LogType)] : mmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ProcessQueuedLogs(System.Int32)] : mmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ProcessLog(IngameDebugConsole.QueuedDebugLogEntry,IngameDebugConsole.DebugLogEntryTimestamp)] : mmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::RemoveOldestLogs(System.Int32)] : mmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::RemoveUncollapsedLogEntry(IngameDebugConsole.DebugLogEntry)] : mmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::ShouldRemoveCollapsedLogEntry(IngameDebugConsole.DebugLogEntry)] : mna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::ShouldRemoveLogEntryToShow(IngameDebugConsole.DebugLogEntry)] : mnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::UpdateLogEntryCollapsedIndex(IngameDebugConsole.DebugLogEntry,System.Int32)] : mnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnLogEntriesUpdated(System.Boolean,System.Boolean)] : mnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::PoolLogEntry(IngameDebugConsole.DebugLogEntry)] : mne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ValidateScrollPosition()] : mnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::AdjustLatestPendingLog(System.Boolean,System.Boolean)] : mng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ClearLogs()] : mnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::CollapseButtonPressed()] : mni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterLogButtonPressed()] : mnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterWarningButtonPressed()] : mnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterErrorButtonPressed()] : mnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::SearchTermChanged(System.String)] : mnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::RefreshCommandSuggestions(System.String)] : mnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnEditCommand(System.String)] : mno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnEndEditCommand(System.String)] : mnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::Resize(UnityEngine.EventSystems.PointerEventData)] : mnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterLogs()] : mnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogManager::GetAllLogs()] : mns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::GetAllLogs(IngameDebugConsole.DynamicCircularBuffer`1&,IngameDebugConsole.DynamicCircularBuffer`1&)] : mnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::SaveLogsToFile()] : mnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::SaveLogsToFile(System.String)] : mnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::CheckScreenCutout()] : mnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::PoolLogItem(IngameDebugConsole.DebugLogItem)] : mnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogItem IngameDebugConsole.DebugLogManager::PopLogItem()] : mny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::b__140_0()] : mnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup/d__25::System.IDisposable.Dispose()] : moa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Object IngameDebugConsole.DebugLogPopup/d__25::System.Collections.Generic.IEnumerator.get_Current()] : mob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup/d__25::System.Collections.IEnumerator.Reset()] : moc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Object IngameDebugConsole.DebugLogPopup/d__25::System.Collections.IEnumerator.get_Current()] : mod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogPopup::get_IsVisible()] : moe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::set_IsVisible(System.Boolean)] : mof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::NewLogsArrived(System.Int32,System.Int32,System.Int32)] : mog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::ResetValues()] : moh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Collections.IEnumerator IngameDebugConsole.DebugLogPopup::MoveToPosAnimation(UnityEngine.Vector2)] : moi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::Hide()] : moj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::UpdatePosition(System.Boolean)] : mok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogRecycledListView::get_DeltaHeightOfSelectedLogEntry()] : mol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogRecycledListView::get_ItemHeight()] : mom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogRecycledListView::get_SelectedItemHeight()] : mon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::Initialize(IngameDebugConsole.DebugLogManager,IngameDebugConsole.DynamicCircularBuffer`1,IngameDebugConsole.DynamicCircularBuffer`1,System.Single)] : moo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::SetCollapseMode(System.Boolean)] : mop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogItemClicked(IngameDebugConsole.DebugLogItem)] : moq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::SelectAndFocusOnLogItemAtIndex(System.Int32)] : mor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogItemClickedInternal(System.Int32,IngameDebugConsole.DebugLogItem)] : mos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::DeselectSelectedLogItem()] : mot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnBeforeFilterLogs()] : mou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnAfterFilterLogs()] : mov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogEntriesUpdated(System.Boolean)] : mow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnCollapsedLogEntryAtIndexUpdated(System.Int32)] : mox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::RefreshCollapsedLogEntryCounts()] : moy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogEntriesRemoved(System.Int32)] : moz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogRecycledListView::ShouldRemoveLogItem(IngameDebugConsole.DebugLogItem)] : mpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogRecycledListView::FindIndexOfLogEntryInReverseDirection(IngameDebugConsole.DebugLogEntry,System.Int32)] : mpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnViewportWidthChanged()] : mpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnViewportHeightChanged()] : mpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::CalculateContentHeight()] : mpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::CalculateSelectedLogEntryHeight(IngameDebugConsole.DebugLogItem)] : mpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::UpdateItemsInTheList(System.Boolean)] : mpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogItem IngameDebugConsole.DebugLogRecycledListView::GetLogItemAtIndex(System.Int32)] : mph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::UpdateLogItemContentsBetweenIndices(System.Int32,System.Int32,System.Int32)] : mpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::RepositionLogItem(IngameDebugConsole.DebugLogItem)] : mpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::ColorLogItem(IngameDebugConsole.DebugLogItem)] : mpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::b__27_0(UnityEngine.Vector2)] : mpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogResizeListener::UnityEngine.EventSystems.IBeginDragHandler.OnBeginDrag(UnityEngine.EventSystems.PointerEventData)] : mpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogResizeListener::UnityEngine.EventSystems.IDragHandler.OnDrag(UnityEngine.EventSystems.PointerEventData)] : mpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugsOnScrollListener::IsScrollbarAtBottom()] : mpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::OnSceneLoaded(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode)] : mpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::OnSceneUnloaded(UnityEngine.SceneManagement.Scene)] : mpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::ActivateEventSystemIfNeeded()] : mpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::DeactivateEventSystem()] : mps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[SDKConfig] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : mpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : mpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::add_OnReset(System.Action`1)] : mpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::remove_OnReset(System.Action`1)] : mpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::Dispatch_OnReset(DG.Tweening.DOTweenAnimation)] : mpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::CreateTween()] : mpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayById(System.String)] : mpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayAllById(System.String)] : mqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPauseAllById(System.String)] : mqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayBackwardsById(System.String)] : mqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayBackwardsAllById(System.String)] : mqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayForwardById(System.String)] : mqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayForwardAllById(System.String)] : mqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayNext()] : mqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORewindAndPlayNext()] : mqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORewindAllById(System.String)] : mqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORestartById(System.String)] : mqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORestartAllById(System.String)] : mqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Collections.Generic.List`1 DG.Tweening.DOTweenAnimation::GetTweens()] : mql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenAnimation/TargetType DG.Tweening.DOTweenAnimation::TypeToDOTargetType(System.Type)] : mqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tween DG.Tweening.DOTweenAnimation::CreateEditorPreview()] : mqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.GameObject DG.Tweening.DOTweenAnimation::GetTweenGO()] : mqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::ReEvaluateRelativeTween()] : mqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::b__47_0()] : mqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Boolean DG.Tweening.DOTweenAnimationExtensions::IsSameOrSubclassOf(UnityEngine.Component)] : mqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass1_0::b__0()] : mqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass1_0::b__1(UnityEngine.Vector3)] : mqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass2_0::b__0()] : mqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenProShortcuts::DOSpiral(UnityEngine.Transform,System.Single,System.Nullable`1,DG.Tweening.SpiralMode,System.Single,System.Single,System.Single,System.Boolean)] : mqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenProShortcuts::DOSpiral(UnityEngine.Rigidbody,System.Single,System.Nullable`1,DG.Tweening.SpiralMode,System.Single,System.Single,System.Single,System.Boolean)] : mqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass0_0::b__0()] : mqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass0_0::b__1(UnityEngine.Color)] : mqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.String DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass10_0::b__0()] : mqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass10_0::b__1(System.String)] : mra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass1_0::b__0()] : mrb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass1_0::b__1(UnityEngine.Color)] : mrc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass2_0::b__0()] : mrd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass2_0::b__1(UnityEngine.Color)] : mre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass4_0::b__0()] : mrf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass4_0::b__1(UnityEngine.Color)] : mrg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass5_0::b__0()] : mrh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass5_0::b__1(UnityEngine.Color)] : mri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass6_0::b__0()] : mrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass6_0::b__1(UnityEngine.Vector3)] : mrk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Int32 DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass7_0::b__0()] : mrl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass7_0::b__1(System.Int32)] : mrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Single DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass8_0::b__0()] : mrn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass8_0::b__1(System.Single)] : mro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Int32 DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass9_0::b__0()] : mrp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass9_0::b__1(System.Int32)] : mrq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOColor(TMPro.TMP_Text,UnityEngine.Color,System.Single)] : mrr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOFaceColor(TMPro.TMP_Text,UnityEngine.Color32,System.Single)] : mrs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOOutlineColor(TMPro.TMP_Text,UnityEngine.Color32,System.Single)] : mrt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOGlowColor(TMPro.TMP_Text,UnityEngine.Color,System.Single,System.Boolean)] : mru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOFade(TMPro.TMP_Text,System.Single,System.Single)] : mrv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOFaceFade(TMPro.TMP_Text,System.Single,System.Single)] : mrw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOScale(TMPro.TMP_Text,System.Single,System.Single)] : mrx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOCounter(TMPro.TMP_Text,System.Int32,System.Int32,System.Single,System.Boolean,System.Globalization.CultureInfo)] : mry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOFontSize(TMPro.TMP_Text,System.Single,System.Single)] : mrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOMaxVisibleCharacters(TMPro.TMP_Text,System.Int32,System.Single)] : msa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOText(TMPro.TMP_Text,System.String,System.Single,System.Boolean,DG.Tweening.ScrambleMode,System.String)] : msb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Boolean DG.Tweening.DOTweenTMPAnimator/CharTransform::get_isVisible()] : msc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::set_isVisible(System.Boolean)] : msd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::Refresh(TMPro.TMP_TextInfo,TMPro.TMP_MeshInfo[])] : mse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetAll(TMPro.TMP_Text,TMPro.TMP_MeshInfo[],TMPro.TMP_MeshInfo[])] : msf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetTransformationData()] : msh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetGeometry(TMPro.TMP_Text,TMPro.TMP_MeshInfo[])] : msi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetColors(TMPro.TMP_Text,TMPro.TMP_MeshInfo[])] : msj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color32 DG.Tweening.DOTweenTMPAnimator/CharTransform::GetColor(TMPro.TMP_MeshInfo[])] : msk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/CharVertices DG.Tweening.DOTweenTMPAnimator/CharTransform::GetVertices()] : msl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::UpdateAlpha(TMPro.TMP_Text,UnityEngine.Color,TMPro.TMP_MeshInfo[],System.Boolean)] : msm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::UpdateColor(TMPro.TMP_Text,UnityEngine.Color32,TMPro.TMP_MeshInfo[],System.Boolean)] : msn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::UpdateGeometry(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3,TMPro.TMP_MeshInfo[],System.Boolean)] : mso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ShiftVertices(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)] : msp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetVerticesShift(TMPro.TMP_Text)] : msq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass32_0::b__0()] : msr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass32_0::b__1(UnityEngine.Color)] : mss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass33_0::b__0()] : mst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass33_0::b__1(UnityEngine.Color)] : msu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass34_0::b__0()] : msv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass34_0::b__1(UnityEngine.Vector3)] : msw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Quaternion DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass35_0::b__0()] : msx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass35_0::b__1(UnityEngine.Quaternion)] : msy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass37_0::b__0()] : msz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass37_0::b__1(UnityEngine.Vector3)] : mta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass38_0::b__0()] : mtb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass38_0::b__1(UnityEngine.Vector3)] : mtc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass39_0::b__0()] : mtd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass39_0::b__1(UnityEngine.Vector3)] : mte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass41_0::b__0()] : mtf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass41_0::b__1(UnityEngine.Vector3)] : mtg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0::b__0()] : mth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0::b__1(UnityEngine.Vector3)] : mti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0::b__0()] : mtj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0::b__1(UnityEngine.Vector3)] : mtk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0::b__0()] : mtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0::b__1(UnityEngine.Vector3)] : mtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] TMPro.TMP_Text DG.Tweening.DOTweenTMPAnimator::get_target()] : mtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::set_target(TMPro.TMP_Text)] : mto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] TMPro.TMP_TextInfo DG.Tweening.DOTweenTMPAnimator::get_textInfo()] : mtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::set_textInfo(TMPro.TMP_TextInfo)] : mtq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::Refresh()] : mtr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::Reset()] : mts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::OnTextChanged(UnityEngine.Object)] : mtt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Boolean DG.Tweening.DOTweenTMPAnimator::ValidateChar(System.Int32,System.Boolean)] : mtu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Boolean DG.Tweening.DOTweenTMPAnimator::ValidateSpan(System.Int32,System.Int32,System.Int32&,System.Int32&)] : mtv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SkewSpanX(System.Int32,System.Int32,System.Single,System.Boolean)] : mtw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SkewSpanY(System.Int32,System.Int32,System.Single,DG.Tweening.TMPSkewSpanMode,System.Boolean)] : mtx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.DOTweenTMPAnimator::GetCharColor(System.Int32)] : mty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator::GetCharOffset(System.Int32)] : mtz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator::GetCharRotation(System.Int32)] : mua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator::GetCharScale(System.Int32)] : mub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharColor(System.Int32,UnityEngine.Color32)] : muc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharOffset(System.Int32,UnityEngine.Vector3)] : mud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharRotation(System.Int32,UnityEngine.Vector3)] : mue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharScale(System.Int32,UnityEngine.Vector3)] : muf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::ShiftCharVertices(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)] : mug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Single DG.Tweening.DOTweenTMPAnimator::SkewCharX(System.Int32,System.Single,System.Boolean)] : muh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Single DG.Tweening.DOTweenTMPAnimator::SkewCharY(System.Int32,System.Single,System.Boolean,System.Boolean)] : mui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::ResetVerticesShift(System.Int32)] : muj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenTMPAnimator::DOFadeChar(System.Int32,System.Single,System.Single)] : muk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenTMPAnimator::DOColorChar(System.Int32,UnityEngine.Color,System.Single)] : mul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenTMPAnimator::DOOffsetChar(System.Int32,UnityEngine.Vector3,System.Single)] : mum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenTMPAnimator::DORotateChar(System.Int32,UnityEngine.Vector3,System.Single,DG.Tweening.RotateMode)] : mun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenTMPAnimator::DOScaleChar(System.Int32,System.Single,System.Single)] : muo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenTMPAnimator::DOScaleChar(System.Int32,UnityEngine.Vector3,System.Single)] : mup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOPunchCharOffset(System.Int32,UnityEngine.Vector3,System.Single,System.Int32,System.Single)] : muq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOPunchCharRotation(System.Int32,UnityEngine.Vector3,System.Single,System.Int32,System.Single)] : mur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOPunchCharScale(System.Int32,System.Single,System.Single,System.Int32,System.Single)] : mus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOPunchCharScale(System.Int32,UnityEngine.Vector3,System.Single,System.Int32,System.Single)] : mut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOShakeCharOffset(System.Int32,System.Single,System.Single,System.Int32,System.Single,System.Boolean)] : muu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOShakeCharOffset(System.Int32,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean)] : muv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOShakeCharRotation(System.Int32,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean)] : muw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOShakeCharScale(System.Int32,System.Single,System.Single,System.Int32,System.Single,System.Boolean)] : mux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOShakeCharScale(System.Int32,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean)] : muy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : muz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::get_IsKeyboardVisible()] : mva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::IsWebViewAvailable()] : mvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::IsInitialized()] : mvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Init(System.Action`1,System.Action`1,System.Action`1,System.Action`1,System.Action`1,System.Action`1,System.Action`1,System.Boolean,System.Boolean,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.Boolean,System.Boolean,System.Boolean)] : mvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Pause()] : mve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Resume()] : mvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetCenterPositionWithScale(UnityEngine.Vector2,UnityEngine.Vector2)] : mvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetMargins(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)] : mvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetVisibility(System.Boolean)] : mvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::GetVisibility()] : mvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetScrollbarsVisibility(System.Boolean)] : mvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetInteractionEnabled(System.Boolean)] : mvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetAlertDialogEnabled(System.Boolean)] : mvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::GetAlertDialogEnabled()] : mvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetScrollBounceEnabled(System.Boolean)] : mvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::GetScrollBounceEnabled()] : mvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetCameraAccess(System.Boolean)] : mvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetMicrophoneAccess(System.Boolean)] : mvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::SetURLPattern(System.String,System.String,System.String)] : mvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::LoadURL(System.String)] : mvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::LoadHTML(System.String,System.String)] : mvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::EvaluateJS(System.String)] : mvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Int32 WebViewObject::Progress()] : mvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::CanGoBack()] : mvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::CanGoForward()] : mvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::GoBack()] : mvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::GoForward()] : mwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Reload()] : mwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnError(System.String)] : mwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnHttpError(System.String)] : mwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnStarted(System.String)] : mwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnLoaded(System.String)] : mwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallFromJS(System.String)] : mwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnHooked(System.String)] : mwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnCookies(System.String)] : mwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::AddCustomHeader(System.String,System.String)] : mwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.String WebViewObject::GetCustomHeaderValue(System.String)] : mwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::RemoveCustomHeader(System.String)] : mwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::ClearCustomHeader()] : mwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::ClearCookies()] : mwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SaveCookies()] : mwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::GetCookies(System.String)] : mwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetBasicAuthInfo(System.String,System.String)] : mwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::ClearCache(System.Boolean)] : mwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetTextZoom(System.Int32)] : mws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetMixedContentMode(System.Int32)] : mwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : mwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::0ttxlA_b(System.Exception)] : mwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::aWcprZ7t(System.String)] : mww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::JDxSEg3n(System.Object)] : mwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::ZDvhnTDp(System.Object)] : mwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::N_raXA6c(System.Object)] : mwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::vJ0n5e7E(System.Object)] : mxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::XcwoxDyD(System.Object)] : mxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::abhIT6gx(System.Object)] : mxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::OIx3VIzC(System.String)] : mxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::8KmFRmrs(System.Object)] : mxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::vmSrOSka(System.String)] : mxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::Vopy5jEF(System.Object)] : mxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::dHBISnCI(System.Object)] : mxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::pNuYb4j6(System.Exception)] : mxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::8R1PmXfv(System.Boolean)] : mxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::DOIVwJ8S(System.Object)] : mxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::RLDYUJ7R(System.Object)] : mxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::lPQZhDtg(System.Object)] : mxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::btWJFwWx(System.Object)] : mxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::2naZqNEb(System.Object)] : mxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::LdEu9Eiy(System.Object)] : mxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::MJK61JvY(System.Object)] : mxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::JJ5pmxzW(System.Object)] : mxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::GlGLtyfs(System.Object)] : mxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::F476Fxm2(System.Object)] : mxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::wrnxXnub(System.Object)] : mxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::xioGzzRO(System.Object)] : mxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::XlY34yOF(System.Object)] : mxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::na9Mwnz2(System.Object)] : mxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::KSgyF8bi(System.Object)] : mxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::81YBmbKR(System.Object)] : mxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::fz6HqJLd(System.Object)] : mya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::qMN2HBAE(System.Object)] : myb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::A3o5sq9H(System.Object)] : myc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::SPYXXMU4(System.Object)] : myd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::kgFGRZHH(System.Object)] : mye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::lUHjyu6c(System.Boolean)] : myf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::t_Mt7eKl(System.String)] : myg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::vV5byJ0z(System.Object)] : myh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::JcSYgw4G(System.Object)] : myi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::K_SEXTY5(System.Object)] : myj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::Wfer4YAV(System.Exception)] : myk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::anW2aEOL(System.Boolean)] : myl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::kxU4t_XC(System.Object)] : mym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::Aqj1ieIU(System.Object)] : myn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::Fu4MMTuB(System.Object)] : myo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::K7W1iCn5(System.String)] : myp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::xmV6LCTV(System.Object)] : myq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::F2r00_1p(System.Object)] : myr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::oy1elanU(System.Object)] : mys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::eUfEJhze(System.String)] : myt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::Xi6ci5sz(System.Object)] : myu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::xe7iKOKw(System.Boolean)] : myv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::RtczhnXK(System.Object)] : myw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::1aBSQlr3(System.Object)] : myx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::RhhVyHfA(System.Object)] : myy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::BqRoJltS(System.Exception)] : myz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::pTqyF3G4(System.Object)] : mza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::iyMZWly_(System.Object)] : mzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::wENukvV8(System.Object)] : mzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::HAyCYNGQ(System.Object)] : mzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::K13GtZ5R(System.Object)] : mze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::buu1cJ6l(System.Object)] : mzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::cJR8d2If(System.String)] : mzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::hy9hVaK1(System.Exception)] : mzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::MwgI7OG5(System.Object)] : mzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::qUcfMWE_(System.Object)] : mzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::5chwrNOC(System.Boolean)] : mzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::j2cVC5UD(System.Object)] : mzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::lMMsri4y(System.Object)] : mzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::Zlfydc_f(System.Object)] : mzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::KdBee_Xx(System.String)] : mzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::RrQVUoq3(System.String)] : mzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::xnzlozDi(System.Object)] : mzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::U4SItcMh(System.String)] : mzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::XhT59Aup(System.Object)] : mzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::5_1r1XYS(System.Object)] : mzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::SPCGXwFJ(System.Object)] : mzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::gguLOfaQ(System.Object)] : mzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::yopULLsk(System.Object)] : mzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::w99vbRG0(System.Object)] : mzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::CiKXBvB0(System.Object)] : mzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::Jg_3tor4(System.Object)] : mzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::_M59zqEz(System.Object)] : naa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::mxYLytUx(System.Object)] : nab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::gBthqGHK(System.Object)] : nac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::Q0APtKpe(System.String)] : nad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::mS4qi1rC(System.Object)] : nae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::rajfg0L5(System.Object)] : naf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::FkvrqLx3(System.Object)] : nag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::ok953VC1(System.Object)] : nah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::R1zhgiaB(System.Object)] : nai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::OY5qWSm3(System.Object)] : naj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::OXKbiBHX(System.Object)] : nak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::kuK6f_Ay(System.Object)] : nal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::nkhVBwUv(System.Object)] : nam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::Rz7NuEKW(System.Object)] : nan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::QS3KV5U3(System.Object)] : nao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void qvxnf1_T::X3jFC6E0(System.Object)] : nap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/sK51KAZR::ya7PC2TN(Loom/lo7NvgTj)] : naq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/sK51KAZR::i27msfE0(Loom/lo7NvgTj)] : nar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/sK51KAZR::Wh9n8gmq(Loom/lo7NvgTj)] : nas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::4iTa3EEb()] : nat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::KtxJq2Ec()] : nau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::V89QIuAW(System.Action`1,System.Object,System.Single)] : nav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::FrVCBJKm(System.Action`1,System.Object,System.Single)] : naw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::uEE3bkQU()] : nax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::7mBuVKYl()] : nay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::MU1Aj_IS()] : naz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::f_kfYkFf()] : nba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::VRQWnkBP()] : nbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::cvI4pYrS()] : nbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::WZkzlGvm()] : nbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::Mjm51ROR()] : nbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::aM0qILES()] : nbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::hMpFfPxd()] : nbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::HGejOPOw()] : nbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::WGH8tOto(System.Action`1,System.Object,System.Single)] : nbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::ddOURf2T(System.Action`1,System.Object,System.Single)] : nbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::0cj7o8Xg()] : nbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::7bDqu5x1()] : nbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::vH3GHHkd(System.Action`1,System.Object,System.Single)] : nbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::DWWhckdQ()] : nbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::unS5qY4v()] : nbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::mFJsUkvA()] : nbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::v9eHzlAh(System.Action`1,System.Object)] : nbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::z0f5dg7C(System.Action`1,System.Object,System.Single)] : nbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::YliZzVF8(System.Action`1,System.Object,System.Single)] : nbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::8Qjt_L98(System.Object)] : nbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::A4CsSlfN(System.Action`1,System.Object,System.Single)] : nbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::FffBGCQJ()] : nbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::9YAclssr()] : nbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::6JN7OdqY()] : nbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::mw6zVGkY(System.Object)] : nby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::OJtgVarZ(System.Action`1,System.Object,System.Single)] : nbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::kaeTgOy9()] : nca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::XT5hlJbl(System.Action`1,System.Object,System.Single)] : ncb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::BkPr_Nss()] : ncc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::ScF16_1w()] : ncd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::UsssdP9Z()] : nce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::lOg0qnxL(System.Object)] : ncf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::MwfJiion()] : ncg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::3Yq6GkXC(System.Action`1,System.Object,System.Single)] : nch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::qyPPWVZs(System.Action`1,System.Object,System.Single)] : nci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::heQqBQvm()] : ncj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::shuAKzDb(System.Object)] : nck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::YNh77cgB()] : ncl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::4MjwjC3h()] : ncm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::bsNm6d9L()] : ncn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::MtxxNhRK()] : nco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::1zTBoiB8(System.Object)] : ncp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Threading.Thread Loom::kAqSDJWK(System.Action)] : ncq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Threading.Thread Loom::QCrfjjBO(System.Action)] : ncr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::4FFRr4R0(System.Action`1,System.Object,System.Single)] : ncs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::NwFkSXkA()] : nct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::vo45nkxl()] : ncu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::a7p93jaY()] : ncv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::Crji0vqL(System.Action`1,System.Object,System.Single)] : ncw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::wn2sagBg()] : ncx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::gQt3jeTu()] : ncy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::TKVjA4nR()] : ncz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Threading.Thread Loom::5qPVSWRn(System.Action)] : nda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::jWV_DerF()] : ndb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Threading.Thread Loom::TI_c8Pc_(System.Action)] : ndc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::WDVIo0Ak()] : ndd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::CFVx_5bu()] : nde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::pkzXA39I()] : ndf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::k0MNkVLv()] : ndg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::TvXn6IkJ(System.Action`1,System.Object,System.Single)] : ndh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::9jhb7FnF()] : ndi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::fIfWi07q()] : ndj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::lyX0n4cy(System.Action`1,System.Object,System.Single)] : ndk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::bKVfBi1O()] : ndl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::d0rEm2lB()] : ndm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::KRdYZGnW()] : ndn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::7Qv4gSPe(System.Object)] : ndo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::t615Gq_I()] : ndp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::jLXLqher(System.Action`1,System.Object)] : ndq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::34Wqfv23()] : ndr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::37bMSkEK()] : nds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::0P6OPKqE()] : ndt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::eRqqtvYm()] : ndu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::r27mAGyS()] : ndv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::QUvX7QzS()] : ndw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::m5dGFWzZ()] : ndx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::NVpKaD9B()] : ndy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::RWROr2s6()] : ndz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::lVCWFEUY()] : nea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::fDZtRg99()] : neb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::4N4qkbZp()] : nec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::aETu18pB()] : ned -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::2h8FngEr()] : nee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::IaJrPIbw()] : nef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::i2OHf1Gt()] : neg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String e74JB4vt::I3xTSUGH()] : neh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String HYM9xtVX::owCJbUu7()] : nei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String HYM9xtVX::tEqmAN0Q()] : nej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String HYM9xtVX::yyV_0n2p()] : nek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String HYM9xtVX::QqcGu1di()] : nel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String HYM9xtVX::lZmQC1nr()] : nem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String HYM9xtVX::iguNUt_l()] : nen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String HYM9xtVX::JY2UQNr9()] : neo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] jg1RtNaw/Si6unDL2 jg1RtNaw::oPBQzLQ5()] : nep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::b__7_0(UnityTimer.Timer)] : neq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::Tyiavo04()] : ner -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::I41cB2Qp()] : nes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::QxD6nh7h()] : net -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::NdVpcYCv()] : neu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::eAFhvp2x()] : nev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::DwciPrCR()] : new -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::HdAGVT1b()] : nex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::URaqzsM_()] : ney -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::CancelAllTimers()] : nez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::vPmvjIUj()] : nfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::hhSKxt5k()] : nfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::fC9YTPvi()] : nfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::jl6oHvO0()] : nfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::RegisterTimer(UnityTimer.Timer)] : nfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::U6gDgg8l()] : nff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::se2DKncf(UnityTimer.Timer)] : nfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::caTxORTc(UnityTimer.Timer)] : nfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::nVS8k1W5()] : nfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::45mz3DYJ()] : nfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::FDocNaUq()] : nfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::LV50hfUF(UnityTimer.Timer)] : nfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::XiEj5OK7()] : nfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::ResumeAllTimers()] : nfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::PauseAllTimers()] : nfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::UpdateAllTimers()] : nfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::q6AoiUZ2()] : nfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::3CpNgSiJ()] : nfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::jnO7LD9g()] : nfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::Zb6pobYg()] : nft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::1yTeseba(UnityTimer.Timer)] : nfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::5neu0m0j()] : nfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::hEiw0Sqb()] : nfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::tDjVr63b()] : nfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::LlwQ6GsK()] : nfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::4Agx1YLI()] : nfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::893v73YW()] : nga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::0zRE0R7J()] : ngb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::DjovJVtd()] : ngc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::5ksK3PH5()] : ngd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetRatioRemaining()] : nge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetTimeDelta()] : ngf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_isCompleted()] : ngg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::lbC5aHxX()] : ngh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::FKwXmRfb()] : ngi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::wce7hIBZ()] : ngj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::iCZH99Ji()] : ngk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::JNPtE9vr()] : ngl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::EZ98RJzT(System.Boolean)] : ngm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::7a9zsp1s()] : ngn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::FiZbUbnG()] : ngo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::0cyDFSR7()] : ngp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Jp2Kkf54()] : ngq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::4khcS4lf()] : ngr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Cancel()] : ngs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::xt3efG5U()] : ngt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::Ccc8dHun()] : ngu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::hnbIxe_T()] : ngv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::mhEUedUg()] : ngw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::VbuK3U8L()] : ngx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::gtN23OVF(System.Single)] : ngy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::set_isLooped(System.Boolean)] : ngz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetRatioComplete()] : nha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::c1V0yVxw(UnityTimer.Timer)] : nhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::Q7XQe7rw(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : nhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::ntJzUfhC()] : nhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::7Y_4Tu2L()] : nhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::rYeP_GLC()] : nhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::JP3_fA8W(System.Single)] : nhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::WymYUrVa()] : nhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::lDPfTepr()] : nhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::VZX48ALR(System.Boolean)] : nhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::G3ioxV8O()] : nhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::TzVOHFE7(System.Boolean)] : nhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::V6ZmlQZh(UnityTimer.Timer)] : nhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::IcLeGL20()] : nhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::mrUinV0s(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : nho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::h0qYJCoy()] : nhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::kbHgm1kf()] : nhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::bR_HuJKd()] : nhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::YIKseAIL(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : nhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::fhMZwbCo(System.Boolean)] : nht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::yUponZcI()] : nhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::BPAhnQ0t(UnityTimer.Timer)] : nhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::vPWW5PtL()] : nhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::_yQsILaq()] : nhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::V4uuejvS(System.Boolean)] : nhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::PV0_2bKa()] : nhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::a0m8xuXT()] : nia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::tL4TvtbQ()] : nib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::1hDcahFV()] : nic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::nsYT2kdI()] : nid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_isCancelled()] : nie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::plDqBveg()] : nif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::_vDcXKSK(UnityTimer.Timer)] : nig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::Lwsqap4O(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : nih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::A9yl4PRs()] : nii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::2yACiPn0()] : nij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Update()] : nik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::947jaesS()] : nil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetFireTime()] : nim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Pbkej1Rj(System.Boolean)] : nin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Fv_bKmaH()] : nio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::Register(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : nip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::tk9Ts9_6(System.Single)] : niq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::BeVmKVDW(System.Single)] : nir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::tlcvbHCb()] : nis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::New_fcad()] : nit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::cT_KgvKt()] : niu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::38Pc4Xy_()] : niv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::3ckfJDto()] : niw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::QBHhiybU()] : nix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::wDmc0PQQ()] : niy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::Q1G8b4Kz()] : niz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::KyHTwslr()] : nja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::zWygAZ6N(System.Boolean)] : njb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::ijbTgkqo()] : njc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::bfmQuVh2(UnityTimer.Timer)] : njd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::AIkyI9Rx()] : nje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::kUORdAJ2()] : njf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::Mkg__Ppu()] : njg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::uNgQFD1p()] : njh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::AYCSP89K()] : nji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::qaGNBFhe()] : njj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::ResumeAllRegisteredTimers()] : njk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::201dK38c()] : njl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::Rrewxwv2()] : njm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::B1I4owbM()] : njn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::eTG7J_98()] : njo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::3lbWDU3C()] : njp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::set_usesRealTime(System.Boolean)] : njq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::QFfEen0E()] : njr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::7zanTrsd(UnityTimer.Timer)] : njs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::M8ctRAyA()] : njt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::SdNWlkqf()] : nju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::4x3Pkatk(System.Boolean)] : njv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::aS4npw4x()] : njw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::ahAqKFEB()] : njx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::CancelAllRegisteredTimers()] : njy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::0ribMSVt()] : njz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::QmpZ1ddU(System.Boolean)] : nka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::opqKSDwN()] : nkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::9Zs3bbfb()] : nkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Fcoqmwwc()] : nkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_isLooped()] : nke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::2IZ1Q4KS()] : nkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::3opGmwFF(UnityTimer.Timer)] : nkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::8_fzzt3A()] : nkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::KBl6YBYO()] : nki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::4jfObUNz()] : nkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::wmVFVHaB()] : nkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::zKtkCbah()] : nkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::mek2Xc4w()] : nkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::YFVuLvqw()] : nkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_isPaused()] : nko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::_t16X2wQ()] : nkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::Ci9P0cr8()] : nkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::zzrlsSKR()] : nkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::mFVMDzIj()] : nks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::IpvXT9Qk()] : nkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::SMC0Ll2c()] : nku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::J9inuPaI()] : nkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::uXdRoLbA()] : nkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::5ke0Fw5H()] : nkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::6eSxnAgF()] : nky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::yyFS7Fyu(UnityTimer.Timer)] : nkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::PauseAllRegisteredTimers()] : nla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::2SOQXoPJ(System.Single)] : nlb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::0eRs5U8d()] : nlc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::uS1TTIG7(System.Boolean)] : nld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::muehbNv3()] : nle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::crmcVS2L()] : nlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetTimeRemaining()] : nlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Resume(UnityTimer.Timer)] : nlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::eC1hPwTg()] : nli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::R_KkVwDC()] : nlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_isOwnerDestroyed()] : nlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::nRbJ3FG5()] : nll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::TkniDemp()] : nlm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::aUydCrKs(System.Boolean)] : nln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::YYiOeMsz()] : nlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::dYJM6FvH()] : nlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_usesRealTime()] : nlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::PGB3VnVk(UnityTimer.Timer)] : nlr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::jAcWx_s9()] : nls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::ZYSbT1xT(System.Boolean)] : nlt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::U0LoDy20(System.Single)] : nlu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::eBQxLchN()] : nlv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_isDone()] : nlw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::N0NPuKiu()] : nlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::zQG4GtuY()] : nly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::9JcQDMAf()] : nlz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::vTe3BlE2()] : nma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::HqDdCfjq(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : nmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::PH7Goa61()] : nmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::HL0iHZIu()] : nmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::95dM_ZaW()] : nme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::83O45adW()] : nmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::lYaCAkjw()] : nmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Pause()] : nmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::WIMQZf5_(System.Boolean)] : nmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::31l0YGW9()] : nmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::DxBpAA3B()] : nmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::wHihECJh(UnityTimer.Timer)] : nml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::YacyuanV()] : nmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::qUHs8f3m(UnityTimer.Timer)] : nmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::lZsnma9l()] : nmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::snT55JOw()] : nmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::va7nBAMh()] : nmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::BSvse9c3()] : nmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::39jSPS0k()] : nms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::c7ZDQeR0()] : nmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::oXgkmHM9()] : nmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::ONCecpFC(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : nmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::oMNcCAtf()] : nmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::M0tGpiOy()] : nmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::rIyR5zx6()] : nmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::QX6d935O(System.Boolean)] : nmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::cyykPmS8()] : nna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::mqG1mo5d()] : nnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::bne4MVRM()] : nnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::ASH1IgbI()] : nnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::bZ1SGf1r()] : nne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::kfud13Rf()] : nnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::Hor3bAxP()] : nng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::glhDaimV()] : nnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::kAs_CFe6()] : nni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::set_isCompleted(System.Boolean)] : nnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::36Hu0qEB()] : nnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::OSEOYO8d()] : nnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::aki4aIJF(System.Boolean)] : nnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::So5HvU5f()] : nnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::58ETVq1a()] : nno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::DTVTTraO(System.Boolean)] : nnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::1_fgBisq()] : nnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::z47LOura()] : nnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::t3P2pSNa()] : nns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::WcSnJ28D()] : nnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::KVHD27wA(UnityTimer.Timer)] : nnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::6_cDr8Ku()] : nnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Cancel(UnityTimer.Timer)] : nnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::bTPhOiCa(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : nnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::NS6WvDxd(UnityTimer.Timer)] : nny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::Mg4kjV3s(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : nnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::set_duration(System.Single)] : noa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::r5HjHv2X()] : nob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Pause(UnityTimer.Timer)] : noc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::c90c_Qin()] : nod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::cuvlesvn(System.Boolean)] : noe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::xjXDQpgJ()] : nof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::vEx2VOuh()] : nog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::yeGTJxuz()] : noh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::hNRiAiIP()] : noi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::NhtL75FR()] : noj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::bsse74NT()] : nok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::JUIAgCxB()] : nol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::NgM8GvdF()] : nom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::B6TrWq4l(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : non -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::46RujHKU()] : noo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::vatmOXAI()] : nop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::3Z_3pART()] : noq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::RjFPOSJZ()] : nor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Jqm1YWzw()] : nos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::_c6ocO_o()] : not -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::4htOlcKm(UnityTimer.Timer)] : nou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetTimeElapsed()] : nov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::get_duration()] : now -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::evSL_6ur()] : nox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::9AlPFwYE()] : noy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::t2Owm2Tf()] : noz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::zJNyPZ0E()] : npa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::Rb3jCmb6()] : npb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::qB6aqEHt()] : npc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::lHGTS7nR()] : npd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::eiPKPOpB(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : npe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::o_Vb1Mzk(System.Single)] : npf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::atI9AxTU()] : npg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::8zSe5b_D()] : nph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::S_6WxVf7()] : npi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::GhUV4ChS()] : npj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::aAMDrVrc()] : npk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::LBagmJzx()] : npl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::RVCLR6Ix()] : npm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::1kofWXr0(System.Boolean)] : npn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetWorldTime()] : npo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::NH5AXgfB()] : npp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::TouqIT2J()] : npq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::a1QKPJNG()] : npr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::pc0g2y_r()] : nps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::a9AQVSQe()] : npt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::8jCaGjf0()] : npu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::cyx3dd5t(System.Boolean)] : npv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::ChzN3qLY()] : npw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::w9HbwmCH(System.Single)] : npx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::6_i0VUrz(UnityTimer.Timer)] : npy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::sflMzfDc()] : npz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::prlLdtGk()] : nqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::qikJa1AL()] : nqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::sPZKnkZx()] : nqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::iquKSbB9()] : nqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::5wzF4XMg()] : nqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::bVsArbYB()] : nqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Resume()] : nqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::OSqoSMiJ()] : nqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::lc5r9yjQ()] : nqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::qA0cIC2B(System.Boolean)] : nqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::gJzNkL4Q(System.Boolean)] : nqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::JKiejEce()] : nql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::ac3rPwht()] : nqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::lYAXp8_k()] : nqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::ulTNc2uQ()] : nqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::EjWVSXR2()] : nqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::vOla7xLC()] : nqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::iL1lweM0()] : nqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::ApvFhso2(System.Boolean)] : nqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::_dNeWys3(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : nqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::GGGhAK_5()] : nqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::hj0pZ4pF()] : nqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::aHiu0UVJ(System.Boolean)] : nqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::w6BHDHyh(System.Boolean)] : nqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::sepydwcL(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::Kb9sl82G(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::hhpmdczE(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::hj3ttDKg(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nrb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::V3bi0vPI(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nrc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::THdKoWP0(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nrd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::0eZMQe0d(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::2ReoE78A(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nrf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::AttachTimer(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nrg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::nWjElidU(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nrh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::RV7lO43h(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::xwOgoJK6(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::SsPb0AyN(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nrk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::dkxuONqA(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nrl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::Nm1EZc_o(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::iTc01nx8(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nrn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::Ft_wXE7G(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::W83uTuGa(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : nrp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`2::get_kv()] : bsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`2::get_isAllMatch()] : bsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType1`2::get_index()] : bso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType1`2::get_cardEntity()] : bsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType2`2::get_index()] : bsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType2`2::get_num()] : bsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AnimationCurveData::CreateScriptableObject()] : bss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] AnimationCurveData AnimationCurveData::get_Instance()] : bst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EyesHarmony/<>c__DisplayClass1_0::b__0(UnityEngine.Sprite)] : bsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EyesHarmony/<>c__DisplayClass2_0::b__0(UnityEngine.Sprite)] : bsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EyesHarmony::GetPicture(System.String,System.String,UnityEngine.Events.UnityAction`1)] : bsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EyesHarmony::SetAvatarToLoader(System.Int32,FairyGUI.GLoader,System.Boolean)] : bsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EyesHarmony::GetItem(System.Int32,UnityEngine.Events.UnityAction`1)] : bsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoCell::get_CenterUIPos()] : bsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoCell::get_IsPauseGame()] : bta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoCell::get_IsGuiding()] : btb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_CallSpeed()] : btc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoCell::set_CallSpeed(System.Int32)] : btd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_CardBoardCount()] : bte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_MaxCoinCount()] : btf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_MinCoinCount()] : btg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_MaxCashCount()] : bth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_MinCashCount()] : bti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoCell::get_EnergyPrg()] : btj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_FullEnergy()] : btk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoCell::get_IsFullEnergy()] : btl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoCell::get_KeyCardSum()] : btm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoCell::set_KeyCardSum(System.Int32)] : bto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoCell::AddKeyCardSum(System.Int32)] : btp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoCell::OpenActivityUI(System.Object)] : btq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoCell::AddReadSum(System.Int32,System.Decimal)] : btr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MakeupTaskData::SetStatus(MakeupTaskStatus)] : bts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MakeupTaskData::GetAmountStr()] : btt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotClass::SetStatus(SaveingPotTaskStatus)] : btu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SaveingPotClass::GetAmountStr()] : btv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotHelper::CheckSaveingPot()] : btw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotHelper::CreatSaveingPotItem()] : btx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SaveingPotHelper::TestingClearTime()] : bty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotHelper::ResetHistory()] : btz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SaveingPotHelper::getChString(System.Single)] : bua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SaveingPotHelper::getChNumber(System.Single)] : bub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TomorrowSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TomorrowSystem::AddListener()] : bud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TomorrowSystem::GameStart(System.Object)] : bue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TomorrowSystem::CheckNewDay()] : buf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem/<>c::b__10_2()] : bug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem/<>c__DisplayClass10_1::b__0(System.Decimal)] : buh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem/<>c__DisplayClass10_1::b__1()] : bui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void UsaSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem::AddListener()] : buj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem::OnGetReward(System.Object)] : buk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean UsaSystem::IsRewardFly(BingoBrain.RewardData)] : bul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean UsaSystem::IsRewardValueChange(BingoBrain.RewardData)] : bum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean UsaSystem::IsRewardNumber(BingoBrain.RewardData)] : bun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean UsaSystem::IsRewardDialog(BingoBrain.RewardData)] : buo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem::GetReward(BingoBrain.RewardData)] : bup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem::PlayReward(BingoBrain.RewardData)] : buq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem::SetRewardValueChangeState(System.Int32,System.Boolean)] : bur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void UsaSystem::OnChangeValue(System.Int32,System.Decimal)] : bus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1/<>c__DisplayClass10_0::b__0(UnityEngine.Object)] : but +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1/<>c__DisplayClass8_0`1::b__0(UnityEngine.Object)] : buu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1::GetObject(T,UnityEngine.Events.UnityAction`1)] : buv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1::AddKey(T)] : buw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1::LoadObject(T,UnityEngine.Events.UnityAction`1)] : bux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1::RecObject(T,UnityEngine.Object)] : buy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1::RemoveKey(T)] : buz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EffectPool`1::RemoveAll()] : bva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener Fade::FadeIn(FairyGUI.GObject,System.Single,System.Single)] : bvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener Fade::FadeOut(FairyGUI.GObject,System.Single,System.Single)] : bvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Fade::SetClick(FairyGUI.GObject,System.Action,System.Boolean,System.Boolean)] : bvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MD5Kit::GetFileMD5(System.String)] : bve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MD5Kit::MD5String1(System.String)] : bvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MD5Kit::GetStringMD5(System.String)] : bvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ErrorLogger::HandleLog(System.String,System.String,UnityEngine.LogType)] : bvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ErrorLogger::SendErrorToServer(System.String,System.String,UnityEngine.LogType)] : bvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem/<>c::b__7_3()] : bvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void LoginSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::InitData()] : bvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::AddListener()] : bvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::RemoveListener()] : bvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::RequestLogin()] : bvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::RequestHeart()] : bvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::OnRequestLogin(System.Object)] : bvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::OnResponseReconnect(System.Object)] : bvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::Dispose()] : bvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::b__7_0(System.Boolean,LoginModel)] : bvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::b__7_1()] : bvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LoginSystem::b__7_2()] : bvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/<>c::b__13_0(System.Boolean,BuriedPointObject)] : bvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/<>c::b__17_0(System.Boolean,ResquestTokenData)] : bvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/<>c::b__19_0(System.Boolean,LoginModel)] : bvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/<>c__DisplayClass8_0`1::b__0(System.Boolean,T)] : bvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/<>c__DisplayClass9_0::b__0(System.Boolean,System.Object)] : bvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/d__11::System.IDisposable.Dispose()] : bwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object NetworkKit/d__11::System.Collections.Generic.IEnumerator.get_Current()] : bwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/d__11::System.Collections.IEnumerator.Reset()] : bwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object NetworkKit/d__11::System.Collections.IEnumerator.get_Current()] : bwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/d__3`1::System.IDisposable.Dispose()] : bwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object NetworkKit/d__3`1::System.Collections.Generic.IEnumerator.get_Current()] : bwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit/d__3`1::System.Collections.IEnumerator.Reset()] : bwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object NetworkKit/d__3`1::System.Collections.IEnumerator.get_Current()] : bwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String NetworkKit::GetCacheToken()] : bwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::SetCacheToken(System.String)] : bwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator NetworkKit::PostInternal(System.String,System.Object,UnityEngine.Events.UnityAction`2,System.Collections.Generic.Dictionary`2)] : bwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::SetRequestContentType(UnityEngine.Networking.UnityWebRequest)] : bwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::Post(System.String,System.Object,UnityEngine.Events.UnityAction`2)] : bwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::Post(System.String,System.Object,UnityEngine.Events.UnityAction`2)] : bwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::PostWithHeader(System.String,System.Object,UnityEngine.Events.UnityAction`2)] : bwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::PostWithHeader(System.String,UnityEngine.Events.UnityAction`2)] : bwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::PostWithHeader(System.String,System.Object,UnityEngine.Events.UnityAction`1)] : bwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::Get(System.String,UnityEngine.Events.UnityAction`1)] : bwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator NetworkKit::GetInternal(System.String,UnityEngine.Events.UnityAction`1)] : bws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String NetworkKit::Json_StringFormat(System.String)] : bwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::BuriedPoint(System.String,System.String,System.Int32)] : bwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String NetworkKit::GetNetworkType()] : bwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::ReSetToken()] : bww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NetworkKit::ReLoginGetToken()] : bwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64Kit::Base64Encode(System.String)] : bwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64Kit::Encode(System.String,System.Boolean)] : bwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64Kit::Decode(System.String)] : bxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64Kit::Decode(System.String,System.String)] : bxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64EncodeUtil::Base64Encode(System.String)] : bxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64EncodeUtil::Base64Decode(System.String)] : bxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64EncodeUtil::Base64Encode(System.Text.Encoding,System.String)] : bxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64EncodeUtil::Base64Decode(System.Text.Encoding,System.String)] : bxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Base64EncodeUtil::Base64EncodeString(System.Byte[])] : bxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] Base64EncodeUtil::Base64DecodeBytes(System.String)] : bxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void OpenBrowser::OpenURL(System.String)] : bxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings Havva/<>c::<.cctor>b__0_0()] : bxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Havva::ToJson(System.Object)] : bxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T Havva::ToObject(System.String)] : bxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayDataSystem/<>c::b__4_0(System.Boolean,BingoBrain.Preferences)] : bxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void PlayDataSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayDataSystem::AddListener()] : bxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayDataSystem::RemoveListener()] : bxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayDataSystem::OnRequestPlayData(System.Object)] : bxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayDataSystem::OnRequestSavePlayData(System.Object)] : bxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void PlayDataSystem::Dispose()] : bvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayerPrefsKit::WriteInt(System.String,System.Int32)] : bxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayerPrefsKit::WriteString(System.String,System.String)] : bxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String PlayerPrefsKit::ReadString(System.String)] : bxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean PlayerPrefsKit::HasKey(System.String)] : bxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayerPrefsKit::DeleteKey(System.String)] : bxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayerPrefsKit::DeleteAll()] : bxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single PlayerPrefsKit::ReadFloat(System.String,System.Single)] : bxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayerPrefsKit::WriteFloat(System.String,System.Single)] : bxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double PlayerPrefsKit::ReadDouble(System.String,System.Double)] : bxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PlayerPrefsKit::WriteDouble(System.String,System.Double)] : bya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings SerializeUtil/<>c::<.cctor>b__1_0()] : byb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToRawJson(System.Object)] : byc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJson(System.Object)] : byd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJsonIndented(System.Object)] : bye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJson(System.Object,System.Type)] : byf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJsonIndented(System.Object,System.Type)] : byg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJson(System.Object)] : byh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJsonIndented(System.Object)] : byi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SerializeUtil::ToDicLocal(System.String)] : byj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SerializeUtil::ToDicClient(System.String)] : byk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SerializeUtil::ToObject(System.String)] : byl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SerializeUtil::ReplaceJobject(T,Newtonsoft.Json.Linq.JObject)] : bym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ReplaceJObject(Newtonsoft.Json.Linq.JObject,Newtonsoft.Json.Linq.JObject)] : byn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SerializeUtil::ToObject(System.String,System.Type)] : byo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Newtonsoft.Json.Linq.JObject SerializeUtil::GetJObjectByJson(System.String)] : byp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Newtonsoft.Json.Linq.JObject SerializeUtil::GetJObjectByObject(System.Object)] : byq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::UnityToJson(System.Object)] : byr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SerializeUtil::UnityToObject(System.String)] : bys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__0_0(System.Boolean)] : byt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__0_1()] : byu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__1_0()] : byv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__2_0()] : byw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__9_0()] : byx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__9_1()] : byy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__18_0(System.Boolean)] : byz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__19_0(System.Boolean,System.String)] : bza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo/<>c::b__22_0(System.Int32)] : bzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::ShowAdmobInter()] : bzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::Track()] : bzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::GetCountryCode()] : bze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::ShowH5()] : bzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::ShowH5(UnityEngine.RectTransform)] : bzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::HideH5()] : bzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::CheckShowH5(UnityEngine.UI.Image)] : bzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::TrackLevel()] : bzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::GetWithDrawConfigs()] : bzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::CreateWithDrawOrder()] : bzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::GetWithDrawOrders()] : bzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::Init()] : bzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MYp0ZVTT2QSDKDemo::GetSdkVersion()] : bzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::b__16_0(System.Boolean,System.String)] : bzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MYp0ZVTT2QSDKDemo::g__GameConfig|22_1(System.Boolean,System.String)] : bzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SkipUnityLogo::AsyncSkip()] : bzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : bzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean MiniJSON.Json/Parser::IsWordBreak(System.Char)] : bzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::Parse(System.String)] : bzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 MiniJSON.Json/Parser::ParseObject()] : bzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 MiniJSON.Json/Parser::ParseArray()] : bzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::ParseValue()] : bzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::ParseByToken(MiniJSON.Json/Parser/TOKEN)] : bzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json/Parser::ParseString()] : bzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::ParseNumber()] : caa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Parser::EatWhitespace()] : cab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char MiniJSON.Json/Parser::get_PeekChar()] : cac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char MiniJSON.Json/Parser::get_NextChar()] : cad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json/Parser::get_NextWord()] : cae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] MiniJSON.Json/Parser/TOKEN MiniJSON.Json/Parser::get_NextToken()] : caf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json/Serializer::Serialize(System.Object)] : cag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeValue(System.Object)] : cah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeObject(System.Collections.IDictionary)] : cai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeArray(System.Collections.IList)] : caj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeString(System.String)] : cak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeOther(System.Object)] : cal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json::Deserialize(System.String)] : cam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json::Serialize(System.Object)] : can +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlendModeUtils::Apply(UnityEngine.Material,FairyGUI.BlendMode)] : cao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlendModeUtils::Override(FairyGUI.BlendMode,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode)] : cap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.CaptureCamera::CheckMain()] : caq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.CaptureCamera::get_layer()] : car +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.CaptureCamera::get_hiddenLayer()] : cas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.RenderTexture FairyGUI.CaptureCamera::CreateRenderTexture(System.Int32,System.Int32,System.Boolean)] : cat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.CaptureCamera::Capture(FairyGUI.DisplayObject,UnityEngine.RenderTexture,System.Single,UnityEngine.Vector2)] : cau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.Container/DescendantsEnumerator::System.Collections.IEnumerator.get_Current()] : cav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::add_onUpdate(System.Action)] : caw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::remove_onUpdate(System.Action)] : cax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::Init()] : cay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Container::get_numChildren()] : caz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::AddChild(FairyGUI.DisplayObject)] : cba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::AddChildAt(FairyGUI.DisplayObject,System.Int32)] : cbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::Contains(FairyGUI.DisplayObject)] : cbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::GetChildAt(System.Int32)] : cbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::GetChild(System.String)] : cbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject[] FairyGUI.Container::GetChildren()] : cbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Container::GetChildIndex(FairyGUI.DisplayObject)] : cbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject)] : cbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject,System.Boolean)] : cbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32)] : cbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32,System.Boolean)] : cbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::RemoveChildren()] : cbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::RemoveChildren(System.Int32,System.Int32,System.Boolean)] : cbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SetChildIndex(FairyGUI.DisplayObject,System.Int32)] : cbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SwapChildren(FairyGUI.DisplayObject,FairyGUI.DisplayObject)] : cbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SwapChildrenAt(System.Int32,System.Int32)] : cbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::ChangeChildrenOrder(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1)] : cbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerator`1 FairyGUI.Container::GetDescendants(System.Boolean)] : cbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Container::get_clipRect()] : cbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_clipRect(System.Nullable`1)] : cbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::get_mask()] : cbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_mask(FairyGUI.DisplayObject)] : cbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::CreateGraphics()] : cbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.Container::GetBounds(FairyGUI.DisplayObject)] : cbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera FairyGUI.Container::GetRenderCamera()] : cby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::HitTest(UnityEngine.Vector2,System.Boolean)] : cbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::HitTest()] : cca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::HitTest_Container()] : ccb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::IsAncestorOf(FairyGUI.DisplayObject)] : ccc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::get_fairyBatching()] : ccd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_fairyBatching(System.Boolean)] : cce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::UpdateBatchingFlags()] : ccf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::InvalidateBatchingState(System.Boolean)] : ccg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SetChildrenLayer(System.Int32)] : cch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::Update(FairyGUI.UpdateContext)] : cci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SetRenderingOrder(FairyGUI.UpdateContext)] : ccj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::DoFairyBatching()] : cck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::CollectChildren(FairyGUI.Container,System.Boolean)] : ccl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::Dispose()] : ccm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::get_tabStopChildren()] : ccn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_tabStopChildren(System.Boolean)] : cco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::get_parent()] : ccp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_parent(FairyGUI.Container)] : ccq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.DisplayObject::get_gameObject()] : ccr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_gameObject(UnityEngine.GameObject)] : ccs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::get_cachedTransform()] : cct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_cachedTransform(UnityEngine.Transform)] : ccu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NGraphics FairyGUI.DisplayObject::get_graphics()] : ccv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_graphics(FairyGUI.NGraphics)] : ccw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NGraphics FairyGUI.DisplayObject::get_paintingGraphics()] : ccx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_paintingGraphics(FairyGUI.NGraphics)] : ccy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::add_onPaint(System.Action)] : ccz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::remove_onPaint(System.Action)] : cda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onClick()] : cdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRightClick()] : cdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchBegin()] : cdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchMove()] : cde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchEnd()] : cdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOver()] : cdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOut()] : cdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onMouseWheel()] : cdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onAddedToStage()] : cdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRemovedFromStage()] : cdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onKeyDown()] : cdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onClickLink()] : cdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onFocusIn()] : cdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onFocusOut()] : cdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::CreateUICacheRoot(UnityEngine.Transform)] : cdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::CreateGameObject(System.String)] : cdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetGameObject(UnityEngine.GameObject)] : cdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::DestroyGameObject()] : cds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_alpha()] : cdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_alpha(System.Single)] : cdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_grayed()] : cdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_grayed(System.Boolean)] : cdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_visible()] : cdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_visible(System.Boolean)] : cdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_x()] : cdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_x(System.Single)] : cea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_y()] : ceb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_y(System.Single)] : cec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_z()] : ced +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_z(System.Single)] : cee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_xy()] : cef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_xy(UnityEngine.Vector2)] : ceg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::get_position()] : ceh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_position(UnityEngine.Vector3)] : cei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetXY(System.Single,System.Single)] : cej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetPosition(System.Single,System.Single,System.Single)] : cek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_pixelPerfect()] : cel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_pixelPerfect(System.Boolean)] : cem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_width()] : cen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_width(System.Single)] : ceo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_height()] : cep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_height(System.Single)] : ceq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_size()] : cer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_size(UnityEngine.Vector2)] : ces +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetSize(System.Single,System.Single)] : cet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnsureSizeCorrect()] : ceu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::OnSizeChanged()] : cev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_scaleX()] : cew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_scaleX(System.Single)] : cex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_scaleY()] : cey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_scaleY(System.Single)] : cez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetScale(System.Single,System.Single)] : cfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::ValidateScale(System.Single)] : cfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_scale()] : cfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_scale(UnityEngine.Vector2)] : cfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_rotation()] : cfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_rotation(System.Single)] : cff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_rotationX()] : cfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_rotationX(System.Single)] : cfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_rotationY()] : cfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_rotationY(System.Single)] : cfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_skew()] : cfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_skew(UnityEngine.Vector2)] : cfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_perspective()] : cfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_perspective(System.Boolean)] : cfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::get_focalLength()] : cfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_focalLength(System.Int32)] : cfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdateTransformMatrix()] : cfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_pivot()] : cfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_pivot(UnityEngine.Vector2)] : cfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdatePivotOffset()] : cft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::ApplyPivot()] : cfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::get_location()] : cfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_location(UnityEngine.Vector3)] : cfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.DisplayObject::get_material()] : cfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_material(UnityEngine.Material)] : cfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.DisplayObject::get_shader()] : cfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_shader(System.String)] : cga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::get_renderingOrder()] : cgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_renderingOrder(System.Int32)] : cgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::get_layer()] : cgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_layer(System.Int32)] : cge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_focusable()] : cgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_focusable(System.Boolean)] : cgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_tabStop()] : cgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_tabStop(System.Boolean)] : cgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_focused()] : cgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::_AcceptTab()] : cgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.DisplayObject::get_cursor()] : cgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_cursor(System.String)] : cgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_isDisposed()] : cgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::InternalSetParent(FairyGUI.Container)] : cgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::get_topmost()] : cgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Stage FairyGUI.DisplayObject::get_stage()] : cgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::get_worldSpaceContainer()] : cgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_touchable()] : cgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_touchable(System.Boolean)] : cgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_touchDisabled()] : cgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnterPaintingMode()] : cgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnterPaintingMode(System.Int32,System.Nullable`1)] : cgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnterPaintingMode(System.Int32,System.Nullable`1,System.Single)] : cgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::LeavePaintingMode(System.Int32)] : cgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_paintingMode()] : cgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_cacheAsBitmap()] : cha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_cacheAsBitmap(System.Boolean)] : chb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D FairyGUI.DisplayObject::GetScreenShot(System.Nullable`1,System.Single)] : chc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.DisplayObject::get_filter()] : chd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_filter(FairyGUI.IFilter)] : che +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.DisplayObject::get_blendMode()] : chf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_blendMode(FairyGUI.BlendMode)] : chg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.DisplayObject::GetBounds(FairyGUI.DisplayObject)] : cbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.DisplayObject::InternalHitTest()] : chh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.DisplayObject::InternalHitTestMask()] : chi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.DisplayObject::HitTest()] : cca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::GlobalToLocal(UnityEngine.Vector2)] : chj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::LocalToGlobal(UnityEngine.Vector2)] : chk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::WorldToLocal(UnityEngine.Vector3,UnityEngine.Vector3)] : chl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::LocalToWorld(UnityEngine.Vector3)] : chm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::TransformPoint(UnityEngine.Vector2,FairyGUI.DisplayObject)] : chn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.DisplayObject::TransformRect(UnityEngine.Rect,FairyGUI.DisplayObject)] : cho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::TransformRectPoint(System.Single,System.Single,FairyGUI.DisplayObject,UnityEngine.Vector4&)] : chp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::RemoveFromParent()] : chq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::InvalidateBatchingState()] : chr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext)] : cci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdatePainting()] : chs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::Capture()] : cht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::get_home()] : chu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_home(UnityEngine.Transform)] : chv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdateHierarchy()] : chw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::SetLayer(System.Int32,System.Boolean)] : chx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::_SetLayerDirect(System.Int32)] : chy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::Dispose()] : ccm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::DisplayDisposedWarning()] : chz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GoWrapper/<>c::b__21_0(FairyGUI.GoWrapper/RendererInfo,FairyGUI.GoWrapper/RendererInfo)] : cia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::add_onUpdate(System.Action`1)] : cib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::remove_onUpdate(System.Action`1)] : cic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.GoWrapper::get_wrapTarget()] : cid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::set_wrapTarget(UnityEngine.GameObject)] : cie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::setWrapTarget(UnityEngine.GameObject,System.Boolean)] : cif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::SetWrapTarget(UnityEngine.GameObject,System.Boolean)] : cig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::CacheRenderers()] : cih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::CloneMaterials()] : cii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::RecoverMaterials()] : cij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GoWrapper::get_renderingOrder()] : cgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::set_renderingOrder(System.Int32)] : cgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GoWrapper::SetLayer(System.Int32,System.Boolean)] : chx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::SetGoLayers(System.Int32)] : cik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::Update(FairyGUI.UpdateContext)] : cci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::ApplyClipping(FairyGUI.UpdateContext)] : cil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::Dispose()] : ccm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ColliderHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.HitTestContext::GetRaycastHitFromCache(UnityEngine.Camera,UnityEngine.RaycastHit&)] : cin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.HitTestContext::CacheRaycastHit(UnityEngine.Camera,UnityEngine.RaycastHit&)] : cio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.HitTestContext::ClearRaycastHitCache()] : cip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.MeshColliderHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PixelHitTestData::Load(FairyGUI.Utils.ByteBuffer)] : ciq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PixelHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RectHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ShapeHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.Image::get_texture()] : cir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_texture(FairyGUI.NTexture)] : cis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Image::get_textureScale()] : cit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_textureScale(UnityEngine.Vector2)] : ciu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Image::get_color()] : civ +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_color(UnityEngine.Color)] : ciw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.Image::get_fillMethod()] : cix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillMethod(FairyGUI.FillMethod)] : ciy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Image::get_fillOrigin()] : ciz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillOrigin(System.Int32)] : cja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Image::get_fillClockwise()] : cjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillClockwise(System.Boolean)] : cjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Image::get_fillAmount()] : cjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillAmount(System.Single)] : cje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Image::get_scale9Grid()] : cjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_scale9Grid(System.Nullable`1)] : cjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Image::get_scaleByTile()] : cjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_scaleByTile(System.Boolean)] : cji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Image::get_tileGridIndice()] : cjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_tileGridIndice(System.Int32)] : cjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::SetNativeSize()] : cjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::UpdateTexture(FairyGUI.NTexture)] : cjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::SliceFill(FairyGUI.VertexBuffer)] : cjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::TileFill(FairyGUI.VertexBuffer,UnityEngine.Rect,UnityEngine.Rect,System.Single,System.Single)] : cjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::add_onCreateNewMaterial(System.Action`1)] : cjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::remove_onCreateNewMaterial(System.Action`1)] : cjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.MaterialManager::GetFlagsByKeywords(System.Collections.Generic.IList`1)] : cjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.MaterialManager::GetMaterial(System.Int32,FairyGUI.BlendMode,System.UInt32)] : cjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.MaterialManager::CreateMaterial(System.Int32)] : cju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::DestroyMaterials()] : cjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::RefreshMaterials()] : cjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.CompositeMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.CompositeMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.EllipseMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EllipseMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillHorizontal(FairyGUI.VertexBuffer,UnityEngine.Rect,System.Int32,System.Single)] : cjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillVertical(FairyGUI.VertexBuffer,UnityEngine.Rect,System.Int32,System.Single)] : cjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillRadial90(FairyGUI.VertexBuffer,UnityEngine.Rect,FairyGUI.Origin90,System.Single,System.Boolean)] : cjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillRadial180(FairyGUI.VertexBuffer,UnityEngine.Rect,FairyGUI.Origin180,System.Single,System.Boolean)] : cka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillRadial360(FairyGUI.VertexBuffer,UnityEngine.Rect,FairyGUI.Origin360,System.Single,System.Boolean)] : ckb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.LineMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LineMesh::DrawRoundEdge(FairyGUI.VertexBuffer,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Color32,UnityEngine.Vector2)] : ckc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IMeshFactory::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlaneMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PolygonMesh::Add(UnityEngine.Vector2)] : ckd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PolygonMesh::Add(UnityEngine.Vector2,UnityEngine.Vector2)] : cke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PolygonMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PolygonMesh::DrawOutline(FairyGUI.VertexBuffer)] : ckf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PolygonMesh::IsPointInTriangle(UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&)] : ckg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PolygonMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RectMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RectMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RegularPolygonMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RegularPolygonMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RoundedRectMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RoundedRectMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.StraightLineMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertexBuffer FairyGUI.VertexBuffer::Begin()] : ckh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertexBuffer FairyGUI.VertexBuffer::Begin(FairyGUI.VertexBuffer)] : cki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::End()] : ckj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::Clear()] : ckk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.VertexBuffer::get_currentVertCount()] : ckl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3)] : ckm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32)] : ckn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32,UnityEngine.Vector2)] : cko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect)] : ckp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect,UnityEngine.Color32)] : ckq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect,UnityEngine.Color32,UnityEngine.Rect)] : ckr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.VertexBuffer::FixUVForArbitraryQuad()] : cks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::RepeatColors(UnityEngine.Color32[],System.Int32,System.Int32)] : ckt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddTriangle(System.Int32,System.Int32,System.Int32)] : cku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32[],System.Int32)] : ckv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32)] : ckw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.VertexBuffer::GetPosition(System.Int32)] : ckx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.VertexBuffer::GetUVAtPosition(UnityEngine.Vector2,System.Boolean)] : cky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::Append(FairyGUI.VertexBuffer)] : ckz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::Insert(FairyGUI.VertexBuffer)] : cla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.MovieClip::get_onPlayEnd()] : clb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.MovieClip/Frame[] FairyGUI.MovieClip::get_frames()] : clc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::set_frames(FairyGUI.MovieClip/Frame[])] : cld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.MovieClip::get_playing()] : cle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::set_playing(System.Boolean)] : clf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::get_frame()] : clg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::set_frame(System.Int32)] : clh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::Rewind()] : cli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::SyncStatus(FairyGUI.MovieClip)] : clj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::Advance(System.Single)] : clk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::SetPlaySettings()] : cll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::SetPlaySettings(System.Int32,System.Int32,System.Int32,System.Int32)] : clm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::OnAddedToStage()] : cln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::OnRemoveFromStage()] : clo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::CheckTimer()] : clp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::OnTimer(System.Object)] : clq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::DrawFrame()] : clr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NAudioClip::Unload()] : cls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NAudioClip::Reload(UnityEngine.AudioClip)] : clt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics/StencilEraser::get_enabled()] : clu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics/StencilEraser::set_enabled(System.Boolean)] : clv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.NGraphics::get_gameObject()] : clw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_gameObject(UnityEngine.GameObject)] : clx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.MeshFilter FairyGUI.NGraphics::get_meshFilter()] : cly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_meshFilter(UnityEngine.MeshFilter)] : clz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.MeshRenderer FairyGUI.NGraphics::get_meshRenderer()] : cma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_meshRenderer(UnityEngine.MeshRenderer)] : cmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Mesh FairyGUI.NGraphics::get_mesh()] : cmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_mesh(UnityEngine.Mesh)] : cmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::add_meshModifier(System.Action)] : cme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::remove_meshModifier(System.Action)] : cmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IMeshFactory FairyGUI.NGraphics::get_meshFactory()] : cmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_meshFactory(FairyGUI.IMeshFactory)] : cmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T FairyGUI.NGraphics::GetMeshFactory()] : cmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NGraphics::get_contentRect()] : cmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_contentRect(UnityEngine.Rect)] : cmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.NGraphics::get_flip()] : cml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_flip(FairyGUI.FlipType)] : cmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NGraphics::get_texture()] : cmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_texture(FairyGUI.NTexture)] : cmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.NGraphics::get_shader()] : cmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_shader(System.String)] : cmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::SetShaderAndTexture(System.String,FairyGUI.NTexture)] : cmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.NGraphics::get_material()] : cms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_material(UnityEngine.Material)] : cmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::SetMaterial(UnityEngine.Material)] : cmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.NGraphics::get_materialKeywords()] : cmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_materialKeywords(System.String[])] : cmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::ToggleKeyword(System.String,System.Boolean)] : cmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::UpdateManager()] : cmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::UpdateMaterialFlags()] : cmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::get_enabled()] : cna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_enabled(System.Boolean)] : cnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.NGraphics::get_sortingOrder()] : cnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_sortingOrder(System.Int32)] : cnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::_SetStencilEraserOrder(System.Int32)] : cne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.NGraphics::get_color()] : cnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_color(UnityEngine.Color)] : cng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::Tint()] : cnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::ChangeAlpha(System.Single)] : cni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NGraphics/VertexMatrix FairyGUI.NGraphics::get_vertexMatrix()] : cnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_vertexMatrix(FairyGUI.NGraphics/VertexMatrix)] : cnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.MaterialPropertyBlock FairyGUI.NGraphics::get_materialPropertyBlock()] : cnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::SetMeshDirty()] : cnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::UpdateMesh()] : cnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::Dispose()] : cno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::Update(FairyGUI.UpdateContext,System.Single,System.Boolean)] : cnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::_PreUpdateMask(FairyGUI.UpdateContext,System.UInt32)] : cnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::UpdateMeshNow()] : cnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::add_CustomDestroyMethod(System.Action`1)] : cns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::remove_CustomDestroyMethod(System.Action`1)] : cnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::add_onSizeChanged(System.Action`1)] : cnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::remove_onSizeChanged(System.Action`1)] : cnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::add_onRelease(System.Action`1)] : cnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::remove_onRelease(System.Action`1)] : cnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D FairyGUI.NTexture::CreateEmptyTexture()] : cny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NTexture::get_Empty()] : cnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::DisposeEmpty()] : coa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.NTexture::get_width()] : cob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.NTexture::get_height()] : coc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.NTexture::get_offset()] : cod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::set_offset(UnityEngine.Vector2)] : coe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.NTexture::get_originalSize()] : cof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::set_originalSize(UnityEngine.Vector2)] : cog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NTexture::GetDrawRect(UnityEngine.Rect)] : coh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::GetUV(UnityEngine.Vector2[])] : coi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NTexture::get_root()] : coj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NTexture::get_disposed()] : cok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture FairyGUI.NTexture::get_nativeTexture()] : col +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture FairyGUI.NTexture::get_alphaTexture()] : com +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.MaterialManager FairyGUI.NTexture::GetMaterialManager(System.String)] : con +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::Unload()] : coo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::Unload(System.Boolean)] : cop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::Reload(UnityEngine.Texture,UnityEngine.Texture)] : coq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::DestroyTexture()] : cor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::RefreshMaterials()] : cos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::DestroyMaterials()] : cot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::AddRef()] : cou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::ReleaseRef()] : cov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::Dispose()] : cow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Shader FairyGUI.ShaderConfig::GetShader(System.String)] : cox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Shape::get_color()] : coy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::set_color(UnityEngine.Color)] : coz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawRect(System.Single,UnityEngine.Color,UnityEngine.Color)] : cpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawRect(System.Single,UnityEngine.Color32[])] : cpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawRoundRect(System.Single,UnityEngine.Color,UnityEngine.Color,System.Single,System.Single,System.Single,System.Single)] : cpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawEllipse(UnityEngine.Color)] : cpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawEllipse(System.Single,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,System.Single,System.Single)] : cpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawPolygon(System.Collections.Generic.IList`1,UnityEngine.Color)] : cpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawPolygon(System.Collections.Generic.IList`1,UnityEngine.Color32[])] : cpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawPolygon(System.Collections.Generic.IList`1,UnityEngine.Color,System.Single,UnityEngine.Color)] : cph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawRegularPolygon(System.Int32,System.Single,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,System.Single,System.Single[])] : cpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::Clear()] : cpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Shape::get_isEmpty()] : cpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Shape::HitTest()] : cca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage/<>c::b__112_0(FairyGUI.DisplayObject,FairyGUI.DisplayObject)] : cpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::get_stageHeight()] : cpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::get_stageWidth()] : cpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Stage::get_soundVolume()] : cpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_soundVolume(System.Single)] : cpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::add_beforeUpdate(System.Action)] : cpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::remove_beforeUpdate(System.Action)] : cpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::add_afterUpdate(System.Action)] : cps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::remove_afterUpdate(System.Action)] : cpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Stage FairyGUI.Stage::get_inst()] : cpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::Instantiate()] : cpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::get_touchScreen()] : cpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_touchScreen(System.Boolean)] : cpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::get_keyboardInput()] : cpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_keyboardInput(System.Boolean)] : cpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::get_isTouchOnUI()] : cqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Stage::get_devicePixelRatio()] : cqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_devicePixelRatio(System.Single)] : cqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SceneManager_sceneLoaded(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode)] : cqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::Dispose()] : ccm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.Stage::get_onStageResized()] : cqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::get_touchTarget()] : cqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::get_focus()] : cqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_focus(FairyGUI.DisplayObject)] : cqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetFocus(FairyGUI.DisplayObject,System.Boolean)] : cqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::_OnFocusRemoving(FairyGUI.Container)] : cqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::DoKeyNavigate(System.Boolean)] : cqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage::get_touchPosition()] : cql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage::GetTouchPosition(System.Int32)] : cqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::GetTouchTarget(System.Int32)] : cqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::get_touchCount()] : cqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32[] FairyGUI.Stage::GetAllTouch(System.Int32[])] : cqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::ResetInputState()] : cqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::CancelClick(System.Int32)] : cqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::EnableSound()] : cqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::DisableSound()] : cqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip,System.Single)] : cqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip)] : cqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IKeyboard FairyGUI.Stage::get_keyboard()] : cqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_keyboard(FairyGUI.IKeyboard)] : cqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::OpenKeyboard(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean)] : cqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::CloseKeyboard()] : cqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::InputString(System.String)] : cra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.Vector2,System.Boolean)] : crb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.Vector2,System.Boolean,System.Boolean)] : crd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.RaycastHit&,System.Boolean)] : cre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.RaycastHit&,System.Boolean,System.Boolean)] : crf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::ForceUpdate()] : crg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::InternalUpdate()] : crh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::GetHitTarget()] : cri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleScreenSizeChanged(System.Int32,System.Int32,System.Single)] : crj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleGUIEvents(UnityEngine.Event)] : crk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleEvents()] : crl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::UpdateTouchPosition()] : crm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleTextInput()] : crn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleCustomInput()] : cro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleMouseEvents()] : crp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleTouchEvents()] : crq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleRollOver(FairyGUI.TouchInfo)] : crr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::ApplyPanelOrder(FairyGUI.Container)] : crs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SortWorldSpacePanelsByZOrder(System.Int32)] : crt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::MonitorTexture(FairyGUI.NTexture)] : cru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::RunTextureCollector(System.Object)] : crv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::AddTouchMonitor(System.Int32,FairyGUI.EventDispatcher)] : crw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::RemoveTouchMonitor(FairyGUI.EventDispatcher)] : crx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::IsTouchMonitoring(FairyGUI.EventDispatcher)] : cry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::HasTouchMonitor(FairyGUI.EventDispatcher)] : crz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.Stage::CreatePoolManager(System.String)] : csa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::RegisterCursor(System.String,UnityEngine.Texture2D,UnityEngine.Vector2)] : csb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Stage::get_activeCursor()] : csc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::_ChangeCursor(System.String)] : csd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::Reset()] : cse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::UpdateEvent()] : csf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::Begin()] : csg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::Move()] : csh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::End()] : csi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.TouchInfo::ClickTest()] : csj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::OnScreenSizeChanged(System.Int32,System.Int32)] : csk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::ApplyModifiedProperties()] : csl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::CheckMainCamera()] : csm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::CheckCaptureCamera()] : csn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera FairyGUI.StageCamera::CreateCamera(System.String,System.Int32)] : cso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::UpdateGraphics(FairyGUI.NGraphics)] : csp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single)] : csq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::PrepareCharacters(System.String)] : csr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::GetGlyph(System.Char,System.Single&,System.Single&,System.Single&)] : css +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BaseFont::DrawGlyph(System.Single,System.Single,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1)] : cst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BaseFont::DrawLine(System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1)] : csu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::HasCharacter(System.Char)] : csv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BaseFont::GetLineHeight(System.Int32)] : csw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::Dispose()] : csx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BitmapFont::AddChar(System.Char,FairyGUI.BitmapFont/BMGlyph)] : csy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.BitmapFont::SetFormat(FairyGUI.TextFormat,System.Single)] : csq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BitmapFont::GetGlyph(System.Char,System.Single&,System.Single&,System.Single&)] : css +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BitmapFont::DrawGlyph(System.Single,System.Single,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1)] : cst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BitmapFont::HasCharacter(System.Char)] : csv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BitmapFont::GetLineHeight(System.Int32)] : csw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Font FairyGUI.DynamicFont::GetRealFont()] : csz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::Dispose()] : csx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Font FairyGUI.DynamicFont::get_nativeFont()] : cta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::set_nativeFont(UnityEngine.Font)] : ctb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::SetFormat(FairyGUI.TextFormat,System.Single)] : csq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::PrepareCharacters(System.String)] : csr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DynamicFont::GetGlyph(System.Char,System.Single&,System.Single&,System.Single&)] : css +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DynamicFont::DrawGlyph(System.Single,System.Single,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1)] : cst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DynamicFont::DrawLine(System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1)] : csu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DynamicFont::HasCharacter(System.Char)] : csv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DynamicFont::GetLineHeight(System.Int32)] : csw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::textureRebuildCallback(UnityEngine.Font)] : ctc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.FontManager::GetFontsInfo()] : ctd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FontManager::RegisterFont(FairyGUI.BaseFont,System.String)] : cte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FontManager::UnregisterFont(FairyGUI.BaseFont)] : ctf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BaseFont FairyGUI.FontManager::GetFont(System.String)] : ctg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BaseFont FairyGUI.FontManager::Fallback(System.String)] : cth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FontManager::Clear()] : cti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IKeyboard::get_done()] : ctj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IKeyboard::get_supportsCaret()] : ctk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.IKeyboard::GetInput()] : ctl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IKeyboard::Open(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean)] : ctm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IKeyboard::Close()] : ctn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_maxLength()] : cto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_maxLength(System.Int32)] : ctp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_keyboardInput()] : ctq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_keyboardInput(System.Boolean)] : ctr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_keyboardType()] : cts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_keyboardType(System.Int32)] : ctt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_hideInput()] : ctu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_hideInput(System.Boolean)] : ctv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_disableIME()] : ctw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_disableIME(System.Boolean)] : ctx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_mouseWheelEnabled()] : cty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_mouseWheelEnabled(System.Boolean)] : ctz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.InputTextField::get_onChanged()] : cua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.InputTextField::get_onSubmit()] : cub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::get_text()] : cuc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_text(System.String)] : cud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.InputTextField::get_textFormat()] : cue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_textFormat(FairyGUI.TextFormat)] : cuf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::get_restrict()] : cug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_restrict(System.String)] : cuh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_caretPosition()] : cui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_caretPosition(System.Int32)] : cuj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_selectionBeginIndex()] : cuk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_selectionEndIndex()] : cul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::get_promptText()] : cum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_promptText(System.String)] : cun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_displayAsPassword()] : cuo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_displayAsPassword(System.Boolean)] : cup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_editable()] : cuq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_editable(System.Boolean)] : cur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_border()] : cus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_border(System.Int32)] : cut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_corner()] : cuu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_corner(System.Int32)] : cuv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.InputTextField::get_borderColor()] : cuw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_borderColor(UnityEngine.Color)] : cux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.InputTextField::get_backgroundColor()] : cuy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_backgroundColor(UnityEngine.Color)] : cuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateShape()] : cva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::SetSelection(System.Int32,System.Int32)] : cvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::ReplaceSelection(System.String)] : cvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::ReplaceText(System.String)] : cvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::GetPartialText(System.Int32,System.Int32,System.Text.StringBuilder)] : cve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::GetTextlength(System.String)] : cvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::TruncateText(System.String,System.Int32)] : cvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::ValidateInput(System.String)] : cvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateText()] : cvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::EncodePasswordText(System.String)] : cvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::ClearSelection()] : cvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::GetSelection()] : cvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::Scroll(System.Int32,System.Int32)] : cvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::AdjustCaret(FairyGUI.TextField/CharPosition,System.Boolean)] : cvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateCaret(System.Boolean)] : cvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::MoveContent(UnityEngine.Vector2,System.Boolean)] : cvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateSelection(FairyGUI.TextField/CharPosition)] : cvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField/CharPosition FairyGUI.InputTextField::GetCharPosition(System.Int32)] : cvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField/CharPosition FairyGUI.InputTextField::GetCharPosition(UnityEngine.Vector2)] : cvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.InputTextField::GetCharLocation(FairyGUI.TextField/CharPosition)] : cvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::RefreshObjects()] : cvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::OnChanged()] : cvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::OnSizeChanged()] : cev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::Update(FairyGUI.UpdateContext)] : cci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::Dispose()] : ccm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::DoCopy(System.String)] : cvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::DoPaste()] : cvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::CreateCaret()] : cvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__touchBegin(FairyGUI.EventContext)] : cvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__touchMove(FairyGUI.EventContext)] : cwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__mouseWheel(FairyGUI.EventContext)] : cwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__focusIn(FairyGUI.EventContext)] : cwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__focusOut(FairyGUI.EventContext)] : cwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__keydown(FairyGUI.EventContext)] : cwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::HandleKey(FairyGUI.InputEvent)] : cwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::CheckComposition()] : cwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__click(FairyGUI.EventContext)] : cwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__rightClick(FairyGUI.EventContext)] : cwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextInputHistory FairyGUI.TextInputHistory::get_inst()] : cwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::StartRecord(FairyGUI.InputTextField)] : cwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::MarkChanged(FairyGUI.InputTextField)] : cwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::StopRecord(FairyGUI.InputTextField)] : cwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::Undo(FairyGUI.InputTextField)] : cwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::Redo(FairyGUI.InputTextField)] : cwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlPageContext FairyGUI.RichTextField::get_htmlPageContext()] : cwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_htmlPageContext(FairyGUI.Utils.IHtmlPageContext)] : cwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlParseOptions FairyGUI.RichTextField::get_htmlParseOptions()] : cwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_htmlParseOptions(FairyGUI.Utils.HtmlParseOptions)] : cws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.RichTextField::get_emojies()] : cwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_emojies(System.Collections.Generic.Dictionary`2)] : cwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField FairyGUI.RichTextField::get_textField()] : cwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_textField(FairyGUI.TextField)] : cww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.RichTextField::get_text()] : cuc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_text(System.String)] : cud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RichTextField::get_htmlText()] : cwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_htmlText(System.String)] : cwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.RichTextField::get_textFormat()] : cue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_textFormat(FairyGUI.TextFormat)] : cuf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.RichTextField::GetHtmlElement(System.String)] : cwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.RichTextField::GetHtmlElementAt(System.Int32)] : cxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.RichTextField::get_htmlElementCount()] : cxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::ShowHtmlObject(System.Int32,System.Boolean)] : cxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::EnsureSizeCorrect()] : ceu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::OnSizeChanged()] : cev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::Update(FairyGUI.UpdateContext)] : cci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::Dispose()] : ccm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::CleanupObjects()] : cxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::RefreshObjects()] : cvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::IsArabicLetter(System.Char)] : cxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::ConvertNumber(System.String)] : cxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::ContainsArabicLetters(System.String)] : cxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RTLSupport/DirectionType FairyGUI.RTLSupport::DetectTextDirection(System.String)] : cxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::CheckSeparator(System.Char)] : cxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::CheckSpecific(System.Char)] : cxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_CheckSoundmark(System.Char)] : cxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::DoMapping(System.String)] : cxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::ConvertLineL(System.String)] : cxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::ConvertLineR(System.String)] : cxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::_Reverse(System.String)] : cxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RTLSupport::InitChars()] : cxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_IsNeutrality(System.Char)] : cxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_IsEndPunctuation(System.Char,System.Char)] : cxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RTLSupport/DirectionType FairyGUI.RTLSupport::_GetDirection(System.Char,System.Char,FairyGUI.RTLSupport/DirectionType,FairyGUI.RTLSupport/DirectionType)] : cxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_IsBracket(System.Char)] : cxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char FairyGUI.RTLSupport::_ProcessBracket(System.Char)] : cxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.SelectionShape::get_color()] : cxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::set_color(UnityEngine.Color)] : cxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::Refresh()] : cxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::Clear()] : cxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.SelectionShape::HitTest()] : cca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField/LineInfo FairyGUI.TextField/LineInfo::Borrow()] : cxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField/LineInfo::Return(FairyGUI.TextField/LineInfo)] : cya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField/LineInfo::Return(System.Collections.Generic.List`1)] : cyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::EnableRichSupport(FairyGUI.RichTextField)] : cyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::EnableCharPositionSupport()] : cyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.TextField::get_textFormat()] : cye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_textFormat(FairyGUI.TextFormat)] : cyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::ApplyFormat()] : cyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.TextField::get_align()] : cyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_align(FairyGUI.AlignType)] : cyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.TextField::get_verticalAlign()] : cyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_verticalAlign(FairyGUI.VertAlignType)] : cyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TextField::get_text()] : cyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_text(System.String)] : cym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TextField::get_htmlText()] : cyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_htmlText(System.String)] : cyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TextField::get_parsedText()] : cyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AutoSizeType FairyGUI.TextField::get_autoSize()] : cyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_autoSize(FairyGUI.AutoSizeType)] : cyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::get_wordWrap()] : cys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_wordWrap(System.Boolean)] : cyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::get_singleLine()] : cyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_singleLine(System.Boolean)] : cyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.TextField::get_stroke()] : cyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_stroke(System.Single)] : cyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TextField::get_strokeColor()] : cyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_strokeColor(UnityEngine.Color)] : cyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TextField::get_shadowOffset()] : cza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_shadowOffset(UnityEngine.Vector2)] : czb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.TextField::get_textWidth()] : czc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.TextField::get_textHeight()] : czd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::get_maxWidth()] : cze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_maxWidth(System.Int32)] : czf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::get_htmlElements()] : czg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::get_lines()] : czh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::get_charPositions()] : czi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RichTextField FairyGUI.TextField::get_richTextField()] : czj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::Redraw()] : czk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::HasCharacter(System.Char)] : czl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::GetLinesShape(System.Int32,System.Single,System.Int32,System.Single,System.Boolean,System.Collections.Generic.List`1)] : czm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::OnSizeChanged()] : cev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::EnsureSizeCorrect()] : ceu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::Update(FairyGUI.UpdateContext)] : cci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::RequestText()] : czn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::BuildLines()] : czo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::ParseText()] : czp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::BuildLines2()] : czq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::UpdateLineInfo(FairyGUI.TextField/LineInfo,System.Single,System.Int32)] : czr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::DoShrink()] : czs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::ParseText(System.Text.StringBuilder,System.String,System.Int32)] : czt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::OnPopulateMesh(FairyGUI.VertexBuffer)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::Cleanup()] : czu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::ApplyVertAlign()] : czv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextFormat::SetColor(System.UInt32)] : czw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextFormat::EqualStyle(FairyGUI.TextFormat)] : czx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextFormat::CopyFrom(FairyGUI.TextFormat)] : czy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextFormat::FillVertexColors(UnityEngine.Color32[])] : czz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TouchScreenKeyboard::get_done()] : ctj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TouchScreenKeyboard::get_supportsCaret()] : ctk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.TouchScreenKeyboard::GetInput()] : ctl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchScreenKeyboard::Open(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean)] : ctm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchScreenKeyboard::Close()] : ctn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect/d__19::System.IDisposable.Dispose()] : daa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.TypingEffect/d__19::System.Collections.Generic.IEnumerator.get_Current()] : dab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect/d__19::System.Collections.IEnumerator.Reset()] : dac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.TypingEffect/d__19::System.Collections.IEnumerator.get_Current()] : dad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::get_totalTimes()] : dae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::Start()] : daf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TypingEffect::Print()] : dag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::output(System.Int32)] : dah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator FairyGUI.TypingEffect::Print(System.Single)] : dai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::PrintAll(System.Single)] : daj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::Cancel()] : dak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::OnMeshModified()] : dal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::add_OnBegin(System.Action)] : dam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::remove_OnBegin(System.Action)] : dan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::add_OnEnd(System.Action)] : dao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::remove_OnEnd(System.Action)] : dap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::Begin()] : daq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::End()] : dar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::EnterClipping(System.UInt32,UnityEngine.Rect,System.Nullable`1)] : das +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::EnterClipping(System.UInt32,System.Boolean)] : dat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::LeaveClipping()] : dau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::EnterPaintingMode()] : dav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::LeavePaintingMode()] : daw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::ApplyClippingProperties(UnityEngine.Material,System.Boolean)] : dax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::ApplyAlphaMaskProperties(UnityEngine.Material,System.Boolean)] : daz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::AddCapture(FairyGUI.EventCallback1)] : dba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::RemoveCapture(FairyGUI.EventCallback1)] : dbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Add(FairyGUI.EventCallback1)] : dbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Remove(FairyGUI.EventCallback1)] : dbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Add(FairyGUI.EventCallback0)] : dbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Remove(FairyGUI.EventCallback0)] : dbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventBridge::get_isEmpty()] : dbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Clear()] : dbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::CallInternal(FairyGUI.EventContext)] : dbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::CallCaptureInternal(FairyGUI.EventContext)] : dbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventDispatcher FairyGUI.EventContext::get_sender()] : dbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::set_sender(FairyGUI.EventDispatcher)] : dbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.EventContext::get_initiator()] : dbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::set_initiator(System.Object)] : dbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.InputEvent FairyGUI.EventContext::get_inputEvent()] : dbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::set_inputEvent(FairyGUI.InputEvent)] : dbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::StopPropagation()] : dbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::PreventDefault()] : dbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::CaptureTouch()] : dbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventContext::get_isDefaultPrevented()] : dbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventContext FairyGUI.EventContext::Get()] : dbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::Return(FairyGUI.EventContext)] : dbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback1)] : dbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback0)] : dbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback1)] : dby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback0)] : dbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::AddCapture(System.String,FairyGUI.EventCallback1)] : dca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveCapture(System.String,FairyGUI.EventCallback1)] : dcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListeners()] : dcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListeners(System.String)] : dcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::hasEventListeners(System.String)] : dce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::isDispatching(System.String)] : dcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventDispatcher::TryGetEventBridge(System.String)] : dcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventDispatcher::GetEventBridge(System.String)] : dch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String)] : dci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object)] : dcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object,System.Object)] : dck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::InternalDispatchEvent(System.String,FairyGUI.EventBridge,System.Object,System.Object)] : dcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(FairyGUI.EventContext)] : dcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::BubbleEvent(System.String,System.Object,System.Collections.Generic.List`1)] : dcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::BubbleEvent(System.String,System.Object)] : dco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::BroadcastEvent(System.String,System.Object)] : dcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventDispatcher::GetBridge(System.String)] : dcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::GetChildEventBridges(System.String,FairyGUI.Container,System.Collections.Generic.List`1)] : dcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::GetChildEventBridges(System.String,FairyGUI.GComponent,System.Collections.Generic.List`1)] : dcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::GetChainBridges(System.String,System.Collections.Generic.List`1,System.Boolean)] : dct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.EventListener::get_type()] : dcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::AddCapture(FairyGUI.EventCallback1)] : dcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::RemoveCapture(FairyGUI.EventCallback1)] : dcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Add(FairyGUI.EventCallback1)] : dcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback1)] : dcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Add(FairyGUI.EventCallback0)] : dcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback0)] : dda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Set(FairyGUI.EventCallback1)] : ddb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Set(FairyGUI.EventCallback0)] : ddc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::get_isEmpty()] : ddd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::get_isDispatching()] : dde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Clear()] : ddf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::Call()] : ddg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::Call(System.Object)] : ddh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BubbleCall(System.Object)] : ddi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BubbleCall()] : ddj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BroadcastCall(System.Object)] : ddk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BroadcastCall()] : ddl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback0)] : dbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback1)] : dbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback0)] : dbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback1)] : dby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(FairyGUI.EventContext)] : dcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(System.String)] : dci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(System.String,System.Object)] : dcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(System.String,System.Object,System.Object)] : dck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_x()] : ddm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_x(System.Single)] : ddn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_y()] : ddo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_y(System.Single)] : ddp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.KeyCode FairyGUI.InputEvent::get_keyCode()] : ddq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_keyCode(UnityEngine.KeyCode)] : ddr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char FairyGUI.InputEvent::get_character()] : dds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_character(System.Char)] : ddt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.EventModifiers FairyGUI.InputEvent::get_modifiers()] : ddu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_modifiers(UnityEngine.EventModifiers)] : ddv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_mouseWheelDelta()] : ddw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_mouseWheelDelta(System.Single)] : ddx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::get_touchId()] : ddy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_touchId(System.Int32)] : ddz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::get_button()] : dea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_button(System.Int32)] : deb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::get_clickCount()] : dec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_clickCount(System.Int32)] : ded +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_holdTime()] : dee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_holdTime(System.Single)] : deg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.InputEvent::get_position()] : deh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_isDoubleClick()] : dei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_ctrlOrCmd()] : dej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_ctrl()] : dek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_shift()] : del +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_alt()] : dem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_command()] : den +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.BlurFilter::get_target()] : deo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::set_target(FairyGUI.DisplayObject)] : dep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::Dispose()] : deq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::Update()] : der +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::FourTapCone(UnityEngine.RenderTexture,UnityEngine.RenderTexture,System.Int32)] : des +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::DownSample4x(UnityEngine.RenderTexture,UnityEngine.RenderTexture)] : det +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::OnRenderImage()] : deu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.ColorFilter::get_target()] : deo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::set_target(FairyGUI.DisplayObject)] : dep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Dispose()] : deq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Update()] : der +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Invert()] : dev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustSaturation(System.Single)] : dew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustContrast(System.Single)] : dex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustBrightness(System.Single)] : dey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustHue(System.Single)] : dez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Tint(UnityEngine.Color,System.Single)] : dfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Reset()] : dfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::_ConcatValues(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single)] : dfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::ConcatValues(System.Single[])] : dfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::UpdateMatrix()] : dfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.IFilter::get_target()] : deo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IFilter::set_target(FairyGUI.DisplayObject)] : dep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IFilter::Update()] : der +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IFilter::Dispose()] : deq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.LongPressGesture::get_host()] : dff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_host(FairyGUI.GObject)] : dfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.LongPressGesture::get_onBegin()] : dfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_onBegin(FairyGUI.EventListener)] : dfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.LongPressGesture::get_onEnd()] : dfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_onEnd(FairyGUI.EventListener)] : dfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.LongPressGesture::get_onAction()] : dfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_onAction(FairyGUI.EventListener)] : dfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::Dispose()] : dfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::Enable(System.Boolean)] : dfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::Cancel()] : dfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::__touchBegin(FairyGUI.EventContext)] : dfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::__timer(System.Object)] : dfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::__touchEnd(FairyGUI.EventContext)] : dfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.PinchGesture::get_host()] : dft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_host(FairyGUI.GObject)] : dfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PinchGesture::get_onBegin()] : dfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_onBegin(FairyGUI.EventListener)] : dfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PinchGesture::get_onEnd()] : dfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_onEnd(FairyGUI.EventListener)] : dfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PinchGesture::get_onAction()] : dfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_onAction(FairyGUI.EventListener)] : dga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::Dispose()] : dgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::Enable(System.Boolean)] : dgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::__touchBegin(FairyGUI.EventContext)] : dgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::__touchMove(FairyGUI.EventContext)] : dge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::__touchEnd(FairyGUI.EventContext)] : dgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.RotationGesture::get_host()] : dgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_host(FairyGUI.GObject)] : dgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.RotationGesture::get_onBegin()] : dgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_onBegin(FairyGUI.EventListener)] : dgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.RotationGesture::get_onEnd()] : dgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_onEnd(FairyGUI.EventListener)] : dgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.RotationGesture::get_onAction()] : dgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_onAction(FairyGUI.EventListener)] : dgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::Dispose()] : dgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::Enable(System.Boolean)] : dgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::__touchBegin(FairyGUI.EventContext)] : dgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::__touchMove(FairyGUI.EventContext)] : dgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::__touchEnd(FairyGUI.EventContext)] : dgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.SwipeGesture::get_host()] : dgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_host(FairyGUI.GObject)] : dgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onBegin()] : dgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onBegin(FairyGUI.EventListener)] : dgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onEnd()] : dgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onEnd(FairyGUI.EventListener)] : dgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onMove()] : dgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onMove(FairyGUI.EventListener)] : dha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onAction()] : dhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onAction(FairyGUI.EventListener)] : dhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::Dispose()] : dhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::Enable(System.Boolean)] : dhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::__touchBegin(FairyGUI.EventContext)] : dhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::__touchMove(FairyGUI.EventContext)] : dhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::__touchEnd(FairyGUI.EventContext)] : dhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager/Bounce::EaseIn(System.Single,System.Single)] : dhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager/Bounce::EaseOut(System.Single,System.Single)] : dhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager/Bounce::EaseInOut(System.Single,System.Single)] : dhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager::Evaluate(FairyGUI.EaseType,System.Single,System.Single,System.Single,System.Single,FairyGUI.CustomEase)] : dhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.CustomEase/<>c::b__4_0(UnityEngine.Vector2,UnityEngine.Vector2)] : dhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.CustomEase::Create(System.Collections.Generic.IEnumerable`1)] : dhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.CustomEase::Evaluate(System.Single)] : dho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GPath::get_length()] : dhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint)] : dhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint)] : dhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint)] : dhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(System.Collections.Generic.IEnumerable`1)] : dht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::CreateSplineSegment()] : dhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Clear()] : dhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GPath::GetPointAt(System.Single)] : dhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GPath::get_segmentCount()] : dhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GPath::GetSegmentLength(System.Int32)] : dhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::GetPointsInSegment(System.Int32,System.Single,System.Single,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Single)] : dhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::GetAllPoints(System.Collections.Generic.List`1,System.Single)] : dia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GPath::onCRSplineCurve(System.Int32,System.Int32,System.Single)] : dib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GPath::onBezierCurve(System.Int32,System.Int32,System.Single)] : did +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(System.Single,System.Single,System.Single)] : die +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)] : dif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)] : dig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)] : dih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Color,UnityEngine.Color,System.Single)] : dii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::ToDouble(System.Double,System.Double,System.Single)] : dij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::DelayedCall(System.Single)] : dik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::Shake(UnityEngine.Vector3,System.Single,System.Single)] : dil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTween::IsTweening(System.Object)] : dim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTween::IsTweening(System.Object,FairyGUI.TweenPropType)] : din +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Kill(System.Object)] : dio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Kill(System.Object,System.Boolean)] : dip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Kill(System.Object,FairyGUI.TweenPropType,System.Boolean)] : diq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::GetTween(System.Object)] : dir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::GetTween(System.Object,FairyGUI.TweenPropType)] : dis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Clean()] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITweenListener::OnTweenStart(FairyGUI.GTweener)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITweenListener::OnTweenUpdate(FairyGUI.GTweener)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITweenListener::OnTweenComplete(FairyGUI.GTweener)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetDelay(System.Single)] : dix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTweener::get_delay()] : diy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetDuration(System.Single)] : diz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTweener::get_duration()] : dja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetBreakpoint(System.Single)] : djb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEase(FairyGUI.EaseType)] : djc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEase(FairyGUI.EaseType,FairyGUI.CustomEase)] : djd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEasePeriod(System.Single)] : dje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEaseOvershootOrAmplitude(System.Single)] : djf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetRepeat(System.Int32,System.Boolean)] : djg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTweener::get_repeat()] : djh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetTimeScale(System.Single)] : dji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetIgnoreEngineTimeScale(System.Boolean)] : djj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetSnapping(System.Boolean)] : djk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetPath(FairyGUI.GPath)] : djl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object)] : djm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object,FairyGUI.TweenPropType)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.GTweener::get_target()] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetUserData(System.Object)] : djp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.GTweener::get_userData()] : djq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnUpdate(FairyGUI.GTweenCallback)] : djr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnStart(FairyGUI.GTweenCallback)] : djs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnComplete(FairyGUI.GTweenCallback)] : djt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnUpdate(FairyGUI.GTweenCallback1)] : dju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnStart(FairyGUI.GTweenCallback1)] : djv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnComplete(FairyGUI.GTweenCallback1)] : djw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetListener(FairyGUI.ITweenListener)] : djx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_startValue()] : djy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_endValue()] : djz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_value()] : dka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_deltaValue()] : dkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTweener::get_normalizedTime()] : dkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTweener::get_completed()] : dkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTweener::get_allCompleted()] : dke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetPaused(System.Boolean)] : dkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::Seek(System.Single)] : dkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::Kill(System.Boolean)] : dkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(System.Single,System.Single,System.Single)] : dki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)] : dkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)] : dkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)] : dkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Color,UnityEngine.Color,System.Single)] : dkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(System.Double,System.Double,System.Single)] : dkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_Shake(UnityEngine.Vector3,System.Single,System.Single)] : dko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::_Init()] : dkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::_Reset()] : dkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::_Update()] : dkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::Update()] : dks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::CallStartCallback()] : dkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::CallUpdateCallback()] : dku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::CallCompleteCallback()] : dkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.TweenManager::CreateTween()] : dkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TweenManager::IsTweening(System.Object,FairyGUI.TweenPropType)] : dkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TweenManager::KillTweens(System.Object,FairyGUI.TweenPropType,System.Boolean)] : dky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.TweenManager::GetTween(System.Object,FairyGUI.TweenPropType)] : dkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenManager::Update()] : dla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenManager::Clean()] : dlb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenManager::Init()] : dlc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenPropTypeUtils::SetProps(System.Object,FairyGUI.TweenPropType,FairyGUI.TweenValue)] : dld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TweenValue::get_vec2()] : dle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_vec2(UnityEngine.Vector2)] : dlf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.TweenValue::get_vec3()] : dlg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_vec3(UnityEngine.Vector3)] : dlh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector4 FairyGUI.TweenValue::get_vec4()] : dli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_vec4(UnityEngine.Vector4)] : dlj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TweenValue::get_color()] : dlk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_color(UnityEngine.Color)] : dll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::SetZero()] : dlm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ChangePageAction::Enter(FairyGUI.Controller)] : dln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ChangePageAction::Setup(FairyGUI.Utils.ByteBuffer)] : dlo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ControllerAction FairyGUI.ControllerAction::CreateAction(FairyGUI.ControllerAction/ActionType)] : dlp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Run(FairyGUI.Controller,System.String,System.String)] : dlq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Enter(FairyGUI.Controller)] : dln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Leave(FairyGUI.Controller)] : dlr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Setup(FairyGUI.Utils.ByteBuffer)] : dlo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlayTransitionAction::Enter(FairyGUI.Controller)] : dln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlayTransitionAction::Leave(FairyGUI.Controller)] : dlr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlayTransitionAction::Setup(FairyGUI.Utils.ByteBuffer)] : dlo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.IDisposable.Dispose()] : dls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.Collections.Generic.IEnumerator.get_Current()] : dlt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.Collections.IEnumerator.Reset()] : dlu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.Collections.IEnumerator.get_Current()] : dlv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.AsyncCreationHelper::CreateObject(FairyGUI.PackageItem,FairyGUI.UIPackage/CreateObjectCallback)] : dlw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator FairyGUI.AsyncCreationHelper::_CreateObject(FairyGUI.PackageItem,FairyGUI.UIPackage/CreateObjectCallback)] : dlx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.AsyncCreationHelper::CollectComponentChildren(FairyGUI.PackageItem,System.Collections.Generic.List`1)] : dly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.AsyncCreationHelper::CollectListChildren(FairyGUI.Utils.ByteBuffer,System.Collections.Generic.List`1)] : dlz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::Dispose()] : dma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.Controller::get_onChanged()] : dmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_selectedIndex()] : dmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_selectedIndex(System.Int32)] : dmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::SetSelectedIndex(System.Int32)] : dme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::SetSelectedPage(System.String)] : dmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_selectedPage()] : dmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_selectedPage(System.String)] : dmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_previsousIndex()] : dmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_previousIndex()] : dmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_previousPage()] : dmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_pageCount()] : dml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageName(System.Int32)] : dmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageId(System.Int32)] : dmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageIdByName(System.String)] : dmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::AddPage(System.String)] : dmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::AddPageAt(System.String,System.Int32)] : dmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::RemovePage(System.String)] : dmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::RemovePageAt(System.Int32)] : dms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::ClearPages()] : dmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Controller::HasPage(System.String)] : dmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::GetPageIndexById(System.String)] : dmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageNameById(System.String)] : dmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_selectedPageId()] : dmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_selectedPageId(System.String)] : dmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_oppositePageId(System.String)] : dmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_previousPageId()] : dna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::RunActions()] : dnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::Setup(FairyGUI.Utils.ByteBuffer)] : dnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DragDropManager FairyGUI.DragDropManager::get_inst()] : dnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.DragDropManager::get_dragAgent()] : dne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DragDropManager::get_dragging()] : dnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::StartDrag(FairyGUI.GObject,System.String,System.Object,System.Int32)] : dng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::StartDrag(FairyGUI.GObject,FairyGUI.NTexture,System.Object,System.Int32)] : dnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::Cancel()] : dni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::__dragEnd(FairyGUI.EventContext)] : dnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.EMRenderTarget::get_EM_sortingOrder()] : dnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderTarget::EM_BeforeUpdate()] : dnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderTarget::EM_Update(FairyGUI.UpdateContext)] : dnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderTarget::EM_Reload()] : dnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EMRenderSupport::get_packageListReady()] : dno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::set_packageListReady(System.Boolean)] : dnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EMRenderSupport::get_hasTarget()] : dnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Add(FairyGUI.EMRenderTarget)] : dnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Remove(FairyGUI.EMRenderTarget)] : dns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Update()] : dnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Reload()] : dnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.EMRenderSupport::CompareDepth(FairyGUI.EMRenderTarget,FairyGUI.EMRenderTarget)] : dnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton/<>c__DisplayClass72_0::b__0(System.Object)] : dnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton/<>c__DisplayClass72_0::b__1(System.Object)] : dnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::SetClickDownEffect(System.Single,System.Int32)] : dny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::PlayClickSound()] : dnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::PlaySound()] : doa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GButton::get_onChanged()] : dob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_icon()] : doc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_icon(System.String)] : dod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_title()] : doe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_title(System.String)] : dof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_text()] : dog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_text(System.String)] : doh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_selectedIcon()] : doi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_selectedIcon(System.String)] : doj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_selectedTitle()] : dok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_selectedTitle(System.String)] : dol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GButton::get_titleColor()] : dom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_titleColor(UnityEngine.Color)] : don +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GButton::get_color()] : doo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_color(UnityEngine.Color)] : dop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GButton::get_titleFontSize()] : doq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_titleFontSize(System.Int32)] : dor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GButton::get_selected()] : dos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_selected(System.Boolean)] : dot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ButtonMode FairyGUI.GButton::get_mode()] : dou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_mode(FairyGUI.ButtonMode)] : dov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GButton::get_relatedController()] : dow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_relatedController(FairyGUI.Controller)] : dox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_relatedPageId()] : doy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_relatedPageId(System.String)] : doz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::FireClick(System.Boolean,System.Boolean)] : dpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GButton::GetTextField()] : dpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::SetState(System.String)] : dpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::SetCurrentState()] : dpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::HandleControllerChanged(FairyGUI.Controller)] : dpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::HandleGrayedChanged()] : dpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__rollover()] : dpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__rollout()] : dpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__touchBegin(FairyGUI.EventContext)] : dpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__touchEnd()] : dpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__removedFromStage()] : dpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__click()] : dpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GComboBox::get_onChanged()] : dpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_icon()] : doc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_icon(System.String)] : dod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_title()] : dpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_title(System.String)] : dpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_text()] : dog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_text(System.String)] : doh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GComboBox::get_titleColor()] : dpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_titleColor(UnityEngine.Color)] : dps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComboBox::get_titleFontSize()] : dpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_titleFontSize(System.Int32)] : dpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GComboBox::get_items()] : dpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_items(System.String[])] : dpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GComboBox::get_icons()] : dpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_icons(System.String[])] : dpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GComboBox::get_values()] : dpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_values(System.String[])] : dqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComboBox::get_itemList()] : dqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComboBox::get_valueList()] : dqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComboBox::get_iconList()] : dqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::ApplyListChange()] : dqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComboBox::get_selectedIndex()] : dqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_selectedIndex(System.Int32)] : dqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GComboBox::get_selectionController()] : dqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_selectionController(FairyGUI.Controller)] : dqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_value()] : dqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_value(System.String)] : dqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PopupDirection FairyGUI.GComboBox::get_popupDirection()] : dql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_popupDirection(FairyGUI.PopupDirection)] : dqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GComboBox::GetTextField()] : dqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::SetState(System.String)] : dqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::SetCurrentState()] : dqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::HandleGrayedChanged()] : dpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::HandleControllerChanged(FairyGUI.Controller)] : dpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::UpdateSelectionController()] : dqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::Dispose()] : dqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::UpdateDropdownList()] : dqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::ShowDropdown()] : dqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::RenderDropdownList()] : dqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__popupWinClosed(System.Object)] : dqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__clickItem(FairyGUI.EventContext)] : dqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__rollover()] : dqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__rollout()] : dqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__touchBegin(FairyGUI.EventContext)] : dqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__touchEnd(FairyGUI.EventContext)] : dra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__click()] : drb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent/<>c__DisplayClass129_0::b__0()] : drc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent/<>c__DisplayClass129_0::b__1()] : drd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.GComponent::get_rootContainer()] : dre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_rootContainer(FairyGUI.Container)] : drf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.GComponent::get_container()] : drg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_container(FairyGUI.Container)] : drh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ScrollPane FairyGUI.GComponent::get_scrollPane()] : dri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_scrollPane(FairyGUI.ScrollPane)] : drj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::CreateDisplayObject()] : drk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::Dispose()] : dqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GComponent::get_onDrop()] : drl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_fairyBatching()] : drm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_fairyBatching(System.Boolean)] : drn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::InvalidateBatchingState(System.Boolean)] : dro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_opaque()] : drp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_opaque(System.Boolean)] : drq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Margin FairyGUI.GComponent::get_margin()] : drr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_margin(FairyGUI.Margin)] : drs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ChildrenRenderOrder FairyGUI.GComponent::get_childrenRenderOrder()] : drt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_childrenRenderOrder(FairyGUI.ChildrenRenderOrder)] : dru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::get_apexIndex()] : drv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_apexIndex(System.Int32)] : drw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_tabStopChildren()] : drx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_tabStopChildren(System.Boolean)] : dry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::AddChild(FairyGUI.GObject)] : drz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::AddChildAt(FairyGUI.GObject,System.Int32)] : dsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetInsertPosForSortingChild(FairyGUI.GObject)] : dsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChild(FairyGUI.GObject)] : dsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChild(FairyGUI.GObject,System.Boolean)] : dsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChildAt(System.Int32)] : dse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChildAt(System.Int32,System.Boolean)] : dsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::RemoveChildren()] : dsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::RemoveChildren(System.Int32,System.Int32,System.Boolean)] : dsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildAt(System.Int32)] : dsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChild(System.String)] : dsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildByPath(System.String)] : dsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetVisibleChild(System.String)] : dsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildInGroup(FairyGUI.GGroup,System.String)] : dsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildById(System.String)] : dsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject[] FairyGUI.GComponent::GetChildren()] : dso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetChildrenCount()] : dsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetChildIndex(FairyGUI.GObject)] : dsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetChildIndex(FairyGUI.GObject,System.Int32)] : dsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::SetChildIndexBefore(FairyGUI.GObject,System.Int32)] : dss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::_SetChildIndex(FairyGUI.GObject,System.Int32,System.Int32)] : dst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SwapChildren(FairyGUI.GObject,FairyGUI.GObject)] : dsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SwapChildrenAt(System.Int32,System.Int32)] : dsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::get_numChildren()] : dsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::IsAncestorOf(FairyGUI.GObject)] : dsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ChangeChildrenOrder(System.Collections.Generic.IList`1)] : dsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::AddController(FairyGUI.Controller)] : dsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GComponent::GetControllerAt(System.Int32)] : dta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GComponent::GetController(System.String)] : dtb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::RemoveController(FairyGUI.Controller)] : dtc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComponent::get_Controllers()] : dtd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Transition FairyGUI.GComponent::GetTransitionAt(System.Int32)] : dte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Transition FairyGUI.GComponent::GetTransition(System.String)] : dtf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComponent::get_Transitions()] : dtg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ChildStateChanged(FairyGUI.GObject)] : dth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::BuildNativeDisplayList()] : dti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ApplyController(FairyGUI.Controller)] : dtj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ApplyAllControllers()] : dtk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::AdjustRadioGroupDepth(FairyGUI.GObject,FairyGUI.Controller)] : dtl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GComponent::get_clipSoftness()] : dtm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_clipSoftness(UnityEngine.Vector2)] : dtn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.GComponent::get_mask()] : dto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_mask(FairyGUI.DisplayObject)] : dtp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GComponent::get_baseUserData()] : dtq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_reversedMask()] : dtr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_reversedMask(System.Boolean)] : dts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::IsChildInView(FairyGUI.GObject)] : dtt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetFirstChildInView()] : dtu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetupScroll(FairyGUI.Utils.ByteBuffer)] : dtv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetupOverflow(FairyGUI.OverflowType)] : dtw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::UpdateClipRect()] : dtx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::HandleSizeChanged()] : dty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::HandleGrayedChanged()] : dpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::HandleControllerChanged(FairyGUI.Controller)] : dpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetBoundsChangedFlag()] : dtz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::EnsureBoundsCorrect()] : dua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::UpdateBounds()] : dub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetBounds(System.Single,System.Single,System.Single,System.Single)] : duc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GComponent::get_viewWidth()] : dud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_viewWidth(System.Single)] : due +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GComponent::get_viewHeight()] : duf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_viewHeight(System.Single)] : dug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::GetSnappingPosition(System.Single&,System.Single&)] : duh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::ShouldSnapToNext(System.Single,System.Single,System.Single)] : dui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::GetSnappingPositionWithDir(System.Single&,System.Single&,System.Single,System.Single)] : duj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ChildSortingOrderChanged(FairyGUI.GObject,System.Int32,System.Int32)] : duk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::OnUpdate()] : dul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructFromResource()] : dum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructFromResource(System.Collections.Generic.List`1,System.Int32)] : dun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::__playSound(System.String,System.Single)] : dup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::__addedToStage()] : duq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::__removedFromStage()] : dur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::Init()] : dus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::AddExtStatus(System.String,FairyGUI.Utils.ByteBuffer)] : duu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::Apply()] : duv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::UpdateState()] : duw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Dispose()] : dux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GearBase::get_controller()] : duy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::set_controller(FairyGUI.Controller)] : duz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearTweenConfig FairyGUI.GearBase::get_tweenConfig()] : dva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Setup(FairyGUI.Utils.ByteBuffer)] : dvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::UpdateFromRelations(System.Single,System.Single)] : dvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Init()] : dus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Apply()] : duv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::UpdateState()] : duw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::Init()] : dus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::Apply()] : duv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::OnTweenStart(FairyGUI.GTweener)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::OnTweenUpdate(FairyGUI.GTweener)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::OnTweenComplete(FairyGUI.GTweener)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::UpdateState()] : duw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GearDisplay::get_pages()] : dvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::set_pages(System.String[])] : dve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::Init()] : dus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::Apply()] : duv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::UpdateState()] : duw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 FairyGUI.GearDisplay::AddLock()] : dvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::ReleaseLock(System.UInt32)] : dvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GearDisplay::get_connected()] : dvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GearDisplay2::get_pages()] : dvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::set_pages(System.String[])] : dvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::Init()] : dus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::Apply()] : duv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::UpdateState()] : duw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GearDisplay2::Evaluate(System.Boolean)] : dvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::Init()] : dus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::Apply()] : duv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::UpdateState()] : duw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::Init()] : dus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::Apply()] : duv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::UpdateState()] : duw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::Init()] : dus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::Apply()] : duv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::OnTweenStart(FairyGUI.GTweener)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::OnTweenUpdate(FairyGUI.GTweener)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::OnTweenComplete(FairyGUI.GTweener)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::UpdateState()] : duw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::Init()] : dus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::Apply()] : duv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::OnTweenStart(FairyGUI.GTweener)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::OnTweenUpdate(FairyGUI.GTweener)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::OnTweenComplete(FairyGUI.GTweener)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::UpdateState()] : duw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::UpdateFromRelations(System.Single,System.Single)] : dvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::Init()] : dus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::Apply()] : duv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::UpdateState()] : duw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::Init()] : dus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::AddExtStatus(System.String,FairyGUI.Utils.ByteBuffer)] : dvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::Apply()] : duv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::OnTweenStart(FairyGUI.GTweener)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::OnTweenUpdate(FairyGUI.GTweener)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::OnTweenComplete(FairyGUI.GTweener)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::UpdateState()] : duw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::UpdateFromRelations(System.Single,System.Single)] : dvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IAnimationGear::get_playing()] : dvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_playing(System.Boolean)] : dvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.IAnimationGear::get_frame()] : dvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_frame(System.Int32)] : dvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.IAnimationGear::get_timeScale()] : dvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_timeScale(System.Single)] : dvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IAnimationGear::get_ignoreEngineTimeScale()] : dvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_ignoreEngineTimeScale(System.Boolean)] : dvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::Advance(System.Single)] : dvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.IColorGear::get_color()] : doo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IColorGear::set_color(UnityEngine.Color)] : dop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.ITextColorGear::get_strokeColor()] : dvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITextColorGear::set_strokeColor(UnityEngine.Color)] : dvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::CreateDisplayObject()] : drk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::ReplaceMe(FairyGUI.GObject)] : dvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::AddBeforeMe(FairyGUI.GObject)] : dvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::AddAfterMe(FairyGUI.GObject)] : dvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::SetNativeObject(FairyGUI.DisplayObject)] : dwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GGraph::get_color()] : doo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::set_color(UnityEngine.Color)] : dop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Shape FairyGUI.GGraph::get_shape()] : dwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawRect(System.Single,System.Single,System.Int32,UnityEngine.Color,UnityEngine.Color)] : dwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawRoundRect(System.Single,System.Single,UnityEngine.Color,System.Single[])] : dwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawEllipse(System.Single,System.Single,UnityEngine.Color)] : dwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawPolygon(System.Single,System.Single,System.Collections.Generic.IList`1,UnityEngine.Color)] : dwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawPolygon(System.Single,System.Single,System.Collections.Generic.IList`1,UnityEngine.Color,System.Single,UnityEngine.Color)] : dwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GroupLayoutType FairyGUI.GGroup::get_layout()] : dwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_layout(FairyGUI.GroupLayoutType)] : dwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_lineGap()] : dwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_lineGap(System.Int32)] : dwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_columnGap()] : dwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_columnGap(System.Int32)] : dwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GGroup::get_excludeInvisibles()] : dwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_excludeInvisibles(System.Boolean)] : dwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GGroup::get_autoSizeDisabled()] : dwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_autoSizeDisabled(System.Boolean)] : dwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_mainGridMinSize()] : dws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_mainGridMinSize(System.Int32)] : dwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_mainGridIndex()] : dwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_mainGridIndex(System.Int32)] : dwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::SetBoundsChangedFlag(System.Boolean)] : dww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::EnsureBoundsCorrect()] : dwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::UpdateBounds()] : dwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::HandleLayout()] : dwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::MoveChildren(System.Single,System.Single)] : dxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::ResizeChildren(System.Single,System.Single)] : dxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::HandleAlphaChanged()] : dxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::HandleVisibleChanged()] : dxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::CreateDisplayObject()] : drk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GImage::get_color()] : doo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_color(UnityEngine.Color)] : dop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.GImage::get_flip()] : dxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_flip(FairyGUI.FlipType)] : dxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.GImage::get_fillMethod()] : dxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillMethod(FairyGUI.FillMethod)] : dxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GImage::get_fillOrigin()] : dxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillOrigin(System.Int32)] : dxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GImage::get_fillClockwise()] : dxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillClockwise(System.Boolean)] : dxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GImage::get_fillAmount()] : dxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillAmount(System.Single)] : dxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.GImage::get_texture()] : dxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_texture(FairyGUI.NTexture)] : dxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GImage::get_material()] : dxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_material(UnityEngine.Material)] : dxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GImage::get_shader()] : dxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_shader(System.String)] : dxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::ConstructFromResource()] : dum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel/<>c__DisplayClass26_0::b__0()] : dxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLabel::get_icon()] : doc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_icon(System.String)] : dod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLabel::get_title()] : dxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_title(System.String)] : dxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLabel::get_text()] : dog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_text(System.String)] : doh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLabel::get_editable()] : dxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_editable(System.Boolean)] : dxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLabel::get_titleColor()] : dxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_titleColor(UnityEngine.Color)] : dya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLabel::get_titleFontSize()] : dyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_titleFontSize(System.Int32)] : dyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLabel::get_color()] : doo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_color(UnityEngine.Color)] : dop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GLabel::GetTextField()] : dyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::Dispose()] : dqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ClearPool()] : dye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GList::get_onClickItem()] : dyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GList::get_onRightClickItem()] : dyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GList::get_defaultItem()] : dyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_defaultItem(System.String)] : dyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ListLayoutType FairyGUI.GList::get_layout()] : dyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_layout(FairyGUI.ListLayoutType)] : dyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_lineCount()] : dyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_lineCount(System.Int32)] : dym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_columnCount()] : dyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_columnCount(System.Int32)] : dyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_lineGap()] : dyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_lineGap(System.Int32)] : dyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_columnGap()] : dyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_columnGap(System.Int32)] : dys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GList::get_align()] : dyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_align(FairyGUI.AlignType)] : dyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GList::get_verticalAlign()] : dyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_verticalAlign(FairyGUI.VertAlignType)] : dyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::get_autoResizeItem()] : dyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_autoResizeItem(System.Boolean)] : dyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GList::get_defaultItemSize()] : dyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_defaultItemSize(UnityEngine.Vector2)] : dza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObjectPool FairyGUI.GList::get_itemPool()] : dzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::GetFromPool(System.String)] : dzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ReturnToPool(FairyGUI.GObject)] : dzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::AddItemFromPool()] : dze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::AddItemFromPool(System.String)] : dzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::AddChildAt(FairyGUI.GObject,System.Int32)] : dsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::RemoveChildAt(System.Int32,System.Boolean)] : dsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildToPoolAt(System.Int32)] : dzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildToPool(FairyGUI.GObject)] : dzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildrenToPool()] : dzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildrenToPool(System.Int32,System.Int32)] : dzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_selectedIndex()] : dzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_selectedIndex(System.Int32)] : dzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GList::get_selectionController()] : dzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_selectionController(FairyGUI.Controller)] : dzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GList::GetSelection()] : dzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GList::GetSelection(System.Collections.Generic.List`1)] : dzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::AddSelection(System.Int32,System.Boolean)] : dzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveSelection(System.Int32)] : dzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ClearSelection()] : dzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ClearSelectionExcept(FairyGUI.GObject)] : dzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SelectAll()] : dzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SelectNone()] : dzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SelectReverse()] : dzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::EnableSelectionFocusEvents(System.Boolean)] : dzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::NotifySelection(FairyGUI.EventContext)] : dzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::EnableArrowKeyNavigation(System.Boolean)] : dzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::__keydown(FairyGUI.EventContext)] : eaa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::HandleArrowKey(System.Int32)] : eab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::__clickItem(FairyGUI.EventContext)] : eac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::DispatchItemEvent(FairyGUI.GObject,FairyGUI.EventContext)] : ead +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetSelectionOnEvent(FairyGUI.GObject,FairyGUI.InputEvent)] : eae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ResizeToFit()] : eaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ResizeToFit(System.Int32)] : eag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ResizeToFit(System.Int32,System.Int32)] : eah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleSizeChanged()] : dty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleControllerChanged(FairyGUI.Controller)] : dpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::UpdateSelectionController(System.Int32)] : eai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView(System.Int32)] : eaj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView(System.Int32,System.Boolean)] : eak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView_UseAnim(System.Int32,System.Boolean,System.Single)] : eal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetAnimTweenTime(FairyGUI.ScrollPane,System.Boolean)] : eam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView(System.Int32,System.Boolean,System.Boolean)] : ean +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::get_touchItem()] : eao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetFirstChildInView()] : dtu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::ChildIndexToItemIndex(System.Int32)] : eap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::ItemIndexToChildIndex(System.Int32)] : eaq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtual()] : ear +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::get_isVirtual()] : eas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtualAndLoop()] : eat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtual(System.Boolean)] : eau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_numItems()] : eav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_numItems(System.Int32)] : eaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RefreshVirtualList()] : eax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::CheckVirtualList()] : eay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtualListChangedFlag(System.Boolean)] : eaz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RefreshVirtualList(System.Object)] : eba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::__scrolled(FairyGUI.EventContext)] : ebb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetIndexOnPos1(System.Single&,System.Boolean)] : ebc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetIndexOnPos2(System.Single&,System.Boolean)] : ebd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetIndexOnPos3(System.Single&,System.Boolean)] : ebe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleScroll(System.Boolean)] : ebf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::HandleScroll1(System.Boolean)] : ebg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::HandleScroll2(System.Boolean)] : ebh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleScroll3(System.Boolean)] : ebi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleArchOrder1()] : ebj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleArchOrder2()] : ebk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::GetSnappingPositionWithDir(System.Single&,System.Single&,System.Single,System.Single)] : duj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleAlign(System.Single,System.Single)] : ebl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::UpdateBounds()] : dub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ReadItems(FairyGUI.Utils.ByteBuffer)] : ebm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetupItem(FairyGUI.Utils.ByteBuffer,FairyGUI.GObject)] : ebn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::CreateDisplayObject()] : drk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::Dispose()] : dqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader::get_url()] : ebo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_url(System.String)] : ebp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader::get_icon()] : doc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_icon(System.String)] : dod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GLoader::get_align()] : ebq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_align(FairyGUI.AlignType)] : ebr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GLoader::get_verticalAlign()] : ebs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_verticalAlign(FairyGUI.VertAlignType)] : ebt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillType FairyGUI.GLoader::get_fill()] : ebu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fill(FairyGUI.FillType)] : ebv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_shrinkOnly()] : ebw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_shrinkOnly(System.Boolean)] : ebx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_autoSize()] : eby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_autoSize(System.Boolean)] : ebz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_playing()] : dvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_playing(System.Boolean)] : dvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLoader::get_frame()] : dvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_frame(System.Int32)] : dvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.GLoader::get_timeScale()] : dvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_timeScale(System.Single)] : dvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_ignoreEngineTimeScale()] : dvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_ignoreEngineTimeScale(System.Boolean)] : dvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::Advance(System.Single)] : dvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GLoader::get_material()] : eca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_material(UnityEngine.Material)] : ecb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader::get_shader()] : ecc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_shader(System.String)] : ecd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLoader::get_color()] : doo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_color(UnityEngine.Color)] : dop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.GLoader::get_fillMethod()] : ece +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillMethod(FairyGUI.FillMethod)] : ecf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLoader::get_fillOrigin()] : ecg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillOrigin(System.Int32)] : ech +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_fillClockwise()] : eci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillClockwise(System.Boolean)] : ecj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GLoader::get_fillAmount()] : eck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillAmount(System.Single)] : ecl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Image FairyGUI.GLoader::get_image()] : ecm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.MovieClip FairyGUI.GLoader::get_movieClip()] : ecn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GLoader::get_component()] : eco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.GLoader::get_texture()] : ecp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_texture(FairyGUI.NTexture)] : ecq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.GLoader::get_filter()] : ecr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_filter(FairyGUI.IFilter)] : ecs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.GLoader::get_blendMode()] : ect +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_blendMode(FairyGUI.BlendMode)] : ecu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::LoadContent()] : ecv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::LoadFromPackage(System.String)] : ecw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::LoadExternal()] : ecx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::FreeExternal(FairyGUI.NTexture)] : ecy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::onExternalLoadSuccess(FairyGUI.NTexture)] : ecz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::onExternalLoadFailed()] : eda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::OnExternalReload(FairyGUI.NTexture)] : edb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::SetErrorState()] : edc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::ClearErrorState()] : edd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::UpdateLayout()] : ede +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::ClearContent()] : edf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::HandleSizeChanged()] : dty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::CreateDisplayObject()] : drk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::Dispose()] : dqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_url()] : edg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_url(System.String)] : edh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_icon()] : doc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_icon(System.String)] : dod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GLoader3D::get_align()] : edi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_align(FairyGUI.AlignType)] : edj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GLoader3D::get_verticalAlign()] : edk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_verticalAlign(FairyGUI.VertAlignType)] : edl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillType FairyGUI.GLoader3D::get_fill()] : edm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_fill(FairyGUI.FillType)] : edn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_shrinkOnly()] : edo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_shrinkOnly(System.Boolean)] : edp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_autoSize()] : edq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_autoSize(System.Boolean)] : edr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_playing()] : dvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_playing(System.Boolean)] : dvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLoader3D::get_frame()] : dvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_frame(System.Int32)] : dvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.GLoader3D::get_timeScale()] : dvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_timeScale(System.Single)] : dvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_ignoreEngineTimeScale()] : dvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_ignoreEngineTimeScale(System.Boolean)] : dvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::Advance(System.Single)] : dvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_loop()] : eds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_loop(System.Boolean)] : edt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_animationName()] : edu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_animationName(System.String)] : edv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_skinName()] : edw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_skinName(System.String)] : edx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GLoader3D::get_material()] : edy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_material(UnityEngine.Material)] : edz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_shader()] : eea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_shader(System.String)] : eeb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLoader3D::get_color()] : doo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_color(UnityEngine.Color)] : dop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.GLoader3D::get_wrapTarget()] : eec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::SetWrapTarget(UnityEngine.GameObject,System.Boolean,System.Int32,System.Int32)] : eed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.GLoader3D::get_filter()] : ecr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_filter(FairyGUI.IFilter)] : ecs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.GLoader3D::get_blendMode()] : ect +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_blendMode(FairyGUI.BlendMode)] : ecu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::LoadContent()] : eee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::OnChange(System.String)] : eef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::LoadExternal()] : eeg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::FreeExternal()] : eeh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::UpdateLayout()] : eei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::ClearContent()] : eej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::OnUpdateContent(FairyGUI.UpdateContext)] : eek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::HandleSizeChanged()] : dty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::CreateDisplayObject()] : drk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GMovieClip::get_onPlayEnd()] : eel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GMovieClip::get_playing()] : dvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_playing(System.Boolean)] : dvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GMovieClip::get_frame()] : dvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_frame(System.Int32)] : dvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GMovieClip::get_color()] : doo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_color(UnityEngine.Color)] : dop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.GMovieClip::get_flip()] : eem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_flip(FairyGUI.FlipType)] : een +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GMovieClip::get_material()] : eeo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_material(UnityEngine.Material)] : eep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GMovieClip::get_shader()] : eeq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_shader(System.String)] : eer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.GMovieClip::get_timeScale()] : dvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_timeScale(System.Single)] : dvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GMovieClip::get_ignoreEngineTimeScale()] : dvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_ignoreEngineTimeScale(System.Boolean)] : dvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::Rewind()] : ees +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::SyncStatus(FairyGUI.GMovieClip)] : eet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::Advance(System.Single)] : dvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::SetPlaySettings(System.Int32,System.Int32,System.Int32,System.Int32)] : eeu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::ConstructFromResource()] : dum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_ex_rawElementId()] : eev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_ex_rawElementId(System.String)] : eew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_ex_rawElementName()] : eex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_ex_rawElementName(System.String)] : eey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetUrlId()] : eez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetUrl()] : efa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetParentUrlId()] : efb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetParentUrl()] : efc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetMultiLangText()] : efd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_id()] : efe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_id(System.String)] : eff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Relations FairyGUI.GObject::get_relations()] : efg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_relations(FairyGUI.Relations)] : efh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GObject::get_parent()] : efi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_parent(FairyGUI.GComponent)] : efj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.GObject::get_displayObject()] : efk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_displayObject(FairyGUI.DisplayObject)] : efl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GObject::get_draggingObject()] : efm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_draggingObject(FairyGUI.GObject)] : efn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onClick()] : efo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRightClick()] : efp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onTouchBegin()] : efq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onTouchMove()] : efr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onTouchEnd()] : efs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRollOver()] : eft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRollOut()] : efu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onAddedToStage()] : efv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRemovedFromStage()] : efw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onKeyDown()] : efx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onClickLink()] : efy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onPositionChanged()] : efz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onSizeChanged()] : ega +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onDragStart()] : egb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onDragMove()] : egc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onDragEnd()] : egd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onGearStop()] : ege +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onFocusIn()] : egf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onFocusOut()] : egg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_x()] : egh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_x(System.Single)] : egi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_y()] : egj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_y(System.Single)] : egk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_z()] : egl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_z(System.Single)] : egm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_xy()] : egn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_xy(UnityEngine.Vector2)] : ego +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GObject::get_position()] : egp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_position(UnityEngine.Vector3)] : egq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetXY(System.Single,System.Single)] : egr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetXY(System.Single,System.Single,System.Boolean)] : egs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetPosition(System.Single,System.Single,System.Single)] : egt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_pixelSnapping()] : egu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pixelSnapping(System.Boolean)] : egv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Center()] : egw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Center(System.Boolean)] : egx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::MakeFullScreen()] : egy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_width()] : egz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_width(System.Single)] : eha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_height()] : ehb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_height(System.Single)] : ehc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_size()] : ehd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_size(UnityEngine.Vector2)] : ehe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_actualWidth()] : ehf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_actualHeight()] : ehg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetSize(System.Single,System.Single)] : ehh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetSize(System.Single,System.Single,System.Boolean)] : ehi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetSizeDirectly(System.Single,System.Single)] : ehj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_xMin()] : ehk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_xMin(System.Single)] : ehl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_yMin()] : ehm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_yMin(System.Single)] : ehn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_scaleX()] : eho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_scaleX(System.Single)] : ehp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_scaleY()] : ehq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_scaleY(System.Single)] : ehr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_scale()] : ehs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_scale(UnityEngine.Vector2)] : eht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetScale(System.Single,System.Single)] : ehu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_skew()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_skew(UnityEngine.Vector2)] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_pivotX()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivotX(System.Single)] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_pivotY()] : ehz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivotY(System.Single)] : eia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_pivot()] : eib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivot(UnityEngine.Vector2)] : eic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_pivotAsAnchor()] : eid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivotAsAnchor(System.Boolean)] : eie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetPivot(System.Single,System.Single)] : eif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetPivot(System.Single,System.Single,System.Boolean)] : eig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_touchable()] : eih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_touchable(System.Boolean)] : eii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_grayed()] : eij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_grayed(System.Boolean)] : eik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_enabled()] : eil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_enabled(System.Boolean)] : eim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_rotation()] : ein +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_rotation(System.Single)] : eio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_rotationX()] : eip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_rotationX(System.Single)] : eiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_rotationY()] : eir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_rotationY(System.Single)] : eis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_alpha()] : eit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_alpha(System.Single)] : eiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_visible()] : eiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_visible(System.Boolean)] : eiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_internalVisible()] : eix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_internalVisible2()] : eiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_internalVisible3()] : eiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GObject::get_sortingOrder()] : eja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_sortingOrder(System.Int32)] : ejb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_focusable()] : ejc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_focusable(System.Boolean)] : ejd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_tabStop()] : eje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_tabStop(System.Boolean)] : ejf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_focused()] : ejg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RequestFocus()] : ejh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RequestFocus(System.Boolean)] : eji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_tooltips()] : ejj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_tooltips(System.String)] : ejk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_cursor()] : ejl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_cursor(System.String)] : ejm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__rollOver()] : ejn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__rollOut()] : ejo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.GObject::get_filter()] : ecr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_filter(FairyGUI.IFilter)] : ecs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.GObject::get_blendMode()] : ect +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_blendMode(FairyGUI.BlendMode)] : ecu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_gameObjectName()] : ejp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_gameObjectName(System.String)] : ejq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetHome(FairyGUI.GObject)] : ejr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_inContainer()] : ejs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_onStage()] : ejt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_resourceURL()] : eju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearXY FairyGUI.GObject::get_gearXY()] : ejv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearSize FairyGUI.GObject::get_gearSize()] : ejw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearLook FairyGUI.GObject::get_gearLook()] : ejx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearBase FairyGUI.GObject::GetGear(System.Int32)] : ejy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::UpdateGear(System.Int32)] : ejz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::CheckGearController(System.Int32,FairyGUI.Controller)] : eka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::UpdateGearFromRelations(System.Int32,System.Single,System.Single)] : ekb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 FairyGUI.GObject::AddDisplayLock()] : ekc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::ReleaseDisplayLock(System.UInt32)] : ekd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::CheckGearDisplay()] : eke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::InvalidateBatchingState()] : ekf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleControllerChanged(FairyGUI.Controller)] : dpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::AddRelation(FairyGUI.GObject,FairyGUI.RelationType)] : ekg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::AddRelation(FairyGUI.GObject,FairyGUI.RelationType,System.Boolean)] : ekh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RemoveRelation(FairyGUI.GObject,FairyGUI.RelationType)] : eki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RemoveFromParent()] : ekj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGroup FairyGUI.GObject::get_group()] : ekk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_group(FairyGUI.GGroup)] : ekl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GRoot FairyGUI.GObject::get_root()] : ekm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_inText()] : ekn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_inText(System.String)] : eko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_text()] : dog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_text(System.String)] : doh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_icon()] : doc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_icon(System.String)] : dod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_draggable()] : ekp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_draggable(System.Boolean)] : ekq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::StartDrag()] : ekr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::StartDrag(System.Int32)] : eks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::StopDrag()] : ekt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_dragging()] : eku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::LocalToGlobal(UnityEngine.Vector2)] : ekv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::GlobalToLocal(UnityEngine.Vector2)] : ekw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.GObject::LocalToGlobal(UnityEngine.Rect)] : ekx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.GObject::GlobalToLocal(UnityEngine.Rect)] : eky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::LocalToRoot(UnityEngine.Vector2,FairyGUI.GRoot)] : ekz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::RootToLocal(UnityEngine.Vector2,FairyGUI.GRoot)] : ela +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::WorldToLocal(UnityEngine.Vector3)] : elb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::WorldToLocal(UnityEngine.Vector3,UnityEngine.Camera)] : elc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::TransformPoint(UnityEngine.Vector2,FairyGUI.GObject)] : eld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.GObject::TransformRect(UnityEngine.Rect,FairyGUI.GObject)] : ele +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_isDisposed()] : elf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Dispose()] : dqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GImage FairyGUI.GObject::get_asImage()] : elg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GObject::get_asCom()] : elh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.GObject::get_asButton()] : eli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLabel FairyGUI.GObject::get_asLabel()] : elj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GProgressBar FairyGUI.GObject::get_asProgress()] : elk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GSlider FairyGUI.GObject::get_asSlider()] : ell +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComboBox FairyGUI.GObject::get_asComboBox()] : elm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GObject::get_asTextField()] : eln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GRichTextField FairyGUI.GObject::get_asRichTextField()] : elo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextInput FairyGUI.GObject::get_asTextInput()] : elp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.GObject::get_asLoader()] : elq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader3D FairyGUI.GObject::get_asLoader3D()] : elr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GList FairyGUI.GObject::get_asList()] : els +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph FairyGUI.GObject::get_asGraph()] : elt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGroup FairyGUI.GObject::get_asGroup()] : elu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GMovieClip FairyGUI.GObject::get_asMovieClip()] : elv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTree FairyGUI.GObject::get_asTree()] : elw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GObject::get_treeNode()] : elx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::CreateDisplayObject()] : drk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::InternalSetParent(FairyGUI.GComponent)] : ely +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandlePositionChanged()] : elz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleSizeChanged()] : dty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleScaleChanged()] : ema +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleGrayedChanged()] : dpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleAlphaChanged()] : dxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleVisibleChanged()] : dxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::ConstructFromResource()] : dum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::InitDrag()] : emb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::DragBegin(System.Int32)] : emc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::DragEnd()] : emd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__touchBegin(FairyGUI.EventContext)] : eme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__touchMove(FairyGUI.EventContext)] : emf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__touchEnd(FairyGUI.EventContext)] : emg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenMove(UnityEngine.Vector2,System.Single)] : emh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenMoveX(System.Single,System.Single)] : emi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenMoveY(System.Single,System.Single)] : emj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenScale(UnityEngine.Vector2,System.Single)] : emk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenScaleX(System.Single,System.Single)] : eml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenScaleY(System.Single,System.Single)] : emm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenResize(UnityEngine.Vector2,System.Single)] : emn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenFade(System.Single,System.Single)] : emo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenRotate(System.Single,System.Single)] : emp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObjectPool::Clear()] : emq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GObjectPool::get_count()] : emr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GObjectPool::GetObject(System.String)] : ems +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObjectPool::ReturnObject(FairyGUI.GObject)] : emt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar/<>c__DisplayClass37_0::b__0()] : emu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GProgressBar::get_title()] : emv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ProgressTitleType FairyGUI.GProgressBar::get_titleType()] : emw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_titleType(FairyGUI.ProgressTitleType)] : emx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GProgressBar::get_min()] : emy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_min(System.Double)] : emz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GProgressBar::get_max()] : ena +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_max(System.Double)] : enb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GProgressBar::get_value()] : enc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_value(System.Double)] : ene +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GProgressBar::get_reverse()] : enf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_reverse(System.Boolean)] : eng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GProgressBar::TweenValue(System.Double,System.Single)] : enh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::Update(System.Double)] : eni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GProgressBar::SetFillAmount(FairyGUI.GObject,System.Single)] : enj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::HandleSizeChanged()] : dty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RichTextField FairyGUI.GRichTextField::get_richTextField()] : enk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::set_richTextField(FairyGUI.RichTextField)] : enl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::CreateDisplayObject()] : drk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::SetTextFieldText()] : enm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GRichTextField::get_emojies()] : enn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::set_emojies(System.Collections.Generic.Dictionary`2)] : eno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GRoot::get_contentScaleFactor()] : enp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GRoot::get_contentScaleLevel()] : enq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GRoot FairyGUI.GRoot::get_inst()] : enr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::Dispose()] : dqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Int32,System.Int32)] : ens +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Int32,System.Int32,FairyGUI.UIContentScaler/ScreenMatchMode)] : ent +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Single)] : enu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ApplyContentScaleFactor()] : env +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowWindow(FairyGUI.Window)] : enw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideWindow(FairyGUI.Window)] : enx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window)] : eny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window,System.Boolean)] : enz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::BringToFront(FairyGUI.Window)] : eoa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowModalWait()] : eob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CloseModalWait()] : eoc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CloseAllExceptModals()] : eod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CloseAllWindows()] : eoe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Window FairyGUI.GRoot::GetTopWindow()] : eof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph FairyGUI.GRoot::get_modalLayer()] : eog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CreateModalLayer()] : eoh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GRoot::get_hasModalWindow()] : eoi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GRoot::get_modalWaiting()] : eoj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GRoot::get_touchTarget()] : eok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GRoot::DisplayObjectToGObject(FairyGUI.DisplayObject)] : eol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::AdjustModalLayer()] : eom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject)] : eon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject)] : eoo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)] : eop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection)] : eoq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection,System.Boolean)] : eor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GRoot::GetPoupPosition(FairyGUI.GObject,FairyGUI.GObject,System.Object)] : eos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GRoot::GetPoupPosition(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection)] : eot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject)] : eou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject)] : eov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)] : eow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection)] : eox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection,System.Boolean)] : eoy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HidePopup()] : eoz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HidePopup(FairyGUI.GObject)] : epa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GRoot::get_hasAnyPopup()] : epb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ClosePopup(FairyGUI.GObject)] : epc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltips(System.String)] : epd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltips(System.String,System.Single)] : epe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltipsWin(FairyGUI.GObject)] : epf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltipsWin(FairyGUI.GObject,System.Single)] : epg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::__showTooltipsWin(System.Object)] : eph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideTooltips()] : epi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GRoot::get_focus()] : epj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::set_focus(FairyGUI.GObject)] : epk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::__stageTouchBegin(FairyGUI.EventContext)] : epl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::__stageTouchEnd(FairyGUI.EventContext)] : epm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CheckPopups(System.Boolean)] : epn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::EnableSound()] : epo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::DisableSound()] : epp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::PlayOneShotSound(UnityEngine.AudioClip,System.Single)] : epq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::PlayOneShotSound(UnityEngine.AudioClip)] : epr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GRoot::get_soundVolume()] : eps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::set_soundVolume(System.Single)] : ept +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::SetScrollPane(FairyGUI.ScrollPane,System.Boolean)] : epu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::SetDisplayPerc(System.Single)] : epv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::setScrollPerc(System.Single)] : epw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GScrollBar::get_minSize()] : epx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GScrollBar::get_gripDragging()] : epy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__gripTouchBegin(FairyGUI.EventContext)] : epz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__gripTouchMove(FairyGUI.EventContext)] : eqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__gripTouchEnd(FairyGUI.EventContext)] : eqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__arrowButton1Click(FairyGUI.EventContext)] : eqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__arrowButton2Click(FairyGUI.EventContext)] : eqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__touchBegin(FairyGUI.EventContext)] : eqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GSlider::get_onChanged()] : eqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GSlider::get_onGripTouchEnd()] : eqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ProgressTitleType FairyGUI.GSlider::get_titleType()] : eqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_titleType(FairyGUI.ProgressTitleType)] : eqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GSlider::get_min()] : eqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_min(System.Double)] : eqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GSlider::get_max()] : eql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_max(System.Double)] : eqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GSlider::get_value()] : eqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_value(System.Double)] : eqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GSlider::get_wholeNumbers()] : eqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_wholeNumbers(System.Boolean)] : eqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::Update()] : eqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::UpdateWithPercent(System.Single,System.Boolean)] : eqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GSlider::SetFillAmount(FairyGUI.GObject,System.Single)] : eqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : dpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::HandleSizeChanged()] : dty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__gripTouchBegin(FairyGUI.EventContext)] : equ +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__gripTouchMove(FairyGUI.EventContext)] : eqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__gripTouchEnd(FairyGUI.EventContext)] : eqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__barTouchBegin(FairyGUI.EventContext)] : eqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_Ex_IsAutoMultiLang(System.Boolean)] : eqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::get_Ex_IsAutoMultiLang()] : eqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_Ex_ControllerSelectedIndex(System.Int32)] : era +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextField::get_Ex_ControllerSelectedIndex()] : erb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::CreateDisplayObject()] : drk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::SetText(System.Object)] : erc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::SetText(System.String)] : erd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GTextField::get_inText()] : ekn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_inText(System.String)] : eko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GTextField::get_text()] : dog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_text(System.String)] : doh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::SetTextFieldText()] : enm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GTextField::get_templateVars()] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_templateVars(System.Collections.Generic.Dictionary`2)] : erf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GTextField::SetVar(System.String,System.String)] : erg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::FlushVars()] : erh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::HasCharacter(System.Char)] : eri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTextField::ParseTemplate(System.String)] : erj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.GTextField::get_textFormat()] : erk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_textFormat(FairyGUI.TextFormat)] : erl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextField::get_color()] : doo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_color(UnityEngine.Color)] : dop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GTextField::get_align()] : erm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_align(FairyGUI.AlignType)] : ern +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GTextField::get_verticalAlign()] : ero +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_verticalAlign(FairyGUI.VertAlignType)] : erp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::get_singleLine()] : erq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_singleLine(System.Boolean)] : err +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTextField::get_stroke()] : ers +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_stroke(System.Single)] : ert +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextField::get_strokeColor()] : dvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_strokeColor(UnityEngine.Color)] : dvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GTextField::get_shadowOffset()] : eru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_shadowOffset(UnityEngine.Vector2)] : erv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::get_UBBEnabled()] : erw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_UBBEnabled(System.Boolean)] : erx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AutoSizeType FairyGUI.GTextField::get_autoSize()] : ery +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_autoSize(FairyGUI.AutoSizeType)] : erz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTextField::get_textWidth()] : esa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTextField::get_textHeight()] : esb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::UpdateSize()] : esc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::HandleSizeChanged()] : dty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.InputTextField FairyGUI.GTextInput::get_inputTextField()] : esd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_inputTextField(FairyGUI.InputTextField)] : ese +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GTextInput::get_onChanged()] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GTextInput::get_onSubmit()] : esg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_editable()] : esh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_editable(System.Boolean)] : esi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_hideInput()] : esj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_hideInput(System.Boolean)] : esk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_maxLength()] : esl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_maxLength(System.Int32)] : esm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTextInput::get_restrict()] : esn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_restrict(System.String)] : eso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_displayAsPassword()] : esp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_displayAsPassword(System.Boolean)] : esq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_caretPosition()] : esr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_caretPosition(System.Int32)] : ess +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTextInput::get_promptText()] : est +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_promptText(System.String)] : esu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_keyboardInput()] : esv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_keyboardInput(System.Boolean)] : esw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_keyboardType()] : esx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_keyboardType(System.Int32)] : esy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_disableIME()] : esz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_disableIME(System.Boolean)] : eta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GTextInput::get_emojies()] : etb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_emojies(System.Collections.Generic.Dictionary`2)] : etc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_border()] : etd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_border(System.Int32)] : ete +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_corner()] : etf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_corner(System.Int32)] : etg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextInput::get_borderColor()] : eth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_borderColor(UnityEngine.Color)] : eti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextInput::get_backgroundColor()] : etj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_backgroundColor(UnityEngine.Color)] : etk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_mouseWheelEnabled()] : etl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_mouseWheelEnabled(System.Boolean)] : etm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::SetSelection(System.Int32,System.Int32)] : etn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::ReplaceSelection(System.String)] : eto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::SetTextFieldText()] : enm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::CreateDisplayObject()] : drk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTree::get_rootNode()] : etp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::get_indent()] : etq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::set_indent(System.Int32)] : etr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::get_clickToExpand()] : ets +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::set_clickToExpand(System.Int32)] : ett +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTree::GetSelectedNode()] : etu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GTree::GetSelectedNodes()] : etv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GTree::GetSelectedNodes(System.Collections.Generic.List`1)] : etw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::SelectNode(FairyGUI.GTreeNode)] : etx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::SelectNode(FairyGUI.GTreeNode,System.Boolean)] : ety +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::UnselectNode(FairyGUI.GTreeNode)] : etz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::ExpandAll()] : eua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::ExpandAll(FairyGUI.GTreeNode)] : eub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::CollapseAll()] : euc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::CollapseAll(FairyGUI.GTreeNode)] : eud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::CreateCell(FairyGUI.GTreeNode)] : eue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterInserted(FairyGUI.GTreeNode)] : euf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::GetInsertIndexForNode(FairyGUI.GTreeNode)] : eug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterRemoved(FairyGUI.GTreeNode)] : euh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterExpanded(FairyGUI.GTreeNode)] : eui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterCollapsed(FairyGUI.GTreeNode)] : euj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterMoved(FairyGUI.GTreeNode)] : euk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::GetFolderEndIndex(System.Int32,System.Int32)] : eul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::CheckChildren(FairyGUI.GTreeNode,System.Int32)] : eum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::HideFolderNode(FairyGUI.GTreeNode)] : eun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::RemoveNode(FairyGUI.GTreeNode)] : euo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::__cellTouchBegin(FairyGUI.EventContext)] : eup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::__expandedStateChanged(FairyGUI.EventContext)] : euq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::DispatchItemEvent(FairyGUI.GObject,FairyGUI.EventContext)] : ead +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : dwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::ReadItems(FairyGUI.Utils.ByteBuffer)] : ebm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::get_parent()] : eur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_parent(FairyGUI.GTreeNode)] : eus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTree FairyGUI.GTreeNode::get_tree()] : eut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_tree(FairyGUI.GTree)] : euu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GTreeNode::get_cell()] : euv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTreeNode::get_level()] : euw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTreeNode::get_expanded()] : eux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_expanded(System.Boolean)] : euy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::ExpandToRoot()] : euz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTreeNode::get_isFolder()] : eva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTreeNode::get_text()] : evb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_text(System.String)] : evc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTreeNode::get_icon()] : evd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_icon(System.String)] : eve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::AddChild(FairyGUI.GTreeNode)] : evf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::AddChildAt(FairyGUI.GTreeNode,System.Int32)] : evg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::RemoveChild(FairyGUI.GTreeNode)] : evh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::RemoveChildAt(System.Int32)] : evi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::RemoveChildren(System.Int32,System.Int32)] : evj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::GetChildAt(System.Int32)] : evk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTreeNode::GetChildIndex(FairyGUI.GTreeNode)] : evl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::GetPrevSibling()] : evm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::GetNextSibling()] : evn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::SetChildIndex(FairyGUI.GTreeNode,System.Int32)] : evo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::SwapChildren(FairyGUI.GTreeNode,FairyGUI.GTreeNode)] : evp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::SwapChildrenAt(System.Int32,System.Int32)] : evq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTreeNode::get_numChildren()] : evr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::_SetTree(FairyGUI.GTree)] : evs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.IUISource::get_fileName()] : evu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IUISource::set_fileName(System.String)] : evv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IUISource::get_loaded()] : evw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IUISource::Load(FairyGUI.UILoadCallback)] : evx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IUISource::Cancel()] : evy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.PackageItem::Load()] : evz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.PackageItem::getBranch()] : ewa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.PackageItem::getHighResolution()] : ewb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PopupMenu::get_onPopup()] : ewc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PopupMenu::get_onClose()] : ewd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Create(System.String)] : ewe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItem(System.String,FairyGUI.EventCallback0)] : ewf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItem(System.String,FairyGUI.EventCallback1)] : ewg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItemAt(System.String,System.Int32,FairyGUI.EventCallback1)] : ewh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItemAt(System.String,System.Int32,FairyGUI.EventCallback0)] : ewi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::CreateItem(System.String,System.Delegate)] : ewj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::AddSeperator()] : ewk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::AddSeperator(System.Int32)] : ewl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.PopupMenu::GetItemName(System.Int32)] : ewm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemText(System.String,System.String)] : ewn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemVisible(System.String,System.Boolean)] : ewo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemGrayed(System.String,System.Boolean)] : ewp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemCheckable(System.String,System.Boolean)] : ewq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemChecked(System.String,System.Boolean)] : ewr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PopupMenu::isItemChecked(System.String)] : ews +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PopupMenu::IsItemChecked(System.String)] : ewt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::RemoveItem(System.String)] : ewu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::ClearItems()] : ewv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.PopupMenu::get_itemCount()] : eww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.PopupMenu::get_contentPane()] : ewx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GList FairyGUI.PopupMenu::get_list()] : ewy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Dispose()] : ewz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show()] : exa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject)] : exb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,System.Object)] : exc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,FairyGUI.PopupDirection)] : exd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,FairyGUI.PopupDirection,FairyGUI.PopupMenu)] : exe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Hide()] : exf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::ShowSubMenu(FairyGUI.GObject)] : exg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::CloseSubMenu(System.Object)] : exh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__clickItem(FairyGUI.EventContext)] : exi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__addedToStage()] : exj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__removeFromStage()] : exk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__rollOver(FairyGUI.EventContext)] : exl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__showSubMenu(System.Object)] : exm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__rollOut(FairyGUI.EventContext)] : exn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationDef::copyFrom(FairyGUI.RelationDef)] : exo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.RelationItem::get_target()] : exp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::set_target(FairyGUI.GObject)] : exq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::Add(FairyGUI.RelationType,System.Boolean)] : exr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::InternalAdd(FairyGUI.RelationType,System.Boolean)] : exs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::Remove(FairyGUI.RelationType)] : ext +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::CopyFrom(FairyGUI.RelationItem)] : exu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::Dispose()] : exv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RelationItem::get_isEmpty()] : exw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ApplyOnSelfSizeChanged(System.Single,System.Single,System.Boolean)] : exx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ApplyOnXYChanged(FairyGUI.RelationDef,System.Single,System.Single)] : exy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ApplyOnSizeChanged(FairyGUI.RelationDef)] : exz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::AddRefTarget(FairyGUI.GObject)] : eya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ReleaseRefTarget(FairyGUI.GObject)] : eyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::__targetXYChanged(FairyGUI.EventContext)] : eyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::__targetSizeChanged(FairyGUI.EventContext)] : eyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Add(FairyGUI.GObject,FairyGUI.RelationType)] : eye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Add(FairyGUI.GObject,FairyGUI.RelationType,System.Boolean)] : eyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Remove(FairyGUI.GObject,FairyGUI.RelationType)] : eyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Relations::Contains(FairyGUI.GObject)] : eyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::ClearFor(FairyGUI.GObject)] : eyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::ClearAll()] : eyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::CopyFrom(FairyGUI.Relations)] : eyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Dispose()] : eyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::OnOwnerSizeChanged(System.Single,System.Single,System.Boolean)] : eym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Relations::get_isEmpty()] : eyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Setup(FairyGUI.Utils.ByteBuffer,System.Boolean)] : eyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ScrollPane FairyGUI.ScrollPane::get_draggingPane()] : eyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_draggingPane(FairyGUI.ScrollPane)] : eyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetAnimTweenTime(System.Single)] : eyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Setup(FairyGUI.Utils.ByteBuffer)] : eys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Dispose()] : eyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onScroll()] : eyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onScrollEnd()] : eyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onPullDownRelease()] : eyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onPullUpRelease()] : eyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.ScrollPane::get_owner()] : eyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GScrollBar FairyGUI.ScrollPane::get_hzScrollBar()] : eyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GScrollBar FairyGUI.ScrollPane::get_vtScrollBar()] : eza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.ScrollPane::get_header()] : ezb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.ScrollPane::get_footer()] : ezc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_bouncebackEffect()] : ezd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_bouncebackEffect(System.Boolean)] : eze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_touchEffect()] : ezf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_touchEffect(System.Boolean)] : ezg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_inertiaDisabled()] : ezh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_inertiaDisabled(System.Boolean)] : ezi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_softnessOnTopOrLeftSide()] : ezj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_softnessOnTopOrLeftSide(System.Boolean)] : ezk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_scrollStep()] : ezl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_scrollStep(System.Single)] : ezm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_snapToItem()] : ezn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_snapToItem(System.Boolean)] : ezo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_pageMode()] : ezp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_pageMode(System.Boolean)] : ezq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.ScrollPane::get_pageController()] : ezr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_pageController(FairyGUI.Controller)] : ezs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_mouseWheelEnabled()] : ezt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_mouseWheelEnabled(System.Boolean)] : ezu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_decelerationRate()] : ezv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_decelerationRate(System.Single)] : ezw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_isDragged()] : ezx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_percX()] : ezy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_percX(System.Single)] : ezz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPercX(System.Single,System.Boolean)] : faa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_percY()] : fab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_percY(System.Single)] : fac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPercY(System.Single,System.Boolean)] : fad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_posX()] : fae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_posX(System.Single)] : faf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPosX(System.Single,System.Boolean)] : fag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_posY()] : fah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_posY(System.Single)] : fai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPosY(System.Single,System.Boolean)] : faj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_isBottomMost()] : fak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_isRightMost()] : fal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.ScrollPane::get_currentPageX()] : fam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_currentPageX(System.Int32)] : fan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetCurrentPageX(System.Int32,System.Boolean)] : fao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.ScrollPane::get_currentPageY()] : fap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_currentPageY(System.Int32)] : faq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetCurrentPageY(System.Int32,System.Boolean)] : far +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_scrollingPosX()] : fas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_scrollingPosY()] : fat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_contentWidth()] : fau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_contentHeight()] : fav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_viewWidth()] : faw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_viewWidth(System.Single)] : fax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_viewHeight()] : fay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_viewHeight(System.Single)] : faz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollTop()] : fba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollTop(System.Boolean)] : fbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollBottom()] : fbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollBottom(System.Boolean)] : fbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollUp()] : fbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollUp(System.Single,System.Boolean)] : fbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollDown()] : fbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollDown(System.Single,System.Boolean)] : fbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollLeft()] : fbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollLeft(System.Single,System.Boolean)] : fbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollRight()] : fbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollRight(System.Single,System.Boolean)] : fbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject)] : fbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject,System.Boolean)] : fbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject,System.Boolean,System.Boolean)] : fbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(UnityEngine.Rect,System.Boolean,System.Boolean)] : fbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::IsChildInView(FairyGUI.GObject)] : fbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::CancelDragging()] : fbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LockHeader(System.Int32)] : fbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LockFooter(System.Int32)] : fbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::OnOwnerSizeChanged()] : fbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::HandleControllerChanged(FairyGUI.Controller)] : fbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdatePageController()] : fbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::AdjustMaskContainer()] : fbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetSize(System.Single,System.Single)] : fby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetContentSize(System.Single,System.Single)] : fbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ChangeContentSizeOnScrolling(System.Single,System.Single,System.Single,System.Single)] : fca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::HandleSizeChanged()] : fcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::PosChanged(System.Boolean)] : fcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Refresh()] : fcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Refresh2()] : fce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__touchBegin(FairyGUI.EventContext)] : fcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__touchMove(FairyGUI.EventContext)] : fcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__touchEnd(FairyGUI.EventContext)] : fch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__mouseWheel(FairyGUI.EventContext)] : fci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__rollOver()] : fcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__rollOut()] : fck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateClipSoft()] : fcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateScrollBarPos()] : fcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateScrollBarVisible()] : fcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateScrollBarVisible2(FairyGUI.GScrollBar)] : fco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__barTweenComplete(FairyGUI.GTweener)] : fcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::GetLoopPartSize(System.Single,System.Int32)] : fcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::LoopCheckingCurrent()] : fcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LoopCheckingTarget(UnityEngine.Vector2&)] : fcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LoopCheckingTarget(UnityEngine.Vector2&,System.Int32)] : fct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LoopCheckingNewPos(System.Single&,System.Int32)] : fcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::AlignPosition(UnityEngine.Vector2&,System.Boolean)] : fcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::AlignByPage(System.Single,System.Int32,System.Boolean)] : fcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.ScrollPane::UpdateTargetAndDuration(UnityEngine.Vector2)] : fcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::UpdateTargetAndDuration(System.Single,System.Int32)] : fcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::FixDuration(System.Int32,System.Single)] : fcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::StartTween(System.Int32)] : fda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::KillTween()] : fdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::CheckRefreshBar()] : fdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::TweenUpdate(System.Object)] : fdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::RunTween(System.Int32)] : fde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::EaseFunc(System.Single,System.Single)] : fdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition/<>c__DisplayClass78_0::b__0()] : fdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Transition::get_name()] : fdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::set_name(System.String)] : fdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play()] : fdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play(FairyGUI.PlayCompleteCallback)] : fdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)] : fdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play(System.Int32,System.Single,System.Single,System.Single,FairyGUI.PlayCompleteCallback)] : fdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayReverse()] : fdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayReverse(FairyGUI.PlayCompleteCallback)] : fdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayReverse(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)] : fdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::ChangePlayTimes(System.Int32)] : fdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetAutoPlay(System.Boolean,System.Int32,System.Single)] : fdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::_Play(System.Int32,System.Single,System.Single,System.Single,FairyGUI.PlayCompleteCallback,System.Boolean)] : fds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Stop()] : fdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Stop(System.Boolean,System.Boolean)] : fdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::StopItem(FairyGUI.TransitionItem,System.Boolean)] : fdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetPaused(System.Boolean)] : fdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Dispose()] : fdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Transition::get_playing()] : fdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Transition::get_totalDuration()] : fdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetValue(System.String,System.Object[])] : fea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetHook(System.String,FairyGUI.TransitionHook)] : feb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::ClearHooks()] : fec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetTarget(System.String,FairyGUI.GObject)] : fed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetDuration(System.String,System.Single)] : fee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Transition::GetLabelTime(System.String)] : fef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Transition::get_timeScale()] : feg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::set_timeScale(System.Single)] : feh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Transition::get_ignoreEngineTimeScale()] : fei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::set_ignoreEngineTimeScale(System.Boolean)] : fej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::UpdateFromRelations(System.String,System.Single,System.Single)] : fek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnOwnerAddedToStage()] : fel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnOwnerRemovedFromStage()] : fem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnDelayedPlay()] : fen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::InternalPlay()] : feo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayItem(FairyGUI.TransitionItem)] : fep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SkipAnimations()] : feq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnDelayedPlayItem(FairyGUI.GTweener)] : fer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnTweenStart(FairyGUI.GTweener)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnTweenUpdate(FairyGUI.GTweener)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnTweenComplete(FairyGUI.GTweener)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnPlayTransCompleted(FairyGUI.TransitionItem)] : fes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::CallHook(FairyGUI.TransitionItem,System.Boolean)] : fet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::CheckAllComplete()] : feu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::ApplyValue(FairyGUI.TransitionItem)] : fev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Setup(FairyGUI.Utils.ByteBuffer)] : few +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::DecodeValue(FairyGUI.TransitionItem,FairyGUI.Utils.ByteBuffer,System.Object)] : fex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetCompleteEvent(FairyGUI.PlayCompleteCallback)] : fey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::Copy(FairyGUI.TValue)] : fez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TValue::get_vec2()] : ffa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::set_vec2(UnityEngine.Vector2)] : ffb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector4 FairyGUI.TValue::get_vec4()] : ffc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::set_vec4(UnityEngine.Vector4)] : ffd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TValue::get_color()] : ffe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::set_color(UnityEngine.Color)] : fff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TranslationHelper::HasMultiLangData()] : ffg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TranslationHelper::GetLangTextByName(System.String,System.String)] : ffh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TranslationHelper::LoadFromXML(FairyGUI.Utils.XML)] : ffi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TranslationHelper::TranslateComponent(FairyGUI.PackageItem)] : ffj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::get_parent()] : ffk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_parent(FairyGUI.TreeNode)] : ffl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeView FairyGUI.TreeNode::get_tree()] : ffm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_tree(FairyGUI.TreeView)] : ffn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.TreeNode::get_cell()] : ffo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_cell(FairyGUI.GComponent)] : ffp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeNode::get_level()] : ffq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_level(System.Int32)] : ffr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TreeNode::get_expanded()] : ffs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_expanded(System.Boolean)] : fft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TreeNode::get_isFolder()] : ffu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TreeNode::get_text()] : ffv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::AddChild(FairyGUI.TreeNode)] : ffw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::AddChildAt(FairyGUI.TreeNode,System.Int32)] : ffx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::RemoveChild(FairyGUI.TreeNode)] : ffy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::RemoveChildAt(System.Int32)] : ffz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::RemoveChildren(System.Int32,System.Int32)] : fga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::GetChildAt(System.Int32)] : fgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeNode::GetChildIndex(FairyGUI.TreeNode)] : fgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::GetPrevSibling()] : fgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::GetNextSibling()] : fge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SetChildIndex(FairyGUI.TreeNode,System.Int32)] : fgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SwapChildren(FairyGUI.TreeNode,FairyGUI.TreeNode)] : fgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SwapChildrenAt(System.Int32,System.Int32)] : fgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeNode::get_numChildren()] : fgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SetTree(FairyGUI.TreeView)] : fgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GList FairyGUI.TreeView::get_list()] : fgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_list(FairyGUI.GList)] : fgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeView::get_root()] : fgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_root(FairyGUI.TreeNode)] : fgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.TreeView::get_onClickNode()] : fgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_onClickNode(FairyGUI.EventListener)] : fgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.TreeView::get_onRightClickNode()] : fgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_onRightClickNode(FairyGUI.EventListener)] : fgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeView::GetSelectedNode()] : fgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TreeView::GetSelection()] : fgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AddSelection(FairyGUI.TreeNode,System.Boolean)] : fgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::RemoveSelection(FairyGUI.TreeNode)] : fgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::ClearSelection()] : fgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeView::GetNodeIndex(FairyGUI.TreeNode)] : fgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::UpdateNode(FairyGUI.TreeNode)] : fgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::UpdateNodes(System.Collections.Generic.List`1)] : fgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::ExpandAll(FairyGUI.TreeNode)] : fha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::CollapseAll(FairyGUI.TreeNode)] : fhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::CreateCell(FairyGUI.TreeNode)] : fhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterInserted(FairyGUI.TreeNode)] : fhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeView::GetInsertIndexForNode(FairyGUI.TreeNode)] : fhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterRemoved(FairyGUI.TreeNode)] : fhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterExpanded(FairyGUI.TreeNode)] : fhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterCollapsed(FairyGUI.TreeNode)] : fhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterMoved(FairyGUI.TreeNode)] : fhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeView::CheckChildren(FairyGUI.TreeNode,System.Int32)] : fhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::HideFolderNode(FairyGUI.TreeNode)] : fhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::RemoveNode(FairyGUI.TreeNode)] : fhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::__clickExpandButton(FairyGUI.EventContext)] : fhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::__clickItem(FairyGUI.EventContext)] : fhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig/ConfigValue::Reset()] : fho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::Load()] : fhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::SetDefaultValue(FairyGUI.UIConfig/ConfigKey,FairyGUI.UIConfig/ConfigValue)] : fhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::ClearResourceRefs()] : fhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::ApplyModifiedProperties()] : fhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIContentScaler::ApplyModifiedProperties()] : fht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIContentScaler::ApplyChange()] : fhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIContentScaler::UpdateScaleLevel()] : fhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.UIObjectFactory/<>c__DisplayClass4_0::b__0()] : fhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.UIObjectFactory/<>c__DisplayClass6_0::b__0()] : fhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetPackageItemExtension(System.String,System.Type)] : fhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetPackageItemExtension(System.String,FairyGUI.UIObjectFactory/GComponentCreator)] : fhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetLoaderExtension(System.Type)] : fia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetLoaderExtension(FairyGUI.UIObjectFactory/GLoaderCreator)] : fib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::ResolvePackageItemExtension(FairyGUI.PackageItem)] : fic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::Clear()] : fid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.PackageItem,System.Type)] : fie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.ObjectType)] : fif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage/<>c::<.cctor>b__101_0(System.String,System.String,System.Type,FairyGUI.DestroyMethod&)] : fig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage/<>c__DisplayClass93_0::b__0(FairyGUI.NTexture)] : fih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::add_onReleaseResource(System.Action`1)] : fii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::remove_onReleaseResource(System.Action`1)] : fij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_id()] : fik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_id(System.String)] : fil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_name()] : fim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_name(System.String)] : fin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_branch()] : fio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_branch(System.String)] : fip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::GetVar(System.String)] : fiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::SetVar(System.String,System.String)] : fir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::GetById(System.String)] : fis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::GetByName(System.String)] : fit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(UnityEngine.AssetBundle)] : fiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(UnityEngine.AssetBundle,UnityEngine.AssetBundle)] : fiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(UnityEngine.AssetBundle,UnityEngine.AssetBundle,System.String)] : fiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String)] : fix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String,FairyGUI.UIPackage/LoadResource)] : fiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.Byte[],System.String,FairyGUI.UIPackage/LoadResource)] : fiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.Byte[],System.String,FairyGUI.UIPackage/LoadResourceAsync)] : fja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::RemovePackage(System.String)] : fjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::RemoveAllPackages()] : fjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.UIPackage::GetPackages()] : fjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String)] : fje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String,System.Type)] : fjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String)] : fjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String,System.Type)] : fjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,System.String,FairyGUI.UIPackage/CreateObjectCallback)] : fji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::CreateObjectFromURL(System.String,FairyGUI.UIPackage/CreateObjectCallback)] : fjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAsset(System.String,System.String)] : fjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAssetByURL(System.String)] : fjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::GetItemURL(System.String,System.String)] : fjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByURL(System.String)] : fjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::NormalizeURL(System.String)] : fjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::SetStringsSource(FairyGUI.Utils.XML)] : fjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_assetPath()] : fjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_customId()] : fjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_customId(System.String)] : fjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundle FairyGUI.UIPackage::get_resBundle()] : fjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2[] FairyGUI.UIPackage::get_dependencies()] : fju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.UIPackage::LoadPackage(FairyGUI.Utils.ByteBuffer,System.String)] : fjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.UIPackage::ComparePackageItem(FairyGUI.PackageItem,FairyGUI.PackageItem)] : fjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadAllAssets()] : fjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::UnloadAssets()] : fjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::ReloadAssets()] : fjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::ReloadAssets(UnityEngine.AssetBundle)] : fka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::Dispose()] : fkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String)] : fkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.Type)] : fkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,FairyGUI.UIPackage/CreateObjectCallback)] : fke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(FairyGUI.PackageItem,System.Type)] : fkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAsset(System.String)] : fkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.UIPackage::GetItems()] : fkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.UIPackage::GetItem(System.String)] : fki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByName(System.String)] : fkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAsset(FairyGUI.PackageItem)] : fkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::SetItemAsset(FairyGUI.PackageItem,System.Object,FairyGUI.DestroyMethod)] : fkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadAtlas(FairyGUI.PackageItem)] : fkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadImage(FairyGUI.PackageItem)] : fkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadSound(FairyGUI.PackageItem)] : fko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.UIPackage::LoadBinary(FairyGUI.PackageItem)] : fkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadMovieClip(FairyGUI.PackageItem)] : fkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadFont(FairyGUI.PackageItem)] : fkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadSpine(FairyGUI.PackageItem)] : fks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadDragonBones(FairyGUI.PackageItem)] : fkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.UIPainter::get_container()] : fku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::set_container(FairyGUI.Container)] : fkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::CreateContainer()] : fkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::SetSortingOrder(System.Int32,System.Boolean)] : fkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.UIPainter::get_ui()] : fky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::CreateUI()] : fkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::Capture()] : fla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::DestroyTexture()] : flb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::CaptureInEditMode()] : flc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::ApplyModifiedProperties(System.Boolean)] : fld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::OnUpdateSource(System.Object[])] : fle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.UIPainter::get_EM_sortingOrder()] : dnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::EM_BeforeUpdate()] : dnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::EM_Update(FairyGUI.UpdateContext)] : dnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::EM_Reload()] : dnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::b__26_0()] : flf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.UIPanel::get_container()] : flg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::set_container(FairyGUI.Container)] : flh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateContainer()] : fli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.UIPanel::get_ui()] : flj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateUI()] : flk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::SetSortingOrder(System.Int32,System.Boolean)] : fll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::SetHitTestMode(FairyGUI.HitTestMode)] : flm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CacheNativeChildrenRenderers()] : fln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateUI_PlayMode()] : flo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::UpdateHitArea()] : flp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateUI_EditMode()] : flq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::HandleScreenSizeChanged()] : flr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::OnUpdateSource(System.Object[])] : fls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::ApplyModifiedProperties(System.Boolean,System.Boolean)] : flt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::MoveUI(UnityEngine.Vector3)] : flu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.UIPanel::GetUIWorldPosition()] : flv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.UIPanel::get_EM_sortingOrder()] : dnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::EM_BeforeUpdate()] : dnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::EM_Update(FairyGUI.UpdateContext)] : dnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::EM_Reload()] : dnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::b__29_0()] : flw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::AddUISource(FairyGUI.IUISource)] : flx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_contentPane(FairyGUI.GComponent)] : fly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.Window::get_contentPane()] : flz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.Window::get_frame()] : fma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_closeButton()] : fmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_closeButton(FairyGUI.GObject)] : fmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_dragArea()] : fmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_dragArea(FairyGUI.GObject)] : fme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_contentArea()] : fmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_contentArea(FairyGUI.GObject)] : fmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_modalWaitingPane()] : fmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Show()] : fmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ShowOn(FairyGUI.GRoot)] : fmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Hide()] : fmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::HideImmediately()] : fml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::CenterOn(FairyGUI.GRoot,System.Boolean)] : fmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ToggleStatus()] : fmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_isShowing()] : fmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_isTop()] : fmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_modal()] : fmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_modal(System.Boolean)] : fmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::BringToFront()] : fms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ShowModalWait()] : fmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ShowModalWait(System.Int32)] : fmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::LayoutModalWaitPane()] : fmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::CloseModalWait()] : fmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::CloseModalWait(System.Int32)] : fmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_modalWaiting()] : fmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Init()] : fmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::OnInit()] : fna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::OnShown()] : fnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::OnHide()] : fnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::DoShowAnimation()] : fnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::DoHideAnimation()] : fne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__uiLoadComplete()] : fnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::_init()] : fng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Dispose()] : dqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::closeEventHandler(FairyGUI.EventContext)] : fnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__addedToStage()] : fni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__removeFromStage()] : fnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__touchBegin(FairyGUI.EventContext)] : fnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__dragStart(FairyGUI.EventContext)] : fnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Timers FairyGUI.Timers::get_inst()] : fnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback)] : fnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback,System.Object)] : fno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::CallLater(FairyGUI.TimerCallback)] : fnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::CallLater(FairyGUI.TimerCallback,System.Object)] : fnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback)] : fnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback,System.Object)] : fns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::StartCoroutine(System.Collections.IEnumerator)] : fnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Timers::Exists(FairyGUI.TimerCallback)] : fnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::Remove(FairyGUI.TimerCallback)] : fnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Anymous_T FairyGUI.Timers::GetFromPool()] : fnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::ReturnToPool(FairyGUI.Anymous_T)] : fnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::Update()] : fny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Anymous_T::set(System.Single,System.Int32,FairyGUI.TimerCallback,System.Object)] : fnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::get_position()] : foa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ByteBuffer::set_position(System.Int32)] : fob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::get_length()] : foc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ByteBuffer::get_bytesAvailable()] : fod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ByteBuffer::get_buffer()] : foe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ByteBuffer::set_buffer(System.Byte[])] : fof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::Skip(System.Int32)] : fog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte FairyGUI.Utils.ByteBuffer::ReadByte()] : foh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ByteBuffer::ReadBytes(System.Byte[],System.Int32,System.Int32)] : foi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ByteBuffer::ReadBytes(System.Int32)] : foj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.ByteBuffer FairyGUI.Utils.ByteBuffer::ReadBuffer()] : fok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char FairyGUI.Utils.ByteBuffer::ReadChar()] : fol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ByteBuffer::ReadBool()] : fom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int16 FairyGUI.Utils.ByteBuffer::ReadShort()] : fon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt16 FairyGUI.Utils.ByteBuffer::ReadUshort()] : foo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::ReadInt()] : fop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 FairyGUI.Utils.ByteBuffer::ReadUint()] : foq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.ByteBuffer::ReadFloat()] : for +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 FairyGUI.Utils.ByteBuffer::ReadLong()] : fos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.Utils.ByteBuffer::ReadDouble()] : fot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.ByteBuffer::ReadString()] : fou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.ByteBuffer::ReadString(System.Int32)] : fov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.ByteBuffer::ReadS()] : fow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.Utils.ByteBuffer::ReadSArray(System.Int32)] : fox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Utils.ByteBuffer::ReadPath()] : foy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ByteBuffer::WriteS(System.String)] : foz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ByteBuffer::ReadColor()] : fpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ByteBuffer::Seek(System.Int32,System.Int32)] : fpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.Utils.HtmlButton::get_button()] : fpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::set_button(FairyGUI.GComponent)] : fpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlButton::get_displayObject()] : fpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlButton::get_element()] : fpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlButton::get_width()] : fpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlButton::get_height()] : fph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::SetPosition(System.Single,System.Single)] : fpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Add()] : fpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Remove()] : fpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Release()] : fpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Dispose()] : fpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::<.ctor>b__9_0(FairyGUI.EventContext)] : fpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.Utils.HtmlElement::Get(System.String)] : fpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::Set(System.String,System.Object)] : fpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.HtmlElement::GetString(System.String)] : fpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.HtmlElement::GetString(System.String,System.String)] : fpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.HtmlElement::GetInt(System.String)] : fpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.HtmlElement::GetInt(System.String,System.Int32)] : fpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlElement::GetFloat(System.String)] : fpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlElement::GetFloat(System.String,System.Single)] : fpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlElement::GetBool(System.String)] : fpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlElement::GetBool(System.String,System.Boolean)] : fpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.HtmlElement::GetColor(System.String,UnityEngine.Color)] : fqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::FetchAttributes()] : fqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlElement::get_isEntity()] : fqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlElement::GetElement(FairyGUI.Utils.HtmlElementType)] : fqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::ReturnElement(FairyGUI.Utils.HtmlElement)] : fqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::ReturnElements(System.Collections.Generic.List`1)] : fqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.Utils.HtmlImage::get_loader()] : fqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::set_loader(FairyGUI.GLoader)] : fqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlImage::get_displayObject()] : fpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlImage::get_element()] : fpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlImage::get_width()] : fpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlImage::get_height()] : fph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::SetPosition(System.Single,System.Single)] : fpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Add()] : fpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Remove()] : fpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Release()] : fpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Dispose()] : fpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextInput FairyGUI.Utils.HtmlInput::get_textInput()] : fqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::set_textInput(FairyGUI.GTextInput)] : fqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlInput::get_displayObject()] : fpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlInput::get_element()] : fpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlInput::get_width()] : fpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlInput::get_height()] : fph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::SetPosition(System.Single,System.Single)] : fpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Add()] : fpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Remove()] : fpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Release()] : fpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Dispose()] : fpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlLink::get_displayObject()] : fpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlLink::get_element()] : fpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlLink::get_width()] : fpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlLink::get_height()] : fph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::SetArea(System.Int32,System.Single,System.Int32,System.Single)] : fqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::SetPosition(System.Single,System.Single)] : fpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Add()] : fpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Remove()] : fpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Release()] : fpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Dispose()] : fpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_0(FairyGUI.EventContext)] : fql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_1(FairyGUI.EventContext)] : fqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_2()] : fqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlObject FairyGUI.Utils.HtmlPageContext::CreateObject(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlPageContext::FreeObject(FairyGUI.Utils.IHtmlObject)] : fqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.Utils.HtmlPageContext::GetImageTexture(FairyGUI.Utils.HtmlImage)] : fqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlPageContext::FreeImageTexture(FairyGUI.Utils.HtmlImage,FairyGUI.NTexture)] : fqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::Parse(System.String,FairyGUI.TextFormat,System.Collections.Generic.List`1,FairyGUI.Utils.HtmlParseOptions)] : fqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::PushTextFormat()] : fqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::PopTextFormat()] : fqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlParser::IsNewLine()] : fqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::AppendText(System.String)] : fqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComboBox FairyGUI.Utils.HtmlSelect::get_comboBox()] : fqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::set_comboBox(FairyGUI.GComboBox)] : fqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlSelect::get_displayObject()] : fpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlSelect::get_element()] : fpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlSelect::get_width()] : fpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlSelect::get_height()] : fph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::SetPosition(System.Single,System.Single)] : fpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Add()] : fpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Remove()] : fpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Release()] : fpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Dispose()] : fpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::<.ctor>b__9_0()] : fqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.IHtmlObject::get_width()] : fpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.IHtmlObject::get_height()] : fph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.IHtmlObject::get_displayObject()] : fpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.IHtmlObject::get_element()] : fpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::SetPosition(System.Single,System.Single)] : fpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Add()] : fpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Remove()] : fpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Release()] : fpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Dispose()] : fpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlObject FairyGUI.Utils.IHtmlPageContext::CreateObject(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : fqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlPageContext::FreeObject(FairyGUI.Utils.IHtmlObject)] : fqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.Utils.IHtmlPageContext::GetImageTexture(FairyGUI.Utils.HtmlImage)] : fqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlPageContext::FreeImageTexture(FairyGUI.Utils.HtmlImage,FairyGUI.NTexture)] : fqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ToolSet::ConvertFromHtmlColor(System.String)] : fra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ToolSet::ColorFromRGB(System.Int32)] : frb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ToolSet::ColorFromRGBA(System.UInt32)] : frc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ToolSet::CharToHex(System.Char)] : frd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.Utils.ToolSet::Intersection(UnityEngine.Rect&,UnityEngine.Rect&)] : fre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.Utils.ToolSet::Union(UnityEngine.Rect&,UnityEngine.Rect&)] : frf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ToolSet::SetParent(UnityEngine.Transform,UnityEngine.Transform)] : frg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ToolSet::SkewMatrix(UnityEngine.Matrix4x4&,System.Single,System.Single)] : frh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ToolSet::RotateUV(UnityEngine.Vector2[],UnityEngine.Rect&)] : fri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_URL(System.String,System.Boolean,System.String)] : frj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_IMG(System.String,System.Boolean,System.String)] : frk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_Simple(System.String,System.Boolean,System.String)] : frl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_COLOR(System.String,System.Boolean,System.String)] : frm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_FONT(System.String,System.Boolean,System.String)] : frn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_SIZE(System.String,System.Boolean,System.String)] : fro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_ALIGN(System.String,System.Boolean,System.String)] : frp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::GetTagText(System.Boolean)] : frq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::Parse(System.String)] : frr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XML::Create(System.String)] : frs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.Utils.XML::get_attributes()] : frt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XML::HasAttribute(System.String)] : fru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XML::GetAttribute(System.String)] : frv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XML::GetAttribute(System.String,System.String)] : frw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XML::GetAttributeInt(System.String)] : frx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XML::GetAttributeInt(System.String,System.Int32)] : fry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XML::GetAttributeFloat(System.String)] : frz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XML::GetAttributeFloat(System.String,System.Single)] : fsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XML::GetAttributeBool(System.String)] : fsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XML::GetAttributeBool(System.String,System.Boolean)] : fsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.Utils.XML::GetAttributeArray(System.String)] : fsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.Utils.XML::GetAttributeArray(System.String,System.Char)] : fse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.XML::GetAttributeColor(System.String,UnityEngine.Color)] : fsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Utils.XML::GetAttributeVector(System.String)] : fsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.String)] : fsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.Boolean)] : fsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.Int32)] : fsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.Single)] : fsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::RemoveAttribute(System.String)] : fsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XML::GetNode(System.String)] : fsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XML::get_elements()] : fsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XML::Elements()] : fso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XML::Elements(System.String)] : fsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::AppendChild(FairyGUI.Utils.XML)] : fsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::RemoveChild(FairyGUI.Utils.XML)] : fsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::RemoveChildren(System.String)] : fss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::Parse(System.String)] : fst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::Reset()] : fsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XML::ToXMLString(System.Boolean)] : fsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::ToXMLString(System.Text.StringBuilder,System.Int32)] : fsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLIterator::Begin(System.String,System.Boolean)] : fsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::NextTag()] : fsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetTagSource()] : fsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetRawText(System.Boolean)] : fta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetText(System.Boolean)] : ftb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::HasAttribute(System.String)] : ftc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetAttribute(System.String)] : ftd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetAttribute(System.String,System.String)] : fte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XMLIterator::GetAttributeInt(System.String)] : ftf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XMLIterator::GetAttributeInt(System.String,System.Int32)] : ftg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XMLIterator::GetAttributeFloat(System.String)] : fth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XMLIterator::GetAttributeFloat(System.String,System.Single)] : fti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::GetAttributeBool(System.String)] : ftj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::GetAttributeBool(System.String,System.Boolean)] : ftk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.Utils.XMLIterator::GetAttributes(System.Collections.Generic.Dictionary`2)] : ftl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Hashtable FairyGUI.Utils.XMLIterator::GetAttributes(System.Collections.Hashtable)] : ftm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLIterator::ParseAttributes(System.Collections.IDictionary)] : ftn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XMLList/Enumerator::get_Current()] : fto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList/Enumerator::Erase()] : ftp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList/Enumerator::Reset()] : ftq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLList/<>c__DisplayClass14_0::b__0(FairyGUI.Utils.XML)] : ftr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList::Add(FairyGUI.Utils.XML)] : fts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList::Clear()] : ftt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XMLList::get_Count()] : ftu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XMLList::Filter(System.String)] : ftv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XMLList::Find(System.String)] : ftw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList::RemoveAll(System.String)] : ftx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLUtils::DecodeString(System.String)] : fty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLUtils::EncodeString(System.Text.StringBuilder,System.Int32,System.Boolean)] : ftz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLUtils::EncodeString(System.String,System.Boolean)] : fua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ZipReader::get_entryCount()] : fub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ZipReader::GetNextEntry(FairyGUI.Utils.ZipReader/ZipEntry)] : fuc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ZipReader::GetEntryData(FairyGUI.Utils.ZipReader/ZipEntry)] : fud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Comgreate.AESForFileKit::EncryptFile(System.String,System.String,System.String)] : fue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] Comgreate.AESForFileKit::DecryptToBytes(System.String,System.String,System.Int32&)] : fuf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_account FGUI.ZM_Petty.com_account::CreateInstance()] : fug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_account::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_detail FGUI.ZM_Petty.com_detail::CreateInstance()] : fuh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_detail::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_email FGUI.ZM_Petty.com_email::CreateInstance()] : fui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_email::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_firstName FGUI.ZM_Petty.com_firstName::CreateInstance()] : fuj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_firstName::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_get_panel FGUI.ZM_Petty.com_get_panel::CreateInstance()] : fuk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_get_panel::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_lastName FGUI.ZM_Petty.com_lastName::CreateInstance()] : ful +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_lastName::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_petty_award FGUI.ZM_Petty.com_petty_award::CreateInstance()] : fum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_petty_award::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_scond_confirm FGUI.ZM_Petty.com_scond_confirm::CreateInstance()] : fun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_scond_confirm::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.ZM_PettyBinder::BindAll()] : fuo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.webview.com_webview FGUI.webview.com_webview::CreateInstance()] : fup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.webview.com_webview::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.webview.webviewBinder::BindAll()] : fuq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_code FGUI.tixian.btn_code::CreateInstance()] : fur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_code::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_confirm FGUI.tixian.btn_confirm::CreateInstance()] : fus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_confirm::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_edit FGUI.tixian.btn_edit::CreateInstance()] : fut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_edit::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_get FGUI.tixian.btn_get::CreateInstance()] : fuu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_get::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_kicket FGUI.tixian.btn_kicket::CreateInstance()] : fuv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_kicket::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_pay FGUI.tixian.btn_pay::CreateInstance()] : fuw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_pay::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_top FGUI.tixian.btn_top::CreateInstance()] : fux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_top::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.cash_levelcom FGUI.tixian.cash_levelcom::CreateInstance()] : fuy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.cash_levelcom::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_broadcast FGUI.tixian.com_broadcast::CreateInstance()] : fuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_broadcast::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_confirm FGUI.tixian.com_confirm::CreateInstance()] : fva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_confirm::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_cord FGUI.tixian.com_cord::CreateInstance()] : fvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_cord::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_cord_new FGUI.tixian.com_cord_new::CreateInstance()] : fvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_cord_new::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_enter FGUI.tixian.com_enter::CreateInstance()] : fvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_enter::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_firstname FGUI.tixian.com_firstname::CreateInstance()] : fve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_firstname::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_info FGUI.tixian.com_info::CreateInstance()] : fvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_info::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_lastname FGUI.tixian.com_lastname::CreateInstance()] : fvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_lastname::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_newRecord FGUI.tixian.com_newRecord::CreateInstance()] : fvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_newRecord::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_rank FGUI.tixian.com_rank::CreateInstance()] : fvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_rank::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_record FGUI.tixian.com_record::CreateInstance()] : fvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_record::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_regulation FGUI.tixian.com_regulation::CreateInstance()] : fvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_regulation::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_saveingpot FGUI.tixian.com_saveingpot::CreateInstance()] : fvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_saveingpot::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_task FGUI.tixian.com_task::CreateInstance()] : fvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_task::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_ticket_item FGUI.tixian.com_ticket_item::CreateInstance()] : fvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_ticket_item::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.level_btn FGUI.tixian.level_btn::CreateInstance()] : fvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.level_btn::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.tixian.tixianBinder::BindAll()] : fvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTips.com_Tips FGUI.JTips.com_Tips::CreateInstance()] : fvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTips.com_Tips::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JTips.JTipsBinder::BindAll()] : fvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTips.wnd_tips FGUI.JTips.wnd_tips::CreateInstance()] : fvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTips.wnd_tips::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JPrivacy.com_privacy FGUI.JPrivacy.com_privacy::CreateInstance()] : fvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JPrivacy.com_privacy::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JPrivacy.JPrivacyBinder::BindAll()] : fvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMask.com_Mask FGUI.JMask.com_Mask::CreateInstance()] : fvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMask.com_Mask::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JMask.JMaskBinder::BindAll()] : fvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JFx.com_FX FGUI.JFx.com_FX::CreateInstance()] : fvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JFx.com_FX::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JFx.JFxBinder::BindAll()] : fvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JCoin.com_Coin FGUI.JCoin.com_Coin::CreateInstance()] : fvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JCoin.com_Coin::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JCoin.Com_CoinWnd FGUI.JCoin.Com_CoinWnd::CreateInstance()] : fwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JCoin.Com_CoinWnd::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JCoin.JCoinBinder::BindAll()] : fwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.G002_login.com_login FGUI.G002_login.com_login::CreateInstance()] : fwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.G002_login.com_login::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.G002_login.G002_loginBinder::BindAll()] : fwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.broadcast_top FGUI.Common_01.broadcast_top::CreateInstance()] : fwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.broadcast_top::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.broadcast_topitem FGUI.Common_01.broadcast_topitem::CreateInstance()] : fwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.broadcast_topitem::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_get FGUI.Common_01.btn_get::CreateInstance()] : fwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_get::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_saveingpot FGUI.Common_01.btn_saveingpot::CreateInstance()] : fwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_saveingpot::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_watchAd FGUI.Common_01.btn_watchAd::CreateInstance()] : fwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_watchAd::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_yellow FGUI.Common_01.btn_yellow::CreateInstance()] : fwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_yellow::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.Common_01Binder::BindAll()] : fwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_adcoming FGUI.Common_01.com_adcoming::CreateInstance()] : fwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_adcoming::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_broadcast_new FGUI.Common_01.com_broadcast_new::CreateInstance()] : fwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_broadcast_new::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_broadcast_text1 FGUI.Common_01.com_broadcast_text1::CreateInstance()] : fwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_broadcast_text1::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_tips FGUI.Common_01.com_tips::CreateInstance()] : fwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_tips::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.item_wheel FGUI.Common_01.item_wheel::CreateInstance()] : fwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.item_wheel::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.wheel FGUI.Common_01.wheel::CreateInstance()] : fwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.wheel::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.wheel_ FGUI.Common_01.wheel_::CreateInstance()] : fwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.wheel_::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.bkg_jiluBinder::BindAll()] : fws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_jilu.com_jilu FGUI.bkg_jilu.com_jilu::CreateInstance()] : fwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.com_jilu::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_jilu.com_panel FGUI.bkg_jilu.com_panel::CreateInstance()] : fwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.com_panel::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_jilu.com_record_item FGUI.bkg_jilu.com_record_item::CreateInstance()] : fwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.com_record_item::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ABigImg.ABigImgBinder::BindAll()] : fww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ABigImg.com_loading_bg FGUI.ABigImg.com_loading_bg::CreateInstance()] : fwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ABigImg.com_loading_bg::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ABigImg.com_mainbg FGUI.ABigImg.com_mainbg::CreateInstance()] : fwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ABigImg.com_mainbg::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JWheel.btn_spin FGUI.JWheel.btn_spin::CreateInstance()] : fwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.btn_spin::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JWheel.com_reward FGUI.JWheel.com_reward::CreateInstance()] : fxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.com_reward::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JWheel.com_spin FGUI.JWheel.com_spin::CreateInstance()] : fxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.com_spin::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JWheel.com_wheels FGUI.JWheel.com_wheels::CreateInstance()] : fxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.com_wheels::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JWheel.com_wheel FGUI.JWheel.com_wheel::CreateInstance()] : fxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.com_wheel::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JWheel.com_light FGUI.JWheel.com_light::CreateInstance()] : fxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.com_light::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JWheel.JWheelBinder::BindAll()] : fxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTodo.btn_todo FGUI.JTodo.btn_todo::CreateInstance()] : fxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTodo.btn_todo::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTodo.com_todo FGUI.JTodo.com_todo::CreateInstance()] : fxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTodo.com_todo::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JTodo.JTodoBinder::BindAll()] : fxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTask.btn_task FGUI.JTask.btn_task::CreateInstance()] : fxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTask.btn_task::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTask.com_Singletask FGUI.JTask.com_Singletask::CreateInstance()] : fxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTask.com_Singletask::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JTask.com_task FGUI.JTask.com_task::CreateInstance()] : fxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JTask.com_task::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JTask.JTaskBinder::BindAll()] : fxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSign.btn_day2 FGUI.JSign.btn_day2::CreateInstance()] : fxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSign.btn_day2::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSign.btn_day FGUI.JSign.btn_day::CreateInstance()] : fxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSign.btn_day::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSign.com_sign FGUI.JSign.com_sign::CreateInstance()] : fxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSign.com_sign::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JSign.JSignBinder::BindAll()] : fxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_2howto FGUI.JSettings.btn_2howto::CreateInstance()] : fxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_2howto::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_4music FGUI.JSettings.btn_4music::CreateInstance()] : fxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_4music::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_5sounds FGUI.JSettings.btn_5sounds::CreateInstance()] : fxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_5sounds::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_6contact FGUI.JSettings.btn_6contact::CreateInstance()] : fxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_6contact::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_on FGUI.JSettings.btn_on::CreateInstance()] : fxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_on::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_pri FGUI.JSettings.btn_pri::CreateInstance()] : fxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_pri::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_record FGUI.JSettings.btn_record::CreateInstance()] : fxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_record::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.btn_terns FGUI.JSettings.btn_terns::CreateInstance()] : fxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.btn_terns::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.com_howto FGUI.JSettings.com_howto::CreateInstance()] : fxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.com_howto::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JSettings.com_setting FGUI.JSettings.com_setting::CreateInstance()] : fya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.com_setting::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JSettings.JSettingsBinder::BindAll()] : fyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.btn_claim FGUI.JRewardPop.btn_claim::CreateInstance()] : fyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.btn_claim::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.btn_collect FGUI.JRewardPop.btn_collect::CreateInstance()] : fyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.btn_collect::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.btn_double FGUI.JRewardPop.btn_double::CreateInstance()] : fye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.btn_double::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.com_extraItem FGUI.JRewardPop.com_extraItem::CreateInstance()] : fyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.com_extraItem::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.com_multi FGUI.JRewardPop.com_multi::CreateInstance()] : fyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.com_multi::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.com_reward FGUI.JRewardPop.com_reward::CreateInstance()] : fyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.com_reward::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.com_roll FGUI.JRewardPop.com_roll::CreateInstance()] : fyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.com_roll::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JRewardPop.com_StarReward FGUI.JRewardPop.com_StarReward::CreateInstance()] : fyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.com_StarReward::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JRewardPop.JRewardPopBinder::BindAll()] : fyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JNetIdle.com_Netidle FGUI.JNetIdle.com_Netidle::CreateInstance()] : fyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JNetIdle.com_Netidle::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JNetIdle.com_loading FGUI.JNetIdle.com_loading::CreateInstance()] : fym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JNetIdle.com_loading::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JNetIdle.JNetIdleBinder::BindAll()] : fyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.btn_redeem_coin FGUI.JMall.btn_redeem_coin::CreateInstance()] : fyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.btn_redeem_coin::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.btn_setnum FGUI.JMall.btn_setnum::CreateInstance()] : fyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.btn_setnum::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.com_exchange FGUI.JMall.com_exchange::CreateInstance()] : fyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.com_exchange::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.com_makeup FGUI.JMall.com_makeup::CreateInstance()] : fyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.com_makeup::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.com_mall FGUI.JMall.com_mall::CreateInstance()] : fys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.com_mall::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.com_mall_carditem FGUI.JMall.com_mall_carditem::CreateInstance()] : fyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.com_mall_carditem::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMall.com_mall_coinitem FGUI.JMall.com_mall_coinitem::CreateInstance()] : fyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMall.com_mall_coinitem::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JMall.JMallBinder::BindAll()] : fyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.btn_add FGUI.JMain.btn_add::CreateInstance()] : fyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.btn_add::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.btn_minus FGUI.JMain.btn_minus::CreateInstance()] : fyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.btn_minus::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_cardnum FGUI.JMain.com_cardnum::CreateInstance()] : fyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_cardnum::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_cardplaytext FGUI.JMain.com_cardplaytext::CreateInstance()] : fyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_cardplaytext::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_playnum FGUI.JMain.com_playnum::CreateInstance()] : fza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_playnum::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.btn_pal FGUI.JMain.btn_pal::CreateInstance()] : fzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.btn_pal::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.btn_petty FGUI.JMain.btn_petty::CreateInstance()] : fzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.btn_petty::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.btn_question FGUI.JMain.btn_question::CreateInstance()] : fzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.btn_question::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_faq FGUI.JMain.com_faq::CreateInstance()] : fze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_faq::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_firstreward FGUI.JMain.com_firstreward::CreateInstance()] : fzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_firstreward::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_list_main FGUI.JMain.com_list_main::CreateInstance()] : fzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_list_main::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_main FGUI.JMain.com_main::CreateInstance()] : fzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_main::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.com_pal FGUI.JMain.com_pal::CreateInstance()] : fzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.com_pal::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JMain.item_pal FGUI.JMain.item_pal::CreateInstance()] : fzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JMain.item_pal::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JMain.JMainBinder::BindAll()] : fzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JLoading.btn_box FGUI.JLoading.btn_box::CreateInstance()] : fzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JLoading.btn_box::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JLoading.com_loading FGUI.JLoading.com_loading::CreateInstance()] : fzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JLoading.com_loading::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JLoading.com_login_a FGUI.JLoading.com_login_a::CreateInstance()] : fzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JLoading.com_login_a::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JLoading.JLoadingBinder::BindAll()] : fzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.btn_box FGUI.JBingoPlay.btn_box::CreateInstance()] : fzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.btn_box::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.btn_card FGUI.JBingoPlay.btn_card::CreateInstance()] : fzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.btn_card::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.btn_playagain FGUI.JBingoPlay.btn_playagain::CreateInstance()] : fzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.btn_playagain::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_boxdown FGUI.JBingoPlay.com_boxdown::CreateInstance()] : fzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_boxdown::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_carddi FGUI.JBingoPlay.com_carddi::CreateInstance()] : fzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_carddi::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_endpop FGUI.JBingoPlay.com_endpop::CreateInstance()] : fzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_endpop::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_Num FGUI.JBingoPlay.com_Num::CreateInstance()] : fzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_Num::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_playcard FGUI.JBingoPlay.com_playcard::CreateInstance()] : fzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_playcard::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_prop FGUI.JBingoPlay.com_prop::CreateInstance()] : fzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_prop::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.btn_cancel FGUI.JBingoPlay.btn_cancel::CreateInstance()] : fzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.btn_cancel::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.btn_Speed FGUI.JBingoPlay.btn_Speed::CreateInstance()] : fzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.btn_Speed::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.btn_star FGUI.JBingoPlay.btn_star::CreateInstance()] : gaa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.btn_star::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_AddBall FGUI.JBingoPlay.com_AddBall::CreateInstance()] : gab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_AddBall::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_ball FGUI.JBingoPlay.com_ball::CreateInstance()] : gac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_ball::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_broadcast1 FGUI.JBingoPlay.com_broadcast1::CreateInstance()] : gad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_broadcast1::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_broadcast_text1 FGUI.JBingoPlay.com_broadcast_text1::CreateInstance()] : gae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_broadcast_text1::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_CallNum FGUI.JBingoPlay.com_CallNum::CreateInstance()] : gaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_CallNum::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_end FGUI.JBingoPlay.com_end::CreateInstance()] : gag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_end::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_leavegame FGUI.JBingoPlay.com_leavegame::CreateInstance()] : gah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_leavegame::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_morecard FGUI.JBingoPlay.com_morecard::CreateInstance()] : gai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_morecard::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_pickBox FGUI.JBingoPlay.com_pickBox::CreateInstance()] : gaj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_pickBox::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_play FGUI.JBingoPlay.com_play::CreateInstance()] : gak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_play::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_prize FGUI.JBingoPlay.com_prize::CreateInstance()] : gal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_prize::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_prizeitem FGUI.JBingoPlay.com_prizeitem::CreateInstance()] : gam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_prizeitem::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_propInfo FGUI.JBingoPlay.com_propInfo::CreateInstance()] : gan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.com_propInfo::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.JBingoPlay.JBingoPlayBinder::BindAll()] : gao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_102 FGUI.ACommon.btn_102::CreateInstance()] : gap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_102::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_green_vid FGUI.ACommon.btn_green_vid::CreateInstance()] : gaq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_green_vid::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_h5 FGUI.ACommon.btn_h5::CreateInstance()] : gar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_h5::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_main FGUI.ACommon.btn_main::CreateInstance()] : gas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_main::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_todo FGUI.ACommon.btn_todo::CreateInstance()] : gat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_todo::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.ACommonBinder::BindAll()] : gau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_101 FGUI.ACommon.btn_101::CreateInstance()] : gav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_101::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_balloon FGUI.ACommon.btn_balloon::CreateInstance()] : gaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_balloon::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_failpack FGUI.ACommon.btn_failpack::CreateInstance()] : gax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_failpack::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_fight FGUI.ACommon.btn_fight::CreateInstance()] : gay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_fight::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_hall FGUI.ACommon.btn_hall::CreateInstance()] : gaz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_hall::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_hall_h5 FGUI.ACommon.btn_hall_h5::CreateInstance()] : gba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_hall_h5::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.btn_saveingpot FGUI.ACommon.btn_saveingpot::CreateInstance()] : gbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.btn_saveingpot::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_101 FGUI.ACommon.com_101::CreateInstance()] : gbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_101::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_102 FGUI.ACommon.com_102::CreateInstance()] : gbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_102::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_avatar FGUI.ACommon.com_avatar::CreateInstance()] : gbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_avatar::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_broadcast1 FGUI.ACommon.com_broadcast1::CreateInstance()] : gbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_broadcast1::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_broadcast_text1 FGUI.ACommon.com_broadcast_text1::CreateInstance()] : gbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_broadcast_text1::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_currency FGUI.ACommon.com_currency::CreateInstance()] : gbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_currency::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_di FGUI.ACommon.com_di::CreateInstance()] : gbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_di::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_loadingBlacklist FGUI.ACommon.com_loadingBlacklist::CreateInstance()] : gbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_loadingBlacklist::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_maindi FGUI.ACommon.com_maindi::CreateInstance()] : gbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_maindi::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ACommon.com_topinfo FGUI.ACommon.com_topinfo::CreateInstance()] : gbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ACommon.com_topinfo::ConstructFromXML(FairyGUI.Utils.XML)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoScene::get_SceneIdx()] : gbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnEnter()] : gbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnLeave()] : gbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnSwhSceCompl(System.Object)] : gbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::StartUpAppProcess()] : gbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnPermanentAssetsInitComplete(System.Object)] : gbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnLoginSucceed(System.Object)] : gbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnInitAsset(System.Object)] : gbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::OnLoadingComplete(System.Object)] : gbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::ShowScene(System.Object)] : gbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::Dispose()] : gbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoScene::b__9_0()] : gbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c::b__70_0(System.Boolean,System.Object)] : gby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c::b__79_0(System.Boolean,System.Object)] : gbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c::b__120_0(System.Boolean,RespAdEventData)] : gca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c::b__129_0(System.Boolean,ResGameConfigData)] : gcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c__DisplayClass111_0::b__0(System.Boolean)] : gcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c__DisplayClass121_0::b__0(System.Boolean,RespGameTimeEventData)] : gcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper/<>c__DisplayClass138_0::b__1(BingoBrain.ExchangeDescriptors)] : gce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper/<>c__DisplayClass138_0::b__0(BingoBrain.ExchangeDescriptors)] : gcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c__DisplayClass44_0::b__0()] : gcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper/<>c__DisplayClass59_0::b__0(BingoBrain.AdReward)] : gch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c__DisplayClass5_0::b__0(System.Boolean)] : gci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c__DisplayClass77_0::b__0()] : gcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper/<>c__DisplayClass7_0::b__0(System.Boolean)] : gck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetNum(System.Single,System.Int32)] : gcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetInterval(System.Int64)] : gcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 BingoBrain.GameHelper::FguiToUnityLocalPot(UnityEngine.Vector3)] : gcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::Toast(System.String,System.Boolean)] : gco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::GetVideo(System.String,System.Action`1)] : gcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::ShowInterstitial(System.String)] : gcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetItemSum(System.Int32,System.Decimal)] : gcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetGObject(System.String,FairyGUI.GObject)] : gcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetGuidePos(System.String,FairyGUI.GObject)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetGuidePos(System.String,UnityEngine.Vector2)] : gcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.GameHelper::GetUICenterPosition(FairyGUI.GObject,System.Boolean)] : gcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::PlayFGUIFx(FairyGUI.Transition,System.Boolean,FairyGUI.PlayCompleteCallback)] : gcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetTomorrowCountTime()] : gcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.GameHelper::GetNowTime(System.Boolean)] : gcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::LimitName(System.String,System.Int32,System.String)] : gcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetName(FairyGUI.GTextField,System.Boolean,System.Int32)] : gda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::OnRiseUIRecover(System.Int32,BingoBrain.Core.UILayerType)] : gdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent BingoBrain.GameHelper::GetItemUI(System.Int32)] : gdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetUILayer(FairyGUI.GObject,System.Int32,BingoBrain.Core.UILayerType)] : gdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetNoDecimalUnitStr(System.Double)] : gde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.ShungTik BingoBrain.GameHelper::get_ShungTik()] : gdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::set_ShungTik(BingoBrain.Core.ShungTik)] : gdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.GameHelper::SetEffect(System.String,System.String,FairyGUI.GGraph,System.Boolean)] : gdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.GameHelper::SetEffect(System.String,System.String,UnityEngine.GameObject,System.Boolean)] : gdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.GameHelper::SetParticleSystem(System.String,System.String,FairyGUI.GGraph,System.Boolean)] : gdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Spine.Unity.SkeletonAnimation BingoBrain.GameHelper::SetSpine(System.String,System.String,FairyGUI.GGraph,System.String,System.Boolean,System.Boolean)] : gdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Spine.Unity.SkeletonAnimation BingoBrain.GameHelper::SetSpine(System.String,System.String,UnityEngine.GameObject,System.String,System.Boolean,System.Boolean)] : gdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsGiftSwitch()] : gdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsOpenGuide()] : gdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsCanGuide()] : gdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::Get101()] : gdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.GameHelper::Get102()] : gdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::Get101Str(System.Decimal)] : gdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] DG.Tweening.Tween BingoBrain.GameHelper::DelayedShowGObject(BingoBrain.Core.BaseUI,FairyGUI.GObject[])] : gds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] DG.Tweening.Tween BingoBrain.GameHelper::DelayedShowGObject(BingoBrain.Core.BaseUI,System.Single,FairyGUI.GObject[])] : gdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.GameHelper::WoldToUIPot(UnityEngine.Vector3)] : gdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::OpenEmail()] : gdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::GetReward(System.Int32,System.Decimal,BingoBrain.RewardOrigin,FairyGUI.GObject,FairyGUI.GObject,System.Boolean,System.Boolean,System.Action`1,System.Decimal)] : gdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::GetReward(System.Int32,System.Decimal,BingoBrain.RewardOrigin,UnityEngine.Vector3,UnityEngine.Vector3,System.Boolean,System.Boolean,System.Action`1,System.Decimal)] : gdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::GetRewardOnly(System.Int32,System.Decimal,BingoBrain.RewardOrigin,System.Action`1,FairyGUI.GObject,FairyGUI.GObject,System.Decimal)] : gdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::GetRewardOnly1(System.Int32,System.Decimal,BingoBrain.RewardOrigin,System.Action`1,UnityEngine.Vector3,UnityEngine.Vector3,System.Decimal)] : gdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::Get102Str(System.Decimal)] : gea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::Get102Str_new(System.Decimal)] : geb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.GameHelper::GetConfig()] : gec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.CommonModel BingoBrain.GameHelper::GetCommonModel()] : ged +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsCommonCard(BingoBrain.CardEntity)] : gee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Out101 BingoBrain.GameHelper::GetDynamicVersion_Coin()] : gef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Out102 BingoBrain.GameHelper::GetDynamicVersion_Cash()] : geg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::GetRewardExtra(System.Int32,System.Decimal,System.Int32,System.Action`1,UnityEngine.Vector3)] : geh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.AdReward BingoBrain.GameHelper::GetChanceByIdAndNum(System.Int32,System.Int32)] : gei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.GameHelper::GetDynamicReward(System.Int32,System.Single[])] : gej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetDynamicIndex(System.Int32)] : gek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsCanSignInToday()] : gel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetDynamicVersion()] : gem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::PostFunnelLogin(System.String,System.Boolean)] : gen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] LoginModel BingoBrain.GameHelper::GetLoginModel()] : geo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::ShowTips(System.String,System.Boolean)] : gep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::CheckAccountValidly(System.String)] : geq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::CheckEMailValidly(System.String)] : ger +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::CheckNameValidly(System.String)] : ges +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::ShowLoading(System.Single,System.Single,System.Action)] : get +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::ShowLoading(System.Single,System.Action)] : geu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::TimeFormat(System.Int32,BingoBrain.CountDownType,System.String)] : gev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SendLogToServer(System.String,System.String,UnityEngine.LogType)] : gew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetNetworkType()] : gex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetItemNumber(System.Int32)] : gey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetItemNumber(System.Int32,System.Int32)] : gez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AddItemNumber(System.Int32,System.Int32)] : gfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetLevel()] : gfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetLevel(System.Int32)] : gfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetLevelstate()] : gfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetLevelstate(System.Int32)] : gfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetGoldNumber()] : gff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AddGoldNumber(System.Int32)] : gfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AddGold(System.Int32)] : gfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AddGold(System.Single)] : gfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::CheckGoldNumber(System.Int32)] : gfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AddGameTime()] : gfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetGameTime()] : gfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetGameday()] : gfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetGameday()] : gfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetGameExp()] : gfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AddGameExp(System.Int32)] : gfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::ResetGameExp()] : gfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::addInterAdnumber()] : gfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::getBattleLv()] : gfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] BingoBrain.GameHelper::GetRewardValue(System.Int32)] : gft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetValueIndex(System.Int32)] : gfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] BingoBrain.GameHelper::GetValue(BingoBrain.SmallrewardNum,System.Int32)] : gfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] BingoBrain.GameHelper::GetValue(BingoBrain.LargerewardNum,System.Int32)] : gfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] BingoBrain.GameHelper::GetValue(BingoBrain.rewardNum,System.Int32)] : gfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::ShowVideoAd(System.String,System.Action`1)] : gfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::sendHighRevenueToAF()] : gfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetSelfAvatar(FairyGUI.GLoader)] : gga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::checkGoldNumber(System.Int32)] : ggb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetBattleLv_Index()] : ggc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsConnect()] : ggd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::AdOverEvent(System.Int32)] : gge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::PlayGameTimeEvent(System.Int32,System.Action)] : ggf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetGameTimes()] : ggg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GameHelper::GetPlayGameTimes()] : ggh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::GetCloseResult()] : ggi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetCloseResult(System.Boolean)] : ggj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::RequestGameConfig()] : ggk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsAdModelOfPay()] : ggl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::SetLevelsList()] : ggm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::IsShowLevelTips()] : ggn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.GameHelper::getNowTimeByMillisecond()] : ggo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::sendRevenueToServer(System.String,System.String,System.Int32)] : ggp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::InToday(System.Int64,System.Int32,System.Boolean)] : ggq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GameHelper::isRDExchangeMode()] : ggr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::getDesByKey(System.String)] : ggs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::getChString(System.Decimal)] : ggt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GenerateUniqueKey()] : ggu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GenerateRandomString(System.String,System.Int32)] : ggv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::getPrice(System.Decimal)] : ggw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GameHelper::GetPriceInt(System.Decimal)] : ggx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameHelper::CopyText(System.String)] : ggy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GlobalHarmony/<>c__DisplayClass7_0::b__0()] : ggz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GlobalHarmony::IsChance(System.Single)] : gha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GlobalHarmony::Active(UnityEngine.Component,System.Boolean)] : ghb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GlobalHarmony::GetAppSavePath()] : ghc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener BingoBrain.GlobalHarmony::In(FairyGUI.GObject,System.Single,System.Single)] : ghd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener BingoBrain.GlobalHarmony::Out(FairyGUI.GObject,System.Single,System.Single)] : ghe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.GlobalHarmony::NoQuick()] : ghf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GlobalHarmony::CheckClick(FairyGUI.GObject,System.Action,System.Boolean,System.Boolean)] : ghg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GlobalHarmony::FormatDate(System.Int32,BingoBrain.CountDownType,System.String)] : ghh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.GlobalHarmony::GetRandomList(System.Collections.Generic.IList`1)] : ghi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.GlobalHarmony::GetRandomList(System.Collections.Generic.List`1,System.Int32,System.Boolean)] : ghj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GlobalHarmony::RandomWeight(System.Int32[])] : ghk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.GlobalHarmony::GetChanceList(System.Collections.Generic.List`1)] : ghl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.GlobalHarmony::FormatJson(System.String)] : ghm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GlobalHarmony::ForEachSafe(System.Collections.Generic.Dictionary`2,System.Action`2)] : ghn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::AddPause(System.Object)] : ghp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::OnGameStart(System.Object)] : ghq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::InitRoot()] : ghr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::SetBg(System.Boolean)] : ghs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::InitSystems()] : ght +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::AddSystems()] : ghu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::b__6_0(UnityEngine.GameObject)] : ghv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Battle::b__6_1(UnityEngine.Sprite)] : ghw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat/<>c__DisplayClass19_0::b__0()] : ghx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::AddListener()] : ghy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::OnGameStart(System.Object)] : ghz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::InitCheat()] : gia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::OnTriggerCheat()] : gib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::OpenCheatView()] : gic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::InitButton(System.String,UnityEngine.Transform,System.Action)] : gid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Cheat::SetAlpha(System.Single)] : gie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX/<>c__DisplayClass11_0`1::b__0(T)] : gif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX/<>c__DisplayClass11_1`1::b__1()] : gig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX/<>c__DisplayClass6_0::b__0(UnityEngine.GameObject)] : gih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX/<>c__DisplayClass6_0::b__1(UnityEngine.GameObject)] : gii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX/<>c__DisplayClass7_0`1::b__0(T)] : gij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::RecObjFunc(BingoBrain.Fx_Type,UnityEngine.Object)] : gik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::GetObjFunc(BingoBrain.Fx_Type,UnityEngine.Object)] : gil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::NewObjFunc(BingoBrain.Fx_Type,UnityEngine.Events.UnityAction`1)] : gim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::GetFx(BingoBrain.Fx_Type,UnityEngine.Events.UnityAction`1)] : gin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::RecFx(BingoBrain.Fx_Type,T)] : gio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FX::SetFx(FairyGUI.GGraph,BingoBrain.Fx_Type,UnityEngine.Events.UnityAction`1,System.Action)] : gip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.FX::SetFx(FairyGUI.GGraph,BingoBrain.Fx_Type,System.Action)] : giq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::add_UpdateSecondEvent(System.Action)] : gir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::remove_UpdateSecondEvent(System.Action)] : gis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::add_UpdateEvent(System.Action)] : git +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::remove_UpdateEvent(System.Action)] : giu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::AddListener()] : giv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::AddChangeGiftSwitch(System.Action)] : giw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::RemoveChangeGiftSwitch(System.Action)] : gix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::FocusToGame(System.Object)] : giy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::InitSystem()] : giz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::OnGameStart(System.Object)] : gja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::EnterHall(System.Object)] : gjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::EnterGame(System.Object)] : gjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Hall::SetGaming(System.Boolean)] : gjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Hall::IsGaming()] : gje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Network::get_IsReleaseMode()] : gjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Network::get_domainUrl()] : gjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Network::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Network::InitSystem()] : gjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::StartUp()] : gji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::DisposeBefore()] : gjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::AddListener()] : gjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::RemoveListener()] : gjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::InitPreferences()] : gjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::AutoSaveList(System.Collections.Generic.List`1)] : gjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::AddDataVer()] : gjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::ImmediateSendSave(System.Object)] : gjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::OnAutoDelaySave(BingoBrain.Core.Psvsagh)] : gjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::AddToAutoDelaySaveList(System.String,System.Object)] : gjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::Save(System.String,T)] : gjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::ClearPreferencesDic()] : gjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::PreferencesSendSave()] : gju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Preferences BingoBrain.PreferencesMgr::GetPreferences()] : gjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveServerPreferencesCache(BingoBrain.Preferences)] : gjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Preferences BingoBrain.PreferencesMgr::ReadServerPreferencesCache()] : gjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::OnInitPreferences()] : gjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_GameStartCount()] : gjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_GameStartCount(System.Int32)] : gka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_LoginGameTodayTimes()] : gkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_LoginGameTodayTimes(System.Int32)] : gkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_VideoEffective_count()] : gkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_VideoEffective_count(System.Int32)] : gke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsLogEffective()] : gkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsLogEffective(System.Boolean)] : gkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_Data_ver()] : gkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Data_ver(System.Int64)] : gki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_HaveBeenGameStart()] : gkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_HaveBeenGameStart(System.Boolean)] : gkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_Date()] : gkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Date(System.String)] : gkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_LastLoginDays()] : gkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_LastLoginDays(System.Int32)] : gko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_XpReachedRewardIndex()] : gkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_XpReachedRewardIndex(System.Int32)] : gkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_PlayerXP()] : gkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_PlayerXP(System.Int32)] : gks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_Currency101()] : gkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Currency101(System.Int32)] : gku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_Max101()] : gkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Max101(System.Int32)] : gkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_NextNewDayTime()] : gkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_NextNewDayTime(System.Int64)] : gky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_BallonCdTime()] : gkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_BallonCdTime(System.Int64)] : gla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_ToDayMaxScore()] : glb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ToDayMaxScore(System.Int32)] : glc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_HistoryMaxScore()] : gld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_HistoryMaxScore(System.Int32)] : gle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_PlayerName()] : glf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_PlayerName(System.String)] : glg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_Code()] : glh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Code(System.String)] : gli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_H5StayTime()] : glj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_H5StayTime(System.Int32)] : glk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_MakeupTaskH5Time()] : gll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_MakeupTaskH5Time(System.Decimal)] : glm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_MakeupTaskHistory()] : gln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveMakeupTaskHistory()] : glo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_CoinMakeupTaskHistory()] : glp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_CoinMakeupTaskH5Time()] : glq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_CoinMakeupTaskH5Time(System.Decimal)] : glr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_PlayerAvatarId()] : gls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_PlayerAvatarId(System.Int32)] : glt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_TicketGameNum()] : glu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_TicketGameNum(System.Int32)] : glv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_MoneyGameNum()] : glw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_MoneyGameNum(System.Int32)] : glx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_LoginDay()] : gly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_LoginDay(System.Int32)] : glz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_WatchVideoBeginSum()] : gma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WatchVideoBeginSum(System.Int32)] : gmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_Active()] : gmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Active(System.Int32)] : gmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_Currency102()] : gme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Currency102(System.Decimal)] : gmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_Max102()] : gmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Max102(System.Decimal)] : gmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsResetGuide()] : gmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsResetGuide(System.Boolean)] : gmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_WatchVideoSum()] : gmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WatchVideoSum(System.Int32)] : gml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsOpenedInvite()] : gmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsOpenedInvite(System.Boolean)] : gmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsGod()] : gmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsGod(System.Boolean)] : gmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsGuideFinish()] : gmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsGuideFinish(System.Boolean)] : gmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_FacebookId()] : gms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_FacebookId(System.String)] : gmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_FacebookName()] : gmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_FacebookName(System.String)] : gmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_FacebookAvatarUrl()] : gmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_FacebookAvatarUrl(System.String)] : gmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsFaceBookLogin()] : gmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsFaceBookLogin(System.Boolean)] : gmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsShowRewardFly101()] : gna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsShowRewardFly101(System.Boolean)] : gnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsShowRewardFly102()] : gnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsShowRewardFly102(System.Boolean)] : gnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsShowRewardFly105()] : gne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsShowRewardFly105(System.Boolean)] : gnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsShowRewardFly106()] : gng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsShowRewardFly106(System.Boolean)] : gnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_ThisDayWatchSlyderVideoNum()] : gni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ThisDayWatchSlyderVideoNum(System.Int32)] : gnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsPayBind()] : gnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsPayBind(System.Boolean)] : gnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_PaypalAccount()] : gnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_PaypalAccount(System.String)] : gnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsSuccessRedeem()] : gno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsSuccessRedeem(System.Boolean)] : gnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsOpenRedeem()] : gnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsOpenRedeem(System.Boolean)] : gnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_GameOfCount()] : gns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_GameOfCount(System.Int32)] : gnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_InitPropFireCountUsed()] : gnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_InitPropFireCountUsed(System.Int32)] : gnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_InitPropBombCountUsed()] : gnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_InitPropBombCountUsed(System.Int32)] : gnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_ExchangeBindGuide()] : gny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeBindGuide(System.Boolean)] : gnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_ExchangeAccount()] : goa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeAccount(System.String)] : gob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_ExchangeName()] : goc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeName(System.String)] : god +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_ExchangeCoinAccount()] : goe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeCoinAccount(System.String)] : gof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_ExchangeCoinFName()] : gog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeCoinFName(System.String)] : goh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_ExchangeCoinLName()] : goi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeCoinLName(System.String)] : goj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_ExchangeMailbox()] : gok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ExchangeMailbox(System.String)] : gol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_ClearBubbleCount()] : gom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_ClearBubbleCount(System.Int32)] : gon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_UsePropCount()] : goo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_UsePropCount(System.Int32)] : gop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_WinLeftExtraBallCount()] : goq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WinLeftExtraBallCount(System.Int32)] : gor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsRateUs()] : gos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsRateUs(System.Boolean)] : got +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_DailyTaskWinCount()] : gou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_DailyTaskWinCount(System.Int32)] : gov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsOpenedRealGift()] : gow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsOpenedRealGift(System.Boolean)] : gox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_WebViewOnlineTime()] : goy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WebViewOnlineTime(System.Decimal)] : goz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsClickH5Icon()] : gpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsClickH5Icon(System.Boolean)] : gpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsShowOpenReward()] : gpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsShowOpenReward(System.Boolean)] : gpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_OpenRewardCount()] : gpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_OpenRewardCount(System.Int32)] : gpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsRealProcessing()] : gpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsRealProcessing(System.Boolean)] : gph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_RealWatchVideo()] : gpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_RealWatchVideo(System.Int32)] : gpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsEditInviteCode()] : gpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsEditInviteCode(System.Boolean)] : gpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_WebViewMakeUpOnlineTime()] : gpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WebViewMakeUpOnlineTime(System.Decimal)] : gpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.PreferencesMgr::get_WebViewADTaskOnlineTime()] : gpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WebViewADTaskOnlineTime(System.Decimal)] : gpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_AdCashFlyShowTime()] : gpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_AdCashFlyShowTime(System.Int64)] : gpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_CardBoardIndex()] : gps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_CardBoardIndex(System.Int32)] : gpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_BingoSum()] : gpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_BingoSum(System.Int32)] : gpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsFirstBingo()] : gpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsFirstBingo(System.Boolean)] : gpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsFirstComboBingo()] : gpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsFirstComboBingo(System.Boolean)] : gpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsCompleteFirstGame()] : gqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsCompleteFirstGame(System.Boolean)] : gqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsFirstPropFull()] : gqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsFirstPropFull(System.Boolean)] : gqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_GameSum()] : gqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_GameSum(System.Int32)] : gqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsOnceWheel()] : gqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsOnceWheel(System.Boolean)] : gqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.PreferencesMgr::get_WheelVersion()] : gqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_WheelVersion(System.String)] : gqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_NextOpenWheelStampTime()] : gqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_NextOpenWheelStampTime(System.Int64)] : gql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_OpenDailyBonusStampTime()] : gqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_OpenDailyBonusStampTime(System.Int64)] : gqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.PreferencesMgr::get_NextRecoveryTime()] : gqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_NextRecoveryTime(System.Int64)] : gqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_CardBoardSum()] : gqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_CardBoardSum(System.Int32)] : gqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsFirstSlot()] : gqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsFirstSlot(System.Boolean)] : gqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsFirstBox()] : gqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsFirstBox(System.Boolean)] : gqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PreferencesMgr::get_IsSecondEndShow()] : gqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_IsSecondEndShow(System.Boolean)] : gqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PreferencesMgr::get_Sum777()] : gqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::set_Sum777(System.Int32)] : gqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_DailyTaskState()] : gra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveDailyTaskState()] : grb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_DailyTaskActiveState()] : grc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveDailyTaskActiveState()] : grd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_ActiveMissions()] : gre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveActiveMissions()] : grf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_FinishTaskList()] : grg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveFinishTaskList()] : grh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_CompleteGuideList()] : gri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveCompleteGuideList()] : grj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_WithdrawGear()] : grk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveWithdrawGear()] : grl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_FerrWheelLst()] : grm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveFerrWheelLst()] : grn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_VidelWheelLst()] : gro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveVidelWheelLst()] : grp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 BingoBrain.PreferencesMgr::get_StatisticDictionary()] : grq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveStatisticDictionary()] : grr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 BingoBrain.PreferencesMgr::get_StatisticMakeupDictionary()] : grs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveStatisticMakeupDictionary()] : grt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_StatisticCashTarget()] : gru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveStatisticCashTarget()] : grv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 BingoBrain.PreferencesMgr::get_BankDic()] : grw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveBankDic()] : grx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PreferencesMgr::get_DailyBonusItemLst()] : gry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PreferencesMgr::SaveDailyBonusItemLst()] : grz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.exBrPoolModel::getFaqData()] : gsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.exBrPoolModel_2::getFaqData()] : gsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoBrainConfigModel`1/<>c__DisplayClass8_0::b__0(T)] : gsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoBrainConfigModel`1::GetCount()] : gsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.BingoBrainConfigModel`1::GetFirst()] : gse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.BingoBrainConfigModel`1::GetLast()] : gsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.BingoBrainConfigModel`1::GetData(System.Int32)] : gsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.BingoBrainConfigModel`1::GetData(System.String)] : gsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.BingoBrainConfigModel`1::GetDataByIndex(System.Int32)] : gsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.BingoBrainConfigModel`1::GetDataList()] : gsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.RewardedVal BingoBrain.RewardedVal::Get(System.Int32,System.Double)] : gsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.RewardedVal BingoBrain.RewardedVal::Get(System.Int32,System.Double,System.Action`1)] : gsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.RewardedVal BingoBrain.RewardedVal::Get(System.Int32,System.Double,UnityEngine.Vector2,System.Action`1)] : gsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardedVal::Release()] : gsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.RewardedVal::get_Id()] : gso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardedVal::set_Id(System.Int32)] : gsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double BingoBrain.RewardedVal::get_Sum()] : gsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardedVal::set_Sum(System.Double)] : gsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.RewardedVal::get_IsMulti()] : gss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardedVal::set_IsMulti(System.Boolean)] : gst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.RewardedVal::get_cont_index()] : gsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardedVal::set_cont_index(System.Int32)] : gsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardEntity/<>c::b__17_0(BingoBrain.CardEntity)] : gsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardEntity/<>c::b__17_1(BingoBrain.CardEntity)] : gsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c::b__24_2(BingoBrain.Core.TaskProcedure)] : gsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c::b__24_3(BingoBrain.Core.TaskProcedure)] : gsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c::b__24_4(BingoBrain.Core.TaskProcedure)] : gta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardEntity/<>c::b__27_2(<>f__AnonymousType0`2>,System.Boolean>)] : gtb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.KeyValuePair`2> BingoBrain.CardBoardEntity/<>c::b__27_3(<>f__AnonymousType0`2>,System.Boolean>)] : gtc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass20_1::b__0()] : gtd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass20_1::b__1()] : gte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass24_0::b__5()] : gtf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass24_0::b__6()] : gtg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass24_0::b__7()] : gth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass24_1::b__8(System.Object)] : gti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass24_2::b__9(System.Object)] : gtj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity/<>c__DisplayClass24_3::b__10(System.Object)] : gtk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardEntity/<>c__DisplayClass27_0::b__0(System.Collections.Generic.KeyValuePair`2>)] : gtl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] <>f__AnonymousType0`2>,System.Boolean> BingoBrain.CardBoardEntity/<>c__DisplayClass27_0::b__1(System.Collections.Generic.KeyValuePair`2>)] : gtm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::SetData()] : gtn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::InitReward()] : gto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::InitGameObj()] : gtp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::DoSomething()] : gtq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::InitCardList()] : gtr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::SetByIndex(UnityEngine.Transform,System.Int32)] : gts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::OnReset()] : gtt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::DelayCheckBingo()] : gtu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::CheckBingo()] : gtv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::OnFinish()] : gtw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::CheckFinish()] : gtx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.CardBoardEntity::IsBingo(System.Collections.Generic.List`1)] : gty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::b__18_0()] : gtz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::b__19_0(Spine.Unity.SkeletonAnimation)] : gua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::b__24_0(BingoBrain.Core.TaskProcedure)] : gub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardEntity::b__24_1(BingoBrain.Core.TaskProcedure)] : guc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity/<>c__DisplayClass13_0::b__0()] : gud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity/<>c__DisplayClass8_0::b__0()] : gue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::InitGameObj(System.Action)] : guf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::SetByData()] : gug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::AddToSelectedList()] : guh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::SetReward()] : gui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::OnReset()] : guj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::OnClick(UnityEngine.EventSystems.PointerEventData)] : guk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::ReleaseEffect(UnityEngine.GameObject)] : gul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::CheckReward()] : gum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.CardEntity::GetSumToType(BingoBrain.CardPropType)] : gun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::TweenAlphaNum()] : guo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::SetIsSelect()] : gup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::SetCoin(System.Single)] : guq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardEntity::b__19_0()] : gur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::add_UpdateCb(System.Action`1)] : gus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::remove_UpdateCb(System.Action`1)] : gut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::add_EndEventCb(System.Action)] : guu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::remove_EndEventCb(System.Action)] : guv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::add_UICloseEventCb(System.Action)] : guw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::remove_UICloseEventCb(System.Action)] : gux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::SetUpdate(System.Action`1)] : guy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::Update()] : guz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::SetUpdateComplete(System.Action)] : gva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::EndEvent()] : gvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::UICloseEvent()] : gvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodDa::Dispose()] : gvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal BingoBrain.Goda::GetTotalValue()] : gve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Goda::InitData()] : gvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Goda::InitRate()] : gvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Goda::InitMultiRate()] : gvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Goda::InitFlyPosition()] : gvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Goda::InitStartPosition()] : gvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Goda::InitEndPosition()] : gvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Goda::IsCanFly()] : gvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Goda::IsCanFly(System.Int32)] : gvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.RewardData/<>c::b__21_0(BingoBrain.Goda)] : gvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.RewardData/<>c__DisplayClass16_0::b__0(BingoBrain.Goda)] : gvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.RewardData/<>c__DisplayClass18_0::b__0(BingoBrain.Goda)] : gvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::AddRewardList(System.Collections.Generic.List`1)] : gvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::SetCompleted(System.Action`1)] : gvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::AddCompleted(System.Action`1)] : gvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::OnCompleted(System.Boolean)] : gvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Action`1 BingoBrain.RewardData::GetCompleted()] : gvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::AddReward(BingoBrain.Goda)] : gvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::AddReward(System.Int32,System.Decimal,BingoBrain.RewardOrigin,System.Int32)] : gvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.RewardData::IsContainReward(System.Int32)] : gvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RewardData::InitData()] : gvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.RewardData::GetRewardDataList()] : gvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.RewardData::GetRewardFlyCount()] : gwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameCell/<>c__DisplayClass2_0::b__0(UnityEngine.GameObject)] : gwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GameCell::InitByPath(System.String,System.String,UnityEngine.Events.UnityAction)] : gwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ModuleBoard::AutoRegisterModel()] : gwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ModuleBoard::AutoRegisterUIType()] : gwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ModuleBoard::AutoRegisterCtrl()] : gwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ModuleBoard::AutoRegisterUICtrl()] : gwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BasptCtrl BingoBrain.BasptCtrl::get_Instance()] : gwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptCtrl::set_Instance(BingoBrain.BasptCtrl)] : gwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI/<>c::b__13_0()] : gwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI/<>c__DisplayClass12_0::b__0(System.Single)] : gwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI/<>c__DisplayClass12_0::b__1(System.Single)] : gwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI/<>c__DisplayClass15_0::b__0()] : gwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnUpdate()] : gwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::SetMakeup(System.Object)] : gwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::InitView()] : gxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::initBtn()] : gxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnTodoItemRenderer(System.Int32,FairyGUI.GObject)] : gxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnClickSignIn()] : gxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnClickLuckyWheel()] : gxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnClickDailyTask()] : gxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BasptUI::IsCanSignIn()] : gxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BasptUI::IsCanLuckyWheel()] : gxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BasptUI::IsCanDailyTask()] : gxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUI::OnRefreshView()] : gxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BasptUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BasptUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BasptUICtrl::OnUpdateTodoView(System.Object)] : gxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoCardCtrl BingoBrain.BingoCardCtrl::get_Instance()] : gxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardCtrl::set_Instance(BingoBrain.BingoCardCtrl)] : gxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardModel::OnReadData()] : gxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass18_0::b__0(FairyGUI.NTexture)] : gxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass18_0::b__1(FairyGUI.NTexture)] : gxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass18_0::b__2(FairyGUI.NTexture)] : gxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass25_0::b__1()] : gxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass25_0::b__2(FairyGUI.NTexture)] : gxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__0(FairyGUI.NTexture)] : gxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__2()] : gya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__3(System.Boolean)] : gyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__4()] : gyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__5(System.Boolean)] : gyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__6()] : gye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__1(System.Boolean)] : gyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI/<>c__DisplayClass26_0::b__7()] : gyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::InitView()] : gyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::RendererTop(System.Int32,FairyGUI.GObject)] : gyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::ClickVideoBtn(FairyGUI.EventContext)] : gyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnClickCard(FairyGUI.EventContext)] : gyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::ClickContinueBtn()] : gyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Flop BingoBrain.BingoCardUI::GetRananVO()] : gym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OpenAll()] : gyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::SetCardData(FGUI.JBingoPlay.btn_card)] : gyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::OnClearTween()] : gyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::b__14_0()] : gyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::b__17_0(System.Single)] : gyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::b__19_0()] : gys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::b__20_0(System.Boolean)] : gyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUI::b__25_0()] : gyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoCardUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoCardUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoCardUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoEndCtrl BingoBrain.BingoEndCtrl::get_Instance()] : gyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndCtrl::set_Instance(BingoBrain.BingoEndCtrl)] : gyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::PlayAgain()] : gyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::BackHome()] : gyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUI::InitView()] : gyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoEndUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoEndUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoEndUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoHallCtrl BingoBrain.BingoHallCtrl::get_Instance()] : gza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallCtrl::set_Instance(BingoBrain.BingoHallCtrl)] : gzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::add_RefreshUIEvent(System.Action)] : gzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::remove_RefreshUIEvent(System.Action)] : gzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoHallModel::get_IsAni()] : gze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::set_IsAni(System.Boolean)] : gzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::RefreshData(System.Object)] : gzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.BingoHallModel::get_NextCardBoardTimeStr()] : gzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoHallModel::get_CardBoardCountIndex()] : gzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::set_CardBoardCountIndex(System.Int32)] : gzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoHallModel::get_MaxCardBoardSum()] : gzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::set_MaxCardBoardSum(System.Int32)] : gzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoHallModel::get_CardBoardRecoveryTime()] : gzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::set_CardBoardRecoveryTime(System.Int32)] : gzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::OnReadData()] : gxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::AddListener()] : gzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::RemoveListener()] : gzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::ChangeRecoveryTime(System.Object)] : gzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::CheckCarBoard()] : gzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::CalculateOfflineTime(System.Object)] : gzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallModel::RefreshUI()] : gzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_2()] : gzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_3()] : gzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_4()] : gzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_5()] : gzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_6()] : gzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_7()] : gzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI/<>c::b__20_8()] : haa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoHallUI::get_IsBallonCD()] : hab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::InitView()] : hae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::UpdateNextCardBoardTime()] : haf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::CardBoardSumChange(System.Object)] : hag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::MoveToOtherSide()] : hah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::UpdateSecond()] : hai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnClickBalloon()] : haj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnBtnMinusClick()] : hak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnBtnAddClick()] : hal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnCardNumChange(FairyGUI.EventContext)] : ham +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::InitSpine()] : han +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnChangeCardFinish(Spine.TrackEntry)] : hao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnClickPlay()] : hap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::OnClearTween()] : haq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::SetMakeup(System.Object)] : har +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__20_0()] : has +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__20_1()] : hat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__26_0()] : hau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__26_1()] : hav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__28_0(System.Boolean)] : haw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__28_1(System.Boolean)] : hax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUI::b__36_0()] : hay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoHallUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoHallUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHallUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoHalldCtrl BingoBrain.BingoHalldCtrl::get_Instance()] : haz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldCtrl::set_Instance(BingoBrain.BingoHalldCtrl)] : hba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::InitView()] : hbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClickMainTab()] : hbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClickMallTab()] : hbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClickRedeemTab()] : hbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClickHall()] : hbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClickfight()] : hbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnGameTab(System.Object)] : hbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnChangeTab(System.Int32)] : hbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUI::OnClickTab(System.Int32)] : hbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoHalldUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoHalldUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoHalldUICtrl::OnMainTabUI_Display(System.Object)] : hbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoStartCtrl BingoBrain.BingoStartCtrl::get_Instance()] : hbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartCtrl::set_Instance(BingoBrain.BingoStartCtrl)] : hbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c::b__26_0()] : hbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c::b__28_0(UnityEngine.ParticleSystem)] : hbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c::b__30_3()] : hbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c::b__30_4()] : hbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c::b__32_0()] : hbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass38_0::b__0(System.Single)] : hbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass38_0::b__1(System.Single)] : hbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_1::b__1(System.Single)] : hbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_1::b__4(System.Single)] : hbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_1::b__5(System.Single)] : hbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_2::b__0()] : hbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_2::b__2()] : hby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_2::b__3()] : hbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI/<>c__DisplayClass52_2::b__6()] : hca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoStartUI::get_IsBallonCD()] : hcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::InitData()] : hcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::InitView()] : hcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnClickCallSpeed()] : hce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::InitStartGameEvent()] : hcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnClickBalloon()] : hcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::MoveToOtherSide()] : hch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::UpdateSecond()] : hci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::SetIdleEffect(System.Boolean)] : hcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnBtnCloseClick()] : hck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::SetEnergy()] : hcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::CallNum(System.Object)] : hcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.JBingoPlay.com_Num BingoBrain.BingoStartUI::GetComNum()] : hcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::RefreshUI(System.Object)] : hcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnStartBingoGame(System.Object)] : hcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnEndBingoGame(System.Object)] : hcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnStartFullEnergy(System.Object)] : hct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnAddPropRewardFinish(System.Object)] : hcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnSelectOneCard(System.Object)] : hcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::AddBallSum(System.Object)] : hcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::Set101(System.String)] : hcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::Set102(System.String)] : hcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::OnClearTween()] : hcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__30_0()] : hda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__30_1()] : hdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__30_2()] : hdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__31_0(System.Boolean)] : hdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__31_1(System.Boolean)] : hde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__32_1()] : hdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__37_0(System.Single)] : hdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__46_0()] : hdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__48_0(System.Single)] : hdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__48_1()] : hdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__50_0(Spine.Unity.SkeletonAnimation)] : hdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__50_1()] : hdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUI::b__50_2()] : hdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoStartUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoStartUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OnUpdate101(System.Object)] : hdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OnUpdate101Completed(System.Object)] : hdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OnUpdate102(System.Object)] : hdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoStartUICtrl::OnUpdate102Completed(System.Object)] : hdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoToyCtrl BingoBrain.BingoToyCtrl::get_Instance()] : hdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyCtrl::set_Instance(BingoBrain.BingoToyCtrl)] : hds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.BingoToyModel::get_NextOpenWheelTimeStr()] : hdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyModel::AddListener()] : gzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyModel::RemoveListener()] : gzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.BingoToyUI/<>c__DisplayClass21_0::b__0()] : hdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI/<>c__DisplayClass21_0::b__1(System.Single)] : hdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI/<>c__DisplayClass21_0::b__2()] : hdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI/<>c__DisplayClass23_0::b__0()] : hdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI/<>c__DisplayClass23_0::b__1(System.Boolean)] : hdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI/<>c__DisplayClass23_0::b__2()] : hdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI/<>c__DisplayClass23_0::b__3()] : hea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::UpdateTime()] : heb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::SetWheelData()] : hec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::RefreshUI(System.Object)] : hed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::ClickSpinBtn()] : hee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::PlayLucky()] : hef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::OpenReceivePlane(BingoBrain.Turntable)] : heg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::b__15_0(Spine.Unity.SkeletonAnimation)] : heh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUI::b__20_0(System.Boolean)] : hei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoToyUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoToyUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoToyUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BingoWhatCtrl BingoBrain.BingoWhatCtrl::get_Instance()] : hej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatCtrl::set_Instance(BingoBrain.BingoWhatCtrl)] : hek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoWhatUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BingoWhatUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoWhatUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BottomCtrl BingoBrain.BottomCtrl::get_Instance()] : hel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomCtrl::set_Instance(BingoBrain.BottomCtrl)] : hem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BottomUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BottomUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BottomUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.BroadcastCtrl BingoBrain.BroadcastCtrl::get_Instance()] : hen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastCtrl::set_Instance(BingoBrain.BroadcastCtrl)] : heo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::InitView()] : hep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::OpenRecord()] : heq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::hideEvent(System.Object)] : her +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::showEvent(System.Object)] : hes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::Settop(System.Object)] : het +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::Setbuttom(System.Object)] : heu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::timeEvent()] : hev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUI::b__27_0()] : hew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BroadcastUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.BroadcastUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BroadcastUICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.CallEndCtrl BingoBrain.CallEndCtrl::get_Instance()] : hez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndCtrl::set_Instance(BingoBrain.CallEndCtrl)] : hfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.AdReward BingoBrain.CallEndModel::get_Vo()] : hfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.CallEndUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.CallEndUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::CheckEnd(System.Object)] : hfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallEndUICtrl::b__11_0(System.Boolean)] : hfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.CheckReadyCtrl BingoBrain.CheckReadyCtrl::get_Instance()] : hfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyCtrl::set_Instance(BingoBrain.CheckReadyCtrl)] : hff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::InitView()] : hfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.CheckReadyUI::b__9_0()] : hfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUI::b__9_1(System.Single)] : hfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.CheckReadyUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.CheckReadyUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CheckReadyUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ChestCtrl BingoBrain.ChestCtrl::get_Instance()] : hfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestCtrl::set_Instance(BingoBrain.ChestCtrl)] : hfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestCtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestCtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_0::b__0(BingoBrain.Core.TaskProcedure)] : hfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_0::b__1(BingoBrain.Core.TaskProcedure)] : hfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_0::b__2(BingoBrain.Core.TaskProcedure)] : hfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_0::b__3(BingoBrain.Core.TaskProcedure)] : hfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_0::b__4()] : hfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_1::b__5()] : hfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_2::b__6(System.Single)] : hfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_3::b__7()] : hfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass18_4::b__8(BingoBrain.Core.TaskProcedure)] : hft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass19_0::b__0(System.Boolean)] : hfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass19_0::b__2()] : hfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass19_0::b__3(System.Boolean)] : hfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI/<>c__DisplayClass19_0::b__1(System.Boolean)] : hfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.QBLOX BingoBrain.ChestUI::get_LastReward()] : hfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::InitView()] : hfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::OnBtnBoxClick(FGUI.JBingoPlay.btn_box,BingoBrain.QBLOX,System.Single)] : hga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUI::RefreshBoxDown()] : hgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ChestUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ChestUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ChestUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.EnterBingoCtrl BingoBrain.EnterBingoCtrl::get_Instance()] : hgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoCtrl::set_Instance(BingoBrain.EnterBingoCtrl)] : hgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::AddServerListener()] : hge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::InitView()] : hgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnclickDebug()] : hgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::openDebug()] : hgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnInitCompleted(System.Object)] : hgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnClickBtn()] : hgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnClickPrivacy()] : hgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::OnClickTerms()] : hgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::b__13_0(FairyGUI.EventContext)] : hgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUI::b__13_1()] : hgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.EnterBingoUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.EnterBingoUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.EnterBingoUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ExchangeCtrl BingoBrain.ExchangeCtrl::get_Instance()] : hgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeCtrl::set_Instance(BingoBrain.ExchangeCtrl)] : hgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI/<>c__DisplayClass18_0::b__0()] : hgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::InitView()] : hgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::SetGold()] : hgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::SetMakeup()] : hgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.ExchangeUI::GetRandomNum(System.Int32)] : hgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::b__16_0()] : hgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::b__16_1()] : hgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::b__16_2()] : hgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::b__16_3()] : hgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::b__16_4()] : hgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUI::b__16_5()] : hha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ExchangeUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ExchangeUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExchangeUICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ExtraItemCtrl BingoBrain.ExtraItemCtrl::get_Instance()] : hhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemCtrl::set_Instance(BingoBrain.ExtraItemCtrl)] : hhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI/<>c__DisplayClass25_0::b__0(System.Single)] : hhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI/<>c__DisplayClass25_0::b__1()] : hhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI/<>c__DisplayClass25_0::b__2(System.Single)] : hhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI/<>c__DisplayClass25_0::b__3()] : hhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI/<>c__DisplayClass25_0::b__4()] : hhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OpenCloseClick(System.Boolean)] : hhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnBtnClaimClick()] : hhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnBtnMoreClick()] : hhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::MoveToListPosByIndex(FairyGUI.GList,System.Int32,System.Action)] : hhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.ExtraItemUI::GetPosByIndex(System.Int32)] : hhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.ExtraItemUI::GetPosByIndex(System.Int32,System.Int32,System.Single,System.Single)] : hhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::GetReward()] : hho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::OnItemRender(System.Int32,FairyGUI.GObject)] : hhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUI::b__24_0(System.Boolean)] : hhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ExtraItemUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ExtraItemUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ExtraItemUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.FaqUICtrl BingoBrain.FaqUICtrl::get_Instance()] : hhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUICtrl::set_Instance(BingoBrain.FaqUICtrl)] : hhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI/<>c::b__19_0()] : hht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::InitView()] : hhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::scroll()] : hhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUI::RendererList(System.Int32,FairyGUI.GObject)] : hhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.FaqUIUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.FaqUIUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FaqUIUICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.FirstRewardCtrl BingoBrain.FirstRewardCtrl::get_Instance()] : hhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardCtrl::set_Instance(BingoBrain.FirstRewardCtrl)] : hhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI/<>c::b__18_0(System.Boolean)] : hhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI/<>c::b__18_1()] : hia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::InitView()] : hib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::GetReward()] : hic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::b__17_0(Spine.Unity.SkeletonAnimation)] : hid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::b__17_1(Spine.TrackEntry)] : hie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::b__17_2()] : hif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUI::b__17_3(Spine.TrackEntry)] : hig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.FirstRewardUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.FirstRewardUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.FirstRewardUICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.GodPleCtrl BingoBrain.GodPleCtrl::get_Instance()] : hih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleCtrl::set_Instance(BingoBrain.GodPleCtrl)] : hii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass11_0::b__0()] : hij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass11_0::b__5()] : hik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass11_0::b__1()] : hil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass11_0::b__2()] : him +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass11_0::b__3()] : hin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass11_1::b__4()] : hio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI/<>c__DisplayClass12_0::b__0(System.Boolean)] : hip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::InitView()] : hiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnClickAdCollect(System.Int32)] : hir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::GetReward()] : his +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUI::OnClickCancel()] : hit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.GodPleUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.GodPleUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.GodPleAcCtrl BingoBrain.GodPleAcCtrl::get_Instance()] : hiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcCtrl::set_Instance(BingoBrain.GodPleAcCtrl)] : hiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__0(FairyGUI.NTexture)] : hiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__1()] : hix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__2()] : hiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__3(UnityEngine.Vector3)] : hiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__4()] : hja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__5(UnityEngine.Vector2)] : hjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__6()] : hjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__7()] : hjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__8(System.Single)] : hje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI/<>c__DisplayClass20_0::b__9()] : hjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnUpdate()] : gwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::ShowText()] : hjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::OnClearTween()] : hjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::b__18_0()] : hji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUI::b__20_10()] : hjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.GodPleAcUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.GodPleAcUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.GodPleAcUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.H5Ctrl BingoBrain.H5Ctrl::get_Instance()] : hjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5Ctrl::set_Instance(BingoBrain.H5Ctrl)] : hjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5Ctrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5Ctrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5Model::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5Model::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5Model::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI/<>c::b__8_0()] : hjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::InitView()] : hjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::ClickBtn(System.String)] : hjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnClickFlyCash()] : hjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::OnClickIcon()] : hjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UI::CheckShowFly()] : hjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.H5UICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.H5UICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::OnH5ClickBtn(System.Object)] : hjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.H5UICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.JEffectCtrl BingoBrain.JEffectCtrl::get_Instance()] : hjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectCtrl::set_Instance(BingoBrain.JEffectCtrl)] : hju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass6_0::b__0(UnityEngine.ParticleSystem)] : hjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass6_0::b__1(Spine.Unity.SkeletonAnimation)] : hjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass6_1::b__2()] : hjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass6_2::b__3()] : hjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass7_0::b__1(UnityEngine.GameObject)] : hjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass7_0::b__0()] : hka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI/<>c__DisplayClass8_0::b__0()] : hkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::PlayFx(BingoBrain.FxPlayData)] : hkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::DoSomething(BingoBrain.FxPlayData,UnityEngine.Transform,UnityEngine.GameObject,System.Action)] : hkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Action BingoBrain.JEffectUI::SetSortingOrder(UnityEngine.GameObject)] : hke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.FxPlayData BingoBrain.FxPlayData::Get(BingoBrain.Fx_Type,System.Single,UnityEngine.Vector2)] : hkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.FxPlayData::Release(BingoBrain.FxPlayData)] : hkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JEffectUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JEffectUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JEffectUICtrl::PlayFx(System.Object)] : hkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.JMallCtrl BingoBrain.JMallCtrl::get_Instance()] : hki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallCtrl::set_Instance(BingoBrain.JMallCtrl)] : hkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI/<>c__DisplayClass11_0::b__0()] : hkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI/<>c__DisplayClass11_0::b__1(System.Boolean)] : hkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI/<>c__DisplayClass12_0::b__0()] : hkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI/<>c__DisplayClass12_0::b__1(System.Boolean)] : hkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::InitView()] : hko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::SetRedeemCard(FGUI.JMall.com_mall_carditem,System.Int32,System.Int32,System.Action`1)] : hkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUI::SetRedeemCoin(FGUI.JMall.com_mall_coinitem,System.Int32,System.Int32,System.Action`1)] : hkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JMallUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JMallUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JMallUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.JTermCtrl BingoBrain.JTermCtrl::get_Instance()] : hkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermCtrl::set_Instance(BingoBrain.JTermCtrl)] : hks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::InitView()] : hkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] BingoBrain.JTermUI::getstr(System.String,System.Int32)] : hku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUI::b__12_0(UnityEngine.TextAsset)] : hkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JTermUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JTermUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTermUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.JThinkCtrl BingoBrain.JThinkCtrl::get_Instance()] : hkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkCtrl::set_Instance(BingoBrain.JThinkCtrl)] : hkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.JThinkModel::get_IsOpenMusic()] : hky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkModel::set_IsOpenMusic(System.Boolean)] : hkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.JThinkModel::get_IsOpenEffect()] : hla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkModel::set_IsOpenEffect(System.Boolean)] : hlb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI/<>c::b__8_1()] : hlc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI/<>c::b__8_2()] : hld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnClickSoundBtn()] : hle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnClickMusicBtn()] : hlf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::RefreshUI()] : hlg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::b__8_0()] : hlh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::b__8_3()] : hli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUI::b__8_4()] : hlj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JThinkUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JThinkUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JThinkUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.JTipsCtrl BingoBrain.JTipsCtrl::get_Instance()] : hlk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsCtrl::set_Instance(BingoBrain.JTipsCtrl)] : hll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsModel::AddTips(BingoBrain.TipsData)] : hlm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.TipsData BingoBrain.JTipsModel::GetTips()] : hln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI/<>c__DisplayClass8_0::b__1(FairyGUI.GTweener)] : hlo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.JTipsUI/<>c__DisplayClass8_0::b__2()] : hlp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI/<>c__DisplayClass8_0::b__3(System.Single)] : hlq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI/<>c__DisplayClass8_1::b__0()] : hlr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JTipsUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JTipsUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::CheckNext(System.Object)] : hls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::ShowTips()] : hlt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::AddTips(System.Object)] : hlu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTipsUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.TipsData BingoBrain.TipsData::GetTips(System.String)] : hlv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.TipsData BingoBrain.TipsData::GetTips(System.String,System.Single,System.Single,System.Single,System.Int32)] : hlw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TipsData::Rest()] : hlx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.JTodCtrl BingoBrain.JTodCtrl::get_Instance()] : hly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodCtrl::set_Instance(BingoBrain.JTodCtrl)] : hlz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] DailyBonusItem BingoBrain.JTodModel/<>c::b__10_0(BingoBrain.SignDaily)] : hma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.JTodModel::GetDailyDonusDay()] : hmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.JTodModel::GetDailyDonusDayTime()] : hmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::OnReadData()] : gxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::AddListener()] : gzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::InitData(System.Object)] : hmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::CheckData()] : hme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::SetDailyBonusItem()] : hmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodModel::RemoveListener()] : gzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI/<>c__DisplayClass14_0::b__0()] : hmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI/<>c__DisplayClass15_0::b__0(System.Boolean)] : hmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::InitView()] : hmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::OnClickItem(System.Int32)] : hmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::GetReward(System.Int32,DailyBonusItem)] : hmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::UpdateTime()] : hml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUI::RefreshUI()] : hmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JTodUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.JTodUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.JTodUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.LeaveBingoCtrl BingoBrain.LeaveBingoCtrl::get_Instance()] : hmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoCtrl::set_Instance(BingoBrain.LeaveBingoCtrl)] : hmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::CloseClickUI()] : hmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUI::OnBtnCloseClick(FairyGUI.EventContext)] : hmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.LeaveBingoUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.LeaveBingoUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LeaveBingoUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.LoginACtrl BingoBrain.LoginACtrl::get_Instance()] : hmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginACtrl::set_Instance(BingoBrain.LoginACtrl)] : hms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginACtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginACtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::Show_uid(System.Object)] : hmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUI::InitView()] : hmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.LoginAUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.LoginAUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.LoginAUICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.MakeupConfirmCtrl BingoBrain.MakeupConfirmCtrl::get_Instance()] : hmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmCtrl::set_Instance(BingoBrain.MakeupConfirmCtrl)] : hmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c::b__26_1()] : hmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.MakeupConfirmUI/<>c::b__29_0(makeupRdData,makeupRdData)] : hmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.MakeupConfirmUI/<>c::b__29_1(System.Int32,System.Int32)] : hmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c::b__31_2()] : hna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass18_0::b__1()] : hnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass18_0::b__2()] : hnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass18_0::b__3(System.Boolean)] : hnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass21_1::b__0()] : hne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass21_2::b__1()] : hnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass23_0::b__0()] : hng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass26_0::b__0()] : hnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass26_0::b__2()] : hni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass26_0::b__4(System.Boolean)] : hnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass26_0::b__3()] : hnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass26_0::b__5(System.Boolean)] : hnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass28_0::b__0()] : hnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.MakeupConfirmUI/<>c__DisplayClass28_0::b__1(BingoBrain.makeup)] : hnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI/<>c__DisplayClass30_0::b__0()] : hno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.MakeupConfirmUI/<>c__DisplayClass32_0::b__0(BingoBrain.makeup)] : hnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::Update()] : hnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::InitView(System.Object)] : hnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::initTop()] : hns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::initButtom()] : hnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnEnter()] : hnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::showPaypal()] : hnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnConfirm()] : hnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnTask()] : hnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::OnInline()] : hny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::RefreshRecordData()] : hnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::onTicket()] : hoa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::refreshItem(System.Int32,FairyGUI.GObject)] : hob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::onCode()] : hoc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::CheckBtnWatchStatus()] : hod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::updateSpeedCD()] : hoe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::CheckActive(System.Int32)] : hof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::WatchBtnClick()] : hog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::taskWatchBtnClick()] : hoh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::upTaskWatchAdsBtn()] : hoi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::LvWatchBtnClick()] : hoj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::upLvWatchAdsBtn()] : hok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__18_0()] : hol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__24_0()] : hom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__24_1()] : hon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__25_0()] : hoo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__25_1()] : hop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__31_0()] : hoq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__31_1()] : hor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__35_0(System.Boolean)] : hos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__36_0(System.Boolean)] : hot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUI::b__38_0(System.Boolean)] : hou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.MakeupConfirmUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.MakeupConfirmUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MakeupConfirmUICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.MoreCardCtrl BingoBrain.MoreCardCtrl::get_Instance()] : hov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardCtrl::set_Instance(BingoBrain.MoreCardCtrl)] : how +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.AdReward BingoBrain.MoreCardModel::get_VO()] : hox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::BuyBtn(FairyGUI.EventContext)] : hoy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUI::b__9_0(System.Boolean)] : hoz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.MoreCardUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.MoreCardUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.MoreCardUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.NetLoadingCtrl BingoBrain.NetLoadingCtrl::get_Instance()] : hpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingCtrl::set_Instance(BingoBrain.NetLoadingCtrl)] : hpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUI::InitView()] : hpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.NetLoadingUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.NetLoadingUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.NetLoadingUICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.PalCtrl BingoBrain.PalCtrl::get_Instance()] : hpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PalCtrl::set_Instance(BingoBrain.PalCtrl)] : hpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::RendererList(System.Int32,FairyGUI.GObject)] : hpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::InitView()] : hpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUI::b__8_0()] : hph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.PalUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.PalUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PalUICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.PettyAwardCtrl BingoBrain.PettyAwardCtrl::get_Instance()] : hpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardCtrl::set_Instance(BingoBrain.PettyAwardCtrl)] : hpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI/<>c__DisplayClass16_0::b__1(Spine.Unity.SkeletonAnimation)] : hpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI/<>c__DisplayClass16_0::b__2(Spine.TrackEntry)] : hpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI/<>c__DisplayClass16_0::b__3()] : hpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI/<>c__DisplayClass20_0::b__0()] : hpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI/<>c__DisplayClass20_0::b__1(System.Boolean,System.Object)] : hpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::InitView()] : hpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::GotoPanel(System.Int32)] : hpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::GotoEnterAccount()] : hpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::ConfirmClick()] : hps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::GotoSecondConfirm(System.String,System.String,System.String)] : hpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::GotoDetail()] : hpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::b__16_0()] : hpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUI::b__16_4(Spine.TrackEntry)] : hpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.PettyAwardUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.PettyAwardUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PettyAwardUICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.PropInfoCtrl BingoBrain.PropInfoCtrl::get_Instance()] : hpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoCtrl::set_Instance(BingoBrain.PropInfoCtrl)] : hpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.PropInfoUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.PropInfoUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropInfoUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ReadyBingoCtrl BingoBrain.ReadyBingoCtrl::get_Instance()] : hpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoCtrl::set_Instance(BingoBrain.ReadyBingoCtrl)] : hqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI/d__11::System.IDisposable.Dispose()] : hqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.ReadyBingoUI/d__11::System.Collections.Generic.IEnumerator.get_Current()] : hqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI/d__11::System.Collections.IEnumerator.Reset()] : hqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.ReadyBingoUI/d__11::System.Collections.IEnumerator.get_Current()] : hqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.ReadyBingoUI::SetProgress()] : hqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::Reconnection(System.Object)] : hqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::CheckAgree()] : hqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnUpdateHotFixMax(System.Object)] : hqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::OnUpdateHotFixProgress(System.Object)] : hqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double BingoBrain.ReadyBingoUI::b__11_0()] : hqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUI::b__11_1(System.Double)] : hql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ReadyBingoUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ReadyBingoUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoUICtrl::OnHideLoading(System.Object)] : hqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ReadyBingoyCtrl BingoBrain.ReadyBingoyCtrl::get_Instance()] : hqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyCtrl::set_Instance(BingoBrain.ReadyBingoyCtrl)] : hqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUI::InitView()] : hqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ReadyBingoyUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.ReadyBingoyUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ReadyBingoyUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.RecordViewCtrl BingoBrain.RecordViewCtrl::get_Instance()] : hqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewCtrl::set_Instance(BingoBrain.RecordViewCtrl)] : hqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI/d__20::System.IDisposable.Dispose()] : hqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.RecordViewUI/d__20::System.Collections.Generic.IEnumerator.get_Current()] : hqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI/d__20::System.Collections.IEnumerator.Reset()] : hqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.RecordViewUI/d__20::System.Collections.IEnumerator.get_Current()] : hqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::InitView()] : hqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::UpdateRecord()] : hqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::setRecord(System.Int32,FairyGUI.GObject)] : hqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.RecordViewUI::ScrollRoutine()] : hqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::hideEvent(System.Object)] : hra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::showEvent(System.Object)] : hrb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUI::b__8_0()] : hrc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GObjectMoveFunc/<>c__DisplayClass0_0::b__0()] : hrd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.GObjectMoveFunc::MoveTween(FairyGUI.GObject,System.Single,System.Action)] : hre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.RecordViewUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.RecordViewUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::RefreshList(System.Object)] : hrf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.RecordViewUICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Saveobject BingoBrain.SaveData::GetSaveobject()] : hrg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveData::saveDataFunc()] : hrh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.SaveData::battlepassred()] : hri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.SaveData::passtaskred()] : hrj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.SaveData::timetaskred()] : hrk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.SaveData::getRed()] : hrl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.SaveingPotCtrl BingoBrain.SaveingPotCtrl::get_Instance()] : hrm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotCtrl::set_Instance(BingoBrain.SaveingPotCtrl)] : hrn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.SaveingPotUI/<>c::b__27_0(SaveingPotRdData,SaveingPotRdData)] : hro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.SaveingPotUI/<>c::b__27_1(System.Int32,System.Int32)] : hrp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c::b__29_2()] : hrq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c::b__37_0()] : hrr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass26_0::b__0()] : hrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass26_0::b__1()] : hrt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.SaveingPotUI/<>c__DisplayClass26_0::b__2(BingoBrain.makeup_2)] : hru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass28_0::b__0()] : hrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.SaveingPotUI/<>c__DisplayClass31_0::b__0(BingoBrain.makeup_2)] : hrw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass33_0::b__0()] : hrx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass33_0::b__1()] : hry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass33_0::b__2(System.Boolean)] : hrz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass34_0::b__0()] : hsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI/<>c__DisplayClass37_1::b__1()] : hsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::taskWatchBtnClick()] : hsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::upTaskWatchAdsBtn()] : hsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::Update()] : hse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::InitView()] : hsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::WatchBtnClick()] : hsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::updateSpeedCD()] : hsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnInline()] : hsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::RefreshRecordData()] : hsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::onTicket()] : hsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::refreshItem(System.Int32,FairyGUI.GObject)] : hsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::onCode()] : hsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::CheckActive(System.Int32)] : hsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::CheckBtnWatchStatus()] : hso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnConfirm()] : hsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnTask()] : hsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::OnEnter()] : hsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::showPaypal()] : hss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::initTop()] : hst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::BroadCast()] : hsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::InitBroadCast()] : hsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__11_0(Spine.Unity.SkeletonAnimation)] : hsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__11_1()] : hsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__17_0(System.Boolean)] : hsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__22_0()] : hsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__22_1()] : hta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__22_2(System.Single)] : htb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__22_3(Spine.TrackEntry)] : htc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__23_0(System.Boolean)] : htd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__29_0()] : hte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__29_1()] : htf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__32_0()] : htg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__32_1()] : hth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__35_0()] : hti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__35_1()] : htj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUI::b__41_0()] : htk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.SaveingPotUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.SaveingPotUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SaveingPotUICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.SmailCtrl BingoBrain.SmailCtrl::get_Instance()] : htl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailCtrl::set_Instance(BingoBrain.SmailCtrl)] : htm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI/<>c::b__11_0()] : htn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI/<>c::b__11_1()] : hto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::InitData()] : htp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::InitView()] : htq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnClickSetting()] : htr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnUpdate101(System.Object)] : hts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::Set101(System.String)] : htt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::OnUpdate102(System.Object)] : htu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::Set102(System.String)] : htv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUI::SetName()] : htw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.SmailUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.SmailUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OnUpdate101(System.Object)] : htx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OnUpdate101Completed(System.Object)] : hty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OnUpdate102(System.Object)] : htz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SmailUICtrl::OnUpdate102Completed(System.Object)] : hua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.SomsionCtrl BingoBrain.SomsionCtrl::get_Instance()] : hub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::set_Instance(BingoBrain.SomsionCtrl)] : huc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::RestEventDayMissionsProgress(System.Object)] : hud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::SetActiveMissionsLst()] : hue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::AddTaskVal(System.Int32,System.Int32)] : huf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionCtrl::AddBingGoNum(System.Object)] : hug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.SomsionModel::get_GetNextReTimeStr()] : huh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI/<>c__DisplayClass10_0::b__0()] : hui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::RefreshTime()] : huj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::ItemRenderer(System.Int32,FairyGUI.GObject)] : huk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnClickTaskBtn(FGUI.JTask.com_Singletask,BingoBrain.Task)] : hul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::OnClickGoPlay()] : hum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::b__8_0()] : hun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUI::b__11_0(System.Boolean)] : huo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.SomsionUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.SomsionUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.SomsionUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Task::get_Id()] : hup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_Id(System.Int32)] : huq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Task::get_MaxProgress()] : hur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_MaxProgress(System.Int32)] : hus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Task::get_Progress()] : hut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_Progress(System.Int32)] : huu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Task::get_IsReward()] : huv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_IsReward(System.Boolean)] : huw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Task::get_RewardId()] : hux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_RewardId(System.Int32)] : huy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Task::get_RewardSum()] : huz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_RewardSum(System.Single)] : hva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Task::get_IsMulti()] : hvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_IsMulti(System.Boolean)] : hvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Task::get_cont_index()] : hvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::set_cont_index(System.Int32)] : hve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Task::InitData()] : hvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.StarRewardCtrl BingoBrain.StarRewardCtrl::get_Instance()] : hvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardCtrl::set_Instance(BingoBrain.StarRewardCtrl)] : hvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c::b__15_4()] : hvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c::b__15_2(Spine.Unity.SkeletonAnimation)] : hvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c::b__15_3(Spine.Unity.SkeletonAnimation)] : hvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c::b__17_0()] : hvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c::b__17_1()] : hvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c::b__17_2()] : hvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c__DisplayClass15_0::b__0()] : hvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c__DisplayClass15_0::b__1()] : hvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI/<>c__DisplayClass15_0::b__5(System.Boolean)] : hvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::InitView()] : hvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUI::CheckReward(System.Decimal)] : hvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.StarRewardUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.StarRewardUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.StarRewardUICtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::PreferenceDataReady(System.Object)] : hvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::InspectionNewDay()] : hvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PrenterCtrl::SendCtrlMsg(System.Object)] : hvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoBoard::Board()] : hvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoBoard::SetData()] : hvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoBoard::SetFont()] : hvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ManagerBoard::Register()] : hvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ManagerBoard::RegisterData()] : hwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.SceneManagerBoard::AutoRegisterScene()] : hwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.UIBoard::AutoRegisterBinder()] : hwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.UIBoard::AutoRegisterCommonPackages()] : hwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoDataSystem/<>c__DisplayClass16_0::b__0(BingoBrain.makeup)] : hwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoDataSystem/<>c__DisplayClass19_0::b__0(BingoBrain.makeup)] : hwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoDataSystem/<>c__DisplayClass19_1::b__1(BingoBrain.makeup_2)] : hwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoDataSystem/<>c__DisplayClass6_0::b__0(BingoBrain.makeup)] : hwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.BingoDataSystem/<>c__DisplayClass6_1::b__1(BingoBrain.makeup_2)] : hwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::AddListener()] : hwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::AddMakeupTaskData(System.Object)] : hwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::CheckMakeupTaskData()] : hwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.BingoDataSystem::GetRandomNum(System.Int32)] : hwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::AddChangeGiftSwitch(System.Action)] : hwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::RemoveChangeGiftSwitch(System.Action)] : hwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::OnChangeGiftSwitch(System.Object)] : hwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::InitPreferences(System.Object)] : hwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::Add101(BingoBrain.Core.ExiteValue`1)] : hwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::Add102(BingoBrain.Core.ExiteValue`1)] : hws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::ResetDailyTaskActive(System.Object)] : hwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::AddWatchVideo(System.Object)] : hwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::CheckCoinMakeupTaskData(System.Object)] : hwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::AddCoinMakeupTaskData()] : hww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::CheckSpeedUpTaskData(System.Int32)] : hwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::OnGetReward(System.Object)] : hwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::ProcessData(BingoBrain.Goda)] : hwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::OnChangeRewardFly101(BingoBrain.Core.ExiteValue`1)] : hxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::OnChangeRewardFly102(BingoBrain.Core.ExiteValue`1)] : hxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoDataSystem::InitChangeRewardFly(System.Int32,System.Boolean,System.Boolean)] : hxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem/<>c::b__7_0()] : hxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::Dispose()] : bvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::OnShowGameOver(System.Object)] : hxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::InitTestCallList()] : hxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::OnStartBingoGame(System.Object)] : hxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::InitBingoList()] : hxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.BingoSystem::OnReset(System.Object)] : hxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoSystem::GetColumn(System.Int32)] : hxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.BingoSystem::GetRow(System.Int32)] : hxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.CallSystem/<>c::b__17_2(<>f__AnonymousType1`2)] : hxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.CallSystem/<>c::b__18_0(BingoBrain.CardBoardEntity)] : hxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.CallSystem/<>c::b__18_3(<>f__AnonymousType2`2)] : hxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] <>f__AnonymousType1`2 BingoBrain.CallSystem/<>c__DisplayClass17_0::b__0(System.Int32)] : hxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CallSystem/<>c__DisplayClass17_0::b__1(<>f__AnonymousType1`2)] : hxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] <>f__AnonymousType2`2 BingoBrain.CallSystem/<>c__DisplayClass18_0::b__1(System.Int32)] : hxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CallSystem/<>c__DisplayClass18_0::b__2(<>f__AnonymousType2`2)] : hxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::AddListener()] : hxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::OnStartBingoGame(System.Object)] : hxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::Update()] : hxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::SetNumPool()] : hxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::StartCall(System.Object)] : hxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::CallNumber()] : hxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CallSystem::EndCallNumber(System.Object)] : hxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.CallSystem::GetDaubCountInBingoList(System.Collections.Generic.List`1,BingoBrain.CardBoardEntity)] : hxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.CallSystem::GetCallNumber()] : hya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 BingoBrain.CallSystem::b__13_0(BingoBrain.CardBoardEntity)] : hyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CallSystem::b__13_1(System.Int32)] : hyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardSystem/<>c::b__4_1(BingoBrain.CardEntity)] : hyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardSystem/<>c::b__10_0(BingoBrain.CardBoardEntity)] : hye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 BingoBrain.CardBoardSystem/<>c::b__10_1(BingoBrain.CardBoardEntity)] : hyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem/<>c::b__10_2()] : hyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem/<>c::b__10_3()] : hyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardSystem/<>c::b__11_0(BingoBrain.CardBoardEntity)] : hyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem/<>c::b__11_1()] : hyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 BingoBrain.CardBoardSystem/<>c__DisplayClass4_0::b__0(BingoBrain.CardBoardEntity)] : hyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.CardBoardSystem/<>c__DisplayClass4_0::b__2(BingoBrain.CardEntity)] : hyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnCheckBingo(System.Object)] : hym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnAddPropRewardFinish(System.Object)] : hyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnCallNum(System.Object)] : hyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnEndBingoGame(System.Object)] : hyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnStartBingoGame(System.Object)] : hyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnRelease(BingoBrain.CardBoardEntity)] : hyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnGet(BingoBrain.CardBoardEntity)] : hys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::InitCardBoardData()] : hyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::OnFinishOneCardBoard(System.Object)] : hyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.CardBoardSystem::ResetCardBoard()] : hyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem/<>c::b__9_0(BingoBrain.Core.TaskProcedure)] : hyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem/<>c__DisplayClass9_0::b__1(System.Object)] : hyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem::AddListener()] : hyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem::StartGame(System.Object)] : hyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem::OnEndBingoGame(System.Object)] : hza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem::BackMain()] : hzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.DialogSystem::AddOpenReward(BingoBrain.Core.Gsss)] : hzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem/<>c__DisplayClass5_0::b__0(System.String)] : hzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem/<>c__DisplayClass5_0::b__1(System.String)] : hze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::AddListener()] : hzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::RemoveListener()] : hzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::OnRequestGetConfig(System.Object)] : hzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::ParseConfig(System.String)] : hzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::GetGameConfig(System.Collections.Generic.IReadOnlyDictionary`2)] : hzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::GetGameConfData(System.Collections.Generic.IReadOnlyDictionary`2)] : hzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::GetSingleConfig(System.Collections.Generic.IReadOnlyDictionary`2,System.String)] : hzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::ParseGameConfig(System.Collections.Generic.IReadOnlyDictionary`2)] : hzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.ConfigSystem::GetConfig()] : hzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.ConfigSystem::Dispose()] : bvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c::b__2_0(BingoBrain.CardBoardEntity)] : hzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c::b__12_3(BingoBrain.CardBoardEntity)] : hzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c::b__12_5(BingoBrain.CardBoardEntity)] : hzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c::b__12_7(BingoBrain.CardEntity)] : hzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c::b__12_8(BingoBrain.CardBoardEntity)] : hzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 BingoBrain.PropSystem/<>c::b__12_9(BingoBrain.CardBoardEntity)] : hzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c::b__12_10(BingoBrain.CardEntity)] : hzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c::b__12_1()] : hzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c::b__12_2()] : hzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.PropSystem/<>c__DisplayClass11_0::b__0(BingoBrain.Prop)] : hzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PropSystem/<>c__DisplayClass12_0::b__4(BingoBrain.CardBoardEntity)] : hzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PropSystem/<>c__DisplayClass12_0::b__6(BingoBrain.CardBoardEntity)] : hzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass12_0::b__0()] : iaa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass12_1::b__11()] : iab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass12_2::b__12()] : iac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass12_3::b__13()] : iad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass12_4::b__14()] : iae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.PropSystem/<>c__DisplayClass2_0::b__1(BingoBrain.CardBoardEntity)] : iaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass2_1::b__2()] : iag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem/<>c__DisplayClass2_2::b__3()] : iah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::OnAddMoneyCell(System.Object)] : iai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::OnEndBingoGame(System.Object)] : iaj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::OnSelectOneCard(System.Object)] : iak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::RandomReward()] : ial +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.PropSystem::GetCountByType()] : iam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::DoProp()] : ian +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::b__4_0()] : iao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.PropSystem::b__10_0(System.Object)] : iap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::AddListener()] : iaq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::OnConsumeResources(System.Object)] : iar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::Consume(System.Int32,System.Int32,System.Action`1,System.Boolean)] : ias +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::Consume(System.Int32,System.Decimal,System.Action`1,System.Boolean)] : iat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::Consume(System.Int32[],System.Int32[],System.Action`1,System.Boolean)] : iau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::Consume(System.Int32[],System.Decimal[],System.Action`1,System.Boolean)] : iav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::CheckItem(System.Int32,System.Int32,System.Action`1)] : iaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::CheckItem(System.Int32,System.Decimal,System.Action`1)] : iax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::CheckItem(System.Int32[],System.Int32[],System.Action`1)] : iay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.TuSystem::CheckItem(System.Int32[],System.Decimal[],System.Action`1)] : iaz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ConsumeVal BingoBrain.ConsumeVal::Get()] : iba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ConsumeVal BingoBrain.ConsumeVal::Get(System.Int32,System.Single)] : ibb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.ConsumeVal BingoBrain.ConsumeVal::Get(System.Int32,System.Decimal,System.Action`1)] : ibc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConsumeVal::Release()] : ibd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.ConsumeVal::AddConsume(System.Int32,System.Decimal)] : ibe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.RandomKit::RandomRange(System.Int32,System.Int32)] : ibf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit/<>c__DisplayClass12_0::b__0(UnityEngine.Sprite)] : ibg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit/<>c__DisplayClass15_0::b__0(UnityEngine.GameObject)] : ibh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit/<>c__DisplayClass8_0`1::b__0(T)] : ibi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Asset.IBigose BingoBrain.Asset.BetKit::get_LoadAssetType()] : ibj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::set_LoadAssetType(BingoBrain.Asset.IBigose)] : ibk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::Init(BingoBrain.Asset.IBigose)] : ibl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::LoadAsset(System.String,System.String,UnityEngine.Events.UnityAction`1,System.Boolean)] : ibm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Asset.BetKit::LoadAsset(System.String,System.String,System.Boolean)] : ibn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::LoadSprite(System.String,System.String,UnityEngine.Events.UnityAction`1,System.Boolean)] : ibo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Sprite BingoBrain.Asset.BetKit::LoadSprite(System.String,System.String,System.Boolean)] : ibp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::LoadSprite(System.String,System.Action`1)] : ibq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::RecordSprite(System.String,UnityEngine.Sprite)] : ibr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.Asset.BetKit::LoadGameObject(System.String,System.String,System.Boolean)] : ibs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::LoadGameObjectAndClone(System.String,System.String,UnityEngine.Events.UnityAction`1,UnityEngine.Transform,System.Boolean)] : ibt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.Asset.BetKit::LoadGameObjectAndCloneSync(System.String,System.String,UnityEngine.Transform,System.Boolean)] : ibu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::RecordGameObject(System.String,UnityEngine.Object)] : ibv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.Asset.BetKit::InstantiateAndRecord(UnityEngine.GameObject,UnityEngine.Transform,System.Boolean,UnityEngine.Events.UnityAction`1)] : ibw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::RecordCloneGameObject(UnityEngine.GameObject,UnityEngine.GameObject)] : ibx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::LoadAudio(System.String,System.String,UnityEngine.Events.UnityAction`1)] : iby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.BetKit::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : ibz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.CachKit/d__1::System.IDisposable.Dispose()] : ica +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Asset.CachKit/d__1::System.Collections.Generic.IEnumerator.get_Current()] : icb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.CachKit/d__1::System.Collections.IEnumerator.Reset()] : icc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Asset.CachKit/d__1::System.Collections.IEnumerator.get_Current()] : icd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.CachKit::SaveTextFile(System.String,System.String,System.String)] : ice +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.Asset.CachKit::GetTextFromUrl(System.String,System.String,UnityEngine.Events.UnityAction`1,System.String,System.Boolean)] : icf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Asset.CachKit::GetAssetSavePath()] : icg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Asset.IBigose::GetAsset(System.String,System.String)] : ich +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.IBigose::GetAsset(System.String,System.String,UnityEngine.Events.UnityAction`1)] : ici +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.IBigose::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : icj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] T BingoBrain.Asset.Editor.BingoseKit::GetAsset(System.String,System.String)] : ich +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Asset.Editor.BingoseKit::GetAssetstatic(System.String,System.String)] : ick +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.Editor.BingoseKit::GetAsset(System.String,System.String,UnityEngine.Events.UnityAction`1)] : ici +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Asset.Editor.BingoseKit::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : icj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Asset.Editor.BingoseKit::AssetPathFormat(System.String,System.String)] : icl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Asset.Editor.BingoseKit::AssetPathFormat(System.String)] : icm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Ard::Init()] : icn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Ard::SetDar(BingoBrain.Core.InterfaceManager)] : ico +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Ard::DisposeAllManager()] : icp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk/<>c__DisplayClass29_0::b__0()] : icq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 BingoBrain.Core.CameraBoardk::CameraToCameraWorldPos(UnityEngine.Camera,UnityEngine.Camera,UnityEngine.Vector3)] : icr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.Core.CameraBoardk::WorldPosToFGUIPos(UnityEngine.Vector3)] : ics +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.Core.CameraBoardk::WorldPosToFGUILocalPos(UnityEngine.Vector3,FairyGUI.GObject)] : ict +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 BingoBrain.Core.CameraBoardk::FGUIPosToWorldPos(UnityEngine.Vector3)] : icu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 BingoBrain.Core.CameraBoardk::ScreenPosToWorldPos(UnityEngine.Vector3)] : icv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.Core.CameraBoardk::ScreenPosToWorldPosV2(UnityEngine.Vector3)] : icw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 BingoBrain.Core.CameraBoardk::UIWorldCameraPosToViewportPoint(UnityEngine.Vector3)] : icx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.CameraBoardk::GetCameraAdaptiveRatio()] : icy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.CameraBoardk::GetHeightAdaptiveRatio()] : icz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.CameraBoardk::GetCameraOrthographicSize(UnityEngine.Camera)] : ida +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.Core.CameraBoardk::GetCameraScreenHalfSize(UnityEngine.Camera)] : idb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::BindWorldRaycaster(UnityEngine.EventSystems.Physics2DRaycaster)] : idc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::BindWorldRaycaster(UnityEngine.EventSystems.PhysicsRaycaster)] : idd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::SetWorldRaycasterEnabled(System.Boolean)] : ide +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::ShakeMainCamera()] : idf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::PanningFarGamePlayCamera()] : idg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::PanningNearGamePlayCamera()] : idh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.CameraBoardk::IsPointInViewport(UnityEngine.Camera,UnityEngine.Vector3)] : idi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.CameraBoardk::IsRendererInCameraViewport(UnityEngine.Camera,UnityEngine.Renderer)] : idj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::SetCameraResolution(System.Single,System.Single)] : idk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::CreateMainCamera()] : idl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::CreateFGUICamera()] : idm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::CreateUICamera()] : idn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera BingoBrain.Core.CameraBoardk::CreateOtherCamera(UnityEngine.Vector3,UnityEngine.Vector3,System.Boolean,System.Single)] : ido +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera BingoBrain.Core.CameraBoardk::CreateCamera(UnityEngine.GameObject,System.Int32)] : idp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::InitCameraMgr()] : idq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.CameraBoardk::b__31_0()] : idr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.CameraBoardk::b__31_1(System.Single)] : ids +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::get_ServerRTTOneWayTimeOffset()] : idt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::set_ServerRTTOneWayTimeOffset(System.Int32)] : idu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::get_ServerTickTimestamp()] : idv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::set_ServerTickTimestamp(System.Int64)] : idw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetCurrTimestamp()] : idy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetCurrTimestampInfo()] : idz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::SetHeartBeatTime(System.Int32)] : iea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetHeartBeatTime()] : ieb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::SetServerCurrTimestamp(System.Int64)] : iec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.DateTimeBoardk::GetServerTimeOffset()] : ied +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetServerTickTimestamp()] : iee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::GetServerTickDateTime()] : ief +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetServerCurrTimestamp(System.Boolean)] : ieg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::SetTimeOffset(System.Int32)] : ieh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::GetServerCurrDateTime()] : iei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetCurrTimeInterval(System.Int64)] : iej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetServerCurrTimeInterval(System.Int64)] : iek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetInteralDay(System.UInt64)] : iel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::GetIntervalHMS(System.Int64,System.Int32&,System.Int32&,System.Int32&)] : iem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.DateTimeBoardk::GetIntervalMS(System.Int64,System.Int32&,System.Int32&)] : ien +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetIntervalHMSTextEn(System.Int64)] : ieo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetIntervalHMSTextCn(System.Int64)] : iep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetIntervalMSTextEn(System.Int64)] : ieq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetIntervalMSTextCn(System.Int64)] : ier +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetIntervalDateSimpleString(System.Int64)] : ies +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::GetCurrDateTime()] : iet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double BingoBrain.Core.DateTimeBoardk::GetTimestamp(System.DateTime)] : ieu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::GetDateTime(System.Int64)] : iev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetCurrTimeZone()] : iew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowYear()] : iex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowMonth()] : iey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowDay()] : iez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowHour()] : ifa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowMinute()] : ifb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowSecond()] : ifc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetNowMillisecond()] : ifd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::DateTimeToMMdd(System.DateTime)] : ife +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::DateTimeToYYYYMMDD(System.DateTime)] : iff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::DateTimeToSimpleString(System.DateTime)] : ifg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::DateTimeToString(System.DateTime)] : ifh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::DateTimeToDetailString(System.DateTime)] : ifi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::GetDateTimeBy_yyyyMMddStr(System.String)] : ifj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::TimestampToString(System.Int64)] : ifk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.DateTimeBoardk::Millisecond2Second(System.UInt32)] : ifl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double BingoBrain.Core.DateTimeBoardk::GetTimestampInMilliSecond(System.DateTime)] : ifm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::GetMSMTimeUID()] : ifn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetMonthDuration(System.String,System.String)] : ifo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetMonthDuration(System.DateTime,System.DateTime)] : ifp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetDayByDateStr(System.String)] : ifq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetMonthByDateStr(System.String)] : ifr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.DateTimeBoardk::GetYearByDateStr(System.String)] : ifs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::FirstDayOfMonth(System.DateTime)] : ift +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime BingoBrain.Core.DateTimeBoardk::LastDayOfMonth(System.DateTime)] : ifu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetCurrTimesTampByMillisecond()] : ifv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.DateTimeBoardk::DateTimeToFFFString(System.DateTime)] : ifw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.DateTimeBoardk::GetServerCurrTimestampByMillisecond()] : ifx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.GameBoardk::get_IsPause()] : ify +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::set_IsPause(System.Boolean)] : ifz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::Restart()] : iga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::Quit()] : igb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::Pause()] : igc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::Resume()] : igd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::InitialMain()] : ige +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::EnterMain()] : igf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::AddListener()] : igg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::RemoveListener()] : igh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameBoardk::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::InitAllModule()] : igi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::StartUpAllModule()] : igj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::AllModuleReadData()] : igk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::AllModuleGameStart()] : igl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseModel BingoBrain.Core.ModuleBoardk::GetModel(System.String)] : igm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type BingoBrain.Core.ModuleBoardk::GetUIType(System.String)] : ign +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseCtrl BingoBrain.Core.ModuleBoardk::GetCtrl(System.String)] : igo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseUICtrl BingoBrain.Core.ModuleBoardk::GetUICtrl(System.String)] : igp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::SetActiveCtrl(System.String,System.Boolean)] : igq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::SetActiveUICtrl(System.String,System.Boolean)] : igr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::ResetModel(System.String)] : igs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::AddModel(System.String,BingoBrain.Core.BaseModel)] : igt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::AddUIType(System.String,System.Type)] : igu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::AddCtrl(System.String,BingoBrain.Core.BaseCtrl)] : igv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::AddUICtrl(System.String,BingoBrain.Core.BaseUICtrl)] : igw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::ResetAllModel()] : igx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::DisposeAllModel()] : igy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::DisposeAllCtrl()] : igz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ModuleBoardk::DisposeAllModule()] : iha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneBoardk::AddScene(BingoBrain.Core.BaseScene)] : ihb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneBoardk::InitialMain(System.Object)] : ihc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneBoardk::SwitchScene(System.Int32,System.Object)] : ihd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.SceneBoardk::SetScene(BingoBrain.Core.BaseScene)] : ihe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseScene BingoBrain.Core.SceneBoardk::GetScene(System.Int32)] : ihf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameObjectExtend::SetParent(UnityEngine.GameObject,UnityEngine.GameObject,System.Boolean)] : ihg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameObjectExtend::SetParent(UnityEngine.GameObject,UnityEngine.Transform,System.Boolean)] : ihh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameObjectExtend::SetLayer(UnityEngine.GameObject,System.String)] : ihi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameObjectExtend::SetLayer(UnityEngine.GameObject,UnityEngine.LayerMask)] : ihj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.GameObjectExtend::DestroyAllChild(UnityEngine.GameObject)] : ihk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.GameObjectExtend::GetSoleComponent(UnityEngine.GameObject)] : ihl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.GameObjectExtend::GetGameObjectRelativePath(UnityEngine.GameObject,UnityEngine.GameObject)] : ihm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.GameObjectExtend::GetGameObjectPath(UnityEngine.GameObject)] : ihn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour/<>c::b__4_0(System.String,BingoBrain.Core.IsfvData)] : iho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour/<>c::b__4_1(System.String,BingoBrain.Core.IsfvData)] : ihp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour/<>c::b__4_2(System.String,BingoBrain.Core.IsfvData)] : ihq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::ClearFinished()] : ihr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::ClearTempFinished()] : ihs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::AddAsyncData(System.String,BingoBrain.Core.IsfvData)] : iht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::AddAsyncTempData(System.String,BingoBrain.Core.IsfvData)] : ihu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::RemoveAsyncTempData(System.String)] : ihv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::RemoveAsyncData(System.String)] : ihw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::AddUpdateAction(System.String,BingoBrain.Core.IsfvData)] : ihx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::RemoveUpdateAction(System.String)] : ihy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::ClearUpdateActionFinished()] : ihz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvBehaviour::RemoveAllAction()] : iia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.IsfvData::get_IsComplete()] : iib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvData::PassTime(System.Single)] : iic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvData::Run()] : iid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit/<>c__DisplayClass12_0::b__0()] : iie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.IsfvBehaviour BingoBrain.Core.IsfvKit::get_MIsfvBehaviour()] : iif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Coroutine BingoBrain.Core.IsfvKit::StartCoroutine(System.Collections.IEnumerator)] : iig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StopCoroutine(UnityEngine.Coroutine)] : iih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StopAllCoroutine()] : iii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StartAction(System.String,BingoBrain.Core.IsfvData/DealMethod,System.Single,System.Int32)] : iij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StopAction(System.String)] : iik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StopAllAction()] : iil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StartUpdateAction(System.String,BingoBrain.Core.IsfvData/DealMethod,System.Single)] : iim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::StopUpdateAction(System.String)] : iin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.IsfvKit::ClearDelayedAction(System.String)] : iio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseCtrl::get_IsNew()] : iip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::set_IsNew(System.Boolean)] : iiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::New()] : iir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::Init()] : iis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::StartUp()] : iit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::ReadData()] : iiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::GameStart()] : iiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::Dispose()] : iiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::Assignment()] : iix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::UnAssignment()] : iiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::OnNew()] : iiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::OnInit()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::OnStartUp()] : ija +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::OnReadData()] : ijb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::OnGameStart()] : ijc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::OnDispose()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::AddListener()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::RemoveListener()] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::AddServerListener()] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseCtrl::RemoveServerListener()] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.BaseDispatcher`3::get_Instance()] : ijd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::AddPriorityListener(Msg,System.Action`1)] : ije +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::AddListener(Msg,System.Action`1)] : ijf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::AddFinallyListener(Msg,System.Action`1)] : ijg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::AddOnceListener(Msg,System.Action`1)] : ijh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseDispatcher`3::ContainsListener(Msg,System.Action`1,System.Collections.Generic.Dictionary`2>>)] : iji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseDispatcher`3::ContainsPriorityListener(Msg,System.Action`1)] : ijj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseDispatcher`3::ContainsListener(Msg,System.Action`1)] : ijk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseDispatcher`3::ContainsFinallyListener(Msg,System.Action`1)] : ijl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseDispatcher`3::ContainsOnceListener(Msg,System.Action`1)] : ijm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::RemovePriorityListener(Msg,System.Action`1)] : ijn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::RemoveListener(Msg,System.Action`1)] : ijo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::RemoveFinallyListener(Msg,System.Action`1)] : ijp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::RemoveOnceListener(Msg,System.Action`1)] : ijq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::Dispatch(Msg,Param)] : ijr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::InvokeMethods(System.Collections.Generic.Dictionary`2>>,Msg,Param)] : ijs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseDispatcher`3::Clear()] : ijt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseInterfaceManager`1::get_IsInit()] : iju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::set_IsInit(System.Boolean)] : ijv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseInterfaceManager`1::get_IsStartUp()] : ijw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::set_IsStartUp(System.Boolean)] : ijx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseInterfaceManager`1::get_IsDispose()] : ijy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::set_IsDispose(System.Boolean)] : ijz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.BaseInterfaceManager`1::get_Instance()] : ika +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::New()] : ikb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::StartUp()] : gji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseInterfaceManager`1::DisposeBefore()] : gjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::AddPriorityListener(Msg,System.Action`1)] : ikc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::AddListener(Msg,System.Action`1)] : ikd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::AddOnceListener(Msg,System.Action`1)] : ike +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::RemovePriorityListener(Msg,System.Action`1)] : ikf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::RemoveListener(Msg,System.Action`1)] : ikg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::RemoveOnceListener(Msg,System.Action`1)] : ikh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::Dispatch(Msg,Param)] : iki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::AutoDispatch(Msg,Param)] : ikj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::InvokeMethods(System.Collections.Generic.Dictionary`2>>,Msg,Param)] : ikk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseMainThreadDispatcher`3::Clear()] : ikl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.BaseMainThreadDispatcher`3::get_ParentRootName()] : ikm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::New()] : ikn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::Init()] : iko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::StartUp()] : ikp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::ReadData()] : ikq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::GameStart()] : ikr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::Reset()] : iks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::Dispose()] : ikt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::Assignment()] : iku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::UnAssignment()] : ikv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnNew()] : ikw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnInit()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnStartUp()] : ikx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnReadData()] : gxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnGameStart()] : iky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnReset()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::OnDispose()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::AddListener()] : gzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::RemoveListener()] : gzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::AddServerListener()] : ikz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::RemoveServerListener()] : ila +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::WriteLocalStorage()] : ilb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.BaseModel::GetLocalStorageKey()] : ilc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::SetCustomLocalStorageKey(System.String)] : ild +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::WriteLocalStorage(System.Object)] : ile +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.BaseModel::ReadLocalStorage()] : ilf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseModel::HasLocalStorage()] : ilg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseModel::DeleteLocalStorage()] : ilh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.BaseScene::get_SceneIdx()] : gbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::Enter()] : ili +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::Leave()] : ilj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::SwchSneCote(System.Object)] : ilk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::OnEnter()] : gbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::OnLeave()] : gbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::OnSwhSceCompl(System.Object)] : gbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseScene::Dispose()] : gbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseSystem::Init()] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseSystem::InitLate()] : ill +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseSystem::Dispose()] : bvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseSystem::Update()] : hxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseSystem::LateUpdate()] : ilm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseSystem::FixedUpdate()] : iln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::New(BingoBrain.Core.BaseUICtrl)] : ilo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Assignment()] : ilp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::UnAssignment()] : ilq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Open(System.Object)] : ilr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OpenUISequence(System.Object)] : ils +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Close()] : ilt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Hide()] : ilu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Display(System.Object)] : ilv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.SubUI BingoBrain.Core.BaseUI::OpenSubUI(System.String,System.String,System.Boolean)] : ilw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.SubUI BingoBrain.Core.BaseUI::OpenSubUI(System.String,System.String,System.String,System.Boolean)] : ilx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::CloseSubUI(BingoBrain.Core.SubUI)] : ily +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::CloseAllSubUI()] : ilz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Init()] : ima +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::PostProcess_UIInfo()] : imb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Bind()] : imc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_OpenBefore(System.Object)] : imd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Open(System.Object)] : ime +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_OpenUIAnimEnd()] : imf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Close()] : imh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_CloseUIAnimEnd()] : imi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Destroy()] : imj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Hide()] : imk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::Process_Display(System.Object)] : iml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::ProcessFunc_SwitchLanguage()] : imm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::InternaProcesslFunc_GComponentSwitchLanguage(FairyGUI.GComponent)] : imn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnNew()] : imo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::SetUIInfo(BingoBrain.Core.UIInfo)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnInit()] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnBind()] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnOpenBefore(System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnOpen(System.Object)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnOpenUIAnimEnd()] : imp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnClose()] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnCloseUIAnimEnd()] : imq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnDestroy()] : imr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnHide()] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnDisplay(System.Object)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnUpdate()] : gwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::OnSwitchLanguage()] : ims +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::AddListener()] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::RemoveListener()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::AddServerListener()] : hge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::RemoveServerListener()] : imt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::AutoBindButtonEvent(FairyGUI.EventCallback1)] : imu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::AutoBindButtonEvent(FairyGUI.GComponent,FairyGUI.EventCallback1)] : imv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::BaseUIClickEvent(FairyGUI.GComponent)] : imw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::KillOpenUIAnim()] : imx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::KillCloseUIAnim()] : imy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.Core.BaseUI::GetOpenUIMsgId()] : imz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.Core.BaseUI::GetCloseUIMsgId()] : ina +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUI::CtrlCloseUI()] : inb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.UILayerType BingoBrain.Core.BaseUI::GetCurrRenderLayer()] : inc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.BaseUI::GetCurrRenderQueueIdx()] : ind +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUICtrl::Assignment()] : iix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUICtrl::UnAssignment()] : iiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.Core.BaseUICtrl::GetOpenUIMsg(System.String)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.Core.BaseUICtrl::GetCloseUIMsg(System.String)] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUICtrl::DispatchOpenUI(System.String,System.Object)] : ine +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUICtrl::DispatchCloseUI(System.String,System.Object)] : inf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUICtrl::OpenUI(System.Object)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUICtrl::CloseUI(System.Object)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseUnity`1::get_IsInit()] : ing +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::set_IsInit(System.Boolean)] : inh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseUnity`1::get_IsStartUp()] : ini +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::set_IsStartUp(System.Boolean)] : inj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BaseUnity`1::get_IsDispose()] : ink +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::set_IsDispose(System.Boolean)] : inl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String BingoBrain.Core.BaseUnity`1::get_ParentRootName()] : ikm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::New()] : inm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::StartUp()] : gji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BaseUnity`1::DisposeBefore()] : gjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea/d__29::System.IDisposable.Dispose()] : inn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.Bea/d__29::System.Collections.Generic.IEnumerator.get_Current()] : ino +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea/d__29::System.Collections.IEnumerator.Reset()] : inp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.Bea/d__29::System.Collections.IEnumerator.get_Current()] : inq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Bea::get_IsAppQuit()] : inr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::set_IsAppQuit(System.Boolean)] : ins +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Bea::get_IsRestart()] : int +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::set_IsRestart(System.Boolean)] : inu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Bea::get_RestartCount()] : inv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::set_RestartCount(System.Int32)] : inw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Bea::get_IsAppFocus()] : inx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::set_IsAppFocus(System.Boolean)] : iny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Bea::get_IsAppPause()] : inz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::set_IsAppPause(System.Boolean)] : ioa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.Bea::get_LastFocusFlaseTime()] : iob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::set_LastFocusFlaseTime(System.Int64)] : ioc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::Init()] : iod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::Enable()] : ioe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::Restart()] : iof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::Quit()] : iog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::CreateEnvironment()] : ioh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.Core.Bea::OnRestart()] : ioi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::CloseApp()] : ioj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::ClearAllObjects()] : iok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Bea::IsCanDestroyObj(UnityEngine.GameObject)] : iol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::OnClickKeyCodeHome()] : iom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bea::OnClickKeyCodeEscape()] : ion +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Bingoaav::StartBingo()] : ioo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea/<>c::b__5_0(System.Object)] : iop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea/d__25::System.IDisposable.Dispose()] : ioq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.BingoBea/d__25::System.Collections.Generic.IEnumerator.get_Current()] : ior +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea/d__25::System.Collections.IEnumerator.Reset()] : ios +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.BingoBea/d__25::System.Collections.IEnumerator.get_Current()] : iot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BingoBea BingoBrain.Core.BingoBea::get_Instance()] : iou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::Init()] : iod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::Enable()] : ioe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::InitPlugin()] : iov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::InitAppSetting()] : iow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::StartUpGameMain()] : iox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::InitSettingMode()] : ioy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BingoBea::get_IsHDMode()] : ioz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::set_IsHDMode(System.Boolean)] : ipa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.BingoBea::get_IsHFRMode()] : ipb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::set_IsHFRMode(System.Boolean)] : ipc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::InitResolutionMode()] : ipd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::InitFrameRateMode()] : ipe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::SetResolutionMode(System.Boolean)] : ipf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::SetFrameRateMode(System.Boolean)] : ipg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.BingoBea::SetScreenResolution(System.Single,System.Single,System.Boolean)] : iph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.Core.BingoBea::OnSetScreenResolution(System.Single,System.Single,System.Boolean)] : ipi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.InterfaceManager::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.InterfaceManager::StartUp()] : gji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.InterfaceManager::DisposeBefore()] : gjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pva/<>c::b__7_0()] : ipj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pva::Congds(BingoBrain.Core.Bea)] : ipk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pva::Restart()] : ipl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pva::Quit()] : ipm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pva::Enter()] : ipn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pva::HideLoadingUI(System.Boolean)] : ipo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Spine.TrackEntry BingoBrain.Core.NAAVsa::PlayAnim(Spine.Unity.SkeletonAnimation,System.String,System.Boolean)] : ipp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Spine.TrackEntry BingoBrain.Core.NAAVsa::PlayAnim(Spine.Unity.SkeletonAnimation,System.String)] : ipq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.NAAVsa::AddCompleteEvent(Spine.Unity.SkeletonAnimation,Spine.AnimationState/TrackEntryDelegate)] : ipr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.NAAVsa::SetSkin(Spine.Unity.SkeletonAnimation,System.String)] : ips +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 BingoBrain.Core.NNfds::WorldToUIPos(UnityEngine.GameObject)] : ipt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.NNfds::IsPointerOnUI()] : ipu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Gsss/<>c__DisplayClass10_0::b__0(BingoBrain.Core.TaskProcedure)] : ipv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Gsss/<>c__DisplayClass10_0::b__1()] : ipw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Gsss/<>c__DisplayClass11_0::b__0(BingoBrain.Core.TaskProcedure)] : ipx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Gsss/<>c__DisplayClass11_0::b__1()] : ipy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Gsss/<>c__DisplayClass13_0::b__0()] : ipz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Gsss::get_Count()] : iqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Add(System.Action`1)] : iqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Add(System.Boolean,System.Action`1)] : iqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Add(System.Boolean,System.Action`1,System.Action`1)] : iqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Add(System.Single,System.Action`1)] : iqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::AddDelay(System.Single)] : iqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Run(System.Single)] : iqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Run()] : iqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Clear()] : iqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Gsss BingoBrain.Core.Gsss::Cancel()] : iqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Gsss::b__12_0()] : iqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.TaskProcedure::InvokeComplete()] : iql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.TaskProcedure::DelayInvokeComplete(System.Single)] : iqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.TaskProcedure::Dispose()] : iqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.HRsac::GetDigitNumber(System.Double)] : iqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.HRsac::ConvertUnit(System.Int32)] : iqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jsvva/d__7::System.IDisposable.Dispose()] : iqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.Jsvva/d__7::System.Collections.Generic.IEnumerator.get_Current()] : iqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jsvva/d__7::System.Collections.IEnumerator.Reset()] : iqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.Jsvva/d__7::System.Collections.IEnumerator.get_Current()] : iqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jsvva::SetTimeScale(System.Single)] : iqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Jsvva::GetTimeScale()] : iqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Jsvva::GetDeltaTime(System.Boolean)] : iqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] DG.Tweening.Tweener BingoBrain.Core.Jsvva::SetUnscaledTime(DG.Tweening.Tweener)] : iqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Animator BingoBrain.Core.Jsvva::SetUnscaledTime(UnityEngine.Animator)] : iqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jsvva::SetParticleUnscaledTime(UnityEngine.GameObject)] : iqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.Core.Jsvva::PlayAnimation(UnityEngine.Animation,System.String,System.Action,System.Boolean)] : ira +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.YFsa BingoBrain.Core.TimerHelper::get_mEasy()] : irb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsa BingoBrain.Core.TimerHelper::get_General()] : irc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.UFdsa BingoBrain.Core.TimerHelper::get_mNormal()] : ird +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.YFsa BingoBrain.Core.TimerHelper::get_mUnscaleEasy()] : ire +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsa BingoBrain.Core.TimerHelper::get_UnscaleGeneral()] : irf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.UFdsa BingoBrain.Core.TimerHelper::get_mUnscaleNormal()] : irg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.YFsa BingoBrain.Core.TimerHelper::get_mRealEasy()] : irh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsa BingoBrain.Core.TimerHelper::get_RealGeneral()] : iri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.UFdsa BingoBrain.Core.TimerHelper::get_mRealNormal()] : irj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsagh::SetActive(System.Boolean)] : irk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsagh::CallFunc()] : irl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsagh::Kill(System.Boolean)] : irm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsagh::Dispose()] : irn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Psvsagh::op_Implicit(BingoBrain.Core.Psvsagh)] : iro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Psvsa/<>c::b__7_0(BingoBrain.Core.Psvsagh)] : irp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsa::SetTimer(System.String,BingoBrain.Core.TimerTimeType)] : irq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Psvsa::GetTime()] : irr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsagh BingoBrain.Core.Psvsa::AddTimer(System.Single,System.Action`1,System.Object[])] : irs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsagh BingoBrain.Core.Psvsa::AddRepeatTimer(System.Int32,System.Single,System.Action`1,System.Object[])] : irt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsagh BingoBrain.Core.Psvsa::AddLoopTimer(System.Single,System.Action`1,System.Object[])] : iru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsagh BingoBrain.Core.Psvsa::AddFrameUpdateTimer(System.Action`1,System.Object[])] : irv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsa::AddTimer(BingoBrain.Core.Psvsagh)] : irw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsa::RemoveTimer(BingoBrain.Core.Psvsagh)] : irx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsa::ClearAll()] : iry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Psvsa::Destroy()] : irz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Psvsa::GetTriggerTime(System.Single)] : isa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.UFdsa/TimerTask::get_TimeLeft()] : isb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa/TimerTask::Run()] : isc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa/TimerTask::Break()] : isd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa/TimerTask::Resume()] : ise +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa/TimerTask::op_Implicit(BingoBrain.Core.UFdsa/TimerTask)] : isf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa/<>c::b__9_0(System.Collections.Generic.KeyValuePair`2)] : isg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa/<>c__DisplayClass20_0::b__0(System.String)] : ish +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa/<>c__DisplayClass24_0::b__0(System.String)] : isi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.UFdsa/<>c__DisplayClass24_0::b__1(System.String)] : isj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::SetTimer(System.String,BingoBrain.Core.TimerTimeType)] : isk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.UFdsa::GetTime()] : isl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::AddTimer(System.String,System.Single,System.Action)] : ism +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::AddTimer(System.String,System.Single,System.Action`1,System.Object[])] : isn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::AddRepeatTimer(System.String,System.Single,System.Action)] : iso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::AddRepeatTimer(System.String,System.Single,System.Action`1,System.Object[])] : isp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::InternalAddTimer(System.String,BingoBrain.Core.UFdsa/TimerMode,System.Single,System.Action)] : isq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::InternalAddTimer(System.String,BingoBrain.Core.UFdsa/TimerMode,System.Single,System.Action`1,System.Object[])] : isr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::BreakTimerWithPrefix(System.String)] : iss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::BreakTimer(System.String)] : ist +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::ResumeTimerWithPrefix(System.String)] : isu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::ResumeTimer(System.String)] : isv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::ClearTimerWithPrefix(System.String)] : isw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::RemoveTimer(System.String)] : isx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UFdsa::IsRunning(System.String)] : isy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.UFdsa::GetTimerLeft(System.String)] : isz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.UFdsa::GetTimerLeftWithPrefix(System.String)] : ita +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::ClearAll()] : itb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UFdsa::Destroy()] : itc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.YFsa::SetTimer(System.String,BingoBrain.Core.TimerTimeType)] : itd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.YFsa::GetTime()] : ite +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.YFsa::AddTimer(System.Single,System.Action)] : itf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.YFsa::RemoveTimer(System.Action)] : itg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.YFsa::ClearAll()] : ith +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.YFsa::Destroy()] : iti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.YFsa::b__6_0(System.Collections.Generic.KeyValuePair`2)] : itj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.TriggerBingo BingoBrain.Core.TriggerBingo::Get(UnityEngine.GameObject)] : itk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.TriggerBingo BingoBrain.Core.TriggerBingo::Get(UnityEngine.Component)] : itl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.TriggerBingo BingoBrain.Core.TriggerBingo::GetForm2D(UnityEngine.GameObject,System.Boolean)] : itm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.TriggerBingo BingoBrain.Core.TriggerBingo::GetForm2D(UnityEngine.Component,System.Boolean)] : itn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.TriggerBingo BingoBrain.Core.TriggerBingo::GetForm3D(UnityEngine.GameObject,System.Boolean)] : ito +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.TriggerBingo BingoBrain.Core.TriggerBingo::GetForm3D(UnityEngine.Component,System.Boolean)] : itp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.BoxCollider2D BingoBrain.Core.TriggerBingo::GetBoxCollider2D()] : itq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.BoxCollider BingoBrain.Core.TriggerBingo::GetBoxCollider()] : itr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.TriggerBingo::ClearAllEvent()] : its +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Lucsah::InitData()] : itt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Lucsah::OnUpdateParticleTime()] : itu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.PinPon BingoBrain.Core.PinPon::get_Instance()] : itv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.PinPon::set_Instance(BingoBrain.Core.PinPon)] : itw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.PinPon::Init()] : itx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.PinPon::b__9_0(UnityEngine.GameObject)] : ity +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pvds::Set2DRaycasterEnabled(UnityEngine.EventSystems.Physics2DRaycaster,System.Boolean)] : itz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Pvds::Set3DRaycasterEnabled(UnityEngine.EventSystems.PhysicsRaycaster,System.Boolean)] : iua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.RrysKit::WriteInt(System.String,System.Int32)] : iub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.RrysKit::WriteBool(System.String,System.Boolean)] : iuc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.RrysKit::WriteObject(System.String,System.Object)] : iud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.RrysKit::ReadBool(System.String,System.Boolean)] : iue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.RrysKit::ReadObject(System.String)] : iuf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.RrysKit::HasKey(System.String)] : iug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.RrysKit::DeleteKey(System.String)] : iuh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SunDgas::DoAdaptive(System.Boolean,System.Single)] : iui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SunDgas::Adaptive()] : iuj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.SunDgas::Get3DFOV()] : iuk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.Uvsjk::Instantiate(T)] : iul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Uvsjk::Destroy(UnityEngine.Object)] : ium +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c::b__0_0(System.Int32)] : iun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c::b__7_0(System.Boolean)] : iuo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c::b__7_1()] : iup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c::b__7_3()] : iuq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c__DisplayClass2_0::b__0()] : iur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c__DisplayClass2_0::b__1()] : ius +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit/<>c__DisplayClass7_0::b__2()] : iut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit::Init()] : iuu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.MaxADKit::CheckInterstitialReady()] : iuv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit::ShowInterstitial(System.String,UnityEngine.Events.UnityAction`1)] : iuw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.MaxADKit::CheckRewardedReady()] : iux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit::ShowVideo(System.String,UnityEngine.Events.UnityAction`1)] : iuy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.MaxADKit::g__GameConfig|0_1(System.Boolean,System.String)] : iuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.CenConst::get_StandardWidth()] : iva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.CenConst::get_StandardHeight()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Jcna`1::get_CountAll()] : ivc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jcna`1::set_CountAll(System.Int32)] : ivd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Jcna`1::get_CountInactive()] : ive +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Jcna`1::get_CountActive()] : ivf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.Jcna`1::Get()] : ivg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jcna`1::Release(T)] : ivh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jcna`1::Clear()] : ivi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Jcna`1::Dispose()] : ivj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Uncc`1::Clear(System.Collections.Generic.List`1)] : ivk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.Core.Uncc`1::Get()] : ivl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Uncc`1::Release(System.Collections.Generic.List`1)] : ivm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Shungbass::get_CountAll()] : ivn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::set_CountAll(System.Int32)] : ivo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Shungbass::get_CountInactive()] : ivp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::set_CountInactive(System.Int32)] : ivq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.Shungbass::get_CountActive()] : ivr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::Init(System.String,System.String,UnityEngine.Transform,UnityEngine.Transform)] : ivs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::Init(UnityEngine.GameObject,UnityEngine.Transform,UnityEngine.Transform)] : ivt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::InitCallBack(System.Action`1,System.Action`1,System.Action`1)] : ivu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.Core.Shungbass::Get()] : ivv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::Release(UnityEngine.GameObject)] : ivw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Shungbass::Contains(UnityEngine.GameObject)] : ivx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::ReleaseAll()] : ivy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::ClearNotActive()] : ivz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::Clear()] : iwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::DestroyObj(UnityEngine.GameObject)] : iwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Shungbass::Dispose()] : iwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.ShungTik::get_CountAll()] : iwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.ShungTik::get_CountInactive()] : iwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.ShungTik::get_CountActive()] : iwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::InitRoot(UnityEngine.Transform,UnityEngine.Transform)] : iwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::InitCallBack(System.Action`1,System.Action`1,System.Action`1)] : iwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject BingoBrain.Core.ShungTik::Get(System.String,System.String)] : iwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::Release(System.String,UnityEngine.GameObject)] : iwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::Release(UnityEngine.GameObject)] : iwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::ReleaseAll()] : iwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::RegisterNew(System.String,System.String)] : iwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::ClearPool(System.String)] : iwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::Clear()] : iwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ShungTik::Dispose()] : iwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.ISingleton::OnSingletonInit()] : iwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.Singleton`1::get_Instance()] : iwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Singleton`1::OnSingletonInit()] : iwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T BingoBrain.Core.SingletonUnity`1::get_Instance()] : iws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String BingoBrain.Core.SingletonUnity`1::get_ParentRootName()] : ikm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SingletonUnity`1::set_ParentRootName(System.String)] : iwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SingletonUnity`1::SetSelfParentRoot(UnityEngine.GameObject,System.String)] : iwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SingletonUnity`1::New()] : inm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SingletonUnity`1::OnSingletonInit()] : iwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.StringExtend::ToFloat(System.String)] : iwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double BingoBrain.Core.StringExtend::ToDouble(System.String)] : iww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte BingoBrain.Core.StringExtend::ToByte(System.String)] : iwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.SByte BingoBrain.Core.StringExtend::ToSByte(System.String)] : iwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int16 BingoBrain.Core.StringExtend::ToShort(System.String)] : iwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt16 BingoBrain.Core.StringExtend::ToUShort(System.String)] : ixa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.StringExtend::ToInt(System.String)] : ixb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.Core.StringExtend::ToUInt(System.String)] : ixc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 BingoBrain.Core.StringExtend::ToLong(System.String)] : ixd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt64 BingoBrain.Core.StringExtend::ToULong(System.String)] : ixe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.StringExtend::ToBool(System.String)] : ixf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.StringExtend::ToValueByType(System.String,System.String)] : ixg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.StringExtend::IsNullOrWhiteSpace(System.String)] : ixh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.StringExtend::OptimizeStartsWith(System.String,System.String)] : ixi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.StringExtend::OptimizeEndsWith(System.String,System.String)] : ixj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.StringExtend::OptimizeEquals(System.String,System.String)] : ixk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio/<>c::b__36_0(UnityEngine.AudioClip)] : ixl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio/<>c__DisplayClass49_0::b__0()] : ixm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio/<>c__DisplayClass49_0::b__1(UnityEngine.AudioClip)] : ixn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Audio::get_IsOpenBGM()] : ixo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::set_IsOpenBGM(System.Boolean)] : ixp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.Audio::get_IsOpenEffect()] : ixq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::set_IsOpenEffect(System.Boolean)] : ixr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::InitAudioMode()] : ixs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PauseAllSource()] : ixt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::UnPauseAllSource()] : ixu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Audio::get_BgmVolume()] : ixv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::set_BgmVolume(System.Single)] : ixw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Audio::get_EffectVolume()] : ixx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::set_EffectVolume(System.Single)] : ixy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Audio::get_newEffectVolume()] : ixz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::set_newEffectVolume(System.Single)] : iya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.Audio::get_dynamicEffectVolume()] : iyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::set_dynamicEffectVolume(System.Single)] : iyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::InitDefaultButtonClickSound(System.String)] : iyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::OnTimeScaleChange(System.Object)] : iye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayBGM(System.String,System.Boolean)] : iyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::StopBGM()] : iyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayOnceEffect(System.String,System.Boolean,System.Boolean)] : iyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayFullOnceEffect(System.String)] : iyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::StopOnceEffect()] : iyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PauseOnceEffect()] : iyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::ContinuousOnceEffect()] : iyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AudioSource BingoBrain.Core.Audio::NewAudioSource()] : iym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayOnceEffect(UnityEngine.AudioSource,System.String,System.Boolean,System.Boolean)] : iyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayFullOnceEffect(UnityEngine.AudioSource,System.String)] : iyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::StopOnceEffect(UnityEngine.AudioSource)] : iyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AudioSource BingoBrain.Core.Audio::PlayDynamicEffect(System.String,System.Single,System.Boolean,System.Boolean)] : iyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayUIButtonAudio()] : iyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.Audio::PlayGameAudio(System.String,System.Single,System.Boolean,System.Boolean)] : iys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneSwitch/d__4::System.IDisposable.Dispose()] : iyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.SceneSwitch/d__4::System.Collections.Generic.IEnumerator.get_Current()] : iyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneSwitch/d__4::System.Collections.IEnumerator.Reset()] : iyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.SceneSwitch/d__4::System.Collections.IEnumerator.get_Current()] : iyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneSwitch/d__5::System.IDisposable.Dispose()] : iyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.SceneSwitch/d__5::System.Collections.Generic.IEnumerator.get_Current()] : iyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneSwitch/d__5::System.Collections.IEnumerator.Reset()] : iyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.SceneSwitch/d__5::System.Collections.IEnumerator.get_Current()] : iza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneSwitch::SwitchInitialScene(System.Int32,BingoBrain.Core.SceneSwitch/LoadCallBack,System.Object)] : izb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.SceneSwitch::SwitchScene(System.Int32,BingoBrain.Core.SceneSwitch/LoadCallBack,System.Object)] : izc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.Core.SceneSwitch::OnLoadInitialScene(System.Int32,BingoBrain.Core.SceneSwitch/LoadCallBack,System.Object)] : izd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator BingoBrain.Core.SceneSwitch::OnLoadScene(System.Int32,BingoBrain.Core.SceneSwitch/LoadCallBack,System.Object)] : ize +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.TimerI::InitTimersRoot()] : izf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.YFsa BingoBrain.Core.TimerI::CreateSimpleTimer(System.String,BingoBrain.Core.TimerTimeType)] : izg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.Psvsa BingoBrain.Core.TimerI::CreateTimer(System.String,BingoBrain.Core.TimerTimeType)] : izh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.UFdsa BingoBrain.Core.TimerI::CreateHeavyTimer(System.String,BingoBrain.Core.TimerTimeType)] : izi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.TimerI::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.UI/<>c::b__37_1(System.String,System.String,System.Type,FairyGUI.DestroyMethod&)] : izj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object BingoBrain.Core.UI/<>c::b__83_1(System.String,System.String,System.Type,FairyGUI.DestroyMethod&)] : izk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.Core.UI/<>c::b__95_0(FairyGUI.UIPackage)] : izl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 BingoBrain.Core.UI/<>c::b__95_1(System.Collections.Generic.List`1)] : izm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UI/<>c::b__95_2(FairyGUI.PackageItem)] : izn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass24_0::b__0(UnityEngine.Font)] : izo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass25_0::b__0(UnityEngine.Font)] : izp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass31_0::b__0()] : izq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass35_0::b__0()] : izr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass37_0::b__0(UnityEngine.TextAsset)] : izs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass48_0::b__0()] : izt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass49_0::b__0()] : izu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI/<>c__DisplayClass83_0::b__0(UnityEngine.TextAsset)] : izv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::OpenUI(System.String,System.Object)] : izw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseUI(System.String,System.Object)] : izx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseAllPopUpUI()] : izy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::RegisterCommonPackage(System.String)] : izz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::RegisterCommonPackages(System.Collections.Generic.List`1)] : jaa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::RegisterDefaultFont(System.String)] : jab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::RegisterFont(System.String[])] : jac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseAllUI()] : jad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::DisposeAllUI()] : jae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SwitchSceneCloseAllUI()] : jaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::Internal_OpenUI(BingoBrain.Core.BaseUI,System.Object)] : jag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::OpenUIProcess(BingoBrain.Core.BaseUI,System.Object)] : jah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::Internal_CloseUI(BingoBrain.Core.BaseUI,System.Boolean)] : jai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::Internal_HideUI(BingoBrain.Core.BaseUI)] : jaj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::Internal_DisplayUI(BingoBrain.Core.BaseUI,System.Object)] : jak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::LoadUI(BingoBrain.Core.BaseUI,System.Object,System.Action`2)] : jal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CreateUI(BingoBrain.Core.BaseUI,System.Object,System.Action`2)] : jam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::AddUIPackage(System.String,UnityEngine.Events.UnityAction)] : jan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::RemoveUIPackage(System.String)] : jao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String BingoBrain.Core.UI::GetPackageUIPath(System.String)] : jap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetButtonClickDownEffect(FairyGUI.GComponent)] : jaq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph BingoBrain.Core.UI::CreateUIMask(UnityEngine.Color)] : jar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph BingoBrain.Core.UI::GetUIMaskFormPool()] : jas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::ReleaseUIMaskToPool(BingoBrain.Core.BaseUI)] : jat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::DestroyUI(BingoBrain.Core.BaseUI,System.Boolean)] : jau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::UnloadAsset(System.String,System.String)] : jav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::DisposeUI(BingoBrain.Core.BaseUI)] : jaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::NotificationEvent(System.UInt32,BingoBrain.Core.BaseUI)] : jax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::OpenUIAnim(BingoBrain.Core.BaseUI)] : jay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseUIAnim(BingoBrain.Core.BaseUI,System.Action)] : jaz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetWorldRaycasterEnabled(System.Boolean)] : jba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseUI BingoBrain.Core.UI::GetDynamicUI(System.String)] : jbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UI::IsExistUI(System.String)] : jbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.UI::GetExistDynamicUICount()] : jbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetUILayerAddBottom(FairyGUI.GComponent,BingoBrain.Core.UILayerType)] : jbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetUILayerAddTop(FairyGUI.GComponent,BingoBrain.Core.UILayerType)] : jbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetUILayerAddBottom(BingoBrain.Core.BaseUI,BingoBrain.Core.UILayerType)] : jbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetUILayerAddTop(BingoBrain.Core.BaseUI,BingoBrain.Core.UILayerType)] : jbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetGObjectUILayer(BingoBrain.Core.UILayerType,FairyGUI.GObject[])] : jbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::ResetGObjectUILayer(FairyGUI.GObject[])] : jbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::EnableEventSystem(System.Boolean)] : jbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::OpenBeforeNormalUI()] : jbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseNowNormalUI()] : jbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UI::AddNormalBaseUI(BingoBrain.Core.BaseUI)] : jbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UI::RemoveNormalBaseUI(BingoBrain.Core.BaseUI)] : jbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseUI BingoBrain.Core.UI::GetBeforeBaseUI()] : jbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.BaseUI BingoBrain.Core.UI::GetNowBaseUI()] : jbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 BingoBrain.Core.UI::GetCurrUIOpenCumsumId()] : jbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 BingoBrain.Core.UI::GetExistDynamicUIs()] : jbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::Internal_OpenUISequence(BingoBrain.Core.BaseUI,System.Object)] : jbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::RemoveUISequence(BingoBrain.Core.BaseUI)] : jbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::ClearUISequence()] : jbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::ExecuteOpenUISequence()] : jbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::QuitUISequence(BingoBrain.Core.BaseUI)] : jbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] BingoBrain.Core.SubUI BingoBrain.Core.UI::OpenSubUI(BingoBrain.Core.BaseUI,System.String,System.String,System.String,System.Boolean)] : jby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseSubUI(BingoBrain.Core.BaseUI,BingoBrain.Core.SubUI)] : jbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::CloseAllSubUI(BingoBrain.Core.BaseUI)] : jca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitUIMgr()] : jcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitReporterGo()] : jcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitEventSystem()] : jcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitFguiConfig()] : jce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitFguiSettings()] : jcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitFguiLayers()] : jcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitFguiCommonPackages()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::InitFguiMultiLanguage()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject[] BingoBrain.Core.UI::GetGRootAllUI()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2[] BingoBrain.Core.UI::GetUIPackageDependencies(FairyGUI.UIPackage)] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 BingoBrain.Core.UI::GetStageRenderOrder()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single BingoBrain.Core.UI::GetUIContentScaleFactor()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetGObjectPosCenter(FairyGUI.GObject)] : jcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetGObjectFullScreen(FairyGUI.GObject)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::Init()] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::DisposeBefore()] : gjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetEventSystemGo(UnityEngine.GameObject)] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::SetSwitchLanguage(System.String)] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean BingoBrain.Core.UI::HasUIInLayer(BingoBrain.Core.UILayerType)] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.Core.UI::b__91_0(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void BingoBrain.HotFix.Bsaddd::Init()] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiAdsMgr::Init(System.String,System.String,System.Boolean,System.Action`3)] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiLog::Log(System.String)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiLog::Error(System.String)] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] IKwaiAdListener KwaiInterAd::get_KwaiAdListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::Load(System.String)] : jcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::Show()] : jcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Boolean KwaiInterAd::IsReady()] : jda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::NotifyWin(System.String)] : jdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::NotifyLoss(System.String)] : jdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] IKwaiAdListener KwaiVideoAd::get_KwaiAdListener()] : jdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::Load(System.String)] : jde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::Show()] : jdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Boolean KwaiVideoAd::IsReady()] : jdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::NotifyWin(System.String)] : jdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::NotifyLoss(System.String)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean SharpJson.Lexer::get_hasError()] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 SharpJson.Lexer::get_lineNumber()] : jdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::set_lineNumber(System.Int32)] : jdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean SharpJson.Lexer::get_parseNumbersAsFloat()] : jdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::set_parseNumbersAsFloat(System.Boolean)] : jdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::Reset()] : jdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String SharpJson.Lexer::ParseString()] : jdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String SharpJson.Lexer::GetNumberString()] : jds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single SharpJson.Lexer::ParseFloatNumber()] : jdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Double SharpJson.Lexer::ParseDoubleNumber()] : jdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 SharpJson.Lexer::GetLastIndexOfNumber(System.Int32)] : jdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::SkipWhiteSpaces()] : jdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] SharpJson.Lexer/Token SharpJson.Lexer::LookAhead()] : jdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] SharpJson.Lexer/Token SharpJson.Lexer::NextToken()] : jdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] SharpJson.Lexer/Token SharpJson.Lexer::NextToken(System.Char[],System.Int32&)] : jdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String SharpJson.JsonDecoder::get_errorMessage()] : jea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.JsonDecoder::set_errorMessage(System.String)] : jeb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean SharpJson.JsonDecoder::get_parseNumbersAsFloat()] : jec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.JsonDecoder::set_parseNumbersAsFloat(System.Boolean)] : jed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object SharpJson.JsonDecoder::Decode(System.String)] : jee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object SharpJson.JsonDecoder::DecodeText(System.String)] : jef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IDictionary`2 SharpJson.JsonDecoder::ParseObject()] : jeg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IList`1 SharpJson.JsonDecoder::ParseArray()] : jeh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object SharpJson.JsonDecoder::ParseValue()] : jei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.JsonDecoder::TriggerError(System.String)] : jej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T SharpJson.JsonDecoder::EvalLexer(T)] : jek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Animation::get_Timelines()] : jel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Animation::set_Timelines(Spine.ExposedList`1)] : jem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Animation::get_Duration()] : jen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Animation::set_Duration(System.Single)] : jeo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Animation::get_Name()] : jep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Animation::HasTimeline(System.Int32)] : jeq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Animation::Apply(Spine.Skeleton,System.Single,System.Single,System.Boolean,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Animation::BinarySearch(System.Single[],System.Single,System.Int32)] : jes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Animation::BinarySearch(System.Single[],System.Single)] : jet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Animation::LinearSearch(System.Single[],System.Single,System.Int32)] : jeu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Timeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Timeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IBoneTimeline::get_BoneIndex()] : jex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ISlotTimeline::get_SlotIndex()] : jey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.CurveTimeline::get_FrameCount()] : jez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.CurveTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.CurveTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.CurveTimeline::SetLinear(System.Int32)] : jfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.CurveTimeline::SetStepped(System.Int32)] : jfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.CurveTimeline::GetCurveType(System.Int32)] : jfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.CurveTimeline::SetCurve(System.Int32,System.Single,System.Single,System.Single,System.Single)] : jfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.CurveTimeline::GetCurvePercent(System.Int32,System.Single)] : jfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.RotateTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RotateTimeline::set_BoneIndex(System.Int32)] : jff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.RotateTimeline::get_BoneIndex()] : jex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.RotateTimeline::get_Frames()] : jfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RotateTimeline::set_Frames(System.Single[])] : jfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RotateTimeline::SetFrame(System.Int32,System.Single,System.Single)] : jfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.RotateTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TranslateTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TranslateTimeline::set_BoneIndex(System.Int32)] : jfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TranslateTimeline::get_BoneIndex()] : jex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.TranslateTimeline::get_Frames()] : jfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TranslateTimeline::set_Frames(System.Single[])] : jfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TranslateTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single)] : jfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.TranslateTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ScaleTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.ScaleTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ShearTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.ShearTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ColorTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ColorTimeline::set_SlotIndex(System.Int32)] : jfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ColorTimeline::get_SlotIndex()] : jey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.ColorTimeline::get_Frames()] : jfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ColorTimeline::set_Frames(System.Single[])] : jfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ColorTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single)] : jfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.ColorTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TwoColorTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TwoColorTimeline::set_SlotIndex(System.Int32)] : jfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TwoColorTimeline::get_SlotIndex()] : jey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.TwoColorTimeline::get_Frames()] : jfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TwoColorTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)] : jft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.TwoColorTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.AttachmentTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.AttachmentTimeline::get_FrameCount()] : jfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::set_SlotIndex(System.Int32)] : jfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.AttachmentTimeline::get_SlotIndex()] : jey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.AttachmentTimeline::get_Frames()] : jfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::set_Frames(System.Single[])] : jfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String[] Spine.AttachmentTimeline::get_AttachmentNames()] : jfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::set_AttachmentNames(System.String[])] : jfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::SetFrame(System.Int32,System.Single,System.String)] : jga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::SetAttachment(Spine.Skeleton,Spine.Slot,System.String)] : jgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.DeformTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_SlotIndex(System.Int32)] : jgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.DeformTimeline::get_SlotIndex()] : jey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.VertexAttachment Spine.DeformTimeline::get_Attachment()] : jgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_Attachment(Spine.VertexAttachment)] : jge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.DeformTimeline::get_Frames()] : jgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_Frames(System.Single[])] : jgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[][] Spine.DeformTimeline::get_Vertices()] : jgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_Vertices(System.Single[][])] : jgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::SetFrame(System.Int32,System.Single,System.Single[])] : jgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.DeformTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.EventTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.EventTimeline::get_FrameCount()] : jgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.EventTimeline::get_Frames()] : jgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventTimeline::set_Frames(System.Single[])] : jgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Event[] Spine.EventTimeline::get_Events()] : jgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventTimeline::set_Events(Spine.Event[])] : jgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventTimeline::SetFrame(System.Int32,Spine.Event)] : jgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.EventTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.DrawOrderTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.DrawOrderTimeline::get_FrameCount()] : jgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.DrawOrderTimeline::get_Frames()] : jgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::set_Frames(System.Single[])] : jgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[][] Spine.DrawOrderTimeline::get_DrawOrders()] : jgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::set_DrawOrders(System.Int32[][])] : jgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::SetFrame(System.Int32,System.Single,System.Int32[])] : jgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.IkConstraintTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintTimeline::set_IkConstraintIndex(System.Int32)] : jgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IkConstraintTimeline::get_IkConstraintIndex()] : jgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.IkConstraintTimeline::get_Frames()] : jgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintTimeline::set_Frames(System.Single[])] : jgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single,System.Int32,System.Boolean,System.Boolean)] : jha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.IkConstraintTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TransformConstraintTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintTimeline::set_TransformConstraintIndex(System.Int32)] : jhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.TransformConstraintTimeline::get_TransformConstraintIndex()] : jhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.TransformConstraintTimeline::get_Frames()] : jhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintTimeline::set_Frames(System.Single[])] : jhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single)] : jhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.TransformConstraintTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.PathConstraintPositionTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::set_PathConstraintIndex(System.Int32)] : jhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.PathConstraintPositionTimeline::get_PathConstraintIndex()] : jhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathConstraintPositionTimeline::get_Frames()] : jhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::set_Frames(System.Single[])] : jhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::SetFrame(System.Int32,System.Single,System.Single)] : jhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.PathConstraintSpacingTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.PathConstraintSpacingTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.PathConstraintMixTimeline::get_PropertyId()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::set_PathConstraintIndex(System.Int32)] : jhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.PathConstraintMixTimeline::get_PathConstraintIndex()] : jhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathConstraintMixTimeline::get_Frames()] : jhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::set_Frames(System.Single[])] : jho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single)] : jhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnStart(Spine.TrackEntry)] : jhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnInterrupt(Spine.TrackEntry)] : jhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnEnd(Spine.TrackEntry)] : jhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnDispose(Spine.TrackEntry)] : jht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnComplete(Spine.TrackEntry)] : jhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnEvent(Spine.TrackEntry,Spine.Event)] : jhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Start(Spine.AnimationState/TrackEntryDelegate)] : jhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Start(Spine.AnimationState/TrackEntryDelegate)] : jhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : jhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : jhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_End(Spine.AnimationState/TrackEntryDelegate)] : jia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_End(Spine.AnimationState/TrackEntryDelegate)] : jib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Dispose(Spine.AnimationState/TrackEntryDelegate)] : jic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Dispose(Spine.AnimationState/TrackEntryDelegate)] : jid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Complete(Spine.AnimationState/TrackEntryDelegate)] : jie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Complete(Spine.AnimationState/TrackEntryDelegate)] : jif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Event(Spine.AnimationState/TrackEntryEventDelegate)] : jig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Event(Spine.AnimationState/TrackEntryEventDelegate)] : jih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::AssignEventSubscribersFrom(Spine.AnimationState)] : jii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::AddEventSubscribersFrom(Spine.AnimationState)] : jij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::Update(System.Single)] : jik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationState::UpdateMixingFrom(Spine.TrackEntry,System.Single)] : jil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationState::Apply(Spine.Skeleton)] : jim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationState::ApplyEventTimelinesOnly(Spine.Skeleton)] : jin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationState::ApplyMixingFrom(Spine.TrackEntry,Spine.Skeleton,Spine.MixBlend)] : jio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationState::ApplyMixingFromEventTimelinesOnly(Spine.TrackEntry,Spine.Skeleton)] : jip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ApplyAttachmentTimeline(Spine.AttachmentTimeline,Spine.Skeleton,System.Single,Spine.MixBlend,System.Boolean)] : jiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::SetAttachment(Spine.Skeleton,Spine.Slot,System.String,System.Boolean)] : jir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ApplyRotateTimeline(Spine.RotateTimeline,Spine.Skeleton,System.Single,System.Single,Spine.MixBlend,System.Single[],System.Int32,System.Boolean)] : jis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::QueueEvents(Spine.TrackEntry,System.Single)] : jit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ClearTracks()] : jiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ClearTrack(System.Int32)] : jiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::SetCurrent(System.Int32,Spine.TrackEntry,System.Boolean)] : jiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::SetAnimation(System.Int32,System.String,System.Boolean)] : jix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::SetAnimation(System.Int32,Spine.Animation,System.Boolean)] : jiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::AddAnimation(System.Int32,System.String,System.Boolean,System.Single)] : jiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::AddAnimation(System.Int32,Spine.Animation,System.Boolean,System.Single)] : jja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::SetEmptyAnimation(System.Int32,System.Single)] : jjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::AddEmptyAnimation(System.Int32,System.Single,System.Single)] : jjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::SetEmptyAnimations(System.Single)] : jjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::ExpandToIndex(System.Int32)] : jje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::NewTrackEntry(System.Int32,Spine.Animation,System.Boolean,Spine.TrackEntry)] : jjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::DisposeNext(Spine.TrackEntry)] : jjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::AnimationsChanged()] : jjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ComputeHold(Spine.TrackEntry)] : jji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::GetCurrent(System.Int32)] : jjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ClearListenerNotifications()] : jjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationState::get_TimeScale()] : jjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::set_TimeScale(System.Single)] : jjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AnimationStateData Spine.AnimationState::get_Data()] : jjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::set_Data(Spine.AnimationStateData)] : jjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.AnimationState::get_Tracks()] : jjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::<.ctor>b__45_0()] : jjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Start(Spine.AnimationState/TrackEntryDelegate)] : jjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Start(Spine.AnimationState/TrackEntryDelegate)] : jjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : jjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : jju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_End(Spine.AnimationState/TrackEntryDelegate)] : jjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_End(Spine.AnimationState/TrackEntryDelegate)] : jjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Dispose(Spine.AnimationState/TrackEntryDelegate)] : jjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Dispose(Spine.AnimationState/TrackEntryDelegate)] : jjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Complete(Spine.AnimationState/TrackEntryDelegate)] : jjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Complete(Spine.AnimationState/TrackEntryDelegate)] : jka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Event(Spine.AnimationState/TrackEntryEventDelegate)] : jkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Event(Spine.AnimationState/TrackEntryEventDelegate)] : jkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnStart()] : jkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnInterrupt()] : jke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnEnd()] : jkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnDispose()] : jkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnComplete()] : jkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnEvent(Spine.Event)] : jki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::Reset()] : jkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.TrackEntry::get_TrackIndex()] : jkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.TrackEntry::get_Animation()] : jkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TrackEntry::get_Loop()] : jkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_Loop(System.Boolean)] : jkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_Delay()] : jko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_Delay(System.Single)] : jkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_TrackTime()] : jkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_TrackTime(System.Single)] : jkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_TrackEnd()] : jks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_TrackEnd(System.Single)] : jkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationStart()] : jku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AnimationStart(System.Single)] : jkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationEnd()] : jkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AnimationEnd(System.Single)] : jkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationLast()] : jky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AnimationLast(System.Single)] : jkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationTime()] : jla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_TimeScale()] : jlb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_TimeScale(System.Single)] : jlc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_Alpha()] : jld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_Alpha(System.Single)] : jle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_EventThreshold()] : jlf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_EventThreshold(System.Single)] : jlg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AttachmentThreshold()] : jlh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AttachmentThreshold(System.Single)] : jli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_DrawOrderThreshold()] : jlj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_DrawOrderThreshold(System.Single)] : jlk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.TrackEntry::get_Next()] : jll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TrackEntry::get_IsComplete()] : jlm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_MixTime()] : jln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_MixTime(System.Single)] : jlo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_MixDuration()] : jlp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_MixDuration(System.Single)] : jlq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MixBlend Spine.TrackEntry::get_MixBlend()] : jlr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_MixBlend(Spine.MixBlend)] : jls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.TrackEntry::get_MixingFrom()] : jlt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.TrackEntry::get_MixingTo()] : jlu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TrackEntry::get_HoldPrevious()] : jlv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_HoldPrevious(System.Boolean)] : jlw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::ResetRotationDirections()] : jlx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::add_AnimationsChanged(System.Action)] : jly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::remove_AnimationsChanged(System.Action)] : jlz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Start(Spine.TrackEntry)] : jma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Interrupt(Spine.TrackEntry)] : jmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::End(Spine.TrackEntry)] : jmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Dispose(Spine.TrackEntry)] : jmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Complete(Spine.TrackEntry)] : jme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Event(Spine.TrackEntry,Spine.Event)] : jmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Drain()] : jmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Clear()] : jmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Pool`1/IPoolable::Reset()] : jkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Pool`1::get_Count()] : jmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Pool`1::get_Peak()] : jmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::set_Peak(System.Int32)] : jmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Pool`1::Obtain()] : jml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::Free(T)] : jmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::Clear()] : jmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::Reset(T)] : jmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationStateData/AnimationPairComparer::System.Collections.Generic.IEqualityComparer.Equals(Spine.AnimationStateData/AnimationPair,Spine.AnimationStateData/AnimationPair)] : jmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.AnimationStateData/AnimationPairComparer::System.Collections.Generic.IEqualityComparer.GetHashCode(Spine.AnimationStateData/AnimationPair)] : jmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.AnimationStateData::get_SkeletonData()] : jmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationStateData::get_DefaultMix()] : jms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationStateData::set_DefaultMix(System.Single)] : jmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationStateData::SetMix(System.String,System.String,System.Single)] : jmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationStateData::SetMix(Spine.Animation,Spine.Animation,System.Single)] : jmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationStateData::GetMix(Spine.Animation,Spine.Animation)] : jmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Atlas::System.Collections.IEnumerable.GetEnumerator()] : jmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.List`1 Spine.Atlas::get_Regions()] : jmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.List`1 Spine.Atlas::get_Pages()] : jmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Atlas::Load(System.IO.TextReader,System.String,Spine.TextureLoader)] : jna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Atlas::ReadValue(System.IO.TextReader)] : jnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Atlas::ReadTuple(System.IO.TextReader,System.String[])] : jnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Atlas::FlipV()] : jnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Atlas::FindRegion(System.String)] : jne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Atlas::Dispose()] : jnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasPage Spine.AtlasPage::Clone()] : jng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.AtlasRegion::Clone()] : jnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TextureLoader::Load(Spine.AtlasPage,System.String)] : jni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TextureLoader::Unload(System.Object)] : jnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.AtlasAttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String)] : jnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.AtlasAttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String)] : jnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.AtlasAttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String)] : jnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathAttachment Spine.AtlasAttachmentLoader::NewPathAttachment(Spine.Skin,System.String)] : jnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PointAttachment Spine.AtlasAttachmentLoader::NewPointAttachment(Spine.Skin,System.String)] : jno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ClippingAttachment Spine.AtlasAttachmentLoader::NewClippingAttachment(Spine.Skin,System.String)] : jnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.AtlasAttachmentLoader::FindRegion(System.String)] : jnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Attachment::get_Name()] : jnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Attachment::set_Name(System.String)] : jns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Attachment::Copy()] : jnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.IHasRendererObject::get_RendererObject()] : jnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IHasRendererObject::set_RendererObject(System.Object)] : jnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.RegionAttachment Spine.AttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String)] : jnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.MeshAttachment Spine.AttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String)] : jnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.AttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String)] : jnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PathAttachment Spine.AttachmentLoader::NewPathAttachment(Spine.Skin,System.String)] : jnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PointAttachment Spine.AttachmentLoader::NewPointAttachment(Spine.Skin,System.String)] : jno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.ClippingAttachment Spine.AttachmentLoader::NewClippingAttachment(Spine.Skin,System.String)] : jnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.BoundingBoxAttachment::Copy()] : jnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.ClippingAttachment::get_EndSlot()] : jnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ClippingAttachment::set_EndSlot(Spine.SlotData)] : jnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.ClippingAttachment::Copy()] : jnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.MeshAttachment::get_HullLength()] : jny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_HullLength(System.Int32)] : jnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.MeshAttachment::get_RegionUVs()] : joa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionUVs(System.Single[])] : job +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.MeshAttachment::get_UVs()] : joc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_UVs(System.Single[])] : jod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.MeshAttachment::get_Triangles()] : joe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Triangles(System.Int32[])] : jof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_R()] : jog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_R(System.Single)] : joh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_G()] : joi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_G(System.Single)] : joj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_B()] : jok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_B(System.Single)] : jol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_A()] : jom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_A(System.Single)] : jon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.MeshAttachment::get_Path()] : joo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Path(System.String)] : jop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Object Spine.MeshAttachment::get_RendererObject()] : jnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RendererObject(System.Object)] : jnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionU()] : joq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionU(System.Single)] : jor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionV()] : jos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionV(System.Single)] : jot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionU2()] : jou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionU2(System.Single)] : jov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionV2()] : jow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionV2(System.Single)] : jox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.MeshAttachment::get_RegionRotate()] : joy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionRotate(System.Boolean)] : joz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.MeshAttachment::get_RegionDegrees()] : jpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionDegrees(System.Int32)] : jpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOffsetX()] : jpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOffsetX(System.Single)] : jpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOffsetY()] : jpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOffsetY(System.Single)] : jpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionWidth()] : jpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionWidth(System.Single)] : jph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionHeight()] : jpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionHeight(System.Single)] : jpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOriginalWidth()] : jpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOriginalWidth(System.Single)] : jpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOriginalHeight()] : jpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOriginalHeight(System.Single)] : jpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.MeshAttachment::get_ParentMesh()] : jpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_ParentMesh(Spine.MeshAttachment)] : jpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.MeshAttachment::get_Edges()] : jpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Edges(System.Int32[])] : jpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_Width()] : jps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Width(System.Single)] : jpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_Height()] : jpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Height(System.Single)] : jpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::UpdateUVs()] : jpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.MeshAttachment::Copy()] : jnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.MeshAttachment::NewLinkedMesh()] : jpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathAttachment::get_Lengths()] : jpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathAttachment::set_Lengths(System.Single[])] : jpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.PathAttachment::get_Closed()] : jqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathAttachment::set_Closed(System.Boolean)] : jqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.PathAttachment::get_ConstantSpeed()] : jqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathAttachment::set_ConstantSpeed(System.Boolean)] : jqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.PathAttachment::Copy()] : jnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::get_X()] : jqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::set_X(System.Single)] : jqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::get_Y()] : jqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::set_Y(System.Single)] : jqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::get_Rotation()] : jqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::set_Rotation(System.Single)] : jqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::ComputeWorldPosition(Spine.Bone,System.Single&,System.Single&)] : jqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::ComputeWorldRotation(Spine.Bone)] : jql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.PointAttachment::Copy()] : jnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_X()] : jqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_X(System.Single)] : jqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Y()] : jqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Y(System.Single)] : jqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Rotation()] : jqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Rotation(System.Single)] : jqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_ScaleX()] : jqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_ScaleX(System.Single)] : jqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_ScaleY()] : jqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_ScaleY(System.Single)] : jqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Width()] : jqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Width(System.Single)] : jqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Height()] : jqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Height(System.Single)] : jqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_R()] : jra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_R(System.Single)] : jrb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_G()] : jrc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_G(System.Single)] : jrd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_B()] : jre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_B(System.Single)] : jrf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_A()] : jrg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_A(System.Single)] : jrh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.RegionAttachment::get_Path()] : jri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Path(System.String)] : jrj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Object Spine.RegionAttachment::get_RendererObject()] : jnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RendererObject(System.Object)] : jnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOffsetX()] : jrk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOffsetX(System.Single)] : jrl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOffsetY()] : jrm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOffsetY(System.Single)] : jrn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionWidth()] : jro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionWidth(System.Single)] : jrp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionHeight()] : jrq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionHeight(System.Single)] : jrr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOriginalWidth()] : jrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOriginalWidth(System.Single)] : jrt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOriginalHeight()] : jru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOriginalHeight(System.Single)] : jrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.RegionAttachment::get_Offset()] : jrw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.RegionAttachment::get_UVs()] : jrx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::UpdateOffset()] : jry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::SetUVs(System.Single,System.Single,System.Single,System.Single,System.Boolean)] : jrz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::ComputeWorldVertices(Spine.Bone,System.Single[],System.Int32,System.Int32)] : jsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.RegionAttachment::Copy()] : jnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.VertexAttachment::get_Id()] : jsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.VertexAttachment::get_Bones()] : jsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_Bones(System.Int32[])] : jsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.VertexAttachment::get_Vertices()] : jse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_Vertices(System.Single[])] : jsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.VertexAttachment::get_WorldVerticesLength()] : jsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_WorldVerticesLength(System.Int32)] : jsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.VertexAttachment Spine.VertexAttachment::get_DeformAttachment()] : jsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_DeformAttachment(Spine.VertexAttachment)] : jsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::ComputeWorldVertices(Spine.Slot,System.Single[])] : jsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::ComputeWorldVertices(Spine.Slot,System.Int32,System.Int32,System.Single[],System.Int32,System.Int32)] : jsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::CopyTo(Spine.VertexAttachment)] : jsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.Bone::get_Data()] : jsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Bone::get_Skeleton()] : jso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Bone::get_Parent()] : jsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Bone::get_Children()] : jsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Bone::get_Active()] : jsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_X()] : jss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_X(System.Single)] : jst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_Y()] : jsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_Y(System.Single)] : jsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_Rotation()] : jsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_Rotation(System.Single)] : jsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ScaleX()] : jsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ScaleX(System.Single)] : jsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ScaleY()] : jta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ScaleY(System.Single)] : jtb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ShearX()] : jtc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ShearX(System.Single)] : jtd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ShearY()] : jte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ShearY(System.Single)] : jtf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AppliedRotation()] : jtg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AppliedRotation(System.Single)] : jth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AX()] : jti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AX(System.Single)] : jtj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AY()] : jtk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AY(System.Single)] : jtl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AScaleX()] : jtm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AScaleX(System.Single)] : jtn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AScaleY()] : jto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AScaleY(System.Single)] : jtp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AShearX()] : jtq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AShearX(System.Single)] : jtr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AShearY()] : jts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AShearY(System.Single)] : jtt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_A()] : jtu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_B()] : jtv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_C()] : jtw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_D()] : jtx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldX()] : jty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldY()] : jtz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldRotationX()] : jua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldRotationY()] : jub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldScaleX()] : juc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldScaleY()] : jud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::Update()] : jue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::UpdateWorldTransform()] : juf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::UpdateWorldTransform(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)] : jug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::SetToSetupPose()] : juh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::UpdateAppliedTransform()] : jui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::WorldToLocal(System.Single,System.Single,System.Single&,System.Single&)] : juj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::LocalToWorld(System.Single,System.Single,System.Single&,System.Single&)] : juk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldToLocalRotationX()] : jul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldToLocalRotationY()] : jum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::WorldToLocalRotation(System.Single)] : jun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::LocalToWorldRotation(System.Single)] : juo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::RotateWorld(System.Single)] : jup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.BoneData::get_Index()] : juq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.BoneData::get_Name()] : jur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.BoneData::get_Parent()] : jus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_Length()] : jut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_Length(System.Single)] : juu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_X()] : juv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_X(System.Single)] : juw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_Y()] : jux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_Y(System.Single)] : juy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_Rotation()] : juz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_Rotation(System.Single)] : jva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ScaleX()] : jvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ScaleX(System.Single)] : jvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ScaleY()] : jvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ScaleY(System.Single)] : jve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ShearX()] : jvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ShearX(System.Single)] : jvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ShearY()] : jvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ShearY(System.Single)] : jvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformMode Spine.BoneData::get_TransformMode()] : jvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_TransformMode(Spine.TransformMode)] : jvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.BoneData::get_SkinRequired()] : jvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_SkinRequired(System.Boolean)] : jvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.ConstraintData::get_Name()] : jvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ConstraintData::get_Order()] : jvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ConstraintData::set_Order(System.Int32)] : jvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ConstraintData::get_SkinRequired()] : jvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ConstraintData::set_SkinRequired(System.Boolean)] : jvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.Event::get_Data()] : jvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Time()] : jvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Event::get_Int()] : jvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Int(System.Int32)] : jvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Float()] : jvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Float(System.Single)] : jvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Event::get_String()] : jvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_String(System.String)] : jvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Volume()] : jwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Volume(System.Single)] : jwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Balance()] : jwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Balance(System.Single)] : jwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.EventData::get_Name()] : jwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.EventData::get_Int()] : jwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Int(System.Int32)] : jwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.EventData::get_Float()] : jwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Float(System.Single)] : jwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.EventData::get_String()] : jwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_String(System.String)] : jwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.EventData::get_AudioPath()] : jwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_AudioPath(System.String)] : jwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.EventData::get_Volume()] : jwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Volume(System.Single)] : jwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.EventData::get_Balance()] : jwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Balance(System.Single)] : jwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1/Enumerator::VerifyState()] : jwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset()] : jws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current()] : jwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Add(T)] : jwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::GrowIfNeeded(System.Int32)] : jwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32)] : jww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32)] : jwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckRange(System.Int32,System.Int32)] : jwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddCollection(System.Collections.Generic.ICollection`1)] : jwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddEnumerable(System.Collections.Generic.IEnumerable`1)] : jxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddRange(Spine.ExposedList`1)] : jxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddRange(System.Collections.Generic.IEnumerable`1)] : jxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::BinarySearch(T)] : jxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::BinarySearch(T,System.Collections.Generic.IComparer`1)] : jxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1)] : jxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Clear(System.Boolean)] : jxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::Contains(T)] : jxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::ConvertAll(System.Converter`2)] : jxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CopyTo(T[])] : jxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CopyTo(T[],System.Int32)] : jxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CopyTo(System.Int32,T[],System.Int32,System.Int32)] : jxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::Exists(System.Predicate`1)] : jxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.ExposedList`1::Find(System.Predicate`1)] : jxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckMatch(System.Predicate`1)] : jxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::FindAll(System.Predicate`1)] : jxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::FindAllList(System.Predicate`1)] : jxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindIndex(System.Predicate`1)] : jxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Predicate`1)] : jxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Int32,System.Predicate`1)] : jxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::GetIndex(System.Int32,System.Int32,System.Predicate`1)] : jxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.ExposedList`1::FindLast(System.Predicate`1)] : jxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindLastIndex(System.Predicate`1)] : jxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Predicate`1)] : jxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Int32,System.Predicate`1)] : jxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::GetLastIndex(System.Int32,System.Int32,System.Predicate`1)] : jxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::ForEach(System.Action`1)] : jya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::GetRange(System.Int32,System.Int32)] : jyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::IndexOf(T)] : jyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32)] : jyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32,System.Int32)] : jye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Shift(System.Int32,System.Int32)] : jyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckIndex(System.Int32)] : jyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Insert(System.Int32,T)] : jyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckCollection(System.Collections.Generic.IEnumerable`1)] : jyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1)] : jyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::InsertCollection(System.Int32,System.Collections.Generic.ICollection`1)] : jyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::InsertEnumeration(System.Int32,System.Collections.Generic.IEnumerable`1)] : jyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::LastIndexOf(T)] : jym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32)] : jyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32,System.Int32)] : jyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::Remove(T)] : jyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::RemoveAll(System.Predicate`1)] : jyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::RemoveAt(System.Int32)] : jyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.ExposedList`1::Pop()] : jys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::RemoveRange(System.Int32,System.Int32)] : jyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Reverse()] : jyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Reverse(System.Int32,System.Int32)] : jyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort()] : jyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort(System.Collections.Generic.IComparer`1)] : jyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort(System.Comparison`1)] : jyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1)] : jyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T[] Spine.ExposedList`1::ToArray()] : jza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::TrimExcess()] : jzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::TrueForAll(System.Predicate`1)] : jzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::get_Capacity()] : jzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::set_Capacity(System.Int32)] : jze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IEnumerator`1 Spine.ExposedList`1::System.Collections.Generic.IEnumerable.GetEnumerator()] : jzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.ExposedList`1::System.Collections.IEnumerable.GetEnumerator()] : jzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::Apply()] : jzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.IkConstraint::Update()] : jue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.IkConstraint::get_Bones()] : jzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.IkConstraint::get_Target()] : jzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Target(Spine.Bone)] : jzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraint::get_Mix()] : jzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Mix(System.Single)] : jzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraint::get_Softness()] : jzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Softness(System.Single)] : jzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IkConstraint::get_BendDirection()] : jzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_BendDirection(System.Int32)] : jzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraint::get_Compress()] : jzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Compress(System.Boolean)] : jzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraint::get_Stretch()] : jzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Stretch(System.Boolean)] : jzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.IkConstraint::get_Active()] : jsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.IkConstraintData Spine.IkConstraint::get_Data()] : jzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::Apply(Spine.Bone,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Single)] : jzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::Apply(Spine.Bone,Spine.Bone,System.Single,System.Single,System.Int32,System.Boolean,System.Single,System.Single)] : jzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.IkConstraintData::get_Bones()] : jzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.IkConstraintData::get_Target()] : jzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Target(Spine.BoneData)] : kaa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraintData::get_Mix()] : kab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Mix(System.Single)] : kac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraintData::get_Softness()] : kad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Softness(System.Single)] : kae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IkConstraintData::get_BendDirection()] : kaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_BendDirection(System.Int32)] : kag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraintData::get_Compress()] : kah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Compress(System.Boolean)] : kai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraintData::get_Stretch()] : kaj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Stretch(System.Boolean)] : kak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraintData::get_Uniform()] : kal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Uniform(System.Boolean)] : kam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.IUpdatable::Update()] : jue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.IUpdatable::get_Active()] : jsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Json::Deserialize(System.IO.TextReader)] : kan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Sin(System.Single)] : kao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Cos(System.Single)] : kap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::SinDeg(System.Single)] : kaq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::CosDeg(System.Single)] : kar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Atan2(System.Single,System.Single)] : kas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Clamp(System.Single,System.Single,System.Single)] : kat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::RandomTriangle(System.Single,System.Single)] : kau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::RandomTriangle(System.Single,System.Single,System.Single)] : kav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IInterpolation::Apply(System.Single)] : kaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IInterpolation::Apply(System.Single,System.Single,System.Single)] : kax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Pow::get_Power()] : kay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pow::set_Power(System.Single)] : kaz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Single Spine.Pow::Apply(System.Single)] : kaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Single Spine.PowOut::Apply(System.Single)] : kaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::Apply()] : kba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.PathConstraint::Update()] : jue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathConstraint::ComputeWorldPositions(Spine.PathAttachment,System.Int32,System.Boolean,System.Boolean,System.Boolean)] : kbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::AddBeforePosition(System.Single,System.Single[],System.Int32,System.Single[],System.Int32)] : kbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::AddAfterPosition(System.Single,System.Single[],System.Int32,System.Single[],System.Int32)] : kbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::AddCurvePosition(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single[],System.Int32,System.Boolean)] : kbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_Position()] : kbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_Position(System.Single)] : kbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_Spacing()] : kbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_Spacing(System.Single)] : kbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_RotateMix()] : kbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_RotateMix(System.Single)] : kbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_TranslateMix()] : kbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_TranslateMix(System.Single)] : kbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.PathConstraint::get_Bones()] : kbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.PathConstraint::get_Target()] : kbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_Target(Spine.Slot)] : kbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.PathConstraint::get_Active()] : jsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathConstraintData Spine.PathConstraint::get_Data()] : kbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.PathConstraintData::get_Bones()] : kbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.PathConstraintData::get_Target()] : kbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_Target(Spine.SlotData)] : kbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PositionMode Spine.PathConstraintData::get_PositionMode()] : kbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_PositionMode(Spine.PositionMode)] : kbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SpacingMode Spine.PathConstraintData::get_SpacingMode()] : kbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_SpacingMode(Spine.SpacingMode)] : kbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RotateMode Spine.PathConstraintData::get_RotateMode()] : kby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_RotateMode(Spine.RotateMode)] : kbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_OffsetRotation()] : kca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_OffsetRotation(System.Single)] : kcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_Position()] : kcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_Position(System.Single)] : kcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_Spacing()] : kce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_Spacing(System.Single)] : kcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_RotateMix()] : kcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_RotateMix(System.Single)] : kch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_TranslateMix()] : kci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_TranslateMix(System.Single)] : kcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Skeleton::get_Data()] : kck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_Bones()] : kcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_UpdateCacheList()] : kcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_Slots()] : kcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_DrawOrder()] : kco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_IkConstraints()] : kcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_PathConstraints()] : kcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_TransformConstraints()] : kcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Skeleton::get_Skin()] : kcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_Skin(Spine.Skin)] : kct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_R()] : kcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_R(System.Single)] : kcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_G()] : kcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_G(System.Single)] : kcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_B()] : kcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_B(System.Single)] : kcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_A()] : kda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_A(System.Single)] : kdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_Time()] : kdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_Time(System.Single)] : kdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_X()] : kde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_X(System.Single)] : kdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_Y()] : kdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_Y(System.Single)] : kdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_ScaleX()] : kdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_ScaleX(System.Single)] : kdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_ScaleY()] : kdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_ScaleY(System.Single)] : kdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Skeleton::get_FlipX()] : kdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_FlipX(System.Boolean)] : kdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Skeleton::get_FlipY()] : kdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_FlipY(System.Boolean)] : kdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Skeleton::get_RootBone()] : kdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::UpdateCache()] : kdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortIkConstraint(Spine.IkConstraint)] : kds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortPathConstraint(Spine.PathConstraint)] : kdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortTransformConstraint(Spine.TransformConstraint)] : kdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortPathConstraintAttachment(Spine.Skin,System.Int32,Spine.Bone)] : kdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortPathConstraintAttachment(Spine.Attachment,Spine.Bone)] : kdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortBone(Spine.Bone)] : kdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortReset(Spine.ExposedList`1)] : kdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::UpdateWorldTransform()] : kdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::UpdateWorldTransform(Spine.Bone)] : kea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetToSetupPose()] : keb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetBonesToSetupPose()] : kec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetSlotsToSetupPose()] : ked +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Skeleton::FindBone(System.String)] : kee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skeleton::FindBoneIndex(System.String)] : kef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.Skeleton::FindSlot(System.String)] : keg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skeleton::FindSlotIndex(System.String)] : keh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetSkin(System.String)] : kei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetSkin(Spine.Skin)] : kej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skeleton::GetAttachment(System.String,System.String)] : kek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skeleton::GetAttachment(System.Int32,System.String)] : kel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetAttachment(System.String,System.String)] : kem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.IkConstraint Spine.Skeleton::FindIkConstraint(System.String)] : ken +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformConstraint Spine.Skeleton::FindTransformConstraint(System.String)] : keo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathConstraint Spine.Skeleton::FindPathConstraint(System.String)] : kep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::Update(System.Single)] : keq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::GetBounds(System.Single&,System.Single&,System.Single&,System.Single&,System.Single[]&)] : ker +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Byte Spine.SkeletonBinary/SkeletonInput::ReadByte()] : kes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.SByte Spine.SkeletonBinary/SkeletonInput::ReadSByte()] : ket +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBinary/SkeletonInput::ReadBoolean()] : keu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBinary/SkeletonInput::ReadFloat()] : kev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonBinary/SkeletonInput::ReadInt()] : kew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonBinary/SkeletonInput::ReadInt(System.Boolean)] : kex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary/SkeletonInput::ReadString()] : kez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary/SkeletonInput::ReadStringRef()] : kfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBinary/SkeletonInput::ReadFully(System.Byte[],System.Int32,System.Int32)] : kfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary/SkeletonInput::GetVersionString()] : kfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBinary::get_Scale()] : kfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBinary::set_Scale(System.Single)] : kfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonBinary::ReadSkeletonData(System.String)] : kff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary::GetVersionString(System.IO.Stream)] : kfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonBinary::ReadSkeletonData(System.IO.Stream)] : kfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.SkeletonBinary::ReadSkin(Spine.SkeletonBinary/SkeletonInput,Spine.SkeletonData,System.Boolean,System.Boolean)] : kfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.SkeletonBinary::ReadAttachment(Spine.SkeletonBinary/SkeletonInput,Spine.SkeletonData,Spine.Skin,System.Int32,System.String,System.Boolean)] : kfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonBinary/Vertices Spine.SkeletonBinary::ReadVertices(Spine.SkeletonBinary/SkeletonInput,System.Int32)] : kfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.SkeletonBinary::ReadFloatArray(Spine.SkeletonBinary/SkeletonInput,System.Int32,System.Single)] : kfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.SkeletonBinary::ReadShortArray(Spine.SkeletonBinary/SkeletonInput)] : kfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.SkeletonBinary::ReadAnimation(System.String,Spine.SkeletonBinary/SkeletonInput,Spine.SkeletonData)] : kfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBinary::ReadCurve(Spine.SkeletonBinary/SkeletonInput,System.Int32,Spine.CurveTimeline)] : kfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonBounds::get_BoundingBoxes()] : kfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_BoundingBoxes(Spine.ExposedList`1)] : kfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonBounds::get_Polygons()] : kfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_Polygons(Spine.ExposedList`1)] : kfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MinX()] : kft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MinX(System.Single)] : kfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MinY()] : kfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MinY(System.Single)] : kfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MaxX()] : kfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MaxX(System.Single)] : kfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MaxY()] : kfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MaxY(System.Single)] : kga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_Width()] : kgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_Height()] : kgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::Update(Spine.Skeleton,System.Boolean)] : kgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::AabbCompute()] : kge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::AabbContainsPoint(System.Single,System.Single)] : kgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::AabbIntersectsSegment(System.Single,System.Single,System.Single,System.Single)] : kgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::AabbIntersectsSkeleton(Spine.SkeletonBounds)] : kgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::ContainsPoint(Spine.Polygon,System.Single,System.Single)] : kgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.SkeletonBounds::ContainsPoint(System.Single,System.Single)] : kgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.SkeletonBounds::IntersectsSegment(System.Single,System.Single,System.Single,System.Single)] : kgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::IntersectsSegment(Spine.Polygon,System.Single,System.Single,System.Single,System.Single)] : kgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Polygon Spine.SkeletonBounds::GetPolygon(Spine.BoundingBoxAttachment)] : kgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.Polygon::get_Vertices()] : kgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Polygon::set_Vertices(System.Single[])] : kgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Polygon::get_Count()] : kgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Polygon::set_Count(System.Int32)] : kgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonClipping::get_ClippedVertices()] : kgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonClipping::get_ClippedTriangles()] : kgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonClipping::get_ClippedUVs()] : kgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonClipping::get_IsClipping()] : kgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonClipping::ClipStart(Spine.Slot,Spine.ClippingAttachment)] : kgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::ClipEnd(Spine.Slot)] : kgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::ClipEnd()] : kgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::ClipTriangles(System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[])] : kgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonClipping::Clip(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,Spine.ExposedList`1,Spine.ExposedList`1)] : kgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::MakeClockwise(Spine.ExposedList`1)] : kha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_Name()] : khb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Name(System.String)] : khc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Bones()] : khd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Slots()] : khe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Skins()] : khf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Skins(Spine.ExposedList`1)] : khg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.SkeletonData::get_DefaultSkin()] : khh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_DefaultSkin(Spine.Skin)] : khi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Events()] : khj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Events(Spine.ExposedList`1)] : khk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Animations()] : khl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Animations(Spine.ExposedList`1)] : khm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_IkConstraints()] : khn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_IkConstraints(Spine.ExposedList`1)] : kho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_TransformConstraints()] : khp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_TransformConstraints(Spine.ExposedList`1)] : khq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_PathConstraints()] : khr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_PathConstraints(Spine.ExposedList`1)] : khs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_X()] : kht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_X(System.Single)] : khu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Y()] : khv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Y(System.Single)] : khw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Width()] : khx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Width(System.Single)] : khy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Height()] : khz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Height(System.Single)] : kia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_Version()] : kib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Version(System.String)] : kic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_Hash()] : kid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Hash(System.String)] : kie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_ImagesPath()] : kif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_ImagesPath(System.String)] : kig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_AudioPath()] : kih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_AudioPath(System.String)] : kii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Fps()] : kij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Fps(System.Single)] : kik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.SkeletonData::FindBone(System.String)] : kil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonData::FindBoneIndex(System.String)] : kim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.SkeletonData::FindSlot(System.String)] : kin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonData::FindSlotIndex(System.String)] : kio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.SkeletonData::FindSkin(System.String)] : kip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.SkeletonData::FindEvent(System.String)] : kiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.SkeletonData::FindAnimation(System.String)] : kir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.IkConstraintData Spine.SkeletonData::FindIkConstraint(System.String)] : kis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformConstraintData Spine.SkeletonData::FindTransformConstraint(System.String)] : kit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathConstraintData Spine.SkeletonData::FindPathConstraint(System.String)] : kiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonData::FindPathConstraintIndex(System.String)] : kiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonJson::get_Scale()] : kiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonJson::set_Scale(System.Single)] : kix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonJson::ReadSkeletonData(System.String)] : kiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonJson::ReadSkeletonData(System.IO.TextReader)] : kiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.SkeletonJson::ReadAttachment(System.Collections.Generic.Dictionary`2,Spine.Skin,System.Int32,System.String,Spine.SkeletonData)] : kja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonJson::ReadVertices(System.Collections.Generic.Dictionary`2,Spine.VertexAttachment,System.Int32)] : kjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonJson::ReadAnimation(System.Collections.Generic.Dictionary`2,System.String,Spine.SkeletonData)] : kjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonJson::ReadCurve(System.Collections.Generic.Dictionary`2,Spine.CurveTimeline,System.Int32)] : kjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.SkeletonJson::GetFloatArray(System.Collections.Generic.Dictionary`2,System.String,System.Single)] : kje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.SkeletonJson::GetIntArray(System.Collections.Generic.Dictionary`2,System.String)] : kjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonJson::GetFloat(System.Collections.Generic.Dictionary`2,System.String,System.Single)] : kjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonJson::GetInt(System.Collections.Generic.Dictionary`2,System.String,System.Int32)] : kjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonJson::GetBoolean(System.Collections.Generic.Dictionary`2,System.String,System.Boolean)] : kji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonJson::GetString(System.Collections.Generic.Dictionary`2,System.String,System.String)] : kjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonJson::ToColor(System.String,System.Int32,System.Int32)] : kjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skin/SkinEntry::get_SlotIndex()] : kjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Skin/SkinEntry::get_Name()] : kjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skin/SkinEntry::get_Attachment()] : kjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Skin/SkinEntryComparer::System.Collections.Generic.IEqualityComparer.Equals(Spine.Skin/SkinEntry,Spine.Skin/SkinEntry)] : kjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skin/SkinEntryComparer::System.Collections.Generic.IEqualityComparer.GetHashCode(Spine.Skin/SkinEntry)] : kjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Skin::get_Name()] : kjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2 Spine.Skin::get_Attachments()] : kjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skin::get_Bones()] : kjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skin::get_Constraints()] : kjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::SetAttachment(System.Int32,System.String,Spine.Attachment)] : kju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::AddSkin(Spine.Skin)] : kjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::CopySkin(Spine.Skin)] : kjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skin::GetAttachment(System.Int32,System.String)] : kjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::RemoveAttachment(System.Int32,System.String)] : kjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.ICollection`1 Spine.Skin::GetAttachments()] : kjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::GetAttachments(System.Int32,System.Collections.Generic.List`1)] : kka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::Clear()] : kkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::AttachAll(Spine.Skeleton,Spine.Skin)] : kkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.Slot::get_Data()] : kkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Slot::get_Bone()] : kke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Slot::get_Skeleton()] : kkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_R()] : kkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_R(System.Single)] : kkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_G()] : kki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_G(System.Single)] : kkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_B()] : kkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_B(System.Single)] : kkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_A()] : kkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_A(System.Single)] : kkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::ClampColor()] : kko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_R2()] : kkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_R2(System.Single)] : kkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_G2()] : kkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_G2(System.Single)] : kks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_B2()] : kkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_B2(System.Single)] : kku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Slot::get_HasSecondColor()] : kkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_HasSecondColor(System.Boolean)] : kkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::ClampSecondColor()] : kkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Slot::get_Attachment()] : kky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_Attachment(Spine.Attachment)] : kkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_AttachmentTime()] : kla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_AttachmentTime(System.Single)] : klb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Slot::get_Deform()] : klc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_Deform(Spine.ExposedList`1)] : kld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::SetToSetupPose()] : kle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SlotData::get_Index()] : klf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SlotData::get_Name()] : klg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.SlotData::get_BoneData()] : klh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_R()] : kli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_R(System.Single)] : klj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_G()] : klk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_G(System.Single)] : kll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_B()] : klm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_B(System.Single)] : kln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_A()] : klo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_A(System.Single)] : klp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_R2()] : klq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_R2(System.Single)] : klr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_G2()] : kls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_G2(System.Single)] : klt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_B2()] : klu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_B2(System.Single)] : klv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SlotData::get_HasSecondColor()] : klw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_HasSecondColor(System.Boolean)] : klx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SlotData::get_AttachmentName()] : kly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_AttachmentName(System.String)] : klz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BlendMode Spine.SlotData::get_BlendMode()] : kma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_BlendMode(Spine.BlendMode)] : kmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::Apply()] : kmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.TransformConstraint::Update()] : jue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyAbsoluteWorld()] : kmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyRelativeWorld()] : kme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyAbsoluteLocal()] : kmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyRelativeLocal()] : kmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.TransformConstraint::get_Bones()] : kmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.TransformConstraint::get_Target()] : kmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_Target(Spine.Bone)] : kmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_RotateMix()] : kmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_RotateMix(System.Single)] : kml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_TranslateMix()] : kmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_TranslateMix(System.Single)] : kmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_ScaleMix()] : kmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_ScaleMix(System.Single)] : kmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_ShearMix()] : kmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_ShearMix(System.Single)] : kmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.TransformConstraint::get_Active()] : jsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformConstraintData Spine.TransformConstraint::get_Data()] : kms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.TransformConstraintData::get_Bones()] : kmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.TransformConstraintData::get_Target()] : kmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_Target(Spine.BoneData)] : kmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_RotateMix()] : kmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_RotateMix(System.Single)] : kmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_TranslateMix()] : kmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_TranslateMix(System.Single)] : kmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_ScaleMix()] : kna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_ScaleMix(System.Single)] : knb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_ShearMix()] : knc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_ShearMix(System.Single)] : knd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetRotation()] : kne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetRotation(System.Single)] : knf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetX()] : kng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetX(System.Single)] : knh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetY()] : kni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetY(System.Single)] : knj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetScaleX()] : knk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetScaleX(System.Single)] : knl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetScaleY()] : knm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetScaleY(System.Single)] : knn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetShearY()] : kno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetShearY(System.Single)] : knp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TransformConstraintData::get_Relative()] : knq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_Relative(System.Boolean)] : knr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TransformConstraintData::get_Local()] : kns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_Local(System.Boolean)] : knt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Triangulator::Triangulate(Spine.ExposedList`1)] : knu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1> Spine.Triangulator::Decompose(Spine.ExposedList`1,Spine.ExposedList`1)] : knv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Triangulator::IsConcave(System.Int32,System.Int32,System.Single[],System.Int32[])] : knw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Triangulator::PositiveArea(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)] : knx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Triangulator::Winding(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)] : kny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneMatrix Spine.BoneMatrix::CalculateSetupWorld(Spine.BoneData)] : knz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneMatrix Spine.BoneMatrix::GetInheritedInternal(Spine.BoneData,Spine.BoneMatrix)] : koa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneMatrix Spine.BoneMatrix::TransformMatrix(Spine.BoneMatrix)] : kob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::IsWeighted(Spine.VertexAttachment)] : koc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::IsRenderable(Spine.Attachment)] : kod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::InheritsRotation(Spine.TransformMode)] : koe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::InheritsScale(Spine.TransformMode)] : kof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetPropertyToSetupPose(Spine.Skeleton,System.Int32)] : kog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetDrawOrderToSetupPose(Spine.Skeleton)] : koh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetSlotAttachmentsToSetupPose(Spine.Skeleton)] : koi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetColorToSetupPose(Spine.Slot)] : koj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetAttachmentToSetupPose(Spine.Slot)] : kok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetSlotAttachmentToSetupPose(Spine.Skeleton,System.Int32)] : kol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetKeyedItemsToSetupPose(Spine.Animation,Spine.Skeleton)] : kom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::AllowImmediateQueue(Spine.TrackEntry)] : kon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.AnimationReferenceAsset::get_SkeletonDataAsset()] : koo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.Unity.AnimationReferenceAsset::get_Animation()] : kop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AnimationReferenceAsset::Initialize()] : koq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.Unity.AnimationReferenceAsset::op_Implicit(Spine.Unity.AnimationReferenceAsset)] : kor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material Spine.Unity.AtlasAssetBase::get_PrimaryMaterial()] : kos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IEnumerable`1 Spine.Unity.AtlasAssetBase::get_Materials()] : kot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.AtlasAssetBase::get_MaterialCount()] : kou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.AtlasAssetBase::get_IsLoaded()] : kov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AtlasAssetBase::Clear()] : kow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Atlas Spine.Unity.AtlasAssetBase::GetAtlas()] : kox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BlendModeMaterials::get_RequiresBlendModeMaterials()] : koy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterials::set_RequiresBlendModeMaterials(System.Boolean)] : koz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterials::ApplyMaterials(Spine.SkeletonData)] : kpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.BlendModeMaterials::CloneAtlasRegionWithMaterial(Spine.AtlasRegion,System.Collections.Generic.List`1)] : kpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.Unity.EventDataReferenceAsset::get_EventData()] : kpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.EventDataReferenceAsset::Initialize()] : kpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.Unity.EventDataReferenceAsset::op_Implicit(Spine.Unity.EventDataReferenceAsset)] : kpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.RegionlessAttachmentLoader::get_EmptyRegion()] : kpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.RegionlessAttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String)] : jnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.RegionlessAttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String)] : jnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.Unity.RegionlessAttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String)] : jnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PathAttachment Spine.Unity.RegionlessAttachmentLoader::NewPathAttachment(Spine.Skin,System.String)] : jnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PointAttachment Spine.Unity.RegionlessAttachmentLoader::NewPointAttachment(Spine.Skin,System.String)] : jno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.ClippingAttachment Spine.Unity.RegionlessAttachmentLoader::NewClippingAttachment(Spine.Skin,System.String)] : jnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonDataAsset::get_IsLoaded()] : kpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::Reset()] : kph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonDataAsset::CreateRuntimeInstance(UnityEngine.TextAsset,Spine.Unity.AtlasAssetBase,System.Boolean,System.Single)] : kpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonDataAsset::CreateRuntimeInstance(UnityEngine.TextAsset,Spine.Unity.AtlasAssetBase[],System.Boolean,System.Single)] : kpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::Clear()] : kpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AnimationStateData Spine.Unity.SkeletonDataAsset::GetAnimationStateData()] : kpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonDataAsset::GetSkeletonData(System.Boolean)] : kpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::InitializeWithData(Spine.SkeletonData)] : kpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::FillStateData()] : kpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Atlas[] Spine.Unity.SkeletonDataAsset::GetAtlasArray()] : kpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonDataAsset::ReadSkeletonData(System.Byte[],Spine.AttachmentLoader,System.Single)] : kpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonDataAsset::ReadSkeletonData(System.String,Spine.AttachmentLoader,System.Single)] : kpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.SkeletonDataCompatibility/CompatibilityProblemInfo::DescriptionString()] : kps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataModifierAsset::Apply(Spine.SkeletonData)] : kpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.Unity.SpineAtlasAsset::get_IsLoaded()] : kov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Collections.Generic.IEnumerable`1 Spine.Unity.SpineAtlasAsset::get_Materials()] : kot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.Unity.SpineAtlasAsset::get_MaterialCount()] : kou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Material Spine.Unity.SpineAtlasAsset::get_PrimaryMaterial()] : kos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineAtlasAsset Spine.Unity.SpineAtlasAsset::CreateRuntimeInstance(UnityEngine.TextAsset,UnityEngine.Material[],System.Boolean)] : kpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineAtlasAsset Spine.Unity.SpineAtlasAsset::CreateRuntimeInstance(UnityEngine.TextAsset,UnityEngine.Texture2D[],UnityEngine.Material,System.Boolean)] : kpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineAtlasAsset Spine.Unity.SpineAtlasAsset::CreateRuntimeInstance(UnityEngine.TextAsset,UnityEngine.Texture2D[],UnityEngine.Shader,System.Boolean)] : kpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SpineAtlasAsset::Reset()] : kpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SpineAtlasAsset::Clear()] : kow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Atlas Spine.Unity.SpineAtlasAsset::GetAtlas()] : kox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Mesh Spine.Unity.SpineAtlasAsset::GenerateMesh(System.String,UnityEngine.Mesh,UnityEngine.Material&,System.Single)] : kpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.MaterialsTextureLoader::Load(Spine.AtlasPage,System.String)] : jni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.MaterialsTextureLoader::Unload(System.Object)] : jnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.Unity.SpineSpriteAtlasAsset::get_IsLoaded()] : kov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Collections.Generic.IEnumerable`1 Spine.Unity.SpineSpriteAtlasAsset::get_Materials()] : kot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.Unity.SpineSpriteAtlasAsset::get_MaterialCount()] : kou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Material Spine.Unity.SpineSpriteAtlasAsset::get_PrimaryMaterial()] : kos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineSpriteAtlasAsset Spine.Unity.SpineSpriteAtlasAsset::CreateRuntimeInstance(UnityEngine.U2D.SpriteAtlas,UnityEngine.Material[],System.Boolean)] : kpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SpineSpriteAtlasAsset::Reset()] : kqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SpineSpriteAtlasAsset::Clear()] : kow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Atlas Spine.Unity.SpineSpriteAtlasAsset::GetAtlas()] : kox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SpineSpriteAtlasAsset::AssignRegionsFromSavedRegions(UnityEngine.Sprite[],Spine.Atlas)] : kqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Atlas Spine.Unity.SpineSpriteAtlasAsset::LoadAtlas(UnityEngine.U2D.SpriteAtlas)] : kqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.SpineSpriteAtlasAsset::AccessPackedTexture(UnityEngine.Sprite[])] : kqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Sprite[] Spine.Unity.SpineSpriteAtlasAsset::AccessPackedSprites(UnityEngine.U2D.SpriteAtlas)] : kqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.BoneFollower::get_SkeletonRenderer()] : kqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollower::set_SkeletonRenderer(Spine.Unity.SkeletonRenderer)] : kqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoneFollower::SetBone(System.String)] : kqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollower::HandleRebuildRenderer(Spine.Unity.SkeletonRenderer)] : kqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollower::Initialize()] : kqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonGraphic Spine.Unity.BoneFollowerGraphic::get_SkeletonGraphic()] : kqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollowerGraphic::set_SkeletonGraphic(Spine.Unity.SkeletonGraphic)] : kql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoneFollowerGraphic::SetBone(System.String)] : kqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollowerGraphic::Initialize()] : kqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.Unity.BoundingBoxFollower::get_Slot()] : kqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.Unity.BoundingBoxFollower::get_CurrentAttachment()] : kqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.BoundingBoxFollower::get_CurrentAttachmentName()] : kqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.BoundingBoxFollower::get_CurrentCollider()] : kqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoundingBoxFollower::get_IsTrigger()] : kqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::HandleRebuild(Spine.Unity.SkeletonRenderer)] : kqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::Initialize(System.Boolean)] : kqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::AddCollidersForSkin(Spine.Skin,System.Int32,UnityEngine.PolygonCollider2D[],System.Int32&)] : kqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::ClearState()] : kqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::DisposeExcessCollidersAfter(System.Int32)] : kqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::MatchAttachment(Spine.Attachment)] : kqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.Unity.BoundingBoxFollowerGraphic::get_Slot()] : kqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.Unity.BoundingBoxFollowerGraphic::get_CurrentAttachment()] : kra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.BoundingBoxFollowerGraphic::get_CurrentAttachmentName()] : krb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.BoundingBoxFollowerGraphic::get_CurrentCollider()] : krc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoundingBoxFollowerGraphic::get_IsTrigger()] : krd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::HandleRebuild(Spine.Unity.SkeletonGraphic)] : kre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::Initialize(System.Boolean)] : krf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::AddCollidersForSkin(Spine.Skin,System.Int32,UnityEngine.PolygonCollider2D[],System.Single,System.Int32&)] : krg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::ClearState()] : krh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::DisposeExcessCollidersAfter(System.Int32)] : kri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::MatchAttachment(Spine.Attachment)] : krj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.PointFollower::get_SkeletonRenderer()] : krk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.ISkeletonComponent Spine.Unity.PointFollower::get_SkeletonComponent()] : krl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.PointFollower::get_IsValid()] : krm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.PointFollower::Initialize()] : krn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.PointFollower::HandleRebuildRenderer(Spine.Unity.SkeletonRenderer)] : kro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.PointFollower::UpdateReferences()] : krp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonMecanim Spine.Unity.SkeletonMecanimRootMotion::get_SkeletonMecanim()] : krq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonMecanimRootMotion::GetRemainingRootMotion(System.Int32)] : krr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonMecanimRootMotion::GetRootMotionInfo(System.Int32)] : krs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanimRootMotion::OnClipApplied(Spine.Animation,System.Int32,System.Single,System.Single,System.Single,System.Boolean)] : krt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonMecanimRootMotion::CalculateAnimationsMovementDelta()] : kru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotion::GetRemainingRootMotion(System.Int32)] : krr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonRootMotion::GetRootMotionInfo(System.Int32)] : krs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonRootMotion::get_AdditionalScale()] : krv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotion::CalculateAnimationsMovementDelta()] : kru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotion::ApplyMixAlphaToDelta(UnityEngine.Vector2&,Spine.TrackEntry,Spine.TrackEntry)] : krw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRootMotionBase::get_UsesRigidbody()] : krx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::FindRigidbodyComponent()] : kry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Single Spine.Unity.SkeletonRootMotionBase::get_AdditionalScale()] : krv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::CalculateAnimationsMovementDelta()] : kru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetRemainingRootMotion(System.Int32)] : krr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonRootMotionBase::GetRootMotionInfo(System.Int32)] : krs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::SetRootMotionBone(System.String)] : krz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::AdjustRootMotionToDistance(UnityEngine.Vector2,System.Int32,System.Boolean,System.Boolean,System.Single,System.Single,System.Single,System.Single,System.Boolean,System.Boolean)] : ksa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetAnimationRootMotion(Spine.Animation)] : ksb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetAnimationRootMotion(System.Single,System.Single,Spine.Animation)] : ksc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonRootMotionBase::GetAnimationRootMotionInfo(Spine.Animation,System.Single)] : ksd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetTimelineMovementDelta(System.Single,System.Single,Spine.TranslateTimeline,Spine.Animation)] : kse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::GatherTopLevelBones()] : ksf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::HandleUpdateLocal(Spine.Unity.ISkeletonAnimation)] : ksg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::ApplyRootMotion(UnityEngine.Vector2,UnityEngine.Vector2)] : ksh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetScaleAffectingRootMotion()] : ksi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetScaleAffectingRootMotion(UnityEngine.Vector2&)] : ksj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetSkeletonSpaceMovementDelta(UnityEngine.Vector2,UnityEngine.Vector2&)] : ksk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::SetEffectiveBoneOffsetsTo(UnityEngine.Vector2,UnityEngine.Vector2)] : ksl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::ClearEffectiveBoneOffsets(UnityEngine.Vector2)] : ksm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AnimationState Spine.Unity.SkeletonAnimation::get_AnimationState()] : ksn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : ksp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : ksq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : ksr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : ksu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : ksv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : ksw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : ksx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : ksy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : ksz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : ktb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : ktc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : ktd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.SkeletonAnimation::get_AnimationName()] : kte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::set_AnimationName(System.String)] : ktf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonAnimation Spine.Unity.SkeletonAnimation::AddToGameObject(UnityEngine.GameObject,Spine.Unity.SkeletonDataAsset,System.Boolean)] : ktg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonAnimation Spine.Unity.SkeletonAnimation::NewSkeletonAnimationGameObject(Spine.Unity.SkeletonDataAsset,System.Boolean)] : kth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::ClearState()] : kti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::Initialize(System.Boolean,System.Boolean)] : ktj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::UpdateAnimationStatus(System.Single)] : ktk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::ApplyAnimation()] : ktl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonGraphic::get_SkeletonDataAsset()] : koo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.UpdateMode Spine.Unity.SkeletonGraphic::get_UpdateMode()] : ktm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::set_UpdateMode(Spine.Unity.UpdateMode)] : ktn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.List`1 Spine.Unity.SkeletonGraphic::get_SeparatorParts()] : kto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonGraphic Spine.Unity.SkeletonGraphic::NewSkeletonGraphicGameObject(Spine.Unity.SkeletonDataAsset,UnityEngine.Transform,UnityEngine.Material)] : ktp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonGraphic Spine.Unity.SkeletonGraphic::AddSkeletonGraphicComponent(UnityEngine.GameObject,Spine.Unity.SkeletonDataAsset,UnityEngine.Material)] : ktq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonGraphic::get_CustomTextureOverride()] : ktr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonGraphic::get_CustomMaterialOverride()] : kts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture Spine.Unity.SkeletonGraphic::get_OverrideTexture()] : ktt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::set_OverrideTexture(UnityEngine.Texture)] : ktu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::SyncRawImagesWithCanvasRenderers()] : ktv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateAnimationStatus(System.Single)] : ktw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::ApplyAnimation()] : ktx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::OnCullStateChanged(System.Boolean)] : kty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::ReapplySeparatorSlotNames()] : ktz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Unity.SkeletonGraphic::get_Skeleton()] : kua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::set_Skeleton(Spine.Skeleton)] : kub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonGraphic::get_SkeletonData()] : kuc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::get_IsValid()] : kud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_OnRebuild(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : kue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_OnRebuild(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : kuf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : kug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : kuh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.AnimationState Spine.Unity.SkeletonGraphic::get_AnimationState()] : ksn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGenerator Spine.Unity.SkeletonGraphic::get_MeshGenerator()] : kui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Mesh Spine.Unity.SkeletonGraphic::GetLastMesh()] : kuj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::MatchRectTransformWithBounds()] : kuk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::MatchRectTransformSingleRenderer()] : kul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::MatchRectTransformMultipleRenderers()] : kum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::SetRectTransformBounds(UnityEngine.Bounds)] : kun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kuo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : ksy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : ksz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : ktb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : ktc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : ktd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : kuq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : kur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::Clear()] : kus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::TrimRenderers()] : kut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::Initialize(System.Boolean)] : kuu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateMesh(System.Boolean)] : kuv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::HasMultipleSubmeshInstructions()] : kuw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::InitMeshBuffers()] : kux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::DisposeMeshBuffers()] : kuy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateMeshSingleCanvasRenderer()] : kuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateMeshMultipleCanvasRenderers(Spine.Unity.SkeletonRendererInstruction,System.Boolean)] : kva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::EnsureCanvasRendererCount(System.Int32)] : kvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::DisableUnusedCanvasRenderers(System.Int32)] : kvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::EnsureMeshesCount(System.Int32)] : kvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::DestroyMeshes()] : kve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::EnsureSeparatorPartCount()] : kvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateSeparatorPartParents()] : kvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::add__OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : kvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::remove__OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : kvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::add_OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : kvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::remove_OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : kvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Animator Spine.Unity.SkeletonMecanim/MecanimTranslator::get_Animator()] : kvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.SkeletonMecanim/MecanimTranslator::get_MecanimLayerCount()] : kvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String[] Spine.Unity.SkeletonMecanim/MecanimTranslator::get_MecanimLayerNames()] : kvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::Initialize(UnityEngine.Animator,Spine.Unity.SkeletonDataAsset)] : kvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonMecanim/MecanimTranslator::ApplyAnimation(Spine.Skeleton,UnityEngine.AnimatorClipInfo,UnityEngine.AnimatorStateInfo,System.Int32,System.Single,Spine.MixBlend,System.Boolean)] : kvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonMecanim/MecanimTranslator::ApplyInterruptionAnimation(Spine.Skeleton,System.Boolean,UnityEngine.AnimatorClipInfo,UnityEngine.AnimatorStateInfo,System.Int32,System.Single,Spine.MixBlend,System.Single,System.Boolean)] : kvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::OnClipAppliedCallback(Spine.Animation,UnityEngine.AnimatorStateInfo,System.Int32,System.Single,System.Boolean,System.Single)] : kvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::Apply(Spine.Skeleton)] : kvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.KeyValuePair`2 Spine.Unity.SkeletonMecanim/MecanimTranslator::GetActiveAnimationAndTime(System.Int32)] : kvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonMecanim/MecanimTranslator::AnimationTime(System.Single,System.Single,System.Boolean,System.Boolean)] : kvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonMecanim/MecanimTranslator::AnimationTime(System.Single,System.Single,System.Boolean)] : kvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::InitClipInfosForLayers()] : kvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::ClearClipInfosForLayers()] : kvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/MixMode Spine.Unity.SkeletonMecanim/MecanimTranslator::GetMixMode(System.Int32,Spine.MixBlend)] : kvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::GetStateUpdatesFromAnimator(System.Int32)] : kvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::GetAnimatorClipInfos(System.Int32,System.Boolean&,System.Int32&,System.Int32&,System.Int32&,System.Collections.Generic.IList`1&,System.Collections.Generic.IList`1&,System.Collections.Generic.IList`1&,System.Boolean&)] : kwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::GetAnimatorStateInfos(System.Int32,System.Boolean&,UnityEngine.AnimatorStateInfo&,UnityEngine.AnimatorStateInfo&,UnityEngine.AnimatorStateInfo&,System.Single&)] : kwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.Unity.SkeletonMecanim/MecanimTranslator::GetAnimation(UnityEngine.AnimationClip)] : kwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator Spine.Unity.SkeletonMecanim::get_Translator()] : kwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : kwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : kwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : kwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : ksy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : ksz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : ktb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : ktc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : ktd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::Initialize(System.Boolean,System.Boolean)] : ktj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::ApplyAnimation()] : kwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer/SpriteMaskInteractionMaterials::get_AnyMaterialCreated()] : kwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer/<>c__DisplayClass75_0::b__0(System.String)] : kwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.UpdateMode Spine.Unity.SkeletonRenderer::get_UpdateMode()] : kwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::set_UpdateMode(Spine.Unity.UpdateMode)] : kws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_generateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : kwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_generateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : kwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_GenerateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : kwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_GenerateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : kww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : kwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : kwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonRenderer::get_CustomMaterialOverride()] : kwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonRenderer::get_CustomSlotMaterials()] : kxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Skeleton Spine.Unity.SkeletonRenderer::get_Skeleton()] : kua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_OnRebuild(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : kxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_OnRebuild(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : kxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : kxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : kxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonRenderer::get_SkeletonDataAsset()] : koo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.SkeletonRenderer::NewSpineGameObject(Spine.Unity.SkeletonDataAsset,System.Boolean)] : kxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.SkeletonRenderer::AddSpineComponent(UnityEngine.GameObject,Spine.Unity.SkeletonDataAsset,System.Boolean)] : kxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::SetMeshSettings(Spine.Unity.MeshGenerator/Settings)] : kxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::ClearState()] : kti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::EnsureMeshGeneratorCapacity(System.Int32)] : kxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::Initialize(System.Boolean,System.Boolean)] : ktj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::FindAndApplySeparatorSlots(System.String,System.Boolean,System.Boolean)] : kxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::FindAndApplySeparatorSlots(System.Func`2,System.Boolean,System.Boolean)] : kxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::ReapplySeparatorSlotNames()] : kxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::AssignSpriteMaskMaterials()] : kxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer::InitSpriteMaskMaterialsInsideMask()] : kxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer::InitSpriteMaskMaterialsOutsideMask()] : kxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer::InitSpriteMaskMaterialsForMaskType(UnityEngine.Rendering.CompareFunction,UnityEngine.Material[]&)] : kxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::SetMaterialSettingsToFixDrawOrder()] : kxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::SetCustomMaterialOverrides()] : kxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::RemoveCustomMaterialOverrides()] : kxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::SetCustomTextureOverrides()] : kxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::RemoveCustomTextureOverrides()] : kxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::SetCustomSlotMaterials()] : kxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::RemoveCustomSlotMaterials()] : kxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::SetCustomMaterialOverrides()] : kxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::RemoveCustomMaterialOverrides()] : kxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGenerator Spine.Unity.SkeletonPartsRenderer::get_MeshGenerator()] : kxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.MeshRenderer Spine.Unity.SkeletonPartsRenderer::get_MeshRenderer()] : kya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.MeshFilter Spine.Unity.SkeletonPartsRenderer::get_MeshFilter()] : kyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonPartsRenderer/SkeletonPartsRendererDelegate)] : kyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonPartsRenderer/SkeletonPartsRendererDelegate)] : kyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::LazyIntialize()] : kye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::ClearMesh()] : kyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::RenderParts(Spine.ExposedList`1,System.Int32,System.Int32)] : kyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::SetPropertyBlock(UnityEngine.MaterialPropertyBlock)] : kyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonPartsRenderer Spine.Unity.SkeletonPartsRenderer::NewPartsRendererGameObject(UnityEngine.Transform,System.String,System.Int32)] : kyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.SkeletonRenderSeparator::get_SkeletonRenderer()] : kyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::set_SkeletonRenderer(Spine.Unity.SkeletonRenderer)] : kyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : kyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : kym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderSeparator Spine.Unity.SkeletonRenderSeparator::AddToSkeletonRenderer(Spine.Unity.SkeletonRenderer,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)] : kyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonPartsRenderer Spine.Unity.SkeletonRenderSeparator::AddPartsRenderer(System.Int32,System.String)] : kyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::HandleRender(Spine.Unity.SkeletonRendererInstruction)] : kyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.ActivateBasedOnFlipDirection::HandleFlip(System.Boolean)] : kyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.ActivateBasedOnFlipDirection::ResetJointPositions(UnityEngine.HingeJoint2D[])] : kyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.ActivateBasedOnFlipDirection::CompensateMovementAfterFlipX(UnityEngine.Transform,UnityEngine.Transform)] : kys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.FollowSkeletonUtilityRootRotation::CompensatePositionToYRotation()] : kyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.FollowSkeletonUtilityRootRotation::CompensatePositionToXRotation()] : kyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.SkeletonUtility::AddBoundingBoxGameObject(Spine.Skeleton,System.String,System.String,System.String,UnityEngine.Transform,System.Boolean)] : kyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.SkeletonUtility::AddBoundingBoxGameObject(System.String,Spine.BoundingBoxAttachment,Spine.Slot,UnityEngine.Transform,System.Boolean)] : kyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.SkeletonUtility::AddBoundingBoxAsComponent(Spine.BoundingBoxAttachment,Spine.Slot,UnityEngine.GameObject,System.Boolean)] : kyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::SetColliderPointsLocal(UnityEngine.PolygonCollider2D,Spine.Slot,Spine.BoundingBoxAttachment,System.Single)] : kyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Bounds Spine.Unity.SkeletonUtility::GetBoundingBoxBounds(Spine.BoundingBoxAttachment,System.Single)] : kyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rigidbody2D Spine.Unity.SkeletonUtility::AddBoneRigidbody2D(UnityEngine.GameObject,System.Boolean,System.Single)] : kza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::add_OnReset(Spine.Unity.SkeletonUtility/SkeletonUtilityDelegate)] : kzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::remove_OnReset(Spine.Unity.SkeletonUtility/SkeletonUtilityDelegate)] : kzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.ISkeletonComponent Spine.Unity.SkeletonUtility::get_SkeletonComponent()] : kzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Unity.SkeletonUtility::get_Skeleton()] : kze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonUtility::get_IsValid()] : kzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonUtility::get_PositionScale()] : kzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::ResubscribeEvents()] : kzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::HandleRendererReset(Spine.Unity.SkeletonRenderer)] : kzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::HandleRendererReset(Spine.Unity.SkeletonGraphic)] : kzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::RegisterBone(Spine.Unity.SkeletonUtilityBone)] : kzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UnregisterBone(Spine.Unity.SkeletonUtilityBone)] : kzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::RegisterConstraint(Spine.Unity.SkeletonUtilityConstraint)] : kzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UnregisterConstraint(Spine.Unity.SkeletonUtilityConstraint)] : kzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::CollectBones()] : kzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateLocal(Spine.Unity.ISkeletonAnimation)] : kzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateWorld(Spine.Unity.ISkeletonAnimation)] : kzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateComplete(Spine.Unity.ISkeletonAnimation)] : kzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateAllBones(Spine.Unity.SkeletonUtilityBone/UpdatePhase)] : kzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Transform Spine.Unity.SkeletonUtility::GetBoneRoot()] : kzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.GameObject Spine.Unity.SkeletonUtility::SpawnRoot(Spine.Unity.SkeletonUtilityBone/Mode,System.Boolean,System.Boolean,System.Boolean)] : kzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.GameObject Spine.Unity.SkeletonUtility::SpawnHierarchy(Spine.Unity.SkeletonUtilityBone/Mode,System.Boolean,System.Boolean,System.Boolean)] : kzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.GameObject Spine.Unity.SkeletonUtility::SpawnBoneRecursively(Spine.Bone,UnityEngine.Transform,Spine.Unity.SkeletonUtilityBone/Mode,System.Boolean,System.Boolean,System.Boolean)] : kzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.GameObject Spine.Unity.SkeletonUtility::SpawnBone(Spine.Bone,UnityEngine.Transform,Spine.Unity.SkeletonUtilityBone/Mode,System.Boolean,System.Boolean,System.Boolean)] : kzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonUtilityBone::get_IncompatibleTransformMode()] : kzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityBone::HandleOnReset()] : kzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityBone::DoUpdate(Spine.Unity.SkeletonUtilityBone/UpdatePhase)] : laa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonUtilityBone::BoneTransformModeIncompatible(Spine.Bone)] : lab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityBone::AddBoundingBox(System.String,System.String,System.String)] : lac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityConstraint::DoUpdate()] : lad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : ksy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : ksz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : kta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : ktb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : ktc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : ktd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Skeleton Spine.Unity.ISkeletonAnimation::get_Skeleton()] : kua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.IHasSkeletonDataAsset::get_SkeletonDataAsset()] : koo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.ISkeletonComponent::get_SkeletonDataAsset()] : koo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Skeleton Spine.Unity.ISkeletonComponent::get_Skeleton()] : kua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.AnimationState Spine.Unity.IAnimationStateComponent::get_AnimationState()] : ksn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.IHasSkeletonRenderer::get_SkeletonRenderer()] : krk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.ISkeletonComponent Spine.Unity.IHasSkeletonComponent::get_SkeletonComponent()] : krl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.DoubleBuffered`1::GetCurrent()] : lae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.DoubleBuffered`1::GetNext()] : laf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGenerator/Settings Spine.Unity.MeshGenerator/Settings::get_Default()] : lag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.MeshGenerator::get_VertexCount()] : lah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGeneratorBuffers Spine.Unity.MeshGenerator::get_Buffers()] : lai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::GenerateSingleSubmeshInstruction(Spine.Unity.SkeletonRendererInstruction,Spine.Skeleton,UnityEngine.Material)] : laj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.MeshGenerator::RequiresMultipleSubmeshesByDrawOrder(Spine.Skeleton)] : lak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::GenerateSkeletonRendererInstruction(Spine.Unity.SkeletonRendererInstruction,Spine.Skeleton,System.Collections.Generic.Dictionary`2,System.Collections.Generic.List`1,System.Boolean,System.Boolean)] : lal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::TryReplaceMaterials(Spine.ExposedList`1,System.Collections.Generic.Dictionary`2)] : lam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::Begin()] : lan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::AddSubmesh(Spine.Unity.SubmeshInstruction,System.Boolean)] : lao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::BuildMesh(Spine.Unity.SkeletonRendererInstruction,System.Boolean)] : lap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::BuildMeshWithArrays(Spine.Unity.SkeletonRendererInstruction,System.Boolean)] : laq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::ScaleVertexData(System.Single)] : lar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::AddAttachmentTintBlack(System.Single,System.Single,System.Single,System.Single,System.Int32)] : las +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillVertexData(UnityEngine.Mesh)] : lat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillLateVertexData(UnityEngine.Mesh)] : lau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillTriangles(UnityEngine.Mesh)] : lav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::EnsureVertexCapacity(System.Int32,System.Boolean,System.Boolean,System.Boolean)] : law +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::TrimExcess()] : lax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::SolveTangents2DEnsureSize(UnityEngine.Vector4[]&,UnityEngine.Vector2[]&,System.Int32,System.Int32)] : lay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::SolveTangents2DTriangles(UnityEngine.Vector2[],System.Int32[],System.Int32,UnityEngine.Vector3[],UnityEngine.Vector2[],System.Int32)] : laz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::SolveTangents2DBuffer(UnityEngine.Vector4[],UnityEngine.Vector2[],System.Int32)] : lba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillMeshLocal(UnityEngine.Mesh,Spine.RegionAttachment)] : lbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillMeshLocal(UnityEngine.Mesh,Spine.MeshAttachment,Spine.SkeletonData)] : lbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers/SmartMesh::Clear()] : lbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers::Initialize()] : lbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material[] Spine.Unity.MeshRendererBuffers::GetUpdatedSharedMaterialsArray()] : lbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.MeshRendererBuffers::MaterialsChangedInLastUpdate()] : lbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers::UpdateSharedMaterials(Spine.ExposedList`1)] : lbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshRendererBuffers/SmartMesh Spine.Unity.MeshRendererBuffers::GetNextMesh()] : lbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers::Clear()] : lbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::Clear()] : lbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::Dispose()] : lbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::SetWithSubset(Spine.ExposedList`1,System.Int32,System.Int32)] : lbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::Set(Spine.Unity.SkeletonRendererInstruction)] : lbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRendererInstruction::GeometryNotEqual(Spine.Unity.SkeletonRendererInstruction,Spine.Unity.SkeletonRendererInstruction)] : lbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Mesh Spine.Unity.SpineMesh::NewSkeletonMesh()] : lbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.SubmeshInstruction::get_SlotCount()] : lbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.BlendModeMaterialsAsset/AtlasMaterialCache::CloneAtlasRegionWithMaterial(Spine.AtlasRegion,UnityEngine.Material)] : lbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasPage Spine.Unity.BlendModeMaterialsAsset/AtlasMaterialCache::GetAtlasPageWithMaterial(Spine.AtlasPage,UnityEngine.Material)] : lbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterialsAsset::Apply(Spine.SkeletonData)] : kpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterialsAsset::ApplyMaterials(Spine.SkeletonData,UnityEngine.Material,UnityEngine.Material,UnityEngine.Material,System.Boolean)] : lbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Unity.SpineBone::GetBone(System.String,Spine.Unity.SkeletonRenderer)] : lbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.Unity.SpineBone::GetBoneData(System.String,Spine.Unity.SkeletonDataAsset)] : lbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineAttachment/Hierarchy Spine.Unity.SpineAttachment::GetHierarchy(System.String)] : lbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.SpineAttachment::GetAttachment(System.String,Spine.SkeletonData)] : lbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.SpineAttachment::GetAttachment(System.String,Spine.Unity.SkeletonDataAsset)] : lby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.Skeleton)] : lbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.RegionAttachment)] : lca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.MeshAttachment)] : lcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.Slot)] : lcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColorTintBlack(Spine.Slot)] : lcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Skeleton,UnityEngine.Color)] : lce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Skeleton,UnityEngine.Color32)] : lcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Slot,UnityEngine.Color)] : lcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Slot,UnityEngine.Color32)] : lch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.RegionAttachment,UnityEngine.Color)] : lci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.RegionAttachment,UnityEngine.Color32)] : lcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.MeshAttachment,UnityEngine.Color)] : lck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.MeshAttachment,UnityEngine.Color32)] : lcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetLocalScale(Spine.Skeleton,UnityEngine.Vector2)] : lcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Matrix4x4 Spine.Unity.SkeletonExtensions::GetMatrix4x4(Spine.Bone)] : lcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetLocalPosition(Spine.Bone,UnityEngine.Vector2)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetLocalPosition(Spine.Bone,UnityEngine.Vector3)] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetLocalPosition(Spine.Bone)] : lcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetSkeletonSpacePosition(Spine.Bone)] : lcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetSkeletonSpacePosition(Spine.Bone,UnityEngine.Vector2)] : lcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.Bone,UnityEngine.Transform)] : lct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.Bone,UnityEngine.Transform,System.Single)] : lcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Quaternion Spine.Unity.SkeletonExtensions::GetQuaternion(Spine.Bone)] : lcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Quaternion Spine.Unity.SkeletonExtensions::GetLocalQuaternion(Spine.Bone)] : lcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetLocalScale(Spine.Skeleton)] : lcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::GetWorldToLocalMatrix(Spine.Bone,System.Single&,System.Single&,System.Single&,System.Single&)] : lcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::WorldToLocal(Spine.Bone,UnityEngine.Vector2)] : lcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::SetPositionSkeletonSpace(Spine.Bone,UnityEngine.Vector2)] : lda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material Spine.Unity.SkeletonExtensions::GetMaterial(Spine.Attachment)] : ldb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2[] Spine.Unity.SkeletonExtensions::GetLocalVertices(Spine.VertexAttachment,Spine.Slot,UnityEngine.Vector2[])] : ldc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2[] Spine.Unity.SkeletonExtensions::GetWorldVertices(Spine.VertexAttachment,Spine.Slot,UnityEngine.Vector2[])] : ldd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.PointAttachment,Spine.Slot,UnityEngine.Transform)] : lde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.PointAttachment,Spine.Bone,UnityEngine.Transform)] : ldf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineAnimation Spine.Unity.WaitForSpineAnimation::NowWaitFor(Spine.TrackEntry,Spine.Unity.WaitForSpineAnimation/AnimationEventTypes)] : ldg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineAnimation::System.Collections.IEnumerator.MoveNext()] : ldh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineAnimation::System.Collections.IEnumerator.Reset()] : ldi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Unity.WaitForSpineAnimation::System.Collections.IEnumerator.get_Current()] : ldj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineAnimation::SafeSubscribe(Spine.TrackEntry,Spine.Unity.WaitForSpineAnimation/AnimationEventTypes)] : ldk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineAnimation::HandleComplete(Spine.TrackEntry)] : ldl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineAnimationComplete Spine.Unity.WaitForSpineAnimationComplete::NowWaitFor(Spine.TrackEntry,System.Boolean)] : ldm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineAnimationEnd Spine.Unity.WaitForSpineAnimationEnd::NowWaitFor(Spine.TrackEntry)] : ldn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::Subscribe(Spine.AnimationState,Spine.EventData,System.Boolean)] : ldo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::SubscribeByName(Spine.AnimationState,System.String,System.Boolean)] : ldp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::HandleAnimationStateEventByName(Spine.TrackEntry,Spine.Event)] : ldq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::HandleAnimationStateEvent(Spine.TrackEntry,Spine.Event)] : ldr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineEvent::get_WillUnsubscribeAfterFiring()] : lds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::set_WillUnsubscribeAfterFiring(System.Boolean)] : ldt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineEvent Spine.Unity.WaitForSpineEvent::NowWaitFor(Spine.AnimationState,Spine.EventData,System.Boolean)] : ldu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineEvent Spine.Unity.WaitForSpineEvent::NowWaitFor(Spine.AnimationState,System.String,System.Boolean)] : ldv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::Clear(Spine.AnimationState)] : ldw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineEvent::System.Collections.IEnumerator.MoveNext()] : ldx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::System.Collections.IEnumerator.Reset()] : ldy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Unity.WaitForSpineEvent::System.Collections.IEnumerator.get_Current()] : ldz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineTrackEntryEnd::HandleEnd(Spine.TrackEntry)] : lea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineTrackEntryEnd::SafeSubscribe(Spine.TrackEntry)] : leb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineTrackEntryEnd Spine.Unity.WaitForSpineTrackEntryEnd::NowWaitFor(Spine.TrackEntry)] : lec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineTrackEntryEnd::System.Collections.IEnumerator.MoveNext()] : led +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineTrackEntryEnd::System.Collections.IEnumerator.Reset()] : lee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Unity.WaitForSpineTrackEntryEnd::System.Collections.IEnumerator.get_Current()] : lef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.AnimationTools.TimelineExtensions::Evaluate(Spine.TranslateTimeline,System.Single,Spine.SkeletonData)] : leg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TranslateTimeline Spine.Unity.AnimationTools.TimelineExtensions::FindTranslateTimelineForBone(Spine.Animation,System.Int32)] : leh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Texture2D,UnityEngine.Material,System.Single)] : lei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Texture2D,UnityEngine.Shader,System.Single,UnityEngine.Material)] : lej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegionPMAClone(UnityEngine.Texture2D,UnityEngine.Material,UnityEngine.TextureFormat,System.Boolean)] : lek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegionPMAClone(UnityEngine.Texture2D,UnityEngine.Shader,UnityEngine.TextureFormat,System.Boolean,UnityEngine.Material)] : lel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasPage Spine.Unity.AttachmentTools.AtlasUtilities::ToSpineAtlasPage(UnityEngine.Material)] : lem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Sprite,Spine.AtlasPage)] : len +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Sprite,UnityEngine.Material)] : leo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegionPMAClone(UnityEngine.Sprite,UnityEngine.Material,UnityEngine.TextureFormat,System.Boolean)] : lep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegionPMAClone(UnityEngine.Sprite,UnityEngine.Shader,UnityEngine.TextureFormat,System.Boolean,UnityEngine.Material)] : leq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Sprite,System.Boolean)] : ler +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::GetRepackedAttachments(System.Collections.Generic.List`1,System.Collections.Generic.List`1,UnityEngine.Material,UnityEngine.Material&,UnityEngine.Texture2D&,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.String,System.Boolean,System.Boolean)] : les +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Unity.AttachmentTools.AtlasUtilities::GetRepackedSkin(Spine.Skin,System.String,UnityEngine.Material,UnityEngine.Material&,UnityEngine.Texture2D&,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean,System.Boolean,System.Int32[],UnityEngine.Texture2D[],UnityEngine.TextureFormat[],System.Boolean[])] : let +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Unity.AttachmentTools.AtlasUtilities::GetRepackedSkin(Spine.Skin,System.String,UnityEngine.Shader,UnityEngine.Material&,UnityEngine.Texture2D&,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,UnityEngine.Material,System.Boolean,System.Boolean,System.Int32[],UnityEngine.Texture2D[],UnityEngine.TextureFormat[],System.Boolean[])] : leu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Sprite Spine.Unity.AttachmentTools.AtlasUtilities::ToSprite(Spine.AtlasRegion,System.Single)] : lev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::ClearCache()] : lew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::ToTexture(Spine.AtlasRegion,UnityEngine.TextureFormat,System.Boolean,System.Int32,System.Boolean,System.Boolean)] : lex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::ToTexture(UnityEngine.Sprite,UnityEngine.TextureFormat,System.Boolean,System.Boolean,System.Boolean)] : ley +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetClone(UnityEngine.Texture2D,UnityEngine.TextureFormat,System.Boolean,System.Boolean,System.Boolean)] : lez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::CopyTexture(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Texture2D)] : lfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::CopyTextureApplyPMA(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Texture2D)] : lfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.AttachmentTools.AtlasUtilities::IsRenderable(Spine.Attachment)] : lfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::SpineUnityFlipRect(UnityEngine.Rect,System.Int32)] : lfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::GetUnityRect(Spine.AtlasRegion)] : lfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::GetUnityRect(Spine.AtlasRegion,System.Int32)] : lff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::GetSpineAtlasRect(Spine.AtlasRegion,System.Boolean)] : lfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::UVRectToTextureRect(UnityEngine.Rect,System.Int32,System.Int32)] : lfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::TextureRectToUVRect(UnityEngine.Rect,System.Int32,System.Int32)] : lfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::UVRectToAtlasRegion(UnityEngine.Rect,Spine.AtlasRegion,Spine.AtlasPage)] : lfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetMainTexture(Spine.AtlasRegion)] : lfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetTexture(Spine.AtlasRegion,System.String)] : lfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetTexture(Spine.AtlasRegion,System.Int32)] : lfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::CopyTextureAttributesFrom(UnityEngine.Texture2D,UnityEngine.Texture2D)] : lfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.AttachmentTools.AtlasUtilities::InverseLerp(System.Single,System.Single,System.Single)] : lfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetCopy(Spine.Attachment,System.Boolean)] : lfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetLinkedMesh(Spine.MeshAttachment,System.String,Spine.AtlasRegion)] : lfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetLinkedMesh(Spine.MeshAttachment,UnityEngine.Sprite,UnityEngine.Shader,UnityEngine.Material)] : lfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetLinkedMesh(Spine.MeshAttachment,UnityEngine.Sprite,UnityEngine.Material)] : lfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetRemappedClone(Spine.Attachment,UnityEngine.Sprite,UnityEngine.Material,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)] : lft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetRemappedClone(Spine.Attachment,Spine.AtlasRegion,System.Boolean,System.Boolean,System.Single)] : lfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AttachmentRegionExtensions::GetRegion(Spine.Attachment)] : lfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AttachmentRegionExtensions::GetRegion(Spine.RegionAttachment)] : lfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AttachmentRegionExtensions::GetRegion(Spine.MeshAttachment)] : lfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRegion(Spine.Attachment,Spine.AtlasRegion,System.Boolean)] : lfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRegion(Spine.RegionAttachment,Spine.AtlasRegion,System.Boolean)] : lfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRegion(Spine.MeshAttachment,Spine.AtlasRegion,System.Boolean)] : lga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachment(UnityEngine.Sprite,UnityEngine.Material,System.Single)] : lgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachment(UnityEngine.Sprite,Spine.AtlasPage,System.Single)] : lgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachmentPMAClone(UnityEngine.Sprite,UnityEngine.Shader,UnityEngine.TextureFormat,System.Boolean,UnityEngine.Material,System.Single)] : lgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachmentPMAClone(UnityEngine.Sprite,UnityEngine.Material,UnityEngine.TextureFormat,System.Boolean,System.Single)] : lge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachment(Spine.AtlasRegion,System.String,System.Single,System.Single)] : lgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetScale(Spine.RegionAttachment,UnityEngine.Vector2)] : lgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetScale(Spine.RegionAttachment,System.Single,System.Single)] : lgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetPositionOffset(Spine.RegionAttachment,UnityEngine.Vector2)] : lgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetPositionOffset(Spine.RegionAttachment,System.Single,System.Single)] : lgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRotation(Spine.RegionAttachment,System.Single)] : lgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Unity.AttachmentTools.SkinUtilities::UnshareSkin(Spine.Skeleton,System.Boolean,System.Boolean,Spine.AnimationState)] : lgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Unity.AttachmentTools.SkinUtilities::GetClonedSkin(Spine.Skeleton,System.String,System.Boolean,System.Boolean,System.Boolean)] : lgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Unity.AttachmentTools.SkinUtilities::GetClone(Spine.Skin)] : lgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::SetAttachment(Spine.Skin,System.String,System.String,Spine.Attachment,Spine.Skeleton)] : lgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::AddAttachments(Spine.Skin,Spine.Skin)] : lgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.AttachmentTools.SkinUtilities::GetAttachment(Spine.Skin,System.String,System.String,Spine.Skeleton)] : lgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::SetAttachment(Spine.Skin,System.Int32,System.String,Spine.Attachment)] : lgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::RemoveAttachment(Spine.Skin,System.String,System.String,Spine.SkeletonData)] : lgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::Clear(Spine.Skin)] : lgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::Append(Spine.Skin,Spine.Skin)] : lgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::CopyTo(Spine.Skin,Spine.Skin,System.Boolean,System.Boolean,System.Boolean)] : lgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.Deprecated.SlotBlendModes::get_MaterialTable()] : lgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material Spine.Unity.Deprecated.SlotBlendModes::GetOrAddMaterialFor(UnityEngine.Material,UnityEngine.Texture2D)] : lgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.Deprecated.SlotBlendModes/MaterialWithRefcount Spine.Unity.Deprecated.SlotBlendModes::GetExistingMaterialFor(UnityEngine.Material,UnityEngine.Texture2D)] : lgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::RemoveMaterialFromTable(UnityEngine.Material,UnityEngine.Texture2D)] : lgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.Deprecated.SlotBlendModes::get_Applied()] : lha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::set_Applied(System.Boolean)] : lhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::Apply()] : lhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::Remove()] : lhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::GetTexture()] : lhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Contains(TKey)] : lhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Add(TKey)] : lhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Clear()] : lhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.get_IsReadOnly()] : lhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Remove(TKey)] : lhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.IEnumerable.GetEnumerator()] : lhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Contains(TValue)] : lhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Add(TValue)] : lhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Clear()] : lhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.get_IsReadOnly()] : lho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Remove(TValue)] : lhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.IEnumerable.GetEnumerator()] : lhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/d__34::System.IDisposable.Dispose()] : lhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.KeyValuePair`2 Spine.Collections.OrderedDictionary`2/d__34::System.Collections.Generic.IEnumerator>.get_Current()] : lhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/d__34::System.Collections.IEnumerator.Reset()] : lht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Collections.OrderedDictionary`2/d__34::System.Collections.IEnumerator.get_Current()] : lhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IEqualityComparer`1 Spine.Collections.OrderedDictionary`2::get_Comparer()] : lhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2::Insert(System.Int32,TKey,TValue)] : lhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] TKey Spine.Collections.OrderedDictionary`2::GetKey(System.Int32)] : lhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Collections.OrderedDictionary`2::IndexOf(TKey)] : lhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2/KeyCollection Spine.Collections.OrderedDictionary`2::get_Keys()] : lhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2/ValueCollection Spine.Collections.OrderedDictionary`2::get_Values()] : lia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Collections.OrderedDictionary`2::System.Collections.Generic.IList>.IndexOf(System.Collections.Generic.KeyValuePair`2)] : lib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2::System.Collections.Generic.IList>.Insert(System.Int32,System.Collections.Generic.KeyValuePair`2)] : lic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.ICollection`1 Spine.Collections.OrderedDictionary`2::System.Collections.Generic.IDictionary.get_Keys()] : lid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.ICollection`1 Spine.Collections.OrderedDictionary`2::System.Collections.Generic.IDictionary.get_Values()] : lie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2::System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair`2)] : lif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2::System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair`2)] : lig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2::System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Int32)] : lih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2::System.Collections.Generic.ICollection>.get_IsReadOnly()] : lii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2::System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair`2)] : lij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Collections.OrderedDictionary`2::System.Collections.IEnumerable.GetEnumerator()] : lik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.KeyValuePair`2[] Spine.Collections.OrderedDictionaryDebugView`2::get_Items()] : lil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2 Spine.Collections.CollectionExtensions::ToOrderedDictionary(System.Collections.Generic.IEnumerable`1,System.Func`2)] : lim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2 Spine.Collections.CollectionExtensions::ToOrderedDictionary(System.Collections.Generic.IEnumerable`1,System.Func`2,System.Collections.Generic.IEqualityComparer`1)] : lin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpService MaxCmpService::get_Instance()] : lio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpService::ShowCmpForExistingUser(System.Action`1)] : lip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxCmpService::get_HasSupportedCmp()] : liq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpService::NotifyCompletedIfNeeded(System.Collections.Generic.Dictionary`2)] : lir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpError MaxCmpError::Create(System.Collections.Generic.IDictionary`2)] : lis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpError/ErrorCode MaxCmpError::GetCode(System.Int32)] : lit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpError/ErrorCode MaxCmpError::get_Code()] : liu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_Code(MaxCmpError/ErrorCode)] : liv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxCmpError::get_Message()] : liw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_Message(System.String)] : lix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxCmpError::get_CmpCode()] : liy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_CmpCode(System.Int32)] : liz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxCmpError::get_CmpMessage()] : lja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_CmpMessage(System.String)] : ljb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdk::get_Version()] : ljc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/AdViewPosition MaxSdkBase/AdViewConfiguration::get_Position()] : ljd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_Position(MaxSdkBase/AdViewPosition)] : lje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkBase/AdViewConfiguration::get_XCoordinate()] : ljf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_XCoordinate(System.Single)] : ljg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkBase/AdViewConfiguration::get_YCoordinate()] : ljh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_YCoordinate(System.Single)] : lji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/AdViewConfiguration::get_IsAdaptive()] : ljj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_IsAdaptive(System.Boolean)] : ljk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/AdViewConfiguration::get_UseCoordinates()] : ljl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_UseCoordinates(System.Boolean)] : ljm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/SdkConfiguration::get_IsSuccessfullyInitialized()] : ljn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_IsSuccessfullyInitialized(System.Boolean)] : ljo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/SdkConfiguration::get_CountryCode()] : ljp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_CountryCode(System.String)] : ljq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/AppTrackingStatus MaxSdkBase/SdkConfiguration::get_AppTrackingStatus()] : ljr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_AppTrackingStatus(MaxSdkBase/AppTrackingStatus)] : ljs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/SdkConfiguration::get_IsTestModeEnabled()] : ljt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_IsTestModeEnabled(System.Boolean)] : lju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ConsentFlowUserGeography MaxSdkBase/SdkConfiguration::get_ConsentFlowUserGeography()] : ljv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_ConsentFlowUserGeography(MaxSdkBase/ConsentFlowUserGeography)] : ljw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ConsentDialogState MaxSdkBase/SdkConfiguration::get_ConsentDialogState()] : ljx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_ConsentDialogState(MaxSdkBase/ConsentDialogState)] : ljy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/SdkConfiguration MaxSdkBase/SdkConfiguration::Create(System.Collections.Generic.IDictionary`2)] : ljz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/Reward::IsValid()] : lka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_AdUnitIdentifier()] : lkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_AdUnitIdentifier(System.String)] : lkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_AdFormat()] : lkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_AdFormat(System.String)] : lke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_NetworkName()] : lkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_NetworkName(System.String)] : lkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_NetworkPlacement()] : lkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_NetworkPlacement(System.String)] : lki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_Placement()] : lkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_Placement(System.String)] : lkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_CreativeIdentifier()] : lkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_CreativeIdentifier(System.String)] : lkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Double MaxSdkBase/AdInfo::get_Revenue()] : lkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_Revenue(System.Double)] : lko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_RevenuePrecision()] : lkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_RevenuePrecision(System.String)] : lkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo MaxSdkBase/AdInfo::get_WaterfallInfo()] : lkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_WaterfallInfo(MaxSdkBase/WaterfallInfo)] : lks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/AdInfo::get_LatencyMillis()] : lkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_LatencyMillis(System.Int64)] : lku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_DspName()] : lkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_DspName(System.String)] : lkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/WaterfallInfo/<>c::b__17_0(MaxSdkBase/NetworkResponseInfo)] : lkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/WaterfallInfo::get_Name()] : lky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_Name(System.String)] : lkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/WaterfallInfo::get_TestName()] : lla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_TestName(System.String)] : llb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkBase/WaterfallInfo::get_NetworkResponses()] : llc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_NetworkResponses(System.Collections.Generic.List`1)] : lld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/WaterfallInfo::get_LatencyMillis()] : lle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_LatencyMillis(System.Int64)] : llf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/NetworkResponseInfo/<>c::b__25_0(System.Collections.Generic.KeyValuePair`2)] : llg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/MaxAdLoadState MaxSdkBase/NetworkResponseInfo::get_AdLoadState()] : llh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_AdLoadState(MaxSdkBase/MaxAdLoadState)] : lli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/MediatedNetworkInfo MaxSdkBase/NetworkResponseInfo::get_MediatedNetwork()] : llj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_MediatedNetwork(MaxSdkBase/MediatedNetworkInfo)] : llk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.Dictionary`2 MaxSdkBase/NetworkResponseInfo::get_Credentials()] : lll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_Credentials(System.Collections.Generic.Dictionary`2)] : llm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/NetworkResponseInfo::get_IsBidding()] : lln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_IsBidding(System.Boolean)] : llo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/NetworkResponseInfo::get_LatencyMillis()] : llp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_LatencyMillis(System.Int64)] : llq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ErrorInfo MaxSdkBase/NetworkResponseInfo::get_Error()] : llr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_Error(MaxSdkBase/ErrorInfo)] : lls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_Name()] : llt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_Name(System.String)] : llu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_AdapterClassName()] : llv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_AdapterClassName(System.String)] : llw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_AdapterVersion()] : llx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_AdapterVersion(System.String)] : lly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_SdkVersion()] : llz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_SdkVersion(System.String)] : lma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/InitializationStatus MaxSdkBase/MediatedNetworkInfo::get_InitializationStatus()] : lmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_InitializationStatus(MaxSdkBase/InitializationStatus)] : lmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/InitializationStatus MaxSdkBase/MediatedNetworkInfo::InitializationStatusFromCode(System.Int32)] : lmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ErrorCode MaxSdkBase/ErrorInfo::get_Code()] : lme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_Code(MaxSdkBase/ErrorCode)] : lmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/ErrorInfo::get_Message()] : lmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_Message(System.String)] : lmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/ErrorInfo::get_MediatedNetworkErrorCode()] : lmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_MediatedNetworkErrorCode(System.Int32)] : lmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/ErrorInfo::get_MediatedNetworkErrorMessage()] : lmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_MediatedNetworkErrorMessage(System.String)] : lml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/ErrorInfo::get_AdLoadFailureInfo()] : lmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_AdLoadFailureInfo(System.String)] : lmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo MaxSdkBase/ErrorInfo::get_WaterfallInfo()] : lmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_WaterfallInfo(MaxSdkBase/WaterfallInfo)] : lmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/ErrorInfo::get_LatencyMillis()] : lmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_LatencyMillis(System.Int64)] : lmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Left()] : lms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Left(System.Int32)] : lmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Top()] : lmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Top(System.Int32)] : lmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Right()] : lmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Right(System.Int32)] : lmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Bottom()] : lmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Bottom(System.Int32)] : lmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkBase::get_InvokeEventsOnUnityMainThread()] : lna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::set_InvokeEventsOnUnityMainThread(System.Nullable`1)] : lnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpService MaxSdkBase::get_CmpService()] : lnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase::get_DisableAllLogs()] : lnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::set_DisableAllLogs(System.Boolean)] : lne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::ValidateAdUnitIdentifier(System.String,System.String)] : lnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::InitializeEventExecutor()] : lng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase::GenerateMetaData()] : lnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Rect MaxSdkBase::GetRectFromString(System.String)] : lni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::HandleExtraParameter(System.String,System.String)] : lnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::HandleBackgroundCallback(System.String)] : lnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase::SerializeLocalExtraParameterValue(System.Object)] : lnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AdPositionExtenstion::ToSnakeCaseString(MaxSdkBase/AdViewPosition)] : lnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdLoadedEvent(System.Action`2)] : lnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdLoadedEvent(System.Action`2)] : lno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdLoadFailedEvent(System.Action`2)] : lnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdLoadFailedEvent(System.Action`2)] : lnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdDisplayedEvent(System.Action`2)] : lnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdDisplayedEvent(System.Action`2)] : lns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdDisplayFailedEvent(System.Action`3)] : lnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdDisplayFailedEvent(System.Action`3)] : lnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdClickedEvent(System.Action`2)] : lnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdClickedEvent(System.Action`2)] : lnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdRevenuePaidEvent(System.Action`2)] : lnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdRevenuePaidEvent(System.Action`2)] : lny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnExpiredAdReloadedEvent(System.Action`3)] : lnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnExpiredAdReloadedEvent(System.Action`3)] : loa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : lob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : loc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdHiddenEvent(System.Action`2)] : lod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdHiddenEvent(System.Action`2)] : loe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdLoadedEvent(System.Action`2)] : lof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdLoadedEvent(System.Action`2)] : log +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdLoadFailedEvent(System.Action`2)] : loh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdLoadFailedEvent(System.Action`2)] : loi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdDisplayedEvent(System.Action`2)] : loj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdDisplayedEvent(System.Action`2)] : lok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdDisplayFailedEvent(System.Action`3)] : lol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdDisplayFailedEvent(System.Action`3)] : lom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdClickedEvent(System.Action`2)] : lon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdClickedEvent(System.Action`2)] : loo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdRevenuePaidEvent(System.Action`2)] : lop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdRevenuePaidEvent(System.Action`2)] : loq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnExpiredAdReloadedEvent(System.Action`3)] : lor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnExpiredAdReloadedEvent(System.Action`3)] : los +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdHiddenEvent(System.Action`2)] : lot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdHiddenEvent(System.Action`2)] : lou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdLoadedEvent(System.Action`2)] : lov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdLoadedEvent(System.Action`2)] : low +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdLoadFailedEvent(System.Action`2)] : lox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdLoadFailedEvent(System.Action`2)] : loy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdDisplayedEvent(System.Action`2)] : loz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdDisplayedEvent(System.Action`2)] : lpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdDisplayFailedEvent(System.Action`3)] : lpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdDisplayFailedEvent(System.Action`3)] : lpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdClickedEvent(System.Action`2)] : lpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdClickedEvent(System.Action`2)] : lpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdRevenuePaidEvent(System.Action`2)] : lpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdRevenuePaidEvent(System.Action`2)] : lpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnExpiredAdReloadedEvent(System.Action`3)] : lph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnExpiredAdReloadedEvent(System.Action`3)] : lpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : lpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : lpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdReceivedRewardEvent(System.Action`3)] : lpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdReceivedRewardEvent(System.Action`3)] : lpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdHiddenEvent(System.Action`2)] : lpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdHiddenEvent(System.Action`2)] : lpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdLoadedEvent(System.Action`2)] : lpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdLoadedEvent(System.Action`2)] : lpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdLoadFailedEvent(System.Action`2)] : lpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdLoadFailedEvent(System.Action`2)] : lps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdClickedEvent(System.Action`2)] : lpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdClickedEvent(System.Action`2)] : lpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdRevenuePaidEvent(System.Action`2)] : lpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdRevenuePaidEvent(System.Action`2)] : lpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : lpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : lpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdExpandedEvent(System.Action`2)] : lpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdExpandedEvent(System.Action`2)] : lqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdCollapsedEvent(System.Action`2)] : lqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdCollapsedEvent(System.Action`2)] : lqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdLoadedEvent(System.Action`2)] : lqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdLoadedEvent(System.Action`2)] : lqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdLoadFailedEvent(System.Action`2)] : lqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdLoadFailedEvent(System.Action`2)] : lqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdClickedEvent(System.Action`2)] : lqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdClickedEvent(System.Action`2)] : lqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdRevenuePaidEvent(System.Action`2)] : lqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdRevenuePaidEvent(System.Action`2)] : lqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : lql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : lqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdExpandedEvent(System.Action`2)] : lqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdExpandedEvent(System.Action`2)] : lqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdCollapsedEvent(System.Action`2)] : lqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdCollapsedEvent(System.Action`2)] : lqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/<>c__DisplayClass15_0`1::b__0()] : lqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/<>c__DisplayClass16_0`2::b__0()] : lqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/<>c__DisplayClass17_0`3::b__0()] : lqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::add_OnSdkInitializedEvent(System.Action`1)] : lqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::remove_OnSdkInitializedEvent(System.Action`1)] : lqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::add_OnApplicationStateChangedEvent(System.Action`1)] : lqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::remove_OnApplicationStateChangedEvent(System.Action`1)] : lqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::ForwardEvent(System.String)] : lqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action,System.String,System.Boolean)] : lqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action`1,T,System.String,System.Boolean)] : lra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action`2,T1,T2,System.String,System.Boolean)] : lrb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action`3,T1,T2,T3,System.String,System.Boolean)] : lrc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkCallbacks::CanInvokeEvent(System.Delegate)] : lrd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkCallbacks::ShouldInvokeInBackground(System.Boolean)] : lre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::LogSubscribedToEvent(System.String)] : lrf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::LogUnsubscribedToEvent(System.String)] : lrg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::InitializeSdk(System.String[])] : lrh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsInitialized()] : lri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetUserId(System.String)] : lrj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetSegmentCollection(MaxSegmentCollection)] : lrk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkiOS::GetAvailableMediatedNetworks()] : lrl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowMediationDebugger()] : lrm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowCreativeDebugger()] : lrn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkiOS::GetAdValue(System.String,System.String)] : lro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/SdkConfiguration MaxSdkiOS::GetSdkConfiguration()] : lrp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetHasUserConsent(System.Boolean)] : lrq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::HasUserConsent()] : lrr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsUserConsentSet()] : lrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetDoNotSell(System.Boolean)] : lrt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsDoNotSell()] : lru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsDoNotSellSet()] : lrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateBanner(System.String,MaxSdkBase/AdViewConfiguration)] : lrw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadBanner(System.String)] : lrx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerPlacement(System.String,System.String)] : lry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StartBannerAutoRefresh(System.String)] : lrz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StopBannerAutoRefresh(System.String)] : lsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateBannerPosition(System.String,MaxSdkBase/AdViewPosition)] : lsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateBannerPosition(System.String,System.Single,System.Single)] : lsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerWidth(System.String,System.Single)] : lsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowBanner(System.String)] : lse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::DestroyBanner(System.String)] : lsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::HideBanner(System.String)] : lsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerBackgroundColor(System.String,UnityEngine.Color)] : lsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerExtraParameter(System.String,System.String,System.String)] : lsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerLocalExtraParameter(System.String,System.String,System.Object)] : lsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerCustomData(System.String,System.String)] : lsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Rect MaxSdkiOS::GetBannerLayout(System.String)] : lsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateMRec(System.String,MaxSdkBase/AdViewConfiguration)] : lsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadMRec(System.String)] : lsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecPlacement(System.String,System.String)] : lso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StartMRecAutoRefresh(System.String)] : lsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StopMRecAutoRefresh(System.String)] : lsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateMRecPosition(System.String,MaxSdkBase/AdViewPosition)] : lsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateMRecPosition(System.String,System.Single,System.Single)] : lss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowMRec(System.String)] : lst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::DestroyMRec(System.String)] : lsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::HideMRec(System.String)] : lsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecExtraParameter(System.String,System.String,System.String)] : lsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecLocalExtraParameter(System.String,System.String,System.Object)] : lsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecCustomData(System.String,System.String)] : lsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Rect MaxSdkiOS::GetMRecLayout(System.String)] : lsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadInterstitial(System.String)] : lta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsInterstitialReady(System.String)] : ltb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowInterstitial(System.String,System.String,System.String)] : ltc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetInterstitialExtraParameter(System.String,System.String,System.String)] : ltd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetInterstitialLocalExtraParameter(System.String,System.String,System.Object)] : lte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadAppOpenAd(System.String)] : ltf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsAppOpenAdReady(System.String)] : ltg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowAppOpenAd(System.String,System.String,System.String)] : lth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetAppOpenAdExtraParameter(System.String,System.String,System.String)] : lti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetAppOpenAdLocalExtraParameter(System.String,System.String,System.Object)] : ltj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadRewardedAd(System.String)] : ltk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsRewardedAdReady(System.String)] : ltl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowRewardedAd(System.String,System.String,System.String)] : ltm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetRewardedAdExtraParameter(System.String,System.String,System.String)] : ltn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetRewardedAdLocalExtraParameter(System.String,System.String,System.Object)] : lto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::TrackEvent(System.String,System.Collections.Generic.IDictionary`2)] : ltp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMuted(System.Boolean)] : ltq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsMuted()] : ltr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetVerboseLogging(System.Boolean)] : lts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsVerboseLoggingEnabled()] : ltt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetCreativeDebuggerEnabled(System.Boolean)] : ltu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetTestDeviceAdvertisingIdentifiers(System.String[])] : ltv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetExceptionHandlerEnabled(System.Boolean)] : ltw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetExtraParameter(System.String,System.String)] : ltx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/SafeAreaInsets MaxSdkiOS::GetSafeAreaInsets()] : lty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::BackgroundCallback(System.String)] : ltz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateBanner(System.String,MaxSdkBase/BannerPosition)] : lua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateBanner(System.String,System.Single,System.Single)] : lub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateBannerPosition(System.String,MaxSdkBase/BannerPosition)] : luc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateMRec(System.String,MaxSdkBase/AdViewPosition)] : lud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateMRec(System.String,System.Single,System.Single)] : lue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetSdkKey(System.String)] : luf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::UserDebug(System.String)] : lug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::D(System.String)] : luh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::UserWarning(System.String)] : lui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::W(System.String)] : luj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::UserError(System.String)] : luk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::LogException(System.Exception)] : lul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils/<>c__DisplayClass34_0::b__0(System.String)] : lum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils/<>c__DisplayClass34_0::b__1(System.String)] : lun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkUtils::GetAdaptiveBannerHeight(System.Single)] : luo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.Dictionary`2 MaxSdkUtils::GetDictionaryFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Collections.Generic.Dictionary`2)] : lup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkUtils::GetListFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Collections.Generic.List`1)] : luq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkUtils::GetStringFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.String)] : lur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::GetBoolFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Boolean)] : lus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetIntFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Int32)] : lut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkUtils::GetLongFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Int64)] : luu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkUtils::GetFloatFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Single)] : luv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Double MaxSdkUtils::GetDoubleFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Int32)] : luw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkUtils::InvariantCultureToString(System.Object)] : lux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkUtils::PropsStringsToList(System.String)] : luy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkUtils::ParseColor(UnityEngine.Color)] : luz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsTablet()] : lva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsPhysicalDevice()] : lvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkUtils::GetScreenDensity()] : lvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetTcfConsentStatus(System.Int32)] : lvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificTcfConsentStatus(System.Int32)] : lve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetAdditionalConsentStatus(System.Int32)] : lvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificAdditionalConsentStatus(System.Int32)] : lvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetPurposeConsentStatus(System.Int32)] : lvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificPurposeConsentStatus(System.Int32)] : lvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetSpecialFeatureOptInStatus(System.Int32)] : lvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificSpecialFeatureOptInStatus(System.Int32)] : lvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetConsentStatusValue(System.Int32)] : lvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsVersionInRange(System.String,System.String,System.String)] : lvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkUtils/VersionComparisonResult MaxSdkUtils::CompareVersions(System.String,System.String)] : lvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsValidString(System.String)] : lvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsNullOrEmpty(T[])] : lvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSegmentCollection/MaxSegmentCollectionBuilder MaxSegmentCollection/MaxSegmentCollectionBuilder::AddSegment(MaxSegment)] : lvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSegmentCollection MaxSegmentCollection/MaxSegmentCollectionBuilder::Build()] : lvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSegmentCollection::GetSegments()] : lvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSegmentCollection/MaxSegmentCollectionBuilder MaxSegmentCollection::Builder()] : lvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSegment::GetKey()] : lvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSegment::GetValues()] : lvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : lvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean AppLovinMax.ThirdParty.MiniJson.Json/Parser::IsWordBreak(System.Char)] : lvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.ThirdParty.MiniJson.Json/Parser::Parse(System.String)] : lvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.Dictionary`2 AppLovinMax.ThirdParty.MiniJson.Json/Parser::ParseObject()] : lvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 AppLovinMax.ThirdParty.MiniJson.Json/Parser::ParseArray()] : lwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.ThirdParty.MiniJson.Json/Parser::ParseValue()] : lwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.ThirdParty.MiniJson.Json/Parser::ParseByToken(AppLovinMax.ThirdParty.MiniJson.Json/Parser/TOKEN)] : lwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.ThirdParty.MiniJson.Json/Parser::ParseString()] : lwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.ThirdParty.MiniJson.Json/Parser::ParseNumber()] : lwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.ThirdParty.MiniJson.Json/Parser::EatWhitespace()] : lwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Char AppLovinMax.ThirdParty.MiniJson.Json/Parser::get_PeekChar()] : lwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Char AppLovinMax.ThirdParty.MiniJson.Json/Parser::get_NextChar()] : lwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.ThirdParty.MiniJson.Json/Parser::get_NextWord()] : lwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] AppLovinMax.ThirdParty.MiniJson.Json/Parser/TOKEN AppLovinMax.ThirdParty.MiniJson.Json/Parser::get_NextToken()] : lwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.ThirdParty.MiniJson.Json/Serializer::Serialize(System.Object,System.Boolean)] : lwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.ThirdParty.MiniJson.Json/Serializer::SerializeValue(System.Object)] : lwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.ThirdParty.MiniJson.Json/Serializer::SerializeObject(System.Collections.IDictionary)] : lwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.ThirdParty.MiniJson.Json/Serializer::SerializeArray(System.Collections.IList)] : lwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.ThirdParty.MiniJson.Json/Serializer::SerializeString(System.String)] : lwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.ThirdParty.MiniJson.Json/Serializer::SerializeOther(System.Object)] : lwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.ThirdParty.MiniJson.Json::Deserialize(System.String)] : lwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.ThirdParty.MiniJson.Json::Serialize(System.Object,System.Boolean)] : lwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxEventExecutor/<>c__DisplayClass6_0::b__0()] : lws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxEventExecutor::InitializeIfNeeded()] : lwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxEventExecutor::ExecuteOnMainThread(System.Action,System.String)] : lwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxEventExecutor::InvokeOnMainThread(UnityEngine.Events.UnityEvent,System.String)] : lwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxEventExecutor::Disable()] : lww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.WebRequestConfig::get_EndPoint()] : lwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_EndPoint(System.String)] : lwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] AppLovinMax.Internal.WebRequestType AppLovinMax.Internal.WebRequestConfig::get_RequestType()] : lwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_RequestType(AppLovinMax.Internal.WebRequestType)] : lxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Networking.DownloadHandler AppLovinMax.Internal.WebRequestConfig::get_DownloadHandler()] : lxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_DownloadHandler(UnityEngine.Networking.DownloadHandler)] : lxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.Dictionary`2 AppLovinMax.Internal.WebRequestConfig::get_QueryParams()] : lxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_QueryParams(System.Collections.Generic.Dictionary`2)] : lxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.Dictionary`2 AppLovinMax.Internal.WebRequestConfig::get_Headers()] : lxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_Headers(System.Collections.Generic.Dictionary`2)] : lxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.WebRequestConfig::get_Data()] : lxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_Data(System.Object)] : lxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.WebRequestConfig::get_JsonString()] : lxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_JsonString(System.String)] : lxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 AppLovinMax.Internal.WebRequestConfig::get_MaxRequestAttempts()] : lxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_MaxRequestAttempts(System.Int32)] : lxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 AppLovinMax.Internal.WebRequestConfig::get_TimeoutSeconds()] : lxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.WebRequestConfig::set_TimeoutSeconds(System.Int32)] : lxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean AppLovinMax.Internal.WebResponse::get_IsSuccess()] : lxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.WebResponse::get_ResponseMessage()] : lxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.WebResponse::get_ErrorMessage()] : lxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.IEnumerator AppLovinMax.Internal.MaxWebRequest/<>c::b__5_0(UnityEngine.Networking.UnityWebRequest)] : lxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.IEnumerator AppLovinMax.Internal.MaxWebRequest/<>c::b__6_0(UnityEngine.Networking.UnityWebRequest)] : lxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/<>c__DisplayClass5_0::b__1(AppLovinMax.Internal.WebResponse)] : lxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/<>c__DisplayClass6_0::b__1(AppLovinMax.Internal.WebResponse)] : lxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/d__5::System.IDisposable.Dispose()] : lxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.MaxWebRequest/d__5::System.Collections.Generic.IEnumerator.get_Current()] : lxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/d__5::System.Collections.IEnumerator.Reset()] : lxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.MaxWebRequest/d__5::System.Collections.IEnumerator.get_Current()] : lxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/d__8::System.IDisposable.Dispose()] : lya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/d__8::<>m__Finally1()] : lyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/d__8::<>m__Finally2()] : lyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.MaxWebRequest/d__8::System.Collections.Generic.IEnumerator.get_Current()] : lyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest/d__8::System.Collections.IEnumerator.Reset()] : lye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.MaxWebRequest/d__8::System.Collections.IEnumerator.get_Current()] : lyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.IEnumerator AppLovinMax.Internal.MaxWebRequest::Send(System.Action`1)] : lyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] AppLovinMax.Internal.WebResponse AppLovinMax.Internal.MaxWebRequest::SendSync()] : lyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequest::Abort()] : lyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.IEnumerator AppLovinMax.Internal.MaxWebRequest::SendInternal(System.Func`2,System.Action`1)] : lyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Networking.UnityWebRequest AppLovinMax.Internal.MaxWebRequest::CreateWebRequest()] : lyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.MaxWebRequest::BuildURL()] : lyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequestExtension/d__0::System.IDisposable.Dispose()] : lym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.MaxWebRequestExtension/d__0::System.Collections.Generic.IEnumerator.get_Current()] : lyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void AppLovinMax.Internal.MaxWebRequestExtension/d__0::System.Collections.IEnumerator.Reset()] : lyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Object AppLovinMax.Internal.MaxWebRequestExtension/d__0::System.Collections.IEnumerator.get_Current()] : lyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.IEnumerator AppLovinMax.Internal.MaxWebRequestExtension::SendAndWait(UnityEngine.Networking.UnityWebRequest)] : lyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.MaxWebRequestExtension::ToHttpMethodString(AppLovinMax.Internal.WebRequestType)] : lyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AppLovinMax.Internal.MaxWebRequestExtension::ToQueryString(System.Collections.Generic.Dictionary`2)] : lys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper/Task::run()] : lyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[BigoAds] System.Void AdHelper/DestryAdTask::run()] : lyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowBannerAd(UnityEngine.AndroidJavaObject)] : lyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowBannerAd(UnityEngine.AndroidJavaObject,BigoAds.Scripts.Api.Constant.BigoPosition)] : lyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowNativeAd(UnityEngine.AndroidJavaObject)] : lyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::RemoveAdView()] : lyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowNativeAd(UnityEngine.AndroidJavaObject,BigoAds.Scripts.Api.Constant.BigoPosition)] : lyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::SetViewPosition(UnityEngine.AndroidJavaObject,BigoAds.Scripts.Api.Constant.BigoPosition)] : lyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::DestroyAd(UnityEngine.AndroidJavaObject)] : lza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::PostToAndroidMainThread(AdHelper/Task)] : lzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : lzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : lzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0::b__0()] : lze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0::b__1(System.Single)] : lzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0::b__0()] : lzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0::b__1(System.Single)] : lzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::b__0()] : lzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::b__1(System.Single)] : lzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleAudio::DOFade(UnityEngine.AudioSource,System.Single,System.Single)] : lzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleAudio::DOPitch(UnityEngine.AudioSource,System.Single,System.Single)] : lzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleAudio::DOSetFloat(UnityEngine.Audio.AudioMixer,System.String,System.Single,System.Single)] : lzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOComplete(UnityEngine.Audio.AudioMixer,System.Boolean)] : lzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOKill(UnityEngine.Audio.AudioMixer,System.Boolean)] : lzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOFlip(UnityEngine.Audio.AudioMixer)] : lzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOGoto(UnityEngine.Audio.AudioMixer,System.Single,System.Boolean)] : lzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPause(UnityEngine.Audio.AudioMixer)] : lzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPlay(UnityEngine.Audio.AudioMixer)] : lzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPlayBackwards(UnityEngine.Audio.AudioMixer)] : lzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPlayForward(UnityEngine.Audio.AudioMixer)] : lzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DORestart(UnityEngine.Audio.AudioMixer)] : lzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DORewind(UnityEngine.Audio.AudioMixer)] : lzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOSmoothRewind(UnityEngine.Audio.AudioMixer)] : lzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOTogglePause(UnityEngine.Audio.AudioMixer)] : lzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0::b__0()] : lzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::b__0()] : maa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::b__1(UnityEngine.Vector3)] : mab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0::b__0()] : mac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0::b__0()] : mad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0::b__0()] : mae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Quaternion DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0::b__0()] : maf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Quaternion DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0::b__0()] : mag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__0()] : mah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__1()] : mai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__2()] : maj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__3()] : mak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__4()] : mal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0::b__0()] : mam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::b__0()] : man +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::b__1(UnityEngine.Vector3)] : mao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0::b__0()] : map +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOMove(UnityEngine.Rigidbody,UnityEngine.Vector3,System.Single,System.Boolean)] : maq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOMoveX(UnityEngine.Rigidbody,System.Single,System.Single,System.Boolean)] : mar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOMoveY(UnityEngine.Rigidbody,System.Single,System.Single,System.Boolean)] : mas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOMoveZ(UnityEngine.Rigidbody,System.Single,System.Single,System.Boolean)] : mat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DORotate(UnityEngine.Rigidbody,UnityEngine.Vector3,System.Single,DG.Tweening.RotateMode)] : mau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOLookAt(UnityEngine.Rigidbody,UnityEngine.Vector3,System.Single,DG.Tweening.AxisConstraint,System.Nullable`1)] : mav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModulePhysics::DOJump(UnityEngine.Rigidbody,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.Boolean)] : maw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOPath(UnityEngine.Rigidbody,UnityEngine.Vector3[],System.Single,DG.Tweening.PathType,DG.Tweening.PathMode,System.Int32,System.Nullable`1)] : may +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOLocalPath(UnityEngine.Rigidbody,UnityEngine.Vector3[],System.Single,DG.Tweening.PathType,DG.Tweening.PathMode,System.Int32,System.Nullable`1)] : maz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOPath(UnityEngine.Rigidbody,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,DG.Tweening.PathMode)] : mba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOLocalPath(UnityEngine.Rigidbody,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,DG.Tweening.PathMode)] : mbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0::b__0()] : mbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0::b__0()] : mbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0::b__0()] : mbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0::b__0()] : mbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__0()] : mbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__1(UnityEngine.Vector2)] : mbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__2()] : mbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__3()] : mbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__4(UnityEngine.Vector2)] : mbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__5()] : mbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0::b__0()] : mbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0::b__1(UnityEngine.Vector3)] : mbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::b__0()] : mbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::b__1(UnityEngine.Vector3)] : mbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics2D::DOMove(UnityEngine.Rigidbody2D,UnityEngine.Vector2,System.Single,System.Boolean)] : mbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics2D::DOMoveX(UnityEngine.Rigidbody2D,System.Single,System.Single,System.Boolean)] : mbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics2D::DOMoveY(UnityEngine.Rigidbody2D,System.Single,System.Single,System.Boolean)] : mbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics2D::DORotate(UnityEngine.Rigidbody2D,System.Single,System.Single)] : mbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModulePhysics2D::DOJump(UnityEngine.Rigidbody2D,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Boolean)] : mbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics2D::DOPath(UnityEngine.Rigidbody2D,UnityEngine.Vector2[],System.Single,DG.Tweening.PathType,DG.Tweening.PathMode,System.Int32,System.Nullable`1)] : mbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics2D::DOLocalPath(UnityEngine.Rigidbody2D,UnityEngine.Vector2[],System.Single,DG.Tweening.PathType,DG.Tweening.PathMode,System.Int32,System.Nullable`1)] : mbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0::b__0()] : mbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0::b__1(UnityEngine.Color)] : mby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0::b__0()] : mbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0::b__1(UnityEngine.Color)] : mca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::b__0()] : mcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::b__1(UnityEngine.Color)] : mcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleSprite::DOColor(UnityEngine.SpriteRenderer,UnityEngine.Color,System.Single)] : mcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleSprite::DOFade(UnityEngine.SpriteRenderer,System.Single,System.Single)] : mce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleSprite::DOGradientColor(UnityEngine.SpriteRenderer,UnityEngine.Gradient,System.Single)] : mcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleSprite::DOBlendableColor(UnityEngine.SpriteRenderer,UnityEngine.Color,System.Single)] : mcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/Utils::SwitchToRectTransform(UnityEngine.RectTransform,UnityEngine.RectTransform)] : mch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0::b__0()] : mci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0::b__1(System.Single)] : mcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0::b__0()] : mck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0::b__1(UnityEngine.Color)] : mcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0::b__0()] : mcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0::b__1(UnityEngine.Color)] : mcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0::b__0()] : mco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0::b__1(UnityEngine.Vector2)] : mcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0::b__0()] : mcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0::b__1(UnityEngine.Vector2)] : mcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0::b__0()] : mcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0::b__1(UnityEngine.Vector2)] : mct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0::b__0()] : mcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0::b__1(UnityEngine.Vector2)] : mcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0::b__0()] : mcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0::b__1(UnityEngine.Vector3)] : mcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0::b__0()] : mcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0::b__1(UnityEngine.Vector3)] : mcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0::b__0()] : mda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0::b__1(UnityEngine.Vector3)] : mdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0::b__0()] : mdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0::b__1(UnityEngine.Vector3)] : mdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0::b__0()] : mde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0::b__1(UnityEngine.Color)] : mdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0::b__0()] : mdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0::b__1(UnityEngine.Vector2)] : mdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0::b__0()] : mdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0::b__1(UnityEngine.Vector2)] : mdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0::b__0()] : mdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0::b__1(UnityEngine.Vector2)] : mdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0::b__0()] : mdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0::b__1(UnityEngine.Vector2)] : mdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0::b__0()] : mdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0::b__1(UnityEngine.Vector2)] : mdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0::b__0()] : mdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0::b__1(UnityEngine.Vector2)] : mdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0::b__0()] : mds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0::b__1(UnityEngine.Vector3)] : mdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0::b__0()] : mdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0::b__1(UnityEngine.Vector3)] : mdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0::b__0()] : mdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0::b__1(UnityEngine.Vector3)] : mdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__0()] : mdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__1(UnityEngine.Vector2)] : mdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__2()] : mea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__3()] : meb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__4(UnityEngine.Vector2)] : mec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__5()] : med +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0::b__0()] : mee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0::b__1(UnityEngine.Color)] : mef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0::b__0()] : meg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0::b__1(UnityEngine.Vector2)] : meh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0::b__0()] : mei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0::b__1(System.Single)] : mej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0::b__0()] : mek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0::b__1(System.Single)] : mel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0::b__0()] : mem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0::b__1(System.Single)] : men +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0::b__0()] : meo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0::b__1(UnityEngine.Color)] : mep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::b__0()] : meq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::b__1(System.Int32)] : mer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0::b__0()] : mes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0::b__1(UnityEngine.Color)] : met +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.String DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0::b__0()] : meu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0::b__1(System.String)] : mev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::b__0()] : mew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::b__1(UnityEngine.Color)] : mex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::b__0()] : mey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::b__1(UnityEngine.Color)] : mez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0::b__0()] : mfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0::b__1(UnityEngine.Color)] : mfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::b__0()] : mfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::b__1(UnityEngine.Color)] : mfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0::b__0()] : mfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0::b__1(UnityEngine.Color)] : mff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0::b__0()] : mfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0::b__1(System.Single)] : mfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0::b__0()] : mfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0::b__1(UnityEngine.Vector2)] : mfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0::b__0()] : mfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0::b__1(UnityEngine.Vector2)] : mfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0::b__0()] : mfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0::b__1(UnityEngine.Vector2)] : mfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.CanvasGroup,System.Single,System.Single)] : mfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOColor(UnityEngine.UI.Graphic,UnityEngine.Color,System.Single)] : mfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.UI.Graphic,System.Single,System.Single)] : mfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOColor(UnityEngine.UI.Image,UnityEngine.Color,System.Single)] : mfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.UI.Image,System.Single,System.Single)] : mfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFillAmount(UnityEngine.UI.Image,System.Single,System.Single)] : mft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleUI::DOGradientColor(UnityEngine.UI.Image,UnityEngine.Gradient,System.Single)] : mfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFlexibleSize(UnityEngine.UI.LayoutElement,UnityEngine.Vector2,System.Single,System.Boolean)] : mfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOMinSize(UnityEngine.UI.LayoutElement,UnityEngine.Vector2,System.Single,System.Boolean)] : mfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOPreferredSize(UnityEngine.UI.LayoutElement,UnityEngine.Vector2,System.Single,System.Boolean)] : mfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOColor(UnityEngine.UI.Outline,UnityEngine.Color,System.Single)] : mfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.UI.Outline,System.Single,System.Single)] : mfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOScale(UnityEngine.UI.Outline,UnityEngine.Vector2,System.Single)] : mga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPos(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single,System.Boolean)] : mgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPosX(UnityEngine.RectTransform,System.Single,System.Single,System.Boolean)] : mgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPosY(UnityEngine.RectTransform,System.Single,System.Single,System.Boolean)] : mgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPos3D(UnityEngine.RectTransform,UnityEngine.Vector3,System.Single,System.Boolean)] : mge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPos3DX(UnityEngine.RectTransform,System.Single,System.Single,System.Boolean)] : mgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPos3DY(UnityEngine.RectTransform,System.Single,System.Single,System.Boolean)] : mgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPos3DZ(UnityEngine.RectTransform,System.Single,System.Single,System.Boolean)] : mgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorMax(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single,System.Boolean)] : mgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorMin(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single,System.Boolean)] : mgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOPivot(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single)] : mgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOPivotX(UnityEngine.RectTransform,System.Single,System.Single)] : mgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOPivotY(UnityEngine.RectTransform,System.Single,System.Single)] : mgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOSizeDelta(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single,System.Boolean)] : mgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOPunchAnchorPos(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Boolean)] : mgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOShakeAnchorPos(UnityEngine.RectTransform,System.Single,System.Single,System.Int32,System.Single,System.Boolean,System.Boolean)] : mgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOShakeAnchorPos(UnityEngine.RectTransform,System.Single,UnityEngine.Vector2,System.Int32,System.Single,System.Boolean,System.Boolean)] : mgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleUI::DOJumpAnchorPos(UnityEngine.RectTransform,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Boolean)] : mgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DONormalizedPos(UnityEngine.UI.ScrollRect,UnityEngine.Vector2,System.Single,System.Boolean)] : mgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOHorizontalNormalizedPos(UnityEngine.UI.ScrollRect,System.Single,System.Single,System.Boolean)] : mgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOVerticalNormalizedPos(UnityEngine.UI.ScrollRect,System.Single,System.Single,System.Boolean)] : mgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOValue(UnityEngine.UI.Slider,System.Single,System.Single,System.Boolean)] : mgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOColor(UnityEngine.UI.Text,UnityEngine.Color,System.Single)] : mgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOCounter(UnityEngine.UI.Text,System.Int32,System.Int32,System.Single,System.Boolean,System.Globalization.CultureInfo)] : mgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.UI.Text,System.Single,System.Single)] : mgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOText(UnityEngine.UI.Text,System.String,System.Single,System.Boolean,DG.Tweening.ScrambleMode,System.String)] : mgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOBlendableColor(UnityEngine.UI.Graphic,UnityEngine.Color,System.Single)] : mha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOBlendableColor(UnityEngine.UI.Image,UnityEngine.Color,System.Single)] : mhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleUI::DOBlendableColor(UnityEngine.UI.Text,UnityEngine.Color,System.Single)] : mhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::b__0()] : mhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::b__1(UnityEngine.Vector2)] : mhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::b__0()] : mhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::b__1(UnityEngine.Vector2)] : mhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleUnityVersion::DOGradientColor(UnityEngine.Material,UnityEngine.Gradient,System.Single)] : mhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleUnityVersion::DOGradientColor(UnityEngine.Material,UnityEngine.Gradient,System.String,System.Single)] : mhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForCompletion(DG.Tweening.Tween,System.Boolean)] : mhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForRewind(DG.Tweening.Tween,System.Boolean)] : mhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForKill(DG.Tweening.Tween,System.Boolean)] : mhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForElapsedLoops(DG.Tweening.Tween,System.Int32,System.Boolean)] : mhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForPosition(DG.Tweening.Tween,System.Single,System.Boolean)] : mhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForStart(DG.Tweening.Tween,System.Boolean)] : mho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUnityVersion::DOOffset(UnityEngine.Material,UnityEngine.Vector2,System.Int32,System.Single)] : mhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUnityVersion::DOTiling(UnityEngine.Material,UnityEngine.Vector2,System.Int32,System.Single)] : mhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForCompletion(DG.Tweening.Tween)] : mhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForRewind(DG.Tweening.Tween)] : mhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForKill(DG.Tweening.Tween)] : mht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForElapsedLoops(DG.Tweening.Tween,System.Int32)] : mhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForPosition(DG.Tweening.Tween,System.Single)] : mhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForStart(DG.Tweening.Tween)] : mhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUtils/Physics::SetOrientationOnPath(DG.Tweening.Plugins.Options.PathOptions,DG.Tweening.Tween,UnityEngine.Quaternion,UnityEngine.Transform)] : mhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Boolean DG.Tweening.DOTweenModuleUtils/Physics::HasRigidbody2D(UnityEngine.Component)] : mhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Boolean DG.Tweening.DOTweenModuleUtils/Physics::HasRigidbody(UnityEngine.Component)] : mhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUtils/Physics::CreateDOTweenPathTween(UnityEngine.MonoBehaviour,System.Boolean,System.Boolean,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,DG.Tweening.PathMode)] : mia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUtils::Init()] : mib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUtils::Preserver()] : mic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : mie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Boolean AFMiniJSON.Json/Parser::IsWordBreak(System.Char)] : mif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::Parse(System.String)] : mig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Collections.Generic.Dictionary`2 AFMiniJSON.Json/Parser::ParseObject()] : mih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Collections.Generic.List`1 AFMiniJSON.Json/Parser::ParseArray()] : mii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::ParseValue()] : mij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::ParseByToken(AFMiniJSON.Json/Parser/TOKEN)] : mik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json/Parser::ParseString()] : mil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::ParseNumber()] : mim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Parser::EatWhitespace()] : mio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Char AFMiniJSON.Json/Parser::get_PeekChar()] : mip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Char AFMiniJSON.Json/Parser::get_NextChar()] : miq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json/Parser::get_NextWord()] : mir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] AFMiniJSON.Json/Parser/TOKEN AFMiniJSON.Json/Parser::get_NextToken()] : mis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json/Serializer::Serialize(System.Object)] : mit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeValue(System.Object)] : miu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeObject(System.Collections.IDictionary)] : miv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeArray(System.Collections.IList)] : miw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeString(System.String)] : miy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeOther(System.Object)] : miz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json::Deserialize(System.String)] : mja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json::Serialize(System.Object)] : mjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : mjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Reflection.MethodInfo IngameDebugConsole.ConsoleAttribute::get_Method()] : mjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleAttribute::set_Method(System.Reflection.MethodInfo)] : mje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.ConsoleAttribute::get_Order()] : mjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleAttribute::SetMethod(System.Reflection.MethodInfo)] : mjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleAttribute::Load()] : mjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.ConsoleCustomTypeParserAttribute::get_Order()] : mjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleCustomTypeParserAttribute::Load()] : mjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.ConsoleMethodAttribute::get_Command()] : mji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.ConsoleMethodAttribute::get_Description()] : mjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String[] IngameDebugConsole.ConsoleMethodAttribute::get_ParameterNames()] : mjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.ConsoleMethodAttribute::get_Order()] : mjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleMethodAttribute::Load()] : mjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.CircularBuffer`1::get_Count()] : mjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.CircularBuffer`1::set_Count(System.Int32)] : mjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.CircularBuffer`1::Add(T)] : mjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::get_Count()] : mjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::set_Count(System.Int32)] : mjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::get_Capacity()] : mjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::SetCapacity(System.Int32)] : mjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::AddFirst(T)] : mjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::Add(T)] : mjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::AddRange(IngameDebugConsole.DynamicCircularBuffer`1)] : mju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] T IngameDebugConsole.DynamicCircularBuffer`1::RemoveFirst()] : mjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] T IngameDebugConsole.DynamicCircularBuffer`1::RemoveLast()] : mjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::RemoveAll(System.Predicate`1)] : mjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::RemoveAll(System.Predicate`1,System.Action`2,IngameDebugConsole.DynamicCircularBuffer`1)] : mjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::TrimStart(System.Int32,System.Action`1)] : mjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::TrimEnd(System.Int32,System.Action`1)] : mka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::TrimInternal(System.Int32,System.Int32,System.Action`1)] : mkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::Clear()] : mkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::IndexOf(T)] : mkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::ForEach(System.Action`1)] : mke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.ConsoleMethodInfo::IsValid()] : mkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole/<>c::b__13_0(IngameDebugConsole.ConsoleAttribute,IngameDebugConsole.ConsoleAttribute)] : mkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::add_OnCommandExecuted(IngameDebugConsole.DebugLogConsole/CommandExecutedDelegate)] : mkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::remove_OnCommandExecuted(IngameDebugConsole.DebugLogConsole/CommandExecutedDelegate)] : mki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::SearchAssemblyForConsoleMethods(System.Reflection.Assembly)] : mkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Collections.Generic.List`1 IngameDebugConsole.DebugLogConsole::GetAllCommands()] : mkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::LogAllCommands()] : mkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::LogAllCommandsWithName(System.String)] : mkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::LogSystemInfo()] : mkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Text.StringBuilder IngameDebugConsole.DebugLogConsole::AppendSysInfoIfPresent(System.Text.StringBuilder,System.String,System.String)] : mko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Text.StringBuilder IngameDebugConsole.DebugLogConsole::AppendSysInfoIfPresent(System.Text.StringBuilder,System.Int32,System.String)] : mkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCustomParameterType(System.Type,IngameDebugConsole.DebugLogConsole/ParseFunction,System.String)] : mkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCustomParameterType(System.Type)] : mkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommandInstance(System.String,System.String,System.String,System.Object,System.String[])] : mks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommandStatic(System.String,System.String,System.String,System.Type,System.String[])] : mkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action)] : mku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`1)] : mkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`1)] : mkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`2)] : mkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`2)] : mky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`3)] : mkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`3)] : mla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`4)] : mlb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`4)] : mlc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`5)] : mld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Delegate)] : mle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`1,System.String)] : mlf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`2,System.String,System.String)] : mlg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`2,System.String)] : mlh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`3,System.String,System.String,System.String)] : mli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`3,System.String,System.String)] : mlj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`4,System.String,System.String,System.String,System.String)] : mlk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`4,System.String,System.String,System.String)] : mll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`5,System.String,System.String,System.String,System.String)] : mlm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Delegate,System.String[])] : mln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.String,System.Type,System.Object,System.String[])] : mlo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Reflection.MethodInfo,System.Object,System.String[])] : mlp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.String)] : mlq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action)] : mlr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`1)] : mls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`1)] : mlt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`2)] : mlu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`2)] : mlv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`3)] : mlw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`3)] : mlx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`4)] : mly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`4)] : mlz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`5)] : mma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Delegate)] : mmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Reflection.MethodInfo)] : mmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogConsole::GetAutoCompleteCommand(System.String,System.String)] : mmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::ExecuteCommand(System.String)] : mme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::FetchArgumentsFromCommand(System.String,System.Collections.Generic.List`1)] : mmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::FindCommands(System.String,System.Boolean,System.Collections.Generic.List`1)] : mmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::GetCommandSuggestions(System.String,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.String&,System.Int32&)] : mmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::IndexOfDelimiterGroup(System.Char)] : mmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::IndexOfDelimiterGroupEnd(System.String,System.Int32,System.Int32)] : mmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::IndexOfChar(System.String,System.Char,System.Int32)] : mmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::FindCommandIndex(System.String)] : mml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::IsSupportedArrayType(System.Type)] : mmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogConsole::GetTypeReadableName(System.Type)] : mmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseArgument(System.String,System.Type,System.Object&)] : mmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseString(System.String,System.Object&)] : mmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseBool(System.String,System.Object&)] : mmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseInt(System.String,System.Object&)] : mmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseUInt(System.String,System.Object&)] : mms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseLong(System.String,System.Object&)] : mmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseULong(System.String,System.Object&)] : mmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseByte(System.String,System.Object&)] : mmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseSByte(System.String,System.Object&)] : mmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseShort(System.String,System.Object&)] : mmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseUShort(System.String,System.Object&)] : mmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseChar(System.String,System.Object&)] : mmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseFloat(System.String,System.Object&)] : mna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseDouble(System.String,System.Object&)] : mnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseDecimal(System.String,System.Object&)] : mnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector2(System.String,System.Object&)] : mnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector3(System.String,System.Object&)] : mne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector4(System.String,System.Object&)] : mnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseQuaternion(System.String,System.Object&)] : mng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseColor(System.String,System.Object&)] : mnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseColor32(System.String,System.Object&)] : mni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseRect(System.String,System.Object&)] : mnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseRectOffset(System.String,System.Object&)] : mnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseBounds(System.String,System.Object&)] : mnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector2Int(System.String,System.Object&)] : mnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector3Int(System.String,System.Object&)] : mnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseRectInt(System.String,System.Object&)] : mno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseBoundsInt(System.String,System.Object&)] : mnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseGameObject(System.String,System.Object&)] : mnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseComponent(System.String,System.Type,System.Object&)] : mnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseEnum(System.String,System.Type,System.Object&)] : mns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseArray(System.String,System.Type,System.Object&)] : mnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector(System.String,System.Type,System.Object&)] : mnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntry::Initialize(System.String,System.String)] : mnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntry::Clear()] : mnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogEntry::MatchesSearchTerm(System.String)] : mnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogEntry::GetContentHashCode()] : mny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.QueuedDebugLogEntry::MatchesSearchTerm(System.String)] : mnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntryTimestamp::AppendTime(System.Text.StringBuilder)] : moa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntryTimestamp::AppendFullTimestamp(System.Text.StringBuilder)] : mob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnityEngine.RectTransform IngameDebugConsole.DebugLogItem::get_Transform()] : moc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnityEngine.UI.Image IngameDebugConsole.DebugLogItem::get_Image()] : mod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnityEngine.CanvasGroup IngameDebugConsole.DebugLogItem::get_CanvasGroup()] : moe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogEntry IngameDebugConsole.DebugLogItem::get_Entry()] : mof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Nullable`1 IngameDebugConsole.DebugLogItem::get_Timestamp()] : mog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogItem::get_Expanded()] : moh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::Initialize(IngameDebugConsole.DebugLogRecycledListView)] : moi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::SetContent(IngameDebugConsole.DebugLogEntry,System.Nullable`1,System.Int32,System.Boolean)] : moj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::ShowCount()] : mok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::HideCount()] : mol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::UpdateTimestamp(IngameDebugConsole.DebugLogEntryTimestamp)] : mom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::SetText(IngameDebugConsole.DebugLogEntry,System.Nullable`1,System.Boolean)] : mon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::CopyLog()] : moo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogItem::GetCopyContent()] : mop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogItem::CalculateExpandedHeight(IngameDebugConsole.DebugLogEntry,System.Nullable`1)] : moq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogManager IngameDebugConsole.DebugLogManager::get_Instance()] : mor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::set_Instance(IngameDebugConsole.DebugLogManager)] : mos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::get_IsLogWindowVisible()] : mot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::get_PopupEnabled()] : mou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::set_PopupEnabled(System.Boolean)] : mov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnApplicationQuitting()] : mow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ShowLogWindow()] : mox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::HideLogWindow()] : moy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Char IngameDebugConsole.DebugLogManager::OnValidateCommand(System.String,System.Int32,System.Char)] : moz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ReceivedLog(System.String,System.String,UnityEngine.LogType)] : mpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ProcessQueuedLogs(System.Int32)] : mpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ProcessLog(IngameDebugConsole.QueuedDebugLogEntry,IngameDebugConsole.DebugLogEntryTimestamp)] : mpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::RemoveOldestLogs(System.Int32)] : mpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::RemoveUncollapsedLogEntry(IngameDebugConsole.DebugLogEntry)] : mpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::ShouldRemoveCollapsedLogEntry(IngameDebugConsole.DebugLogEntry)] : mpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::ShouldRemoveLogEntryToShow(IngameDebugConsole.DebugLogEntry)] : mpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::UpdateLogEntryCollapsedIndex(IngameDebugConsole.DebugLogEntry,System.Int32)] : mph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnLogEntriesUpdated(System.Boolean,System.Boolean)] : mpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::PoolLogEntry(IngameDebugConsole.DebugLogEntry)] : mpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ValidateScrollPosition()] : mpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::AdjustLatestPendingLog(System.Boolean,System.Boolean)] : mpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ClearLogs()] : mpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::CollapseButtonPressed()] : mpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterLogButtonPressed()] : mpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterWarningButtonPressed()] : mpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterErrorButtonPressed()] : mpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::SearchTermChanged(System.String)] : mpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::RefreshCommandSuggestions(System.String)] : mps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnEditCommand(System.String)] : mpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnEndEditCommand(System.String)] : mpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::Resize(UnityEngine.EventSystems.PointerEventData)] : mpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterLogs()] : mpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogManager::GetAllLogs()] : mpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::GetAllLogs(IngameDebugConsole.DynamicCircularBuffer`1&,IngameDebugConsole.DynamicCircularBuffer`1&)] : mpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::SaveLogsToFile()] : mpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::SaveLogsToFile(System.String)] : mqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::CheckScreenCutout()] : mqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::PoolLogItem(IngameDebugConsole.DebugLogItem)] : mqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogItem IngameDebugConsole.DebugLogManager::PopLogItem()] : mqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::b__140_0()] : mqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup/d__25::System.IDisposable.Dispose()] : mqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Object IngameDebugConsole.DebugLogPopup/d__25::System.Collections.Generic.IEnumerator.get_Current()] : mqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup/d__25::System.Collections.IEnumerator.Reset()] : mqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Object IngameDebugConsole.DebugLogPopup/d__25::System.Collections.IEnumerator.get_Current()] : mqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogPopup::get_IsVisible()] : mqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::set_IsVisible(System.Boolean)] : mqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::NewLogsArrived(System.Int32,System.Int32,System.Int32)] : mql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::ResetValues()] : mqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Collections.IEnumerator IngameDebugConsole.DebugLogPopup::MoveToPosAnimation(UnityEngine.Vector2)] : mqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::Hide()] : mqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::UpdatePosition(System.Boolean)] : mqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogRecycledListView::get_DeltaHeightOfSelectedLogEntry()] : mqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogRecycledListView::get_ItemHeight()] : mqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogRecycledListView::get_SelectedItemHeight()] : mqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::Initialize(IngameDebugConsole.DebugLogManager,IngameDebugConsole.DynamicCircularBuffer`1,IngameDebugConsole.DynamicCircularBuffer`1,System.Single)] : mqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::SetCollapseMode(System.Boolean)] : mqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogItemClicked(IngameDebugConsole.DebugLogItem)] : mqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::SelectAndFocusOnLogItemAtIndex(System.Int32)] : mqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogItemClickedInternal(System.Int32,IngameDebugConsole.DebugLogItem)] : mqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::DeselectSelectedLogItem()] : mqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnBeforeFilterLogs()] : mqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnAfterFilterLogs()] : mra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogEntriesUpdated(System.Boolean)] : mrb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnCollapsedLogEntryAtIndexUpdated(System.Int32)] : mrc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::RefreshCollapsedLogEntryCounts()] : mrd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogEntriesRemoved(System.Int32)] : mre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogRecycledListView::ShouldRemoveLogItem(IngameDebugConsole.DebugLogItem)] : mrf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogRecycledListView::FindIndexOfLogEntryInReverseDirection(IngameDebugConsole.DebugLogEntry,System.Int32)] : mrg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnViewportWidthChanged()] : mrh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnViewportHeightChanged()] : mri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::CalculateContentHeight()] : mrj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::CalculateSelectedLogEntryHeight(IngameDebugConsole.DebugLogItem)] : mrk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::UpdateItemsInTheList(System.Boolean)] : mrl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogItem IngameDebugConsole.DebugLogRecycledListView::GetLogItemAtIndex(System.Int32)] : mrm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::UpdateLogItemContentsBetweenIndices(System.Int32,System.Int32,System.Int32)] : mrn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::RepositionLogItem(IngameDebugConsole.DebugLogItem)] : mro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::ColorLogItem(IngameDebugConsole.DebugLogItem)] : mrp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::b__27_0(UnityEngine.Vector2)] : mrq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogResizeListener::UnityEngine.EventSystems.IBeginDragHandler.OnBeginDrag(UnityEngine.EventSystems.PointerEventData)] : mrr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogResizeListener::UnityEngine.EventSystems.IDragHandler.OnDrag(UnityEngine.EventSystems.PointerEventData)] : mrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugsOnScrollListener::IsScrollbarAtBottom()] : mrt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::OnSceneLoaded(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode)] : mru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::OnSceneUnloaded(UnityEngine.SceneManagement.Scene)] : mrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::ActivateEventSystemIfNeeded()] : mrw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::DeactivateEventSystem()] : mrx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : mry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding::RequestAuthorizationTracking()] : mrz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding::RequestAuthorizationTracking(Unity.Advertisement.IosSupport.ATTrackingStatusBinding/RequestAuthorizationTrackingCompleteHandler)] : msa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus Unity.Advertisement.IosSupport.ATTrackingStatusBinding::GetAuthorizationTrackingStatus()] : msb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding::AppTransparencyTrackingRequestCompleted(System.Int32)] : msc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.SkAdNetworkBinding::SkAdNetworkUpdateConversionValue(System.Int32)] : msd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.SkAdNetworkBinding::SkAdNetworkRegisterAppForNetworkAttribution()] : mse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[SDKConfig] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : msf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : msh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::add_OnReset(System.Action`1)] : msi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::remove_OnReset(System.Action`1)] : msj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::Dispatch_OnReset(DG.Tweening.DOTweenAnimation)] : msk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::CreateTween()] : msl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayById(System.String)] : msm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayAllById(System.String)] : msn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPauseAllById(System.String)] : mso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayBackwardsById(System.String)] : msp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayBackwardsAllById(System.String)] : msq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayForwardById(System.String)] : msr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayForwardAllById(System.String)] : mss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayNext()] : mst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORewindAndPlayNext()] : msu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORewindAllById(System.String)] : msv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORestartById(System.String)] : msw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORestartAllById(System.String)] : msx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Collections.Generic.List`1 DG.Tweening.DOTweenAnimation::GetTweens()] : msy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenAnimation/TargetType DG.Tweening.DOTweenAnimation::TypeToDOTargetType(System.Type)] : msz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tween DG.Tweening.DOTweenAnimation::CreateEditorPreview()] : mta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.GameObject DG.Tweening.DOTweenAnimation::GetTweenGO()] : mtb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::ReEvaluateRelativeTween()] : mtc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::b__47_0()] : mtd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Boolean DG.Tweening.DOTweenAnimationExtensions::IsSameOrSubclassOf(UnityEngine.Component)] : mte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass1_0::b__0()] : mtf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass1_0::b__1(UnityEngine.Vector3)] : mtg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass2_0::b__0()] : mth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenProShortcuts::DOSpiral(UnityEngine.Transform,System.Single,System.Nullable`1,DG.Tweening.SpiralMode,System.Single,System.Single,System.Single,System.Boolean)] : mti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenProShortcuts::DOSpiral(UnityEngine.Rigidbody,System.Single,System.Nullable`1,DG.Tweening.SpiralMode,System.Single,System.Single,System.Single,System.Boolean)] : mtj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass0_0::b__0()] : mtk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass0_0::b__1(UnityEngine.Color)] : mtl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.String DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass10_0::b__0()] : mtm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass10_0::b__1(System.String)] : mtn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass1_0::b__0()] : mto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass1_0::b__1(UnityEngine.Color)] : mtp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass2_0::b__0()] : mtq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass2_0::b__1(UnityEngine.Color)] : mtr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass4_0::b__0()] : mts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass4_0::b__1(UnityEngine.Color)] : mtt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass5_0::b__0()] : mtu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass5_0::b__1(UnityEngine.Color)] : mtv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass6_0::b__0()] : mtw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass6_0::b__1(UnityEngine.Vector3)] : mtx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Int32 DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass7_0::b__0()] : mty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass7_0::b__1(System.Int32)] : mtz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Single DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass8_0::b__0()] : mua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass8_0::b__1(System.Single)] : mub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Int32 DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass9_0::b__0()] : muc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass9_0::b__1(System.Int32)] : mud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOColor(TMPro.TMP_Text,UnityEngine.Color,System.Single)] : mue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOFaceColor(TMPro.TMP_Text,UnityEngine.Color32,System.Single)] : muf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOOutlineColor(TMPro.TMP_Text,UnityEngine.Color32,System.Single)] : mug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOGlowColor(TMPro.TMP_Text,UnityEngine.Color,System.Single,System.Boolean)] : muh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOFade(TMPro.TMP_Text,System.Single,System.Single)] : mui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOFaceFade(TMPro.TMP_Text,System.Single,System.Single)] : muj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOScale(TMPro.TMP_Text,System.Single,System.Single)] : muk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOCounter(TMPro.TMP_Text,System.Int32,System.Int32,System.Single,System.Boolean,System.Globalization.CultureInfo)] : mul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOFontSize(TMPro.TMP_Text,System.Single,System.Single)] : mum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOMaxVisibleCharacters(TMPro.TMP_Text,System.Int32,System.Single)] : mun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensionsTMPText::DOText(TMPro.TMP_Text,System.String,System.Single,System.Boolean,DG.Tweening.ScrambleMode,System.String)] : muo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Boolean DG.Tweening.DOTweenTMPAnimator/CharTransform::get_isVisible()] : mup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::set_isVisible(System.Boolean)] : muq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::Refresh(TMPro.TMP_TextInfo,TMPro.TMP_MeshInfo[])] : mur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetAll(TMPro.TMP_Text,TMPro.TMP_MeshInfo[],TMPro.TMP_MeshInfo[])] : mus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetTransformationData()] : mut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetGeometry(TMPro.TMP_Text,TMPro.TMP_MeshInfo[])] : muu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetColors(TMPro.TMP_Text,TMPro.TMP_MeshInfo[])] : muv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color32 DG.Tweening.DOTweenTMPAnimator/CharTransform::GetColor(TMPro.TMP_MeshInfo[])] : muw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/CharVertices DG.Tweening.DOTweenTMPAnimator/CharTransform::GetVertices()] : mux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::UpdateAlpha(TMPro.TMP_Text,UnityEngine.Color,TMPro.TMP_MeshInfo[],System.Boolean)] : muy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::UpdateColor(TMPro.TMP_Text,UnityEngine.Color32,TMPro.TMP_MeshInfo[],System.Boolean)] : muz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::UpdateGeometry(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3,TMPro.TMP_MeshInfo[],System.Boolean)] : mva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ShiftVertices(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)] : mvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetVerticesShift(TMPro.TMP_Text)] : mvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass32_0::b__0()] : mvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass32_0::b__1(UnityEngine.Color)] : mve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass33_0::b__0()] : mvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass33_0::b__1(UnityEngine.Color)] : mvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass34_0::b__0()] : mvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass34_0::b__1(UnityEngine.Vector3)] : mvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Quaternion DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass35_0::b__0()] : mvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass35_0::b__1(UnityEngine.Quaternion)] : mvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass37_0::b__0()] : mvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass37_0::b__1(UnityEngine.Vector3)] : mvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass38_0::b__0()] : mvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass38_0::b__1(UnityEngine.Vector3)] : mvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass39_0::b__0()] : mvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass39_0::b__1(UnityEngine.Vector3)] : mvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass41_0::b__0()] : mvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass41_0::b__1(UnityEngine.Vector3)] : mvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0::b__0()] : mvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0::b__1(UnityEngine.Vector3)] : mvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0::b__0()] : mvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0::b__1(UnityEngine.Vector3)] : mvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0::b__0()] : mvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0::b__1(UnityEngine.Vector3)] : mvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] TMPro.TMP_Text DG.Tweening.DOTweenTMPAnimator::get_target()] : mvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::set_target(TMPro.TMP_Text)] : mwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] TMPro.TMP_TextInfo DG.Tweening.DOTweenTMPAnimator::get_textInfo()] : mwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::set_textInfo(TMPro.TMP_TextInfo)] : mwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::Refresh()] : mwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::Reset()] : mwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::OnTextChanged(UnityEngine.Object)] : mwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Boolean DG.Tweening.DOTweenTMPAnimator::ValidateChar(System.Int32,System.Boolean)] : mwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Boolean DG.Tweening.DOTweenTMPAnimator::ValidateSpan(System.Int32,System.Int32,System.Int32&,System.Int32&)] : mwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SkewSpanX(System.Int32,System.Int32,System.Single,System.Boolean)] : mwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SkewSpanY(System.Int32,System.Int32,System.Single,DG.Tweening.TMPSkewSpanMode,System.Boolean)] : mwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.DOTweenTMPAnimator::GetCharColor(System.Int32)] : mwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator::GetCharOffset(System.Int32)] : mwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator::GetCharRotation(System.Int32)] : mwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator::GetCharScale(System.Int32)] : mwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharColor(System.Int32,UnityEngine.Color32)] : mwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharOffset(System.Int32,UnityEngine.Vector3)] : mwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharRotation(System.Int32,UnityEngine.Vector3)] : mwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharScale(System.Int32,UnityEngine.Vector3)] : mwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::ShiftCharVertices(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)] : mws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Single DG.Tweening.DOTweenTMPAnimator::SkewCharX(System.Int32,System.Single,System.Boolean)] : mwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Single DG.Tweening.DOTweenTMPAnimator::SkewCharY(System.Int32,System.Single,System.Boolean,System.Boolean)] : mwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::ResetVerticesShift(System.Int32)] : mwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenTMPAnimator::DOFadeChar(System.Int32,System.Single,System.Single)] : mww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenTMPAnimator::DOColorChar(System.Int32,UnityEngine.Color,System.Single)] : mwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenTMPAnimator::DOOffsetChar(System.Int32,UnityEngine.Vector3,System.Single)] : mwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenTMPAnimator::DORotateChar(System.Int32,UnityEngine.Vector3,System.Single,DG.Tweening.RotateMode)] : mwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenTMPAnimator::DOScaleChar(System.Int32,System.Single,System.Single)] : mxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenTMPAnimator::DOScaleChar(System.Int32,UnityEngine.Vector3,System.Single)] : mxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOPunchCharOffset(System.Int32,UnityEngine.Vector3,System.Single,System.Int32,System.Single)] : mxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOPunchCharRotation(System.Int32,UnityEngine.Vector3,System.Single,System.Int32,System.Single)] : mxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOPunchCharScale(System.Int32,System.Single,System.Single,System.Int32,System.Single)] : mxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOPunchCharScale(System.Int32,UnityEngine.Vector3,System.Single,System.Int32,System.Single)] : mxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOShakeCharOffset(System.Int32,System.Single,System.Single,System.Int32,System.Single,System.Boolean)] : mxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOShakeCharOffset(System.Int32,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean)] : mxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOShakeCharRotation(System.Int32,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean)] : mxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOShakeCharScale(System.Int32,System.Single,System.Single,System.Int32,System.Single,System.Boolean)] : mxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tweener DG.Tweening.DOTweenTMPAnimator::DOShakeCharScale(System.Int32,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean)] : mxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : mxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.AuthorizationRequest::get_IsFinished()] : mxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::set_IsFinished(System.Boolean)] : mxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.AuthorizationRequest::get_Granted()] : mxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::set_Granted(System.Boolean)] : mxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.AuthorizationRequest::get_Error()] : mxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::set_Error(System.String)] : mxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.AuthorizationRequest::get_DeviceToken()] : mxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::set_DeviceToken(System.String)] : mxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::OnAuthorizationRequestCompleted(Unity.Notifications.iOS.iOSAuthorizationRequestData)] : mxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::OnAuthorizationRequestCompleted(System.IntPtr,Unity.Notifications.iOS.iOSAuthorizationRequestData)] : mxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.AuthorizationRequest::get_RegisteredForRemoteNotifications()] : mxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::UnregisterForRemoteNotifications()] : mxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Identifier()] : mxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Identifier(System.String)] : mxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_CategoryIdentifier()] : mya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_CategoryIdentifier(System.String)] : myb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_ThreadIdentifier()] : myc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_ThreadIdentifier(System.String)] : myd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Title()] : mye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Title(System.String)] : myf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Subtitle()] : myg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Subtitle(System.String)] : myh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Body()] : myi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Body(System.String)] : myj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotification::get_ShowInForeground()] : myk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_ShowInForeground(System.Boolean)] : myl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.PresentationOption Unity.Notifications.iOS.iOSNotification::get_ForegroundPresentationOption()] : mym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_ForegroundPresentationOption(Unity.Notifications.iOS.PresentationOption)] : myn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotification::get_Badge()] : myo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Badge(System.Int32)] : myp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSoundType Unity.Notifications.iOS.iOSNotification::get_SoundType()] : myq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_SoundType(Unity.Notifications.iOS.NotificationSoundType)] : myr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_SoundName()] : mys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_SoundName(System.String)] : myt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Nullable`1 Unity.Notifications.iOS.iOSNotification::get_SoundVolume()] : myu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_SoundVolume(System.Nullable`1)] : myv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationInterruptionLevel Unity.Notifications.iOS.iOSNotification::get_InterruptionLevel()] : myw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_InterruptionLevel(Unity.Notifications.iOS.NotificationInterruptionLevel)] : myx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Double Unity.Notifications.iOS.iOSNotification::get_RelevanceScore()] : myy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_RelevanceScore(System.Double)] : myz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Data()] : mza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Data(System.String)] : mzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Collections.Generic.Dictionary`2 Unity.Notifications.iOS.iOSNotification::get_UserInfo()] : mzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Collections.Generic.List`1 Unity.Notifications.iOS.iOSNotification::get_Attachments()] : mzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Attachments(System.Collections.Generic.List`1)] : mze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Trigger(Unity.Notifications.iOS.iOSNotificationTrigger)] : mzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTrigger Unity.Notifications.iOS.iOSNotification::get_Trigger()] : mzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::GenerateUniqueID()] : mzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo Unity.Notifications.iOS.iOSNotification::GetDataForSending()] : mzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAction::get_Id()] : mzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_Id(System.String)] : mzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAction::get_Title()] : mzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_Title(System.String)] : mzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionOptions Unity.Notifications.iOS.iOSNotificationAction::get_Options()] : mzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_Options(Unity.Notifications.iOS.iOSNotificationActionOptions)] : mzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAction::get_SystemImageName()] : mzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_SystemImageName(System.String)] : mzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAction::get_TemplateImageName()] : mzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_TemplateImageName(System.String)] : mzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationAction::CreateUNNotificationAction()] : mzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSTextInputNotificationAction::get_TextInputButtonTitle()] : mzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSTextInputNotificationAction::set_TextInputButtonTitle(System.String)] : mzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSTextInputNotificationAction::get_TextInputPlaceholder()] : mzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSTextInputNotificationAction::set_TextInputPlaceholder(System.String)] : mzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSTextInputNotificationAction::CreateUNNotificationAction()] : mzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAttachment::get_Id()] : mzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAttachment::set_Id(System.String)] : mzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAttachment::get_Url()] : naa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAttachment::set_Url(System.String)] : nab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCategory::get_Id()] : nac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::set_Id(System.String)] : nad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationAction[] Unity.Notifications.iOS.iOSNotificationCategory::get_Actions()] : nae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String[] Unity.Notifications.iOS.iOSNotificationCategory::get_IntentIdentifiers()] : naf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCategory::get_HiddenPreviewsBodyPlaceholder()] : nag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::set_HiddenPreviewsBodyPlaceholder(System.String)] : nah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCategory::get_SummaryFormat()] : nai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::set_SummaryFormat(System.String)] : naj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategoryOptions Unity.Notifications.iOS.iOSNotificationCategory::get_Options()] : nak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::set_Options(Unity.Notifications.iOS.iOSNotificationCategoryOptions)] : nal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::AddAction(Unity.Notifications.iOS.iOSNotificationAction)] : nam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::AddActions(System.Collections.Generic.IEnumerable`1)] : nan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::AddIntentIdentifier(System.String)] : nao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::AddIntentIdentifiers(System.Collections.Generic.IEnumerable`1)] : nap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter/<>c::<.cctor>b__38_0(Unity.Notifications.iOS.iOSNotification)] : naq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter/<>c::<.cctor>b__38_1(Unity.Notifications.iOS.iOSNotification)] : nar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::add_OnNotificationReceived(Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback)] : nas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::remove_OnNotificationReceived(Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback)] : nat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::add_s_OnNotificationReceived(Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback)] : nau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::remove_s_OnNotificationReceived(Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback)] : nav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::add_OnRemoteNotificationReceived(Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback)] : naw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::remove_OnRemoteNotificationReceived(Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback)] : nax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::add_s_OnRemoteNotificationReceived(Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback)] : nay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::remove_s_OnRemoteNotificationReceived(Unity.Notifications.iOS.iOSNotificationCenter/NotificationReceivedCallback)] : naz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationCenter::get_ApplicationBadge()] : nba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::set_ApplicationBadge(System.Int32)] : nbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationCenter::Initialize()] : nbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::ScheduleNotification(Unity.Notifications.iOS.iOSNotification)] : nbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification[] Unity.Notifications.iOS.iOSNotificationCenter::GetScheduledNotifications()] : nbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification[] Unity.Notifications.iOS.iOSNotificationCenter::GetDeliveredNotifications()] : nbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification[] Unity.Notifications.iOS.iOSNotificationCenter::NotificationDataToNotifications(Unity.Notifications.iOS.iOSNotificationWithUserInfo[])] : nbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification Unity.Notifications.iOS.iOSNotificationCenter::GetLastRespondedNotification()] : nbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCenter::GetLastRespondedNotificationAction()] : nbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCenter::GetLastRespondedNotificationUserText()] : nbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::RemoveScheduledNotification(System.String)] : nbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::RemoveDeliveredNotification(System.String)] : nbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::RemoveAllScheduledNotifications()] : nbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::RemoveAllDeliveredNotifications()] : nbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationSettings Unity.Notifications.iOS.iOSNotificationCenter::GetNotificationSettings()] : nbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::SetNotificationCategories(System.Collections.Generic.IEnumerable`1)] : nbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::OnReceivedRemoteNotification(Unity.Notifications.iOS.iOSNotificationWithUserInfo)] : nbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::OnSentNotification(Unity.Notifications.iOS.iOSNotificationWithUserInfo)] : nbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::OpenNotificationSettings()] : nbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationStatus Unity.Notifications.iOS.iOSNotificationSettings::get_AuthorizationStatus()] : nbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_NotificationCenterSetting()] : nbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_LockScreenSetting()] : nbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_CarPlaySetting()] : nbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_AlertSetting()] : nbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_BadgeSetting()] : nby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_SoundSetting()] : nbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.AlertStyle Unity.Notifications.iOS.iOSNotificationSettings::get_AlertStyle()] : nca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.ShowPreviewsSetting Unity.Notifications.iOS.iOSNotificationSettings::get_ShowPreviewsSetting()] : ncb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RegisterAuthorizationRequestCallback()] : ncc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RegisterOnReceivedRemoteNotificationCallback()] : ncd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RegisterOnReceivedCallback()] : nce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::AuthorizationRequestReceived(System.IntPtr,Unity.Notifications.iOS.iOSAuthorizationRequestData)] : ncf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RemoteNotificationReceived(Unity.Notifications.iOS.iOSNotificationData)] : ncg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::NotificationReceived(Unity.Notifications.iOS.iOSNotificationData)] : nch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo Unity.Notifications.iOS.iOSNotificationsWrapper::NotificationDataToDataWithUserInfo(Unity.Notifications.iOS.iOSNotificationData)] : nci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::ReceiveNSDictionaryKeyValue(System.IntPtr,System.String,System.String)] : ncj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::ReceiveUNNotificationAttachment(System.IntPtr,System.String,System.String)] : nck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RequestAuthorization(System.IntPtr,System.Int32,System.Boolean)] : ncl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationsWrapper::RegisteredForRemoteNotifications()] : ncm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::UnregisterForRemoteNotifications()] : ncn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationSettings Unity.Notifications.iOS.iOSNotificationsWrapper::GetNotificationSettings()] : nco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::ScheduleLocalNotification(Unity.Notifications.iOS.iOSNotificationWithUserInfo)] : ncp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo[] Unity.Notifications.iOS.iOSNotificationsWrapper::GetDeliveredNotificationData()] : ncq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationsWrapper::GetLastRespondedNotificationAction()] : ncr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationsWrapper::GetLastRespondedNotificationUserText()] : ncs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo[] Unity.Notifications.iOS.iOSNotificationsWrapper::GetScheduledNotificationData()] : nct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo[] Unity.Notifications.iOS.iOSNotificationsWrapper::MarshalAndFreeNotificationDataArray(System.IntPtr,System.Int32)] : ncu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::CsDictionaryToObjC(System.Collections.Generic.Dictionary`2)] : ncv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::CsAttachmentsToObjc(System.Collections.Generic.List`1)] : ncw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Collections.Generic.Dictionary`2 Unity.Notifications.iOS.iOSNotificationsWrapper::NSDictionaryToCs(System.IntPtr)] : ncx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Collections.Generic.List`1 Unity.Notifications.iOS.iOSNotificationsWrapper::AttachmentsNSArrayToCs(System.IntPtr)] : ncy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::SetApplicationBadge(System.Int32)] : ncz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationsWrapper::GetApplicationBadge()] : nda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationsWrapper::GetAppOpenedUsingNotification()] : ndb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Nullable`1 Unity.Notifications.iOS.iOSNotificationsWrapper::GetLastNotificationData()] : ndc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::SetNotificationCategories(System.Collections.Generic.IEnumerable`1)] : ndd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationTrigger::get_Type()] : nde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationLocationTrigger::get_Type()] : nde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] UnityEngine.Vector2 Unity.Notifications.iOS.iOSNotificationLocationTrigger::get_Center()] : ndf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationLocationTrigger::set_Center(UnityEngine.Vector2)] : ndg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Double Unity.Notifications.iOS.iOSNotificationLocationTrigger::get_Latitude()] : ndh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationLocationTrigger::set_Latitude(System.Double)] : ndi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Double Unity.Notifications.iOS.iOSNotificationLocationTrigger::get_Longitude()] : ndj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationLocationTrigger::set_Longitude(System.Double)] : ndk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Single Unity.Notifications.iOS.iOSNotificationLocationTrigger::get_Radius()] : ndl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationLocationTrigger::set_Radius(System.Single)] : ndm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationLocationTrigger::get_NotifyOnEntry()] : ndn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationLocationTrigger::set_NotifyOnEntry(System.Boolean)] : ndo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationLocationTrigger::get_NotifyOnExit()] : ndp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationLocationTrigger::set_NotifyOnExit(System.Boolean)] : ndq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationLocationTrigger::get_Repeats()] : ndr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationLocationTrigger::set_Repeats(System.Boolean)] : nds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationPushTrigger::get_Type()] : nde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger::get_Type()] : nde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.TimeSpan Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger::get_TimeInterval()] : ndt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger::set_TimeInterval(System.TimeSpan)] : ndu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger::get_Repeats()] : ndv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger::set_Repeats(System.Boolean)] : ndw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationCalendarTrigger::get_Type()] : nde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Nullable`1 Unity.Notifications.iOS.iOSNotificationCalendarTrigger::get_Year()] : ndx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCalendarTrigger::set_Year(System.Nullable`1)] : ndy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Nullable`1 Unity.Notifications.iOS.iOSNotificationCalendarTrigger::get_Month()] : ndz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCalendarTrigger::set_Month(System.Nullable`1)] : nea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Nullable`1 Unity.Notifications.iOS.iOSNotificationCalendarTrigger::get_Day()] : neb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCalendarTrigger::set_Day(System.Nullable`1)] : nec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Nullable`1 Unity.Notifications.iOS.iOSNotificationCalendarTrigger::get_Hour()] : ned +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCalendarTrigger::set_Hour(System.Nullable`1)] : nee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Nullable`1 Unity.Notifications.iOS.iOSNotificationCalendarTrigger::get_Minute()] : nef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCalendarTrigger::set_Minute(System.Nullable`1)] : neg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Nullable`1 Unity.Notifications.iOS.iOSNotificationCalendarTrigger::get_Second()] : neh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCalendarTrigger::set_Second(System.Nullable`1)] : nei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationCalendarTrigger::get_UtcTime()] : nej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCalendarTrigger::set_UtcTime(System.Boolean)] : nek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationCalendarTrigger::get_Repeats()] : nel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCalendarTrigger::set_Repeats(System.Boolean)] : nem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCalendarTrigger Unity.Notifications.iOS.iOSNotificationCalendarTrigger::ToUtc()] : nen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCalendarTrigger Unity.Notifications.iOS.iOSNotificationCalendarTrigger::ToLocal()] : neo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.DateTime Unity.Notifications.iOS.iOSNotificationCalendarTrigger::AssignDateTimeComponents(System.DateTime)] : nep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCalendarTrigger::AssignNonEmptyComponents(System.DateTime)] : neq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : ner +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : nes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.iOS.iOSNotification Unity.Notifications.Notification::op_Explicit(Unity.Notifications.Notification)] : net +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.iOS.iOSNotification Unity.Notifications.Notification::GetNotification()] : neu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Nullable`1 Unity.Notifications.Notification::get_Identifier()] : nev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Identifier(System.Nullable`1)] : new +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.Notification::get_Title()] : nex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Title(System.String)] : ney +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.Notification::get_Text()] : nez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Text(System.String)] : nfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.Notification::get_Data()] : nfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Data(System.String)] : nfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.Notification::get_Badge()] : nfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Badge(System.Int32)] : nfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Boolean Unity.Notifications.Notification::get_ShowInForeground()] : nff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_ShowInForeground(System.Boolean)] : nfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.Notification::get_Group()] : nfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Group(System.String)] : nfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Boolean Unity.Notifications.Notification::get_IsGroupSummary()] : nfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_IsGroupSummary(System.Boolean)] : nfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenterArgs Unity.Notifications.NotificationCenterArgs::get_Default()] : nfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationPresentation Unity.Notifications.NotificationCenterArgs::get_PresentationOptions()] : nfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenterArgs::set_PresentationOptions(Unity.Notifications.NotificationPresentation)] : nfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.NotificationCenterArgs::get_AndroidChannelId()] : nfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenterArgs::set_AndroidChannelId(System.String)] : nfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.NotificationCenterArgs::get_AndroidChannelName()] : nfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenterArgs::set_AndroidChannelName(System.String)] : nfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.NotificationCenterArgs::get_AndroidChannelDescription()] : nfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenterArgs::set_AndroidChannelDescription(System.String)] : nft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::add_s_OnNotificationReceived(Unity.Notifications.NotificationCenter/NotificationReceivedCallback)] : nfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::remove_s_OnNotificationReceived(Unity.Notifications.NotificationCenter/NotificationReceivedCallback)] : nfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::NotificationReceived(Unity.Notifications.iOS.iOSNotification)] : nfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::add_OnNotificationReceived(Unity.Notifications.NotificationCenter/NotificationReceivedCallback)] : nfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::remove_OnNotificationReceived(Unity.Notifications.NotificationCenter/NotificationReceivedCallback)] : nfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::Initialize(Unity.Notifications.NotificationCenterArgs)] : nfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionRequest Unity.Notifications.NotificationCenter::RequestPermission()] : nga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CheckInitialized()] : ngb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationCenter::ScheduleNotification(Unity.Notifications.Notification,T)] : ngc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationCenter::ScheduleNotification(Unity.Notifications.Notification,System.String,T)] : ngd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Nullable`1 Unity.Notifications.NotificationCenter::get_LastRespondedNotification()] : nge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CancelScheduledNotification(System.Int32)] : ngf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CancelDeliveredNotification(System.Int32)] : ngg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CancelAllScheduledNotifications()] : ngh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CancelAllDeliveredNotifications()] : ngi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::ClearBadge()] : ngj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::OpenNotificationSettings(Unity.Notifications.NotificationSettingsSection)] : ngk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationSchedule::Schedule(Unity.Notifications.iOS.iOSNotification&)] : ngl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.TimeSpan Unity.Notifications.NotificationIntervalSchedule::get_Interval()] : ngm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationIntervalSchedule::set_Interval(System.TimeSpan)] : ngn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Boolean Unity.Notifications.NotificationIntervalSchedule::get_Repeats()] : ngo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationIntervalSchedule::set_Repeats(System.Boolean)] : ngp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationIntervalSchedule::Unity.Notifications.NotificationSchedule.Schedule(Unity.Notifications.iOS.iOSNotification&)] : ngq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.DateTime Unity.Notifications.NotificationDateTimeSchedule::get_FireTime()] : ngr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationDateTimeSchedule::set_FireTime(System.DateTime)] : ngs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationRepeatInterval Unity.Notifications.NotificationDateTimeSchedule::get_RepeatInterval()] : ngt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationDateTimeSchedule::set_RepeatInterval(Unity.Notifications.NotificationRepeatInterval)] : ngu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationDateTimeSchedule::Unity.Notifications.NotificationSchedule.Schedule(Unity.Notifications.iOS.iOSNotification&)] : ngv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionStatus Unity.Notifications.NotificationsPermissionRequest::get_Status()] : ngw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::get_IsKeyboardVisible()] : ngx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::IsWebViewAvailable()] : ngy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::IsInitialized()] : ngz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Init(System.Action`1,System.Action`1,System.Action`1,System.Action`1,System.Action`1,System.Action`1,System.Action`1,System.Boolean,System.Boolean,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.Boolean,System.Boolean,System.Boolean)] : nha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Pause()] : nhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Resume()] : nhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetCenterPositionWithScale(UnityEngine.Vector2,UnityEngine.Vector2)] : nhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetMargins(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)] : nhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetVisibility(System.Boolean)] : nhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::GetVisibility()] : nhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetScrollbarsVisibility(System.Boolean)] : nhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetInteractionEnabled(System.Boolean)] : nhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetAlertDialogEnabled(System.Boolean)] : nhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::GetAlertDialogEnabled()] : nhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetScrollBounceEnabled(System.Boolean)] : nhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::GetScrollBounceEnabled()] : nhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetCameraAccess(System.Boolean)] : nhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetMicrophoneAccess(System.Boolean)] : nho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::SetURLPattern(System.String,System.String,System.String)] : nhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::LoadURL(System.String)] : nhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::LoadHTML(System.String,System.String)] : nhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::EvaluateJS(System.String)] : nhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Int32 WebViewObject::Progress()] : nht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::CanGoBack()] : nhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::CanGoForward()] : nhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::GoBack()] : nhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::GoForward()] : nhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Reload()] : nhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnError(System.String)] : nhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnHttpError(System.String)] : nia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnStarted(System.String)] : nib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnLoaded(System.String)] : nic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallFromJS(System.String)] : nid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnHooked(System.String)] : nie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnCookies(System.String)] : nif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::AddCustomHeader(System.String,System.String)] : nig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.String WebViewObject::GetCustomHeaderValue(System.String)] : nih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::RemoveCustomHeader(System.String)] : nii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::ClearCustomHeader()] : nij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::ClearCookies()] : nik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SaveCookies()] : nil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::GetCookies(System.String)] : nim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetBasicAuthInfo(System.String,System.String)] : nin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::ClearCache(System.Boolean)] : nio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetTextZoom(System.Int32)] : nip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetMixedContentMode(System.Int32)] : niq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : nir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::yaQuSejz(System.Boolean)] : nis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::ToAg04b7(System.String)] : nit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::mrkLmoeX(System.Object)] : niu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::oRQudicN(System.Object)] : niv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::9sdaC6hY(System.Object)] : niw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::T1dTjVwN(System.Object)] : nix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::AukfJglE(System.Object)] : niy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::vBrqqsWJ(System.Object)] : niz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::odWHcHj6(System.Object)] : nja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::3QANqqbq(System.Exception)] : njb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::3FhqPpGh(System.Object)] : njc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::yhSOPfe6(System.Object)] : njd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::G65jjC9m(System.Boolean)] : nje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::_T0OLd6_(System.Object)] : njf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::PlI465dM(System.Object)] : njg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::AX7PRh3r(System.Object)] : njh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::Uk7FDhOS(System.String)] : nji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::jsSqg6y2(System.Object)] : njj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::5eE14SQV(System.Object)] : njk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::Q9J16sAz(System.Object)] : njl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::S1baf1Wh(System.Object)] : njm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::AMarn42G(System.Exception)] : njn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::XQRVVGoY(System.Object)] : njo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::bzpD4J_P(System.Object)] : njp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::BF8sS8Dy(System.Object)] : njq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::tn0xjkPa(System.Object)] : njr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::kgEMkOE1(System.Object)] : njs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::9wgVPDB2(System.Object)] : njt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::URPAQbA1(System.String)] : nju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::nvfTTnm0(System.Exception)] : njv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::rzd07trt(System.Object)] : njw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::mIisPijD(System.Object)] : njx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::nlaNfSqw(System.Object)] : njy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::MqhQSPbJ(System.Boolean)] : njz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::okS9qN2l(System.Object)] : nka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::B8jeqjyn(System.Object)] : nkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::HGfGVBKq(System.Object)] : nkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::IH5h7Reb(System.Exception)] : nkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::qsrew1jH(System.Object)] : nke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::Df970dpd(System.Object)] : nkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::ZO_4Rlkk(System.Object)] : nkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::wVoNeOpk(System.Object)] : nkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::JyPEVxRg(System.Object)] : nki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::WJ4sF9QN(System.String)] : nkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::gUjVKQKF(System.Object)] : nkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::6Hfw4ArP(System.Object)] : nkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::ioBs2Txj(System.Object)] : nkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::lHKBrsKL(System.Object)] : nkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::makxKeFh(System.Object)] : nko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::M4LW2b16(System.Object)] : nkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::M31bHh66(System.Object)] : nkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::1Q44asEr(System.Object)] : nkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::oAX33qMv(System.Object)] : nks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::u9AArKHe(System.Object)] : nkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::UJf6A3Pd(System.Object)] : nku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::RI6eT1fG(System.Object)] : nkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::20sp2Li_(System.Object)] : nkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::xub50A_K(System.Object)] : nkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::h5oM_58F(System.Object)] : nky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::s0liaknG(System.Object)] : nkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::z1udwzHs(System.Object)] : nla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::Cu8RKE_c(System.Object)] : nlb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::kHTZeST4(System.Object)] : nlc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::2iViDxt0(System.Object)] : nld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::eTv5LNUV(System.Object)] : nle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::6Ec3SQ6F(System.Object)] : nlf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::G8F9IvHb(System.Boolean)] : nlg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::CKNckHAv(System.Object)] : nlh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::x9x941wA(System.Object)] : nli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::4lPPEYVX(System.Object)] : nlj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::InfqmH43(System.Exception)] : nlk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::qpaRZN4K(System.Object)] : nll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::D5b_pFdL(System.Object)] : nlm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::w1dJSf2y(System.Object)] : nln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::O97AzpbK(System.Object)] : nlo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::vjKw4Pmb(System.Object)] : nlp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::Ux7fr8P3(System.Object)] : nlq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::AAm2yfu1(System.Object)] : nlr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::tKrYS4hl(System.String)] : nls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::1Bufa20m(System.Object)] : nlt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::R1A9Wdhj(System.Object)] : nlu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::WDaIvTlw(System.Object)] : nlv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::eFHktY5H(System.Object)] : nlw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void fF0lmN6s::dkipbvrR(System.Object)] : nlx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::GCnHiR1H(Loom/PHQxMmEo)] : nly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::2_YRg8Ex(Loom/PHQxMmEo)] : nlz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::1jhMpAe7(Loom/PHQxMmEo)] : nma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::4rJfpSci(Loom/PHQxMmEo)] : nmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::lE39v4cZ(Loom/PHQxMmEo)] : nmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::5MxwbpEW(Loom/PHQxMmEo)] : nmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::lz8n_XnQ(Loom/PHQxMmEo)] : nme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::m3jGyskT(Loom/PHQxMmEo)] : nmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::07lfKqzl(Loom/PHQxMmEo)] : nmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::5HWKrLKt(Loom/PHQxMmEo)] : nmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::DoWEHzfq(Loom/PHQxMmEo)] : nmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::3ZIp1t49(Loom/PHQxMmEo)] : nmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::EvAInSJg(Loom/PHQxMmEo)] : nmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean Loom/Yk2KK9I6::jPvE7ZjJ(Loom/PHQxMmEo)] : nml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::2j59isqf(System.Action`1,System.Object)] : nmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::YZyAWAjr(System.Object)] : nmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::vqc30FM4()] : nmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Threading.Thread Loom::mwd1mAK7(System.Action)] : nmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Threading.Thread Loom::uoK3LDUK(System.Action)] : nmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::SuSUdmNX(System.Action`1,System.Object,System.Single)] : nmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::i3vRTc4y(System.Action`1,System.Object)] : nms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::yeVlnpjr()] : nmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::73FhkUv9(System.Object)] : nmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::Ft307WZ7()] : nmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::zbQEDpKZ()] : nmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Threading.Thread Loom::SR4SmNid(System.Action)] : nmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::zkBHbFi6()] : nmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::Zt1Vksl1(System.Object)] : nmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::J9v9LeNZ()] : nna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::WuPMGR53()] : nnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::NzFVz46m(System.Object)] : nnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::nbWV2hza(System.Action`1,System.Object)] : nnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::aeru3kiw()] : nne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::7HckWWIY(System.Action`1,System.Object)] : nnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::MGzEyhce()] : nng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::GHZF1yEf(System.Action`1,System.Object,System.Single)] : nnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::GYtw4Dzu()] : nni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Threading.Thread Loom::Wx__E3KF(System.Action)] : nnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::OMZ_N2fh(System.Action`1,System.Object)] : nnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::7OtSXexl()] : nnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::w4culThd()] : nnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Threading.Thread Loom::G5NT5Zj1(System.Action)] : nnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::sDXtxh24(System.Object)] : nno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::qoqzH5Hz(System.Action`1,System.Object,System.Single)] : nnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::7w7I3iJc()] : nnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::YywUOxYg()] : nnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Threading.Thread Loom::uSiOLBt1(System.Action)] : nns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::hSxtX0Gc(System.Action`1,System.Object,System.Single)] : nnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::RTqMkrUr()] : nnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::Sf4VDrxk(System.Action`1,System.Object,System.Single)] : nnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::PK0bNq3H(System.Object)] : nnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::EhL7GTyl(System.Object)] : nnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::wDaVfeUE()] : nny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::k1zlfcFg(System.Object)] : nnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::TbMATPJa()] : noa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::KbwTVzG7()] : nob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::pbQNU0CX(System.Object)] : noc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::tOP2Is4k()] : nod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::7AnzZ9B9()] : noe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Threading.Thread Loom::kNLfNbG3(System.Action)] : nof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::KHO75nNB()] : nog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::ASXHHOOB()] : noh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::618rBs3L()] : noi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::GyhCldqz()] : noj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::1urqvnlL()] : nok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::6cHIJhIJ()] : nol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::8Y1aciY5(System.Action`1,System.Object,System.Single)] : nom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::5OuEweTg(System.Action`1,System.Object,System.Single)] : non +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::8sB2SKEw(System.Action`1,System.Object,System.Single)] : noo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::l4WqJ3PI()] : nop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::7BE0f7wQ()] : noq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::KLeargpB()] : nor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::SjES3r_0(System.Action`1,System.Object)] : nos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::Ap5TZcf4()] : not +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::j8uiyj1k()] : nou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::PZea4DLC(System.Action`1,System.Object,System.Single)] : nov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::1VqxCT82(System.Action`1,System.Object)] : now +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::V1x8W_qf(System.Action`1,System.Object,System.Single)] : nox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::XCMBYB4C()] : noy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::TgzjLsfP(System.Action`1,System.Object)] : noz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::N2TNYOlo()] : npa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::HcYR2lVz()] : npb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::Urt9zpME()] : npc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::qAvpJdvy(System.Action`1,System.Object,System.Single)] : npd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::y1YEDJ17(System.Object)] : npe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::EoaWECuc()] : npf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::4EsgpCdp(System.Action`1,System.Object,System.Single)] : npg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::UXhat2Nb(System.Action`1,System.Object,System.Single)] : nph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] Loom Loom::jVIcPhOD()] : npi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::V6USmcPD(System.Object)] : npj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void Loom::Zw7judpU(System.Action`1,System.Object,System.Single)] : npk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::WO7nzziJ()] : npl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::B6zt6dIp()] : npm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::NzrRbCpZ()] : npn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::mlTt9ZZn()] : npo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::FhC7nAKA()] : npp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::Sj70EDUk()] : npq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::t5hDH3U_()] : npr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::iWv1DtuZ()] : nps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::CNm0ZHJX()] : npt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::JYrCnarJ()] : npu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::jjHkyYDt()] : npv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::G3VR2GUQ()] : npw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::uqCXkqdd()] : npx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::7Jr6Y6ee()] : npy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::16ljK3Ix()] : npz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::KRfTAlvX()] : nqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::K989zSiO()] : nqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String it4PRbsw::5VUQUT7u()] : nqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::WLCBlcBs()] : nqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::XjSBtDLL()] : nqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::_olBnTEG()] : nqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::TTvyynFE()] : nqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::xZxxhibb()] : nqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::qav3PrXC()] : nqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::kk1Nmkg_()] : nqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::nLcWcORZ()] : nqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::JkXUC0kM()] : nql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::DBRW6v7n()] : nqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::R5NrFNgr()] : nqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::RUhlidum()] : nqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::cy5HwnPp()] : nqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.String h_aIloNk::htuwwnzu()] : nqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] kFe4jXTn/UfJaYUBC kFe4jXTn::dSpBXe1J()] : nqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] kFe4jXTn/UfJaYUBC kFe4jXTn::LtxBOC5c()] : nqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] kFe4jXTn/UfJaYUBC kFe4jXTn::3p43WBD5()] : nqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] kFe4jXTn/UfJaYUBC kFe4jXTn::aDDQ59m5()] : nqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] kFe4jXTn/UfJaYUBC kFe4jXTn::bAfP7oQO()] : nqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] kFe4jXTn/UfJaYUBC kFe4jXTn::sT62bKVZ()] : nqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] kFe4jXTn/UfJaYUBC kFe4jXTn::YMWealXt()] : nqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::ObExDPq6(UnityTimer.Timer)] : nqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::aX4Ft4RI(UnityTimer.Timer)] : nqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::EN3wT5dp(UnityTimer.Timer)] : nra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::r08IOFjo(UnityTimer.Timer)] : nrb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::iMAxD00V(UnityTimer.Timer)] : nrc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::qjTI2kCl(UnityTimer.Timer)] : nrd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::SWuskO_v(UnityTimer.Timer)] : nre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::rA9z3MSt(UnityTimer.Timer)] : nrf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::xSIr0lY8(UnityTimer.Timer)] : nrg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::xTUz4Nza(UnityTimer.Timer)] : nrh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::BTCFIvGi(UnityTimer.Timer)] : nri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::b__7_0(UnityTimer.Timer)] : nrj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::hVT1Peke(UnityTimer.Timer)] : nrk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::2JPFm0bq()] : nrl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::DidNE6dl()] : nrm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::txZ_hOP9()] : nrn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::DQ8D_oIl()] : nro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::m35jRjhu()] : nrp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::RegisterTimer(UnityTimer.Timer)] : nrq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::o9TMgOfz()] : nrr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::wGcJH4G8()] : nrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::0T4BcsSg()] : nrt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::AwOkT78t()] : nru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::TRc78opj()] : nrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::s79mGPCI()] : nrw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::y0GKZgFY()] : nrx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::YLE7OaD9()] : nry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::cNWWQ3Uo()] : nrz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::Boq2ZYsV()] : nsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::JT34HDoU()] : nsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::rnKKlmsF()] : nsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::kHHhPi6K()] : nsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::ResumeAllTimers()] : nse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::dfk1ZGh7()] : nsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::GAJmJnYR()] : nsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::UpdateAllTimers()] : nsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::KDeSjsvn()] : nsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::5KtnT3qy()] : nsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::zkLuwbHR()] : nsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::MExq96QM()] : nsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::CtAZv8B7()] : nsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::Y3Zyxj8p()] : nsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::_gs5lJcZ()] : nso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::sa08XEze()] : nsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::68tsgUzA(UnityTimer.Timer)] : nsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::laSlspyB()] : nsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::qbswE2Wy()] : nss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::l2PVrFN8()] : nst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::iQadKcfk()] : nsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::ShaHW5JT()] : nsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::PauseAllTimers()] : nsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::o9q_goKo()] : nsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::vzVluhy3()] : nsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::0gguSsK5(UnityTimer.Timer)] : nsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::BOrdnC1o()] : nta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::HFW1bs3n()] : ntb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::FSG35IU0()] : ntc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::Ir96pr01()] : ntd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::7jDubhcc()] : nte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::V4wDAKu7()] : ntf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::NDFlYV1x()] : ntg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::ANOEd9_j(UnityTimer.Timer)] : nth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::lGYd70LQ(UnityTimer.Timer)] : nti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::1tOwiBhR()] : ntj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer/TimerManager::CancelAllTimers()] : ntk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::set_duration(System.Single)] : ntl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::JHFOw51j()] : ntm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::aXejs4h9(UnityTimer.Timer)] : ntn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::qLQiinBl()] : nto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::SQGPyuW0(System.Boolean)] : ntp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::SAZfbsEc(UnityTimer.Timer)] : ntq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::a48uVP4r()] : ntr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::F6a8bZQd()] : nts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::J_eqmlnj(System.Single)] : ntt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::YHQHeDOi()] : ntu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_isDone()] : ntv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::tGqnfXh6()] : ntw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::vZ8CsaRE()] : ntx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::X6xtLkj1()] : nty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Cancel()] : ntz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::Vt8lvAjm()] : nua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::wHqM4x3K()] : nub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::ILe2_Nag()] : nuc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::YT94KlYn()] : nud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::Vv6yOacS()] : nue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Resume()] : nuf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::T3Hz9Dlf(System.Single)] : nug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::h5vcWZYk(System.Boolean)] : nuh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::3thK7qti()] : nui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::r7hqo4Nq()] : nuj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::x5phHsT1(System.Boolean)] : nuk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::NUKE74L3(UnityTimer.Timer)] : nul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::tdeIzkcu()] : nun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::xmzS4Nxf()] : nuo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::6KujhLUQ(System.Boolean)] : nup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::uOVbqXCk()] : nuq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::uk6FlztW()] : nur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::vwCILnGH()] : nus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::YD4g2ysh()] : nut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::LfGIFNuf()] : nuu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::x3grhqI5()] : nuv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::OiAlfbhN()] : nuw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::9gLmUGaD(System.Boolean)] : nux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::G8ArKinS(System.Boolean)] : nuy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::7iSdIIMA(UnityTimer.Timer)] : nuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::iTopLKCO()] : nva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::YuHM1WKJ()] : nvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::IBSApuRK()] : nvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::qpptVeNk()] : nvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::QL6g7aCV()] : nve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::uOMfw48l()] : nvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::z60zwoIT(System.Single)] : nvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::CTd63A2M()] : nvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::rfNEtRrd(System.Boolean)] : nvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::set_usesRealTime(System.Boolean)] : nvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::mj3lM14O()] : nvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::li7btKzc()] : nvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::j96zjNAu()] : nvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetTimeDelta()] : nvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::qzU4PnkE()] : nvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::set_isLooped(System.Boolean)] : nvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::LKEFrgjf()] : nvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::pf4UEVrN(System.Boolean)] : nvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::9Lu4oNEK()] : nvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::LvZPCe5B()] : nvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::XStYfl7X()] : nvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::5Ma0ULuz()] : nvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::2MRdQFCV()] : nvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::jxho60Vf()] : nvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::PYO0onrk(System.Single)] : nvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::h8hXppzk()] : nvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_isPaused()] : nwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::zMihB2NN()] : nwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::457Mi_Kd()] : nwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::7KiI4H1i()] : nwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::EeGLYzaH()] : nwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::Mn46a4VN()] : nwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::aazIPOmv()] : nwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::Ag7DJCFT()] : nwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::AvTSJvE_()] : nwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::BS3gmL0E()] : nwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::LYCUoILu()] : nwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::3l1Wp2tH(UnityTimer.Timer)] : nwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::ofGAbWcB()] : nwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::w3jaw5D7()] : nwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::pap_MyL7(System.Single)] : nwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::P7t_IGwP()] : nwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::b04MHa3V()] : nwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::FESEFagA()] : nwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::mQNcBm57()] : nws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Pause()] : nwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::DM7Q4xYv()] : nwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::Y57nenhP()] : nwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::5W0TDJa7()] : nww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::m9NCyP0u()] : nwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::nW7u5VbB(System.Boolean)] : nwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::S3z0UvMH()] : nwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Resume(UnityTimer.Timer)] : nxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::9gghJMKG()] : nxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::OGZbNaUq()] : nxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::8g3x677B(System.Single)] : nxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GvWtFVZv()] : nxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::331U9ilQ()] : nxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::mTECbFV1()] : nxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::wAY_P_sL(UnityTimer.Timer)] : nxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::9Ttws_JQ()] : nxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::zAvSG6oA(System.Boolean)] : nxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::PTfSd0zZ()] : nxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::5mlhiE0M(UnityTimer.Timer)] : nxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::hMKM68bY()] : nxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::HrLvAmAj()] : nxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::rCC_qfu5()] : nxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetWorldTime()] : nxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::eWTQjBal(System.Single)] : nxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::1yNrllKi()] : nxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::K3LhWBhO(UnityTimer.Timer)] : nxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::EddgOmxM()] : nxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_isCancelled()] : nxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::mZB3R88y()] : nxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::OJVpQ65g()] : nxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::58IyerMZ(System.Boolean)] : nxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::VHSreWg_(System.Boolean)] : nxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::idYJoIKc(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : nxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::IY7jZich()] : nya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Update()] : nyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Cancel(UnityTimer.Timer)] : nyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::VMjHaLPV()] : nyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::FQeIdhgE()] : nye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::1Xy1QMgE()] : nyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::PauseAllRegisteredTimers()] : nyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::FtgzzFA4()] : nyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::5sqAHIKG()] : nyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::sogo47Yp(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : nyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::MnmFHNHp()] : nyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::X6XrRNOK(System.Single)] : nyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::_nDdJwX6(UnityTimer.Timer)] : nym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::zGFm1xwW(System.Single)] : nyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::UceNAsKH()] : nyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::gnBXgJBh()] : nyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::ATYVGF14(UnityTimer.Timer)] : nyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::_kQdmYMs()] : nyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::cVG17_3p(System.Single)] : nys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::drXOUxWA(UnityTimer.Timer)] : nyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::lx9j3uHW()] : nyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::niIzOCOb(System.Boolean)] : nyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::eSmZn5vV()] : nyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::HQGQCeEc(System.Boolean)] : nyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::wvF6leAY()] : nyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::F3L0u5LT(System.Single)] : nyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::h_ZVCq94(UnityTimer.Timer)] : nza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::tTs2Oimx()] : nzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::F0KAY3i2(System.Boolean)] : nzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::snjETObJ()] : nzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::SangXl8n(UnityTimer.Timer)] : nze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::yzhSzwbY()] : nzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_isOwnerDestroyed()] : nzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::NrYOax9n()] : nzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::aNrE7cxy(System.Boolean)] : nzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::9oPy7Hy0()] : nzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetRatioRemaining()] : nzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::hcTqGyG6()] : nzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::sOhXwIc2()] : nzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::yl8_zkLj()] : nzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::ResumeAllRegisteredTimers()] : nzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::DQhhIA7W(System.Boolean)] : nzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::xSa92n8S()] : nzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::7D3eQKKt()] : nzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::CancelAllRegisteredTimers()] : nzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::xyOBjFeO()] : nzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::630k17z_()] : nzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::otZ5hNlu(UnityTimer.Timer)] : nzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::f5vFu4Y3()] : nzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::K5MnJyUK()] : nzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::3B9Ycz9q(System.Boolean)] : nzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::geVyWNYN(UnityTimer.Timer)] : nzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::sT7U4iK8()] : oaa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::CWTsPv0g(System.Boolean)] : oab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetFireTime()] : oac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::j0kL9ui7()] : oad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::3WkMSMzt()] : oae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::BW4Aehnt()] : oaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::f9HGGz2M(System.Boolean)] : oag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::T3815Lal(System.Boolean)] : oah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::YSI6qdOt()] : oai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::04Bd8wYI()] : oaj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::LGVAtOco()] : oak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::get_duration()] : oal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::aSCZJTpq(UnityTimer.Timer)] : oam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::mzMIX7N7()] : oan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::Z1eGRwWI()] : oao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::PiMU6Q7k()] : oap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::NkuYAMiA()] : oaq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::2rc2Dk1X()] : oar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::V2iUKFg7(UnityTimer.Timer)] : oas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::3w81D1a7()] : oat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::P8YEM2B8()] : oau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::wNItlZo2()] : oav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::OIKCQB0T()] : oaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::cGRGuP7C()] : oax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetTimeRemaining()] : oay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::IZwPEIDa(System.Boolean)] : oaz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::rDc8vEEh()] : oba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::BSFyuIyj()] : obb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::df4omWZX(UnityTimer.Timer)] : obc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::8WS0XZ1B()] : obd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::zja66JbD()] : obe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::Mr9wsfCF()] : obf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::T_sY_ayJ(System.Boolean)] : obg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::0fVVrncE()] : obh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::jBVItZEz()] : obi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::1Khcy1wV()] : obk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::0w26plnc()] : obl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::set_isCompleted(System.Boolean)] : obm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::ebr3WODI()] : obn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::LBaFy0EF()] : obo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::rRdEFOfE()] : obp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::ByqM0unG()] : obq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::7u1ZeUgj()] : obr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::ibKvCoZE()] : obs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::6FqzpT2H()] : obt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::yMTAg8BA(System.Boolean)] : obu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::LRzwPmTo()] : obv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::8xIuf4h9()] : obw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::jutbW4yP()] : obx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::6_4X2AxW()] : oby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::RaT2W1Oz(System.Boolean)] : obz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::HNzmJlUj(System.Single)] : oca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::Register(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : ocb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::O1OCHDZJ()] : occ +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::ZRixq1Gr()] : ocd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::MsxeFzd8()] : oce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::nZ8gcGL1()] : ocf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::CKsIp6tr(System.Single)] : ocg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::WW_AuWog(UnityTimer.Timer)] : och +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::zJA6nl8l()] : oci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::T0N3J6Oe()] : ocj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::Y81cewV4()] : ock +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::v7kmenWg()] : ocl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::TgHXLPlk(UnityTimer.Timer)] : ocm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::6SF5xzdO()] : ocn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::RUYkJw0u()] : oco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Uxn9W9iX()] : ocp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::FvAUvPp6()] : ocq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::6FxOS5MC()] : ocr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::8gf3kfVv(System.Boolean)] : ocs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::PMNDHbLp()] : oct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::XNe1EKe3()] : ocu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::pnxIFVYl()] : ocv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::atKv_6hc()] : ocw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::yiV8xK1M(System.Boolean)] : ocx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::eBYZT0Li()] : ocy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::HJuXODUu(System.Boolean)] : ocz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::zhGvtrMZ()] : oda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::gQOEuFlN(UnityTimer.Timer)] : odb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_isCompleted()] : odc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::D650J0Gu(System.Boolean)] : odd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::LKx3Hqey(UnityTimer.Timer)] : ode +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::0UIUPS36(UnityTimer.Timer)] : odf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::d7yoGNlD()] : odg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::Pause(UnityTimer.Timer)] : odh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_usesRealTime()] : odi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::p85siUOv()] : odj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::lwDlK6Vm(System.Boolean)] : odk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::6Jv186of()] : odl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::bOE6NCe2()] : odm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::ONvxQlQM()] : odn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::get_isLooped()] : odo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::TVEnjsBg()] : odp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::miZG9mgw()] : odq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::SRvI5GKp(System.Boolean)] : odr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::UqlqVVHf(UnityTimer.Timer)] : ods +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::NTpvmD9q(System.Single)] : odt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::X7ZJQNsn(System.Single)] : odu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.Timer::cWmKxVbF(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : odv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetTimeElapsed()] : odw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::y0cLykmu()] : odx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::DmmYfJ0s(System.Boolean)] : ody +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::oG_4paFI()] : odz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::K7Vi6Sy3()] : oea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::NLYLFsjK()] : oeb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::csmrgTXi()] : oec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::KCm0Ya06()] : oed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::K31otujx()] : oee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::tr5iyG3T()] : oef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Single UnityTimer.Timer::GetRatioComplete()] : oeg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::W338wXxI()] : oeh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::NNg4P0gt(UnityTimer.Timer)] : oei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::XvHd57SX()] : oej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Boolean UnityTimer.Timer::poC11nVR()] : oek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] System.Void UnityTimer.Timer::nuWcuqu2(System.Boolean)] : oel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::lDe5nKxA(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : oem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::AwTUflBi(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : oen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::Vd2KqkZR(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : oeo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::PKZq8Stu(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : oep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::AttachTimer(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : oeq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::bHso9BCw(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : oer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::u_cexxUj(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : oes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::zqfVENHw(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : oet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::vELumdCZ(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : oeu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MYp0ZVTT2QSDK] UnityTimer.Timer UnityTimer.TimerExtensions::hXzA_HIv(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : oev [Info][OPS.OBF][OnFindMemberNames_Assemblies] Process component Field - Obfuscation -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`2::i__Field] : nrq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`2::i__Field] : nrr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType1`2::i__Field] : nrs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType1`2::i__Field] : nrt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType2`2::i__Field] : nru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType2`2::i__Field] : nrv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 EyesHarmony::nTexturesDic] : nrw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 BingoCell::callSpeed] : nrx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32[] BingoCell::cardBoardNumList] : nry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 BingoCell::k__BackingField] : nrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] DG.Tweening.Tween UsaSystem::_tween] : nsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2> EffectPool`1::PoolDic] : nsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 EffectPool`1::PollPar] : nsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 EffectPool`1::temp] : nsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform EffectPool`1::objectPoolPar] : nse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 CsjInfoC::Cursor_BASE] : nsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 GinInfoC::Cursor_BASE] : nsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 LoginSystem::LoginCountLimit] : nsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 LoginSystem::loginCount] : nsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 NetworkMsg::MsgRootLogic] : nsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 NetworkKit/d__11::<>1__state] : nsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object NetworkKit/d__11::<>2__current] : nsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest NetworkKit/d__11::5__2] : nsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 NetworkKit/d__3`1::<>1__state] : nsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object NetworkKit/d__3`1::<>2__current] : nso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest NetworkKit/d__3`1::5__2] : nsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean NetworkKit::isReqToken] : nsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean NetworkKit::isReqToken1] : nsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings Havva::DefaultUseJsonSettings] : nss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type SerializeUtil::StringType] : nst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings SerializeUtil::DefaultUseJsonSettings] : nsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings SerializeUtil::JsonIndentedSettings] : nsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializer SerializeUtil::JObjectJsonSerializer] : nsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type JsonConverter_Vector2::CurrType] : nsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type JsonConverter_Vector3::CurrType] : nsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type JsonConverter_Vector4::CurrType] : nsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 MYp0ZVTT2QSDKDemo::_level] : nta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String MYp0ZVTT2QSDKDemo::withDrawSceneId] : ntb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 MYp0ZVTT2QSDKDemo::payIndex] : ntc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String MiniJSON.Json/Parser::WORD_BREAK] : ntd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.IO.StringReader MiniJSON.Json/Parser::json] : nte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.StringBuilder MiniJSON.Json/Serializer::builder] : ntf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.CaptureCamera FairyGUI.CaptureCamera::_main] : ntg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.CaptureCamera::_layer] : nth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.CaptureCamera::_hiddenLayer] : nti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.Container/DescendantsEnumerator::_root] : ntj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.Container/DescendantsEnumerator::_com] : ntk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container/DescendantsEnumerator::_current] : ntl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Container/DescendantsEnumerator::_index] : ntm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Container/DescendantsEnumerator::_forward] : ntn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.Container::onUpdate] : nto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Container::_children] : ntp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::_mask] : ntq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Container::_clipRect] : ntr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Container::_descendants] : nts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Container::_panelOrder] : ntt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::_lastFocus] : ntu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::k__BackingField] : ntv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.DisplayObject::k__BackingField] : ntw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::k__BackingField] : ntx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NGraphics FairyGUI.DisplayObject::k__BackingField] : nty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NGraphics FairyGUI.DisplayObject::k__BackingField] : ntz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.DisplayObject::onPaint] : nua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::_visible] : nub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::_touchable] : nuc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::_pivot] : nud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::_pivotOffset] : nue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::_rotation] : nuf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::_skew] : nug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::_renderingOrder] : nuh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::_alpha] : nui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::_grayed] : nuj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.DisplayObject::_blendMode] : nuk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.DisplayObject::_filter] : nul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::_home] : nun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.DisplayObject::_cursor] : nuo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::_perspective] : nup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::_focalLength] : nuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::_pixelPerfectAdjustment] : nur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::_checkPixelPerfect] : nus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onClick] : nut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onRightClick] : nuu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchBegin] : nuv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchMove] : nuw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchEnd] : nux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOver] : nuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOut] : nuz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onMouseWheel] : nva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onAddedToStage] : nvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onRemovedFromStage] : nvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onKeyDown] : nvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onClickLink] : nve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onFocusIn] : nvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onFocusOut] : nvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::_paintingMode] : nvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject/PaintingInfo FairyGUI.DisplayObject::_paintingInfo] : nvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.DisplayObject::_contentRect] : nvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NGraphics/VertexMatrix FairyGUI.DisplayObject::_vertexMatrix] : nvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject/Flags FairyGUI.DisplayObject::_flags] : nvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.DisplayObject::_batchingBounds] : nvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 FairyGUI.DisplayObject::_gInstanceCounter] : nvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.HideFlags FairyGUI.DisplayObject::hideFlags] : nvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::uiCacheRoot] : nvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 FairyGUI.GoWrapper::onUpdate] : nvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.GoWrapper::_wrapTarget] : nvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GoWrapper::_renderers] : nvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GoWrapper::_materialsBackup] : nvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Canvas FairyGUI.GoWrapper::_canvas] : nvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.GoWrapper::_cloneMaterial] : nvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.GoWrapper::_shouldCloneMaterial] : nvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GoWrapper::helperTransformList] : nvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GoWrapper::helperMaterials] : nvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2> FairyGUI.HitTestContext::raycastHits] : nvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.PixelHitTestData FairyGUI.PixelHitTest::_data] : nwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Image::_scale9Grid] : nwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Image::_scaleByTile] : nwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Image::_textureScale] : nwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Image::_tileGridIndice] : nwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.FillMesh FairyGUI.Image::_fillMesh] : nwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32[] FairyGUI.Image::TRIANGLES_9_GRID] : nwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32[] FairyGUI.Image::gridTileIndice] : nwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.Image::gridX] : nwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.Image::gridY] : nwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.Image::gridTexX] : nwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.Image::gridTexY] : nwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 FairyGUI.MaterialManager::onCreateNewMaterial] : nwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.MaterialManager::_texture] : nwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Shader FairyGUI.MaterialManager::_shader] : nwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.MaterialManager::_addKeywords] : nwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2> FairyGUI.MaterialManager::_materials] : nwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.MaterialManager::_combineTexture] : nwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MaterialManager::internalKeywordsCount] : nws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String[] FairyGUI.MaterialManager::internalKeywords] : nwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32[] FairyGUI.EllipseMesh::SECTOR_CENTER_TRIANGLES] : nwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.LineMesh::points] : nwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.LineMesh::ts] : nww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.PolygonMesh::sRestIndices] : nwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.VertexBuffer::_alphaInVertexColor] : nwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.VertexBuffer::_isArbitraryQuad] : nwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Stack`1 FairyGUI.VertexBuffer::_pool] : nxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.VertexBuffer::helperV4List] : nxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.MovieClip/Frame[] FairyGUI.MovieClip::_frames] : nxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_frameCount] : nxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_frame] : nxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.MovieClip::_playing] : nxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_start] : nxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_end] : nxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_times] : nxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_endAt] : nxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_status] : nxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.MovieClip::_frameElapsed] : nxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.MovieClip::_reversed] : nxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_repeatedCount] : nxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TimerCallback FairyGUI.MovieClip::_timerDelegate] : nxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.MovieClip::_onPlayEnd] : nxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.NGraphics::k__BackingField] : nxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.MeshFilter FairyGUI.NGraphics::k__BackingField] : nxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.MeshRenderer FairyGUI.NGraphics::k__BackingField] : nxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Mesh FairyGUI.NGraphics::k__BackingField] : nxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.NGraphics::meshModifier] : nxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NGraphics::_texture] : nxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.NGraphics::_shader] : nxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.NGraphics::_material] : nxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.NGraphics::_customMatarial] : nxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.MaterialManager FairyGUI.NGraphics::_manager] : nxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String[] FairyGUI.NGraphics::_shaderKeywords] : nya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.NGraphics::_materialFlags] : nyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.IMeshFactory FairyGUI.NGraphics::_meshFactory] : nyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.NGraphics::_alpha] : nyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.NGraphics::_color] : nye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::_meshDirty] : nyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NGraphics::_contentRect] : nyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.NGraphics::_flip] : nyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NGraphics/VertexMatrix FairyGUI.NGraphics::_vertexMatrix] : nyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::hasAlphaBackup] : nyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.NGraphics::_alphaBackup] : nyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.NGraphics::_maskFlag] : nyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NGraphics/StencilEraser FairyGUI.NGraphics::_stencilEraser] : nym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.MaterialPropertyBlock FairyGUI.NGraphics::_propertyBlock] : nyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::_blockUpdated] : nyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 FairyGUI.NTexture::CustomDestroyMethod] : nyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 FairyGUI.NTexture::onSizeChanged] : nyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 FairyGUI.NTexture::onRelease] : nyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Texture FairyGUI.NTexture::_nativeTexture] : nys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Texture FairyGUI.NTexture::_alphaTexture] : nyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NTexture::_region] : nyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.NTexture::_offset] : nyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.NTexture::_originalSize] : nyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NTexture::_root] : nyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.NTexture::_materialManagers] : nyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NTexture::_empty] : nyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.Stage::k__BackingField] : nza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.Stage::beforeUpdate] : nzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.Stage::afterUpdate] : nzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::_touchTarget] : nzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::_focused] : nze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.InputTextField FairyGUI.Stage::_lastInput] : nzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::_IMEComposite] : nzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.UpdateContext FairyGUI.Stage::_updateContext] : nzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::_rollOutChain] : nzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::_rollOverChain] : nzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TouchInfo[] FairyGUI.Stage::_touches] : nzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::_touchCount] : nzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage::_touchPosition] : nzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::_frameGotHitTarget] : nzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::_frameGotTouchPosition] : nzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::_customInput] : nzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage::_customInputPos] : nzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::_customInputButtonDown] : nzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.AudioSource FairyGUI.Stage::_audio] : nzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::_toCollectTextures] : nzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.Stage::_onStageResized] : nzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::_focusOutChain] : nzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::_focusInChain] : nzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::_focusHistory] : nzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.Stage::_nextFocus] : nzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.Stage::_cursors] : nzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.Stage::_currentCursor] : oaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::_touchScreen] : oab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::_clickTestThreshold] : oac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.IKeyboard FairyGUI.Stage::_keyboard] : oad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Stage FairyGUI.Stage::_inst] : oae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::k__BackingField] : oaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.Stage::k__BackingField] : oag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::sTempList1] : oah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::sTempList2] : oai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.Stage::sTempDict] : oaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TouchInfo::sHelperChain] : oak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.StageCamera::screenWidth] : oal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.StageCamera::screenHeight] : oam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.StageCamera::isMain] : oan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Display FairyGUI.StageCamera::_display] : oao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::textRebuildFlag] : oap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.BaseFont::SupScale] : oaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.BaseFont::SupOffset] : oar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.BitmapFont::_dict] : oas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.BitmapFont/BMGlyph FairyGUI.BitmapFont::_glyph] : oat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.BitmapFont::_scale] : oau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.BitmapFont::bottomLeft] : oav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.BitmapFont::topLeft] : oaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.BitmapFont::topRight] : oax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.BitmapFont::bottomRight] : oay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32[] FairyGUI.BitmapFont::vertexColors] : oaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Font FairyGUI.DynamicFont::_font] : oba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.DynamicFont::_size] : obb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.DynamicFont::_ascent] : obc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.DynamicFont::_lineHeight] : obd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.DynamicFont::_scale] : obe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.DynamicFont::_format] : obf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.FontStyle FairyGUI.DynamicFont::_style] : obg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.DynamicFont::_boldVertice] : obh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.CharacterInfo FairyGUI.DynamicFont::_char] : obi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.CharacterInfo FairyGUI.DynamicFont::_lineChar] : obk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.DynamicFont::_gotLineChar] : obl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DynamicFont::bottomLeft] : obm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DynamicFont::topLeft] : obn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DynamicFont::topRight] : obo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DynamicFont::bottomRight] : obp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DynamicFont::uvBottomLeft] : obq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DynamicFont::uvTopLeft] : obr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DynamicFont::uvTopRight] : obs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DynamicFont::uvBottomRight] : obt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32[] FairyGUI.DynamicFont::vertexColors] : obu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3[] FairyGUI.DynamicFont::BOLD_OFFSET] : obv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::k__BackingField] : obw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::k__BackingField] : obx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::k__BackingField] : oby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::k__BackingField] : obz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::k__BackingField] : oca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::k__BackingField] : ocb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::_text] : occ -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::_restrict] : ocd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.RegularExpressions.Regex FairyGUI.InputTextField::_restrictPattern] : oce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::_displayAsPassword] : ocf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::_promptText] : ocg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::_decodedPromptText] : och -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::_border] : oci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::_corner] : ocj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.InputTextField::_borderColor] : ock -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.InputTextField::_backgroundColor] : ocl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::_editable] : ocm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::_editing] : ocn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::_caretPosition] : oco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::_selectionStart] : ocp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::_composing] : ocq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Char FairyGUI.InputTextField::_highSurrogateChar] : ocr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::_textBeforeEdit] : ocs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.InputTextField::_onChanged] : oct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.InputTextField::_onSubmit] : ocu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Shape FairyGUI.InputTextField::_caret] : ocv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.SelectionShape FairyGUI.InputTextField::_selectionShape] : ocw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.InputTextField::_nextBlink] : ocx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::GUTTER_X] : ocy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::GUTTER_Y] : ocz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TextInputHistory FairyGUI.TextInputHistory::_inst] : oda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextInputHistory::_undoBuffer] : odb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextInputHistory::_redoBuffer] : odc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.TextInputHistory::_currentText] : odd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.InputTextField FairyGUI.TextInputHistory::_textField] : ode -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextInputHistory::_lock] : odf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextInputHistory::_changedFrame] : odg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlPageContext FairyGUI.RichTextField::k__BackingField] : odh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Utils.HtmlParseOptions FairyGUI.RichTextField::k__BackingField] : odi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.RichTextField::k__BackingField] : odj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TextField FairyGUI.RichTextField::k__BackingField] : odk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::isCharsInitialized] : odl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.RTLSupport::mapping] : odm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.RTLSupport::listFinal] : odn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.RTLSupport::listRep] : odo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.StringBuilder FairyGUI.RTLSupport::sbRep] : odp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.StringBuilder FairyGUI.RTLSupport::sbN] : odq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.StringBuilder FairyGUI.RTLSupport::sbFinal] : odr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.StringBuilder FairyGUI.RTLSupport::sbReverse] : ods -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField/LineInfo::y2] : odt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Stack`1 FairyGUI.TextField/LineInfo::pool] : odu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.TextField::_verticalAlign] : odv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.TextField::_textFormat] : odw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::_input] : odx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.TextField::_text] : ody -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.AutoSizeType FairyGUI.TextField::_autoSize] : odz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::_wordWrap] : oea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::_singleLine] : oeb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::_html] : oec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.RTLSupport/DirectionType FairyGUI.TextField::_textDirection] : oed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::_maxWidth] : oee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::_elements] : oef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::_lines] : oeg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::_charPositions] : oeh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.BaseFont FairyGUI.TextField::_font] : oei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField::_textWidth] : oej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField::_textHeight] : oek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::_textChanged] : oel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField::_yOffset] : oem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField::_fontSizeScale] : oen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField::_renderScale] : oeo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::_fontVersion] : oep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.TextField::_parsedText] : oeq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::_ellipsisCharIndex] : oer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.RichTextField FairyGUI.TextField::_richTextField] : oes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::GUTTER_X] : oet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::GUTTER_Y] : oeu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField::IMAGE_BASELINE] : oev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::ELLIPSIS_LENGTH] : oew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.TextField::STROKE_OFFSET] : oex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::sLineChars] : oey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.TouchScreenKeyboard FairyGUI.TouchScreenKeyboard::_keyboard] : oez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect/d__19::<>1__state] : ofa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object FairyGUI.TypingEffect/d__19::<>2__current] : ofb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TextField FairyGUI.TypingEffect::_textField] : ofc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3[] FairyGUI.TypingEffect::_backupVerts] : ofd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3[] FairyGUI.TypingEffect::_vertices] : ofe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TypingEffect::_stroke] : off -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TypingEffect::_shadow] : ofg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::_printIndex] : ofh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::_mainLayerStart] : ofi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::_strokeLayerStart] : ofj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::_strokeDrawDirs] : ofk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::_vertIndex] : ofl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::_mainLayerVertCount] : ofm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TypingEffect::_started] : ofn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Stack`1 FairyGUI.UpdateContext::_clipStack] : ofo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.UpdateContext::OnBegin] : ofp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.UpdateContext::OnEnd] : ofq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.UpdateContext::_tmpBegin] : ofr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventCallback0 FairyGUI.EventBridge::_callback0] : ofs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventCallback1 FairyGUI.EventBridge::_callback1] : oft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventCallback1 FairyGUI.EventBridge::_captureCallback] : ofu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.EventBridge::_dispatching] : ofv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventDispatcher FairyGUI.EventContext::k__BackingField] : ofw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object FairyGUI.EventContext::k__BackingField] : ofx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.InputEvent FairyGUI.EventContext::k__BackingField] : ofy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.EventContext::_defaultPrevented] : ofz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.EventContext::_stopsPropagation] : oga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.EventContext::_touchCapture] : ogb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.EventContext::callChain] : ogc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Stack`1 FairyGUI.EventContext::pool] : ogd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.EventDispatcher::_dic] : oge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.InputEvent FairyGUI.EventDispatcher::sCurrentInputEvent] : ogf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventListener::_bridge] : ogg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.EventListener::_type] : ogh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::k__BackingField] : ogi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::k__BackingField] : ogj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.KeyCode FairyGUI.InputEvent::k__BackingField] : ogk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Char FairyGUI.InputEvent::k__BackingField] : ogl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.EventModifiers FairyGUI.InputEvent::k__BackingField] : ogm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::k__BackingField] : ogn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::k__BackingField] : ogo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::

    p^ 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 Y{<>1&>^0>Wx1O+V?r;D6|1SmpAOB& + /// Whether to schedule notifications at exact time or approximately (saves power). + /// Exact scheduling is available in Android 6 (API 23) and newer, lower versions always use inexact scheduling. + /// Android 12 (API 31) or newer requires SCHEDULE_EXACT_ALARM permission and grant from user to use exact scheduling. + /// Android 13 (API 33) or newer can use USE_EXACT_ALARM permission to use exactscheduling without requesting users grant. + /// + [Flags] + public enum AndroidExactSchedulingOption + { + ///

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